@zezosoft/zezo-ott-react-native-ui-kit 1.1.2 → 1.1.5

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 (667) hide show
  1. package/lib/module/components/Auth/AuthProvider/AuthProvider.js +5 -2
  2. package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
  3. package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +232 -0
  4. package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -0
  5. package/lib/module/components/Auth/One/Login/LoginWithEmail.js +324 -0
  6. package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -0
  7. package/lib/module/components/Auth/{Login → One/Login}/LoginWithPhone.js +13 -11
  8. package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -0
  9. package/lib/module/components/Auth/One/OTP/OTP.js +301 -0
  10. package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -0
  11. package/lib/module/components/Auth/One/QrLogin/QrLogin.js +479 -0
  12. package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -0
  13. package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js +295 -0
  14. package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +1 -0
  15. package/lib/module/components/Auth/One/SignUp/SignUp.js +362 -0
  16. package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -0
  17. package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.js +8 -5
  18. package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -0
  19. package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +80 -0
  20. package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
  21. package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.js +1 -1
  22. package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
  23. package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.js +42 -21
  24. package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
  25. package/lib/module/components/Auth/One/index.js +25 -0
  26. package/lib/module/components/Auth/One/index.js.map +1 -0
  27. package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +93 -0
  28. package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -0
  29. package/lib/module/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.js +55 -28
  30. package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -0
  31. package/lib/module/components/Auth/Two/Login/AuthLoginShell.js +138 -0
  32. package/lib/module/components/Auth/Two/Login/AuthLoginShell.js.map +1 -0
  33. package/lib/module/components/Auth/Two/Login/LoginWithEmail.js +226 -0
  34. package/lib/module/components/Auth/Two/Login/LoginWithEmail.js.map +1 -0
  35. package/lib/module/components/Auth/Two/Login/LoginWithPhone.js +143 -0
  36. package/lib/module/components/Auth/Two/Login/LoginWithPhone.js.map +1 -0
  37. package/lib/module/components/Auth/{OTP → Two/OTP}/OTP.js +93 -63
  38. package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -0
  39. package/lib/module/components/Auth/Two/QrLogin/QrLogin.js +479 -0
  40. package/lib/module/components/Auth/Two/QrLogin/QrLogin.js.map +1 -0
  41. package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js +295 -0
  42. package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js.map +1 -0
  43. package/lib/module/components/Auth/Two/SignUp/SignUp.js +379 -0
  44. package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -0
  45. package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js +141 -0
  46. package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js.map +1 -0
  47. package/lib/module/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.js +1 -1
  48. package/lib/module/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
  49. package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js +63 -0
  50. package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
  51. package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js +157 -0
  52. package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
  53. package/lib/module/components/Auth/Two/index.js +29 -0
  54. package/lib/module/components/Auth/Two/index.js.map +1 -0
  55. package/lib/module/components/Auth/index.js +7 -22
  56. package/lib/module/components/Auth/index.js.map +1 -1
  57. package/lib/module/components/BackgroundLayout/BackgroundLayout.js +7 -3
  58. package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
  59. package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js +52 -0
  60. package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js.map +1 -0
  61. package/lib/module/components/BottomSheet/BottomSheet.js +7 -3
  62. package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
  63. package/lib/module/components/BottomSheet/BottomSheetOne.js +170 -0
  64. package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -0
  65. package/lib/module/components/BottomSheet/index.js +1 -0
  66. package/lib/module/components/BottomSheet/index.js.map +1 -1
  67. package/lib/module/components/Button/PrimaryBtn.js +16 -6
  68. package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
  69. package/lib/module/components/Content/Card/Category/Category.js +88 -13
  70. package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
  71. package/lib/module/components/Content/Card/Category/CategroyTwo.js +287 -0
  72. package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -0
  73. package/lib/module/components/Content/Card/NowWatching/NowWatching.js +237 -108
  74. package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
  75. package/lib/module/components/Content/Card/Sliders/Styles/One.js +191 -132
  76. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
  77. package/lib/module/components/Content/Card/Sliders/Styles/Three.js +714 -0
  78. package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -0
  79. package/lib/module/components/Content/Card/Sliders/Styles/Two.js +139 -92
  80. package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
  81. package/lib/module/components/Content/Card/Sliders/index.js +3 -1
  82. package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
  83. package/lib/module/components/Content/Card/Styles/Five.js +132 -48
  84. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
  85. package/lib/module/components/Content/Card/Styles/Four.js +127 -59
  86. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
  87. package/lib/module/components/Content/Card/Styles/One.js +126 -50
  88. package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
  89. package/lib/module/components/Content/Card/Styles/RotateInOut.js +139 -53
  90. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
  91. package/lib/module/components/Content/Card/Styles/Six.js +207 -115
  92. package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
  93. package/lib/module/components/Content/Card/Styles/Three.js +119 -94
  94. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
  95. package/lib/module/components/Content/Card/Styles/TopTen.js +187 -171
  96. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
  97. package/lib/module/components/Content/Card/Styles/Two.js +145 -64
  98. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
  99. package/lib/module/components/Content/Card/components/AdsPoster.js +162 -0
  100. package/lib/module/components/Content/Card/components/AdsPoster.js.map +1 -0
  101. package/lib/module/components/Content/Card/components/CardPoster.js +217 -135
  102. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
  103. package/lib/module/components/Content/Card/components/NavigateToMore.js +26 -2
  104. package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
  105. package/lib/module/components/Content/Card/components/index.js +4 -0
  106. package/lib/module/components/Content/Card/components/index.js.map +1 -0
  107. package/lib/module/components/Content/Content.js +90 -33
  108. package/lib/module/components/Content/Content.js.map +1 -1
  109. package/lib/module/components/Content/Sections.js +41 -11
  110. package/lib/module/components/Content/Sections.js.map +1 -1
  111. package/lib/module/components/Content/types.js +4 -0
  112. package/lib/module/components/Content/types.js.map +1 -0
  113. package/lib/module/components/ContentView/MoreContentList.js +1 -0
  114. package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
  115. package/lib/module/components/ContentView/{ContentView.js → One/ContentViewOne.js} +6 -5
  116. package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -0
  117. package/lib/module/components/ContentView/{components → One/components}/AboutSection.js +2 -2
  118. package/lib/module/components/ContentView/One/components/AboutSection.js.map +1 -0
  119. package/lib/module/components/ContentView/{components → One/components}/CastCard.js +2 -2
  120. package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -0
  121. package/lib/module/components/ContentView/{components → One/components}/EpisodeCard.js +5 -6
  122. package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +1 -0
  123. package/lib/module/components/ContentView/{components → One/components}/GenreTags.js +2 -2
  124. package/lib/module/components/ContentView/One/components/GenreTags.js.map +1 -0
  125. package/lib/module/components/ContentView/{components → One/components}/HeroBanner.js +45 -44
  126. package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -0
  127. package/lib/module/components/ContentView/{components → One/components}/MiniInfo.js +50 -5
  128. package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -0
  129. package/lib/module/components/ContentView/{components → One/components}/PlayButton.js +1 -1
  130. package/lib/module/components/ContentView/One/components/PlayButton.js.map +1 -0
  131. package/lib/module/components/ContentView/{components → One/components}/Title.js +1 -1
  132. package/lib/module/components/ContentView/One/components/Title.js.map +1 -0
  133. package/lib/module/components/ContentView/{components → One/components}/TrailerButton.js +2 -2
  134. package/lib/module/components/ContentView/One/components/TrailerButton.js.map +1 -0
  135. package/lib/module/components/ContentView/Two/ContentViewTwo.js +220 -0
  136. package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -0
  137. package/lib/module/components/ContentView/Two/components/AboutSection.js +150 -0
  138. package/lib/module/components/ContentView/Two/components/AboutSection.js.map +1 -0
  139. package/lib/module/components/ContentView/Two/components/Details.js +156 -0
  140. package/lib/module/components/ContentView/Two/components/Details.js.map +1 -0
  141. package/lib/module/components/ContentView/Two/components/EpisodeCard.js +425 -0
  142. package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +1 -0
  143. package/lib/module/components/ContentView/Two/components/GenreTags.js +86 -0
  144. package/lib/module/components/ContentView/Two/components/GenreTags.js.map +1 -0
  145. package/lib/module/components/ContentView/Two/components/HeroBanner.js +339 -0
  146. package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -0
  147. package/lib/module/components/ContentView/Two/components/LikeShareActions.js +88 -0
  148. package/lib/module/components/ContentView/Two/components/LikeShareActions.js.map +1 -0
  149. package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +235 -0
  150. package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -0
  151. package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +120 -0
  152. package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -0
  153. package/lib/module/components/ContentView/Two/components/SectionTabs.js +112 -0
  154. package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -0
  155. package/lib/module/components/ContentView/Two/components/Title.js +146 -0
  156. package/lib/module/components/ContentView/Two/components/Title.js.map +1 -0
  157. package/lib/module/components/ContentView/Two/components/index.js +18 -0
  158. package/lib/module/components/ContentView/Two/components/index.js.map +1 -0
  159. package/lib/module/components/ContentView/index.js +6 -1
  160. package/lib/module/components/ContentView/index.js.map +1 -1
  161. package/lib/module/components/Headers/Four.js +68 -0
  162. package/lib/module/components/Headers/Four.js.map +1 -0
  163. package/lib/module/components/Headers/Three.js +75 -24
  164. package/lib/module/components/Headers/Three.js.map +1 -1
  165. package/lib/module/components/Headers/index.js +3 -1
  166. package/lib/module/components/Headers/index.js.map +1 -1
  167. package/lib/module/components/Input/Input.js +5 -1
  168. package/lib/module/components/Input/Input.js.map +1 -1
  169. package/lib/module/components/Input/InputThree.js +157 -0
  170. package/lib/module/components/Input/InputThree.js.map +1 -0
  171. package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
  172. package/lib/module/components/Input/PhoneNumberInputTwo.js +316 -0
  173. package/lib/module/components/Input/PhoneNumberInputTwo.js.map +1 -0
  174. package/lib/module/components/Loader/Loader.js +14 -6
  175. package/lib/module/components/Loader/Loader.js.map +1 -1
  176. package/lib/module/components/Logo/Logo.js +42 -17
  177. package/lib/module/components/Logo/Logo.js.map +1 -1
  178. package/lib/module/components/NewRelease/NewReleaseSheet.js +227 -0
  179. package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -0
  180. package/lib/module/components/NewRelease/index.js +4 -0
  181. package/lib/module/components/NewRelease/index.js.map +1 -0
  182. package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +92 -17
  183. package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
  184. package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +65 -2
  185. package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
  186. package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +2 -1
  187. package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
  188. package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +4 -2
  189. package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
  190. package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +80 -46
  191. package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
  192. package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +78 -29
  193. package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
  194. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +21 -34
  195. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
  196. package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +58 -0
  197. package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -0
  198. package/lib/module/components/Reels/ReelsSeries/utils/quality.js +44 -0
  199. package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -0
  200. package/lib/module/components/Reels/index.js +1 -0
  201. package/lib/module/components/Reels/index.js.map +1 -1
  202. package/lib/module/components/Search/One.js +7 -4
  203. package/lib/module/components/Search/One.js.map +1 -1
  204. package/lib/module/components/Search/components/SearchCard.js +59 -7
  205. package/lib/module/components/Search/components/SearchCard.js.map +1 -1
  206. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +2 -1
  207. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
  208. package/lib/module/components/User/WatchHistory/WatchHistory.js +1 -0
  209. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
  210. package/lib/module/components/User/WatchLater/WatchLater.js +1 -0
  211. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
  212. package/lib/module/components/common/AppStatusBar.js +2 -1
  213. package/lib/module/components/common/AppStatusBar.js.map +1 -1
  214. package/lib/module/components/index.js +1 -0
  215. package/lib/module/components/index.js.map +1 -1
  216. package/lib/module/constants/dummySections.js +47 -5
  217. package/lib/module/constants/dummySections.js.map +1 -1
  218. package/lib/module/hooks/Images/index.js +5 -0
  219. package/lib/module/hooks/Images/index.js.map +1 -0
  220. package/lib/module/hooks/Images/useImageLoader.js +168 -0
  221. package/lib/module/hooks/Images/useImageLoader.js.map +1 -0
  222. package/lib/module/hooks/Images/useImageValidation.js +36 -0
  223. package/lib/module/hooks/Images/useImageValidation.js.map +1 -0
  224. package/lib/module/hooks/index.js +3 -0
  225. package/lib/module/hooks/index.js.map +1 -1
  226. package/lib/module/hooks/useAdTracking.js +270 -0
  227. package/lib/module/hooks/useAdTracking.js.map +1 -0
  228. package/lib/module/hooks/useCards.js +164 -0
  229. package/lib/module/hooks/useCards.js.map +1 -0
  230. package/lib/module/hooks/usePaginatedSection.js +11 -6
  231. package/lib/module/hooks/usePaginatedSection.js.map +1 -1
  232. package/lib/module/hooks/useSplashCache.js +78 -60
  233. package/lib/module/hooks/useSplashCache.js.map +1 -1
  234. package/lib/module/theme/ThemeProvider.js +14 -2
  235. package/lib/module/theme/ThemeProvider.js.map +1 -1
  236. package/lib/module/theme/hook/index.js +0 -1
  237. package/lib/module/theme/hook/index.js.map +1 -1
  238. package/lib/module/theme/hook/useInternalTheme.js +21 -7
  239. package/lib/module/theme/hook/useInternalTheme.js.map +1 -1
  240. package/lib/module/theme/themes.js +2 -0
  241. package/lib/module/theme/themes.js.map +1 -1
  242. package/lib/module/theme/utils/validateColor.js +84 -0
  243. package/lib/module/theme/utils/validateColor.js.map +1 -0
  244. package/lib/module/utils/colorUtils.js +68 -0
  245. package/lib/module/utils/colorUtils.js.map +1 -0
  246. package/lib/typescript/src/components/Auth/{ForgotPassword → One/ForgotPassword}/ForgotPassword.d.ts +1 -1
  247. package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -0
  248. package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithEmail.d.ts +1 -1
  249. package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -0
  250. package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithPhone.d.ts +1 -1
  251. package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -0
  252. package/lib/typescript/src/components/Auth/{OTP → One/OTP}/OTP.d.ts +1 -1
  253. package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -0
  254. package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/QrLogin.d.ts +3 -1
  255. package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -0
  256. package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.d.ts +1 -1
  257. package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +1 -0
  258. package/lib/typescript/src/components/Auth/{SignUp → One/SignUp}/SignUp.d.ts +1 -1
  259. package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -0
  260. package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.d.ts +1 -1
  261. package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -0
  262. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +14 -0
  263. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
  264. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
  265. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
  266. package/lib/typescript/src/components/Auth/One/index.d.ts +234 -0
  267. package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -0
  268. package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +16 -0
  269. package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -0
  270. package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +53 -0
  271. package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -0
  272. package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts +17 -0
  273. package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts.map +1 -0
  274. package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts +52 -0
  275. package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts.map +1 -0
  276. package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts +37 -0
  277. package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts.map +1 -0
  278. package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +63 -0
  279. package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -0
  280. package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts +19 -0
  281. package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts.map +1 -0
  282. package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts +14 -0
  283. package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts.map +1 -0
  284. package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +67 -0
  285. package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -0
  286. package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts +35 -0
  287. package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts.map +1 -0
  288. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
  289. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
  290. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
  291. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts +20 -0
  292. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
  293. package/lib/typescript/src/components/Auth/Two/index.d.ts +220 -0
  294. package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -0
  295. package/lib/typescript/src/components/Auth/index.d.ts +447 -232
  296. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
  297. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
  298. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts +7 -0
  299. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts.map +1 -0
  300. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
  301. package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +19 -0
  302. package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -0
  303. package/lib/typescript/src/components/BottomSheet/index.d.ts +2 -0
  304. package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
  305. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +1 -0
  306. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
  307. package/lib/typescript/src/components/Button/index.d.ts +1 -0
  308. package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
  309. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
  310. package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts +26 -0
  311. package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -0
  312. package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
  313. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
  314. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +19 -0
  315. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -0
  316. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
  317. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +11 -0
  318. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -1
  319. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +13 -1
  320. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
  321. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +13 -1
  322. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
  323. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +15 -3
  324. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
  325. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +13 -1
  326. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
  327. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +1 -0
  328. package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
  329. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +13 -5
  330. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
  331. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +1 -0
  332. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
  333. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +13 -1
  334. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
  335. package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts +26 -0
  336. package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts.map +1 -0
  337. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +4 -1
  338. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
  339. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +3 -0
  340. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
  341. package/lib/typescript/src/components/Content/Card/components/index.d.ts +2 -0
  342. package/lib/typescript/src/components/Content/Card/components/index.d.ts.map +1 -0
  343. package/lib/typescript/src/components/Content/Card/index.d.ts +76 -6
  344. package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -1
  345. package/lib/typescript/src/components/Content/Content.d.ts +2 -51
  346. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
  347. package/lib/typescript/src/components/Content/Sections.d.ts +2 -39
  348. package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
  349. package/lib/typescript/src/components/Content/types.d.ts +149 -0
  350. package/lib/typescript/src/components/Content/types.d.ts.map +1 -0
  351. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
  352. package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +15 -0
  353. package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -0
  354. package/lib/typescript/src/components/ContentView/{components → One/components}/AboutSection.d.ts +1 -1
  355. package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +1 -0
  356. package/lib/typescript/src/components/ContentView/{components → One/components}/CastCard.d.ts +1 -1
  357. package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -0
  358. package/lib/typescript/src/components/ContentView/{components → One/components}/EpisodeCard.d.ts +1 -1
  359. package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +1 -0
  360. package/lib/typescript/src/components/ContentView/{components → One/components}/GenreTags.d.ts +1 -1
  361. package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +1 -0
  362. package/lib/typescript/src/components/ContentView/{components → One/components}/HeroBanner.d.ts +1 -1
  363. package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -0
  364. package/lib/typescript/src/components/ContentView/{components → One/components}/MiniInfo.d.ts +1 -1
  365. package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts.map +1 -0
  366. package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +1 -0
  367. package/lib/typescript/src/components/ContentView/{components → One/components}/Title.d.ts +1 -1
  368. package/lib/typescript/src/components/ContentView/One/components/Title.d.ts.map +1 -0
  369. package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +1 -0
  370. package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +18 -0
  371. package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -0
  372. package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +27 -0
  373. package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +1 -0
  374. package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +15 -0
  375. package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts.map +1 -0
  376. package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts +23 -0
  377. package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +1 -0
  378. package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +22 -0
  379. package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +1 -0
  380. package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +8 -0
  381. package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -0
  382. package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +25 -0
  383. package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -0
  384. package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +26 -0
  385. package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts.map +1 -0
  386. package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +21 -0
  387. package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -0
  388. package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +28 -0
  389. package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -0
  390. package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +34 -0
  391. package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -0
  392. package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +15 -0
  393. package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -0
  394. package/lib/typescript/src/components/ContentView/index.d.ts +6 -1
  395. package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
  396. package/lib/typescript/src/components/Headers/Four.d.ts +18 -0
  397. package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -0
  398. package/lib/typescript/src/components/Headers/Three.d.ts +9 -1
  399. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
  400. package/lib/typescript/src/components/Headers/index.d.ts +1 -0
  401. package/lib/typescript/src/components/Headers/index.d.ts.map +1 -1
  402. package/lib/typescript/src/components/Input/Input.d.ts +2 -0
  403. package/lib/typescript/src/components/Input/Input.d.ts.map +1 -1
  404. package/lib/typescript/src/components/Input/InputThree.d.ts +22 -0
  405. package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -0
  406. package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
  407. package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts +26 -0
  408. package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts.map +1 -0
  409. package/lib/typescript/src/components/Loader/Loader.d.ts +2 -0
  410. package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
  411. package/lib/typescript/src/components/Logo/Logo.d.ts +1 -1
  412. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
  413. package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts +10 -0
  414. package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -0
  415. package/lib/typescript/src/components/NewRelease/index.d.ts +2 -0
  416. package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -0
  417. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +2 -0
  418. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts.map +1 -1
  419. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts +1 -0
  420. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
  421. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
  422. package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +2 -1
  423. package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
  424. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +9 -2
  425. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
  426. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +11 -1
  427. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
  428. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +11 -0
  429. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
  430. package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +15 -0
  431. package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
  432. package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +34 -0
  433. package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -0
  434. package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +10 -0
  435. package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -0
  436. package/lib/typescript/src/components/Reels/index.d.ts +1 -0
  437. package/lib/typescript/src/components/Reels/index.d.ts.map +1 -1
  438. package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
  439. package/lib/typescript/src/components/Search/components/SearchCard.d.ts +1 -0
  440. package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
  441. package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts.map +1 -1
  442. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
  443. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
  444. package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -0
  445. package/lib/typescript/src/components/common/AppStatusBar.d.ts.map +1 -1
  446. package/lib/typescript/src/components/index.d.ts +1 -0
  447. package/lib/typescript/src/components/index.d.ts.map +1 -1
  448. package/lib/typescript/src/constants/dummySections.d.ts +8 -1
  449. package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
  450. package/lib/typescript/src/hooks/Images/index.d.ts +3 -0
  451. package/lib/typescript/src/hooks/Images/index.d.ts.map +1 -0
  452. package/lib/typescript/src/hooks/Images/useImageLoader.d.ts +36 -0
  453. package/lib/typescript/src/hooks/Images/useImageLoader.d.ts.map +1 -0
  454. package/lib/typescript/src/hooks/Images/useImageValidation.d.ts +17 -0
  455. package/lib/typescript/src/hooks/Images/useImageValidation.d.ts.map +1 -0
  456. package/lib/typescript/src/hooks/index.d.ts +3 -0
  457. package/lib/typescript/src/hooks/index.d.ts.map +1 -1
  458. package/lib/typescript/src/hooks/useAdTracking.d.ts +39 -0
  459. package/lib/typescript/src/hooks/useAdTracking.d.ts.map +1 -0
  460. package/lib/typescript/src/hooks/useCards.d.ts +36 -0
  461. package/lib/typescript/src/hooks/useCards.d.ts.map +1 -0
  462. package/lib/typescript/src/hooks/usePaginatedSection.d.ts +12 -2
  463. package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
  464. package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
  465. package/lib/typescript/src/theme/ThemeProvider.d.ts +2 -0
  466. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
  467. package/lib/typescript/src/theme/hook/index.d.ts +0 -1
  468. package/lib/typescript/src/theme/hook/index.d.ts.map +1 -1
  469. package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -1
  470. package/lib/typescript/src/theme/themes.d.ts +1 -0
  471. package/lib/typescript/src/theme/themes.d.ts.map +1 -1
  472. package/lib/typescript/src/theme/utils/validateColor.d.ts +21 -0
  473. package/lib/typescript/src/theme/utils/validateColor.d.ts.map +1 -0
  474. package/lib/typescript/src/types/content/content-view.types.d.ts +40 -1
  475. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
  476. package/lib/typescript/src/types/sections/index.d.ts +7 -4
  477. package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
  478. package/lib/typescript/src/utils/colorUtils.d.ts +19 -0
  479. package/lib/typescript/src/utils/colorUtils.d.ts.map +1 -0
  480. package/package.json +13 -4
  481. package/src/components/Auth/AuthProvider/AuthProvider.tsx +6 -2
  482. package/src/components/Auth/One/ForgotPassword/ForgotPassword.tsx +324 -0
  483. package/src/components/Auth/One/Login/LoginWithEmail.tsx +455 -0
  484. package/src/components/Auth/{Login → One/Login}/LoginWithPhone.tsx +12 -12
  485. package/src/components/Auth/One/OTP/OTP.tsx +465 -0
  486. package/src/components/Auth/One/QrLogin/QrLogin.tsx +602 -0
  487. package/src/components/Auth/One/QrLogin/components/QrViewArea.tsx +423 -0
  488. package/src/components/Auth/One/SignUp/SignUp.tsx +479 -0
  489. package/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.tsx +10 -6
  490. package/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx +103 -0
  491. package/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.tsx +1 -1
  492. package/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.tsx +35 -25
  493. package/src/components/Auth/One/index.ts +24 -0
  494. package/src/components/Auth/Two/AuthHeader/AuthHeader.tsx +108 -0
  495. package/src/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.tsx +62 -35
  496. package/src/components/Auth/Two/Login/AuthLoginShell.tsx +173 -0
  497. package/src/components/Auth/Two/Login/LoginWithEmail.tsx +279 -0
  498. package/src/components/Auth/Two/Login/LoginWithPhone.tsx +188 -0
  499. package/src/components/Auth/{OTP → Two/OTP}/OTP.tsx +92 -81
  500. package/src/components/Auth/Two/QrLogin/QrLogin.tsx +602 -0
  501. package/src/components/Auth/Two/QrLogin/components/QrViewArea.tsx +423 -0
  502. package/src/components/Auth/Two/SignUp/SignUp.tsx +472 -0
  503. package/src/components/Auth/Two/SplashScreen/SplashScreen.tsx +248 -0
  504. package/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.tsx +1 -1
  505. package/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.tsx +77 -0
  506. package/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.tsx +178 -0
  507. package/src/components/Auth/Two/index.ts +28 -0
  508. package/src/components/Auth/index.ts +7 -22
  509. package/src/components/BackgroundLayout/BackgroundLayout.tsx +2 -0
  510. package/src/components/BackgroundLayout/BackgroundLayoutOne.tsx +56 -0
  511. package/src/components/BottomSheet/BottomSheet.tsx +6 -1
  512. package/src/components/BottomSheet/BottomSheetOne.tsx +220 -0
  513. package/src/components/BottomSheet/index.ts +2 -0
  514. package/src/components/Button/PrimaryBtn.tsx +10 -2
  515. package/src/components/Content/Card/Category/Category.tsx +104 -10
  516. package/src/components/Content/Card/Category/CategroyTwo.tsx +429 -0
  517. package/src/components/Content/Card/NowWatching/NowWatching.tsx +281 -136
  518. package/src/components/Content/Card/Sliders/Styles/One.tsx +248 -152
  519. package/src/components/Content/Card/Sliders/Styles/Three.tsx +935 -0
  520. package/src/components/Content/Card/Sliders/Styles/Two.tsx +171 -102
  521. package/src/components/Content/Card/Sliders/index.ts +2 -0
  522. package/src/components/Content/Card/Styles/Five.tsx +162 -62
  523. package/src/components/Content/Card/Styles/Four.tsx +165 -85
  524. package/src/components/Content/Card/Styles/One.tsx +162 -71
  525. package/src/components/Content/Card/Styles/RotateInOut.tsx +158 -60
  526. package/src/components/Content/Card/Styles/Six.tsx +242 -142
  527. package/src/components/Content/Card/Styles/Three.tsx +160 -162
  528. package/src/components/Content/Card/Styles/TopTen.tsx +231 -191
  529. package/src/components/Content/Card/Styles/Two.tsx +183 -79
  530. package/src/components/Content/Card/components/AdsPoster.tsx +202 -0
  531. package/src/components/Content/Card/components/CardPoster.tsx +250 -151
  532. package/src/components/Content/Card/components/NavigateToMore.tsx +29 -1
  533. package/src/components/Content/Card/components/index.ts +1 -0
  534. package/src/components/Content/Content.tsx +103 -119
  535. package/src/components/Content/Sections.tsx +51 -45
  536. package/src/components/Content/types.ts +176 -0
  537. package/src/components/ContentView/MoreContentList.tsx +1 -0
  538. package/src/components/ContentView/{ContentView.tsx → One/ContentViewOne.tsx} +8 -7
  539. package/src/components/ContentView/{components → One/components}/AboutSection.tsx +3 -3
  540. package/src/components/ContentView/{components → One/components}/CastCard.tsx +3 -3
  541. package/src/components/ContentView/{components → One/components}/EpisodeCard.tsx +7 -8
  542. package/src/components/ContentView/{components → One/components}/GenreTags.tsx +3 -3
  543. package/src/components/ContentView/{components → One/components}/HeroBanner.tsx +44 -59
  544. package/src/components/ContentView/{components → One/components}/MiniInfo.tsx +69 -5
  545. package/src/components/ContentView/{components → One/components}/PlayButton.tsx +1 -1
  546. package/src/components/ContentView/{components → One/components}/Title.tsx +2 -2
  547. package/src/components/ContentView/{components → One/components}/TrailerButton.tsx +2 -2
  548. package/src/components/ContentView/Two/ContentViewTwo.tsx +343 -0
  549. package/src/components/ContentView/Two/components/AboutSection.tsx +216 -0
  550. package/src/components/ContentView/Two/components/Details.tsx +193 -0
  551. package/src/components/ContentView/Two/components/EpisodeCard.tsx +602 -0
  552. package/src/components/ContentView/Two/components/GenreTags.tsx +123 -0
  553. package/src/components/ContentView/Two/components/HeroBanner.tsx +402 -0
  554. package/src/components/ContentView/Two/components/LikeShareActions.tsx +125 -0
  555. package/src/components/ContentView/Two/components/MoreLikeThisContentList .tsx +305 -0
  556. package/src/components/ContentView/Two/components/PlayOrTrailer.tsx +133 -0
  557. package/src/components/ContentView/Two/components/SectionTabs.tsx +177 -0
  558. package/src/components/ContentView/Two/components/Title.tsx +226 -0
  559. package/src/components/ContentView/Two/components/index.ts +15 -0
  560. package/src/components/ContentView/index.ts +7 -1
  561. package/src/components/Headers/Four.tsx +83 -0
  562. package/src/components/Headers/Three.tsx +88 -25
  563. package/src/components/Headers/index.ts +2 -0
  564. package/src/components/Input/Input.ts +4 -0
  565. package/src/components/Input/InputThree.tsx +212 -0
  566. package/src/components/Input/PhoneNumberInput.tsx +4 -2
  567. package/src/components/Input/PhoneNumberInputTwo.tsx +418 -0
  568. package/src/components/Loader/Loader.tsx +25 -9
  569. package/src/components/Logo/Logo.tsx +53 -34
  570. package/src/components/NewRelease/NewReleaseSheet.tsx +250 -0
  571. package/src/components/NewRelease/index.ts +1 -0
  572. package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +92 -27
  573. package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +81 -1
  574. package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +4 -1
  575. package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +6 -3
  576. package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +88 -55
  577. package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +92 -30
  578. package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +35 -38
  579. package/src/components/Reels/ReelsSeries/types.ts +16 -0
  580. package/src/components/Reels/ReelsSeries/useReelsWatchProgress.ts +85 -0
  581. package/src/components/Reels/ReelsSeries/utils/quality.ts +48 -0
  582. package/src/components/Reels/index.ts +1 -0
  583. package/src/components/Search/One.tsx +8 -5
  584. package/src/components/Search/components/SearchCard.tsx +68 -11
  585. package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +1 -0
  586. package/src/components/User/WatchHistory/WatchHistory.tsx +1 -0
  587. package/src/components/User/WatchLater/WatchLater.tsx +1 -0
  588. package/src/components/common/AppStatusBar.tsx +7 -1
  589. package/src/components/index.ts +1 -0
  590. package/src/constants/dummySections.ts +54 -3
  591. package/src/hooks/Images/index.ts +2 -0
  592. package/src/hooks/Images/useImageLoader.ts +206 -0
  593. package/src/hooks/Images/useImageValidation.ts +36 -0
  594. package/src/hooks/index.ts +3 -0
  595. package/src/hooks/useAdTracking.ts +349 -0
  596. package/src/hooks/useCards.ts +228 -0
  597. package/src/hooks/usePaginatedSection.ts +26 -7
  598. package/src/hooks/useSplashCache.ts +88 -69
  599. package/src/theme/ThemeProvider.tsx +15 -2
  600. package/src/theme/hook/index.ts +0 -1
  601. package/src/theme/hook/useInternalTheme.ts +22 -13
  602. package/src/theme/themes.ts +3 -0
  603. package/src/theme/utils/validateColor.ts +127 -0
  604. package/src/types/content/content-view.types.ts +43 -1
  605. package/src/types/sections/index.ts +7 -4
  606. package/src/utils/colorUtils.ts +70 -0
  607. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +0 -1
  608. package/lib/module/components/Auth/Login/LoginWithEmail.js +0 -314
  609. package/lib/module/components/Auth/Login/LoginWithEmail.js.map +0 -1
  610. package/lib/module/components/Auth/Login/LoginWithPhone.js.map +0 -1
  611. package/lib/module/components/Auth/OTP/OTP.js.map +0 -1
  612. package/lib/module/components/Auth/QrLogin/QrLogin.js +0 -313
  613. package/lib/module/components/Auth/QrLogin/QrLogin.js.map +0 -1
  614. package/lib/module/components/Auth/QrLogin/components/QrViewArea.js +0 -243
  615. package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +0 -1
  616. package/lib/module/components/Auth/SignUp/SignUp.js +0 -352
  617. package/lib/module/components/Auth/SignUp/SignUp.js.map +0 -1
  618. package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +0 -1
  619. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +0 -1
  620. package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +0 -1
  621. package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +0 -1
  622. package/lib/module/components/ContentView/ContentView.js.map +0 -1
  623. package/lib/module/components/ContentView/components/AboutSection.js.map +0 -1
  624. package/lib/module/components/ContentView/components/CastCard.js.map +0 -1
  625. package/lib/module/components/ContentView/components/EpisodeCard.js.map +0 -1
  626. package/lib/module/components/ContentView/components/GenreTags.js.map +0 -1
  627. package/lib/module/components/ContentView/components/HeroBanner.js.map +0 -1
  628. package/lib/module/components/ContentView/components/MiniInfo.js.map +0 -1
  629. package/lib/module/components/ContentView/components/PlayButton.js.map +0 -1
  630. package/lib/module/components/ContentView/components/Title.js.map +0 -1
  631. package/lib/module/components/ContentView/components/TrailerButton.js.map +0 -1
  632. package/lib/module/theme/hook/useThemeStatusBar.js +0 -33
  633. package/lib/module/theme/hook/useThemeStatusBar.js.map +0 -1
  634. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +0 -1
  635. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +0 -1
  636. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +0 -1
  637. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +0 -1
  638. package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +0 -1
  639. package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +0 -1
  640. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +0 -1
  641. package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +0 -1
  642. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +0 -1
  643. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +0 -1
  644. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +0 -1
  645. package/lib/typescript/src/components/ContentView/ContentView.d.ts +0 -15
  646. package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +0 -1
  647. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +0 -1
  648. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +0 -1
  649. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +0 -1
  650. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +0 -1
  651. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +0 -1
  652. package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +0 -1
  653. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +0 -1
  654. package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +0 -1
  655. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +0 -1
  656. package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts +0 -10
  657. package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts.map +0 -1
  658. package/src/components/Auth/Login/LoginWithEmail.tsx +0 -441
  659. package/src/components/Auth/QrLogin/QrLogin.tsx +0 -342
  660. package/src/components/Auth/QrLogin/components/QrViewArea.tsx +0 -329
  661. package/src/components/Auth/SignUp/SignUp.tsx +0 -462
  662. package/src/theme/hook/useThemeStatusBar.ts +0 -42
  663. /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.d.ts +0 -0
  664. /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.d.ts +0 -0
  665. /package/lib/typescript/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.d.ts +0 -0
  666. /package/lib/typescript/src/components/ContentView/{components → One/components}/PlayButton.d.ts +0 -0
  667. /package/lib/typescript/src/components/ContentView/{components → One/components}/TrailerButton.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useCallback","useMemo","StyleSheet","View","Platform","Keyboard","SafeAreaView","useForm","Controller","scale","verticalScale","Input","Button","BackgroundLayout","Logo","TextButton","useInternalTheme","useKeyboard","HideKeyboard","BackBtn","Text","RFValue","getResponsiveBottomSpacing","jsx","_jsx","jsxs","_jsxs","Signup","memo","title","onSubmit","onLogin","onTopBackBtnPress","containerStyle","titleStyle","formStyle","inputStyle","inputContainerStyle","topBackBtnStyle","minPasswordLength","loadingSubmitBtn","backgroundImage","logoUri","theme","overrideTheme","text","loginTextProps","loginLinkTextProps","renderLogo","renderSingUpHeader","renderLoginPrompt","renderSubmitButton","renderTopBackBtn","control","handleSubmit","formState","errors","isValid","touchedFields","getValues","defaultValues","username","email","password","confirmPassword","mode","resolvedTheme","isKeyboardOpen","isLoading","setIsLoading","useState","handleFormSubmit","data","error","console","shouldRender","condition","gradientSplitBackground","OS","isDisabled","source","children","style","styles","safeArea","container","topBackBtnWrapper","onPress","keyboardVerticalOffset","centerContent","width","height","form","name","rules","required","minLength","value","message","render","field","onChange","onBlur","One","placeholder","usernamePlaceholder","label","usernameLabel","onChangeText","disabled","errorMessage","pattern","emailPlaceholder","emailLabel","inputText","sanitized","replace","textContentType","autoCapitalize","keyboardType","autoCorrect","passwordPlaceholder","passwordLabel","secureTextEntry","spellCheck","autoComplete","validate","confirmPasswordPlaceholder","confirmPasswordLabel","loading","Primary","signupButton","loadingText","loadingSubmitBtnText","loginContainerWrapper","bottom","loginContainer","loginRow","loginPrompt","color","colors","textPrimary","loginLink","dismiss","requestAnimationFrame","bold","underline","button","create","flex","paddingBottom","paddingHorizontal","justifyContent","alignItems","position","top","left","zIndex","fontSize","fontWeight","marginTop","marginBottom","gap","right","flexDirection","flexWrap","textAlign","marginRight"],"sourceRoot":"../../../../../../src","sources":["components/Auth/One/SignUp/SignUp.tsx"],"mappings":"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","ignoreList":[]}
@@ -9,9 +9,10 @@ import React, { useEffect, useMemo, useCallback } from 'react';
9
9
  import SplashImage from "./components/SplashImage/SplashImage.js";
10
10
  import SplashVideo from "./components/SplashVideo/SplashVideo.js";
11
11
  import SplashLottie from "./components/SplashLottie/SplashLottie.js";
12
- import { BackgroundLayout } from "../../BackgroundLayout/BackgroundLayout.js";
13
- import { useSplashCache } from "../../../hooks/useSplashCache.js";
14
- import { AppStatusBar } from "../../common/AppStatusBar.js";
12
+ import { useInternalTheme } from "../../../../theme/hook/useInternalTheme.js";
13
+ import { BackgroundLayout } from "../../../BackgroundLayout/BackgroundLayout.js";
14
+ import { useSplashCache } from "../../../../hooks/useSplashCache.js";
15
+ import { AppStatusBar } from "../../../common/AppStatusBar.js";
15
16
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
16
17
  const DEFAULT_IMAGE_TIMEOUT = 5;
17
18
  const FALLBACK_TIMEOUT = 0.5;
@@ -29,6 +30,7 @@ export const SplashScreen = /*#__PURE__*/React.memo(({
29
30
  onRedirect,
30
31
  theme: overrideTheme
31
32
  }) => {
33
+ useInternalTheme(overrideTheme);
32
34
  const {
33
35
  source: splashSource,
34
36
  type: splashType = 'image',
@@ -125,10 +127,11 @@ export const SplashScreen = /*#__PURE__*/React.memo(({
125
127
  case 'image':
126
128
  default:
127
129
  return /*#__PURE__*/_jsx(SplashImage, {
128
- ...splashProps
130
+ ...splashProps,
131
+ theme: overrideTheme
129
132
  });
130
133
  }
131
- }, [splashType, isVideoFile, isLottieFile, splashProps, videoOnEnd, lottieOnAnimationFinish]);
134
+ }, [splashType, isVideoFile, splashProps, videoOnEnd, isLottieFile, lottieOnAnimationFinish, overrideTheme]);
132
135
  return /*#__PURE__*/_jsxs(BackgroundLayout, {
133
136
  ...backgroundLayoutProps,
134
137
  children: [/*#__PURE__*/_jsx(AppStatusBar, {
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useEffect","useMemo","useCallback","SplashImage","SplashVideo","SplashLottie","useInternalTheme","BackgroundLayout","useSplashCache","AppStatusBar","jsx","_jsx","jsxs","_jsxs","DEFAULT_IMAGE_TIMEOUT","FALLBACK_TIMEOUT","VIDEO_EXTENSIONS","LOTTIE_EXTENSIONS","SplashScreen","memo","splashScreenConfig","innerContainerStyle","backgroundImage","gradientSplitBackground","resizeMode","onRedirect","theme","overrideTheme","source","splashSource","type","splashType","width","height","isStatic","screenTime","fullscreen","backgroundColor","splashBgColor","isRemote","startsWith","isImageSplash","backgroundImageUrl","undefined","data","logoUrl","backgroundUrl","resolvedSplashUri","logoPath","displayTimeout","handleRedirect","err","console","error","timeoutSec","timer","setTimeout","clearTimeout","splashProps","isVideoFile","some","ext","toLowerCase","endsWith","isLottieFile","videoOnEnd","lottieOnAnimationFinish","backgroundLayoutProps","onImageError","appStatusBarTheme","dark","background","light","renderSplashContent","onEnd","onAnimationFinish","children"],"sourceRoot":"../../../../../../src","sources":["components/Auth/One/SplashScreen/SplashScreen.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+
3
+ import React, { useState, useMemo, useCallback, useEffect } from 'react';
4
+ import FastImage from 'react-native-fast-image';
5
+ import { ActivityIndicator, View, StyleSheet } from 'react-native';
6
+ import Display from "../../../../../../utils/Display.js";
7
+ import { useInternalTheme } from "../../../../../../theme/hook/useInternalTheme.js";
8
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
9
+ const SplashImage = ({
10
+ fullscreen,
11
+ height,
12
+ resizeMode = 'contain',
13
+ source,
14
+ width,
15
+ theme: themeOverride
16
+ }) => {
17
+ const {
18
+ theme
19
+ } = useInternalTheme(themeOverride);
20
+ const [isLoading, setIsLoading] = useState(!!source);
21
+
22
+ // Reset loading state when source changes
23
+ useEffect(() => {
24
+ if (source) {
25
+ setIsLoading(true);
26
+ }
27
+ }, [source]);
28
+ const imageStyles = useMemo(() => ({
29
+ width: fullscreen ? Display.fullWidth : width,
30
+ height: fullscreen ? Display.fullHeight : height,
31
+ flex: 1
32
+ }), [fullscreen, width, height]);
33
+ const handleLoadEnd = useCallback(() => {
34
+ setIsLoading(false);
35
+ }, []);
36
+ const handleError = useCallback(() => {
37
+ setIsLoading(false);
38
+ }, []);
39
+
40
+ // Memoize URI resolution
41
+ const resolvedUri = useMemo(() => {
42
+ if (!source) return '';
43
+ if (source.startsWith('http') || source.startsWith('https') || source.startsWith('file://')) return source;
44
+ return `file://${source}`;
45
+ }, [source]);
46
+
47
+ // Memoize image source
48
+ const imageSource = useMemo(() => ({
49
+ uri: resolvedUri
50
+ }), [resolvedUri]);
51
+ if (!source) return null;
52
+ return /*#__PURE__*/_jsxs(View, {
53
+ style: styles.container,
54
+ children: [isLoading && /*#__PURE__*/_jsx(ActivityIndicator, {
55
+ size: "large",
56
+ style: styles.loader,
57
+ color: theme.colors.primary
58
+ }), /*#__PURE__*/_jsx(FastImage, {
59
+ source: imageSource,
60
+ onLoadEnd: handleLoadEnd,
61
+ style: imageStyles,
62
+ resizeMode: resizeMode,
63
+ onError: handleError
64
+ })]
65
+ });
66
+ };
67
+ const styles = StyleSheet.create({
68
+ container: {
69
+ flex: 1,
70
+ width: Display.fullWidth,
71
+ height: Display.fullHeight,
72
+ justifyContent: 'center',
73
+ alignItems: 'center'
74
+ },
75
+ loader: {
76
+ position: 'absolute'
77
+ }
78
+ });
79
+ export default /*#__PURE__*/React.memo(SplashImage);
80
+ //# sourceMappingURL=SplashImage.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useState","useMemo","useCallback","useEffect","FastImage","ActivityIndicator","View","StyleSheet","Display","useInternalTheme","jsx","_jsx","jsxs","_jsxs","SplashImage","fullscreen","height","resizeMode","source","width","theme","themeOverride","isLoading","setIsLoading","imageStyles","fullWidth","fullHeight","flex","handleLoadEnd","handleError","resolvedUri","startsWith","imageSource","uri","style","styles","container","children","size","loader","color","colors","primary","onLoadEnd","onError","create","justifyContent","alignItems","position","memo"],"sourceRoot":"../../../../../../../../src","sources":["components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx"],"mappings":"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","ignoreList":[]}
@@ -7,7 +7,7 @@
7
7
  import React, { useMemo, useCallback } from 'react';
8
8
  import LottieView from 'lottie-react-native';
9
9
  import { StyleSheet } from 'react-native';
10
- import Display from "../../../../../utils/Display.js";
10
+ import Display from "../../../../../../utils/Display.js";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  const SplashLottie = ({
13
13
  fullscreen,
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useMemo","useCallback","LottieView","StyleSheet","Display","jsx","_jsx","SplashLottie","fullscreen","height","source","resizeMode","width","onAnimationFinish","lottieStyle","styles","base","fullWidth","fullHeight","lottieSource","uri","handleAnimationFailure","error","console","autoPlay","loop","style","onAnimationFailure","hardwareAccelerationAndroid","cacheComposition","create","alignSelf","flex","memo"],"sourceRoot":"../../../../../../../../src","sources":["components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,OAAO,EAAEC,WAAW,QAAQ,OAAO;AACnD,OAAOC,UAAU,MAAM,qBAAqB;AAC5C,SAASC,UAAU,QAAQ,cAAc;AACzC,OAAOC,OAAO,MAAM,oCAAiC;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAatD,MAAMC,YAA8B,GAAGA,CAAC;EACtCC,UAAU;EACVC,MAAM;EACNC,MAAM;EACNC,UAAU,GAAG,SAAS;EACtBC,KAAK;EACLC;AACF,CAAC,KAAK;EACJ;EACA,MAAMC,WAAW,GAAGd,OAAO,CACzB,OAAO;IACL,GAAGe,MAAM,CAACC,IAAI;IACdJ,KAAK,EAAEJ,UAAU,GAAGJ,OAAO,CAACa,SAAS,GAAGL,KAAK;IAC7CH,MAAM,EAAED,UAAU,GAAGJ,OAAO,CAACc,UAAU,GAAGT,MAAM;IAChD,IAAID,UAAU,GAAGO,MAAM,CAACP,UAAU,GAAG,CAAC,CAAC;EACzC,CAAC,CAAC,EACF,CAACA,UAAU,EAAEI,KAAK,EAAEH,MAAM,CAC5B,CAAC;;EAED;EACA,MAAMU,YAAY,GAAGnB,OAAO,CAAC,OAAO;IAAEoB,GAAG,EAAEV;EAAO,CAAC,CAAC,EAAE,CAACA,MAAM,CAAC,CAAC;;EAE/D;EACA,MAAMW,sBAAsB,GAAGpB,WAAW,CAAEqB,KAAU,IAAK;IACzDC,OAAO,CAACD,KAAK,CAAC,kCAAkC,EAAEA,KAAK,CAAC;EAC1D,CAAC,EAAE,EAAE,CAAC;;EAEN;EACA,IAAI,CAACZ,MAAM,EAAE;IACX,OAAO,IAAI;EACb;EAEA,oBACEJ,IAAA,CAACJ,UAAU;IACTQ,MAAM,EAAES,YAAa;IACrBK,QAAQ;IACRC,IAAI,EAAE,KAAM;IACZZ,iBAAiB,EAAEA,iBAAkB;IACrCa,KAAK,EAAEZ,WAAY;IACnBH,UAAU,EAAEA,UAAW;IACvBgB,kBAAkB,EAAEN,sBAAuB;IAC3CO,2BAA2B;IAC3BC,gBAAgB;EAAA,CACjB,CAAC;AAEN,CAAC;AAED,MAAMd,MAAM,GAAGZ,UAAU,CAAC2B,MAAM,CAAC;EAC/Bd,IAAI,EAAE;IACJe,SAAS,EAAE;EACb,CAAC;EACDvB,UAAU,EAAE;IACVwB,IAAI,EAAE;EACR;AACF,CAAC,CAAC;AAEF,4BAAejC,KAAK,CAACkC,IAAI,CAAC1B,YAAY,CAAC","ignoreList":[]}
@@ -6,15 +6,15 @@
6
6
  */
7
7
 
8
8
  import React, { useMemo, useCallback, useRef, useEffect } from 'react';
9
- import { StyleSheet, Animated } from 'react-native';
9
+ import { StyleSheet, Animated, useWindowDimensions } from 'react-native';
10
10
  import Video from 'react-native-video';
11
- import Display from "../../../../../utils/Display.js";
12
- import { View } from "../../../../View/index.js";
11
+ import Display from "../../../../../../utils/Display.js";
12
+ import { View } from "../../../../../View/index.js";
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
14
14
  const SplashVideo = ({
15
- fullscreen = false,
16
- width = Display.fullWidth,
17
- height = Display.fullHeight,
15
+ fullscreen = true,
16
+ width,
17
+ height,
18
18
  source,
19
19
  resizeMode = 'cover',
20
20
  onEnd,
@@ -23,12 +23,34 @@ const SplashVideo = ({
23
23
  onError
24
24
  }) => {
25
25
  const fadeAnim = useRef(new Animated.Value(0)).current;
26
+ const {
27
+ width: windowWidth,
28
+ height: windowHeight
29
+ } = useWindowDimensions();
26
30
 
27
- /** 🎨 Compute video dimensions */
28
- const videoStyle = useMemo(() => ({
29
- width: fullscreen ? Display.fullWidth : width,
30
- height: fullscreen ? Display.fullHeight : height
31
- }), [fullscreen, width, height]);
31
+ /** 🎨 Compute video dimensions – fullscreen uses 100% for all devices; otherwise use window dimensions */
32
+ const videoStyle = useMemo(() => {
33
+ if (fullscreen) {
34
+ return {
35
+ width: '100%',
36
+ height: '100%'
37
+ };
38
+ }
39
+ const w = width ?? windowWidth ?? Display.fullWidth;
40
+ const h = height ?? windowHeight ?? Display.fullHeight;
41
+ return {
42
+ width: w,
43
+ height: h
44
+ };
45
+ }, [fullscreen, width, height, windowWidth, windowHeight]);
46
+
47
+ /** 🎨 Fullscreen wrapper fills container so video covers entire screen on any device */
48
+ const wrapperStyle = useMemo(() => fullscreen ? [StyleSheet.absoluteFillObject, {
49
+ opacity: fadeAnim
50
+ }] : [videoStyle, {
51
+ opacity: fadeAnim,
52
+ position: 'absolute'
53
+ }], [fullscreen, videoStyle, fadeAnim]);
32
54
 
33
55
  /** 🌀 Fade-in animation */
34
56
  const animateIn = useCallback(() => {
@@ -89,20 +111,14 @@ const SplashVideo = ({
89
111
  hideSettingButton: true
90
112
  }), []);
91
113
 
92
- // Memoize animated view style
93
- const animatedViewStyle = useMemo(() => [videoStyle, {
94
- opacity: fadeAnim,
95
- position: 'absolute'
96
- }], [videoStyle, fadeAnim]);
97
-
98
114
  /** 🧱 Render */
99
115
  return /*#__PURE__*/_jsx(View, {
100
116
  style: styles.container,
101
117
  children: /*#__PURE__*/_jsx(Animated.View, {
102
- style: animatedViewStyle,
118
+ style: wrapperStyle,
103
119
  children: /*#__PURE__*/_jsx(Video, {
104
120
  source: videoSource,
105
- style: videoStyle,
121
+ style: styles.video,
106
122
  resizeMode: resizeMode,
107
123
  paused: false,
108
124
  onLoadStart: handleLoadStart,
@@ -124,9 +140,14 @@ const SplashVideo = ({
124
140
  const styles = StyleSheet.create({
125
141
  container: {
126
142
  flex: 1,
143
+ width: '100%',
144
+ height: '100%',
127
145
  position: 'relative',
128
- justifyContent: 'center',
129
- alignItems: 'center'
146
+ alignSelf: 'stretch'
147
+ },
148
+ video: {
149
+ width: '100%',
150
+ height: '100%'
130
151
  }
131
152
  });
132
153
  export default /*#__PURE__*/React.memo(SplashVideo);
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useMemo","useCallback","useRef","useEffect","StyleSheet","Animated","useWindowDimensions","Video","Display","View","jsx","_jsx","SplashVideo","fullscreen","width","height","source","resizeMode","onEnd","onLoadStart","onLoaded","onError","fadeAnim","Value","current","windowWidth","windowHeight","videoStyle","w","fullWidth","h","fullHeight","wrapperStyle","absoluteFillObject","opacity","position","animateIn","timing","toValue","duration","useNativeDriver","start","resolveUri","src","test","handleLoadStart","setValue","handleLoad","data","handleError","err","errorMsg","error","message","JSON","stringify","stopAnimation","resolvedUri","videoSource","uri","controlsStyles","hideForward","hideDuration","hideFullscreen","hidePlayPause","hideNavigationBarOnFullScreenMode","hideNotificationBarOnFullScreenMode","hideNext","hidePosition","hidePrevious","hideRewind","hideSeekBar","hideSettingButton","style","styles","container","children","video","paused","onLoad","ignoreSilentSwitch","playInBackground","playWhenInactive","allowsExternalPlayback","automaticallyWaitsToMinimizeStalling","controls","repeat","create","flex","alignSelf","memo"],"sourceRoot":"../../../../../../../../src","sources":["components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+
3
+ /**
4
+ * @author Naresh Dhamu
5
+ * @lastModified Fri 13 Jun 2025 at 11:11 AM
6
+ */
7
+
8
+ import ForgotPassword from "./ForgotPassword/ForgotPassword.js";
9
+ import LoginWithEmail from "./Login/LoginWithEmail.js";
10
+ import LoginWithPhone from "./Login/LoginWithPhone.js";
11
+ import OTP from "./OTP/OTP.js";
12
+ import QrLogin from "./QrLogin/QrLogin.js";
13
+ import SignUp from "./SignUp/SignUp.js";
14
+ import { SplashScreen } from "./SplashScreen/SplashScreen.js";
15
+ const AuthOne = {
16
+ LoginWithEmail,
17
+ LoginWithPhone,
18
+ SignUp,
19
+ OTP,
20
+ ForgotPassword,
21
+ SplashScreen,
22
+ QrLogin
23
+ };
24
+ export default AuthOne;
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["ForgotPassword","LoginWithEmail","LoginWithPhone","OTP","QrLogin","SignUp","SplashScreen","AuthOne"],"sourceRoot":"../../../../../src","sources":["components/Auth/One/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,cAAc,MAAM,oCAAiC;AAC5D,OAAOC,cAAc,MAAM,2BAAwB;AACnD,OAAOC,cAAc,MAAM,2BAAwB;AACnD,OAAOC,GAAG,MAAM,cAAW;AAC3B,OAAOC,OAAO,MAAM,sBAAmB;AACvC,OAAOC,MAAM,MAAM,oBAAiB;AACpC,SAASC,YAAY,QAAQ,gCAA6B;AAE1D,MAAMC,OAAO,GAAG;EACdN,cAAc;EACdC,cAAc;EACdG,MAAM;EACNF,GAAG;EACHH,cAAc;EACdM,YAAY;EACZF;AACF,CAAC;AAED,eAAeG,OAAO","ignoreList":[]}
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+
3
+ import React from 'react';
4
+ import { View, Pressable, StyleSheet, Text } from 'react-native';
5
+ import { useSafeAreaInsets } from 'react-native-safe-area-context';
6
+ import { scale, verticalScale } from 'react-native-size-matters';
7
+ import { useInternalTheme } from "../../../../theme/hook/index.js";
8
+ import Logo from "../../../Logo/Logo.js";
9
+ import TextButton from "../../../Button/TextButton.js";
10
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
11
+ const AuthHeader = ({
12
+ logoUri,
13
+ onLogoPress,
14
+ rightTitle,
15
+ onRightPress,
16
+ rightComponent,
17
+ containerStyle,
18
+ theme: overrideTheme,
19
+ headerTitle
20
+ }) => {
21
+ const insets = useSafeAreaInsets();
22
+ const {
23
+ theme
24
+ } = useInternalTheme(overrideTheme);
25
+ return /*#__PURE__*/_jsx(View, {
26
+ style: [styles.container, {
27
+ paddingTop: insets.top
28
+ }, containerStyle],
29
+ children: /*#__PURE__*/_jsxs(View, {
30
+ style: styles.row,
31
+ children: [/*#__PURE__*/_jsxs(View, {
32
+ style: styles.left,
33
+ children: [logoUri && /*#__PURE__*/_jsx(Pressable, {
34
+ onPress: onLogoPress,
35
+ style: styles.logoWrapper,
36
+ children: /*#__PURE__*/_jsx(Logo, {
37
+ logoUri: logoUri,
38
+ resizeMode: "contain"
39
+ })
40
+ }), headerTitle && /*#__PURE__*/_jsx(Text, {
41
+ style: [styles.title, {
42
+ color: theme.colors.textPrimary
43
+ }],
44
+ children: headerTitle
45
+ })]
46
+ }), /*#__PURE__*/_jsx(View, {
47
+ style: styles.right,
48
+ children: rightComponent ? rightComponent : rightTitle && onRightPress ? /*#__PURE__*/_jsx(TextButton, {
49
+ title: rightTitle,
50
+ onPress: onRightPress,
51
+ color: theme.colors.textPrimary
52
+ }) : null
53
+ })]
54
+ })
55
+ });
56
+ };
57
+ export default /*#__PURE__*/React.memo(AuthHeader);
58
+ const styles = StyleSheet.create({
59
+ container: {
60
+ marginTop: verticalScale(0),
61
+ width: '100%',
62
+ zIndex: 100
63
+ },
64
+ row: {
65
+ flexDirection: 'row',
66
+ justifyContent: 'space-between',
67
+ alignItems: 'flex-start',
68
+ paddingTop: verticalScale(8)
69
+ },
70
+ left: {
71
+ flex: 1,
72
+ justifyContent: 'flex-start',
73
+ alignItems: 'flex-start'
74
+ },
75
+ logoWrapper: {
76
+ width: scale(100),
77
+ height: scale(10),
78
+ transform: [{
79
+ scale: 0.6
80
+ }]
81
+ },
82
+ right: {
83
+ justifyContent: 'flex-start',
84
+ alignItems: 'flex-end'
85
+ },
86
+ title: {
87
+ fontSize: 18,
88
+ fontWeight: '700',
89
+ marginTop: verticalScale(8),
90
+ textAlign: 'left'
91
+ }
92
+ });
93
+ //# sourceMappingURL=AuthHeader.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","View","Pressable","StyleSheet","Text","useSafeAreaInsets","scale","verticalScale","useInternalTheme","Logo","TextButton","jsx","_jsx","jsxs","_jsxs","AuthHeader","logoUri","onLogoPress","rightTitle","onRightPress","rightComponent","containerStyle","theme","overrideTheme","headerTitle","insets","style","styles","container","paddingTop","top","children","row","left","onPress","logoWrapper","resizeMode","title","color","colors","textPrimary","right","memo","create","marginTop","width","zIndex","flexDirection","justifyContent","alignItems","flex","height","transform","fontSize","fontWeight","textAlign"],"sourceRoot":"../../../../../../src","sources":["components/Auth/Two/AuthHeader/AuthHeader.tsx"],"mappings":"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","ignoreList":[]}
@@ -5,31 +5,35 @@
5
5
  * @lastModified Wed 18 Jun 2025 at 10:45 AM
6
6
  **/
7
7
  import React, { useCallback, useMemo, useState } from 'react';
8
- import { StyleSheet, View, Platform, Alert } from 'react-native';
8
+ import { StyleSheet, View, Alert } from 'react-native';
9
9
  import { useForm, Controller } from 'react-hook-form';
10
10
  import { scale, verticalScale } from 'react-native-size-matters';
11
- import { Input } from "../../Input/Input.js";
12
- import { Button } from "../../Button/index.js";
13
- import { BackgroundLayout } from "../../BackgroundLayout/BackgroundLayout.js";
14
- import { Logo } from "../../Logo/Logo.js";
15
- import { useKeyboard } from "../../../hooks/useKeyboard.js";
16
- import HideKeyboard from "../../Keyboard/HideKeyboard.js";
17
- import BackBtn from "../../Button/BackBtn.js";
18
- import { Text } from "../../Text/index.js";
11
+ import { Input } from "../../../Input/Input.js";
12
+ import { Button } from "../../../Button/index.js";
13
+ import { Logo } from "../../../Logo/Logo.js";
14
+ import { useKeyboard } from "../../../../hooks/useKeyboard.js";
15
+ import HideKeyboard from "../../../Keyboard/HideKeyboard.js";
16
+ import BackBtn from "../../../Button/BackBtn.js";
17
+ import { Text } from "../../../Text/index.js";
19
18
  import { RFValue } from 'react-native-responsive-fontsize';
20
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
19
+ import { Mail } from 'lucide-react-native';
20
+ import BackgroundLayoutOne from "../../../BackgroundLayout/BackgroundLayoutOne.js";
21
+ import { useInternalTheme } from "../../../../theme/hook/index.js";
22
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
21
23
  const ForgetPassword = ({
22
24
  title = 'Forgot Password',
25
+ subtitle = 'Enter your email account to reset password',
23
26
  onSubmit,
24
27
  onTopBackBtnPress,
25
28
  containerStyle,
26
29
  titleStyle,
30
+ subtitleStyle,
27
31
  formStyle,
28
32
  inputStyle,
29
33
  inputContainerStyle,
30
34
  topBackBtnStyle,
31
35
  loadingSubmitBtn = false,
32
- backgroundImage,
36
+ // backgroundImage,
33
37
  logoUri,
34
38
  theme: overrideTheme,
35
39
  text = {
@@ -62,6 +66,10 @@ const ForgetPassword = ({
62
66
  isKeyboardOpen
63
67
  } = useKeyboard();
64
68
  const [isLoading, setIsLoading] = useState(false);
69
+ const {
70
+ theme
71
+ } = useInternalTheme(overrideTheme);
72
+ const textPrimaryColor = theme.colors.textPrimary;
65
73
  const handleFormSubmit = useCallback(async data => {
66
74
  if (!onSubmit) return;
67
75
  setIsLoading(true);
@@ -78,11 +86,12 @@ const ForgetPassword = ({
78
86
  const isSubmitDisabled = useMemo(() => loadingSubmitBtn || isLoading, [loadingSubmitBtn, isLoading]);
79
87
 
80
88
  // Memoize gradient split background
81
- const gradientSplitBackground = useMemo(() => isKeyboardOpen ? Platform.OS === 'ios' ? 0.19 : 0.14 : 0.3, [isKeyboardOpen]);
82
- return /*#__PURE__*/_jsx(BackgroundLayout, {
83
- backgroundImage: backgroundImage?.source,
84
- theme: overrideTheme,
85
- gradientSplitBackground: gradientSplitBackground,
89
+ // const gradientSplitBackground = useMemo(
90
+ // () => (isKeyboardOpen ? (Platform.OS === 'ios' ? 0.19 : 0.14) : 0.3),
91
+ // [isKeyboardOpen]
92
+ // );
93
+
94
+ return /*#__PURE__*/_jsx(BackgroundLayoutOne, {
86
95
  children: /*#__PURE__*/_jsxs(View, {
87
96
  style: [styles.container, containerStyle],
88
97
  children: [shouldRender(renderTopBackBtn || onTopBackBtnPress) && /*#__PURE__*/_jsx(View, {
@@ -99,11 +108,18 @@ const ForgetPassword = ({
99
108
  style: styles.centerContent,
100
109
  children: [renderLogo ? renderLogo() : logoUri ? /*#__PURE__*/_jsx(Logo, {
101
110
  logoUri: logoUri
102
- }) : null, renderForgetPasswordHeader ? renderForgetPasswordHeader() : /*#__PURE__*/_jsx(Text, {
103
- style: [styles.title, titleStyle],
104
- accessibilityRole: "header",
105
- testID: "title",
106
- children: title
111
+ }) : null, renderForgetPasswordHeader ? renderForgetPasswordHeader() : /*#__PURE__*/_jsxs(_Fragment, {
112
+ children: [/*#__PURE__*/_jsx(Text, {
113
+ style: [styles.title, {
114
+ color: textPrimaryColor
115
+ }, titleStyle],
116
+ children: title
117
+ }), subtitle ? /*#__PURE__*/_jsx(Text, {
118
+ style: [styles.subtitle, {
119
+ color: textPrimaryColor
120
+ }, subtitleStyle],
121
+ children: subtitle
122
+ }) : null]
107
123
  }), /*#__PURE__*/_jsxs(View, {
108
124
  style: [styles.form, formStyle],
109
125
  testID: "form",
@@ -123,7 +139,7 @@ const ForgetPassword = ({
123
139
  onBlur,
124
140
  value
125
141
  }
126
- }) => /*#__PURE__*/_jsx(Input.One, {
142
+ }) => /*#__PURE__*/_jsx(Input.Three, {
127
143
  placeholder: text.emailPlaceholder || 'Enter your email',
128
144
  label: text.emailLabel || 'Email',
129
145
  value: value,
@@ -142,7 +158,10 @@ const ForgetPassword = ({
142
158
  autoCapitalize: "none",
143
159
  keyboardType: "email-address",
144
160
  autoCorrect: false,
145
- testID: "email-input"
161
+ testID: "email-input",
162
+ leftIcon: /*#__PURE__*/_jsx(Mail, {
163
+ size: 25
164
+ })
146
165
  })
147
166
  }), renderSubmitButton ? renderSubmitButton({
148
167
  onPress: handleSubmit(handleFormSubmit),
@@ -158,7 +177,9 @@ const ForgetPassword = ({
158
177
  })]
159
178
  }), !isKeyboardOpen && /*#__PURE__*/_jsx(_Fragment, {
160
179
  children: renderBottomInfoText ? renderBottomInfoText() : text.bottomInfoText ? /*#__PURE__*/_jsx(Text, {
161
- style: styles.bottomInfo,
180
+ style: [styles.bottomInfo, {
181
+ color: theme.colors.textSecondary
182
+ }],
162
183
  accessibilityRole: "text",
163
184
  testID: "bottom-info-text",
164
185
  children: text.bottomInfoText
@@ -191,14 +212,20 @@ const styles = StyleSheet.create({
191
212
  width: '100%',
192
213
  alignItems: 'center',
193
214
  justifyContent: 'center',
194
- gap: verticalScale(16)
215
+ gap: verticalScale(6),
216
+ marginBottom: verticalScale(100)
195
217
  },
196
218
  title: {
197
219
  fontSize: RFValue(23),
198
220
  fontWeight: '700',
199
- marginTop: verticalScale(12),
200
- marginBottom: verticalScale(20),
201
- textAlign: 'center'
221
+ textAlign: 'center',
222
+ marginTop: verticalScale(12)
223
+ },
224
+ subtitle: {
225
+ fontSize: RFValue(13),
226
+ fontWeight: '400',
227
+ textAlign: 'center',
228
+ marginBottom: verticalScale(80)
202
229
  },
203
230
  form: {
204
231
  width: '100%',
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","useCallback","useMemo","useState","StyleSheet","View","Alert","useForm","Controller","scale","verticalScale","Input","Button","Logo","useKeyboard","HideKeyboard","BackBtn","Text","RFValue","Mail","BackgroundLayoutOne","useInternalTheme","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","ForgetPassword","title","subtitle","onSubmit","onTopBackBtnPress","containerStyle","titleStyle","subtitleStyle","formStyle","inputStyle","inputContainerStyle","topBackBtnStyle","loadingSubmitBtn","logoUri","theme","overrideTheme","text","emailLabel","emailPlaceholder","loadingSubmitBtnText","forgetPasswordButton","renderLogo","renderForgetPasswordHeader","renderSubmitButton","renderTopBackBtn","renderBottomInfoText","control","handleSubmit","formState","errors","isValid","touchedFields","defaultValues","email","mode","isKeyboardOpen","isLoading","setIsLoading","textPrimaryColor","colors","textPrimary","handleFormSubmit","data","error","console","alert","shouldRender","condition","isSubmitDisabled","children","style","styles","container","topBackBtnWrapper","onPress","centerContent","color","form","testID","name","rules","required","pattern","value","message","render","field","onChange","onBlur","Three","placeholder","label","onChangeText","inputText","sanitized","replace","disabled","errorMessage","textContentType","autoCapitalize","keyboardType","autoCorrect","leftIcon","size","loading","Primary","loadingText","bottomInfoText","bottomInfo","textSecondary","accessibilityRole","memo","create","flex","width","paddingHorizontal","paddingTop","paddingBottom","justifyContent","alignItems","position","top","left","zIndex","gap","marginBottom","fontSize","fontWeight","textAlign","marginTop","opacity"],"sourceRoot":"../../../../../../src","sources":["components/Auth/Two/ForgotPassword/ForgotPassword.tsx"],"mappings":"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","ignoreList":[]}