@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","Keyboard","SafeAreaView","useForm","Controller","scale","verticalScale","Input","Button","BackgroundLayout","Logo","TextButton","useInternalTheme","HideKeyboard","useKeyboard","BackBtn","Text","RFValue","getResponsiveBottomSpacing","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","LoginWithEmail","memo","title","onSubmit","onSignup","onForgotPassword","onSwitchToPhoneLogin","onTopBackBtnPress","containerStyle","titleStyle","formStyle","inputStyle","inputContainerStyle","loadingSubmitBtn","topBackBtnStyle","minPasswordLength","backgroundImage","logoUri","theme","overrideTheme","text","signupTextProps","signupLinkTextProps","renderLogo","renderForgotPassword","renderEmailHeader","renderSignupPrompt","renderSubmitButton","renderSwitchToPhoneLogin","renderTopBackBtn","isKeyboardOpen","resolvedTheme","isLoading","setIsLoading","useState","control","handleSubmit","formState","errors","isValid","touchedFields","defaultValues","email","password","mode","handleFormSubmit","data","error","console","handleKeyboardDismiss","callback","dismiss","requestAnimationFrame","shouldRender","condition","gradientSplitBackground","isDisabled","source","children","style","styles","safeArea","container","topBackBtnWrapper","onPress","centerContent","width","height","form","name","rules","required","pattern","value","message","render","field","onChange","onBlur","One","label","emailLabel","placeholder","emailPlaceholder","onChangeText","inputText","sanitized","replace","disabled","errorMessage","textContentType","autoCapitalize","keyboardType","autoCorrect","minLength","passwordLabel","passwordPlaceholder","secureTextEntry","spellCheck","autoComplete","forgotPassword","color","colors","button","align","forgotPasswordText","loading","Primary","loginButton","fontSize","loadingText","loadingSubmitBtnText","switchToPhoneLogin","switchPhoneText","underline","bold","signupContainer","bottom","loginRow","loginPrompt","textPrimary","signupPrompt","signupLink","create","flex","paddingBottom","paddingHorizontal","justifyContent","alignItems","position","top","left","zIndex","fontWeight","marginTop","marginBottom","gap","textAlign","marginRight","right","flexDirection","flexWrap"],"sourceRoot":"../../../../../../src","sources":["components/Auth/One/Login/LoginWithEmail.tsx"],"mappings":"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","ignoreList":[]}
@@ -9,16 +9,16 @@ import React, { memo, useCallback, useMemo } from 'react';
9
9
  import { StyleSheet, View } from 'react-native';
10
10
  import { useForm, Controller } from 'react-hook-form';
11
11
  import { scale, verticalScale } from 'react-native-size-matters';
12
- import { BackgroundLayout } from "../../BackgroundLayout/BackgroundLayout.js";
13
- import { Logo } from "../../Logo/Logo.js";
14
- import { Button } from "../../Button/index.js";
15
- import HideKeyboard from "../../Keyboard/HideKeyboard.js";
16
- import { useInternalTheme } from "../../../theme/hook/useInternalTheme.js";
17
- import { useKeyboard } from "../../../hooks/useKeyboard.js";
18
- import PhoneNumberInput from "../../Input/PhoneNumberInput.js";
19
- import TextButton from "../../Button/TextButton.js";
20
- import BackBtn from "../../Button/BackBtn.js";
21
- import { Text } from "../../Text/index.js";
12
+ import { BackgroundLayout } from "../../../BackgroundLayout/BackgroundLayout.js";
13
+ import { Logo } from "../../../Logo/Logo.js";
14
+ import { Button } from "../../../Button/index.js";
15
+ import HideKeyboard from "../../../Keyboard/HideKeyboard.js";
16
+ import { useInternalTheme } from "../../../../theme/hook/useInternalTheme.js";
17
+ import { useKeyboard } from "../../../../hooks/useKeyboard.js";
18
+ import PhoneNumberInput from "../../../Input/PhoneNumberInput.js";
19
+ import TextButton from "../../../Button/TextButton.js";
20
+ import BackBtn from "../../../Button/BackBtn.js";
21
+ import { Text } from "../../../Text/index.js";
22
22
  import { RFValue } from 'react-native-responsive-fontsize';
23
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
24
  const DEFAULT_TEXT = {
@@ -154,7 +154,9 @@ const LoginWithPhone = ({
154
154
  children: /*#__PURE__*/_jsxs(View, {
155
155
  style: styles.centerContent,
156
156
  children: [renderLogo ? renderLogo() : logoUri ? /*#__PURE__*/_jsx(Logo, {
157
- logoUri: logoUri
157
+ logoUri: logoUri,
158
+ width: 100,
159
+ height: 100
158
160
  }) : null, renderPhoneHeader ? renderPhoneHeader() : /*#__PURE__*/_jsx(Text, {
159
161
  style: [styles.title, titleStyle],
160
162
  children: title
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","memo","useCallback","useMemo","StyleSheet","View","useForm","Controller","scale","verticalScale","BackgroundLayout","Logo","Button","HideKeyboard","useInternalTheme","useKeyboard","PhoneNumberInput","TextButton","BackBtn","Text","RFValue","jsx","_jsx","jsxs","_jsxs","DEFAULT_TEXT","phoneLabel","phonePlaceholder","loginButton","loadingSubmitBtnText","loginWithEmailButton","LoginWithPhone","title","onSubmit","onTopBackBtnPress","containerStyle","titleStyle","formStyle","inputStyle","topBackBtnStyle","inputContainerStyle","backgroundImage","loadingSubmitBtn","logoUri","theme","overrideTheme","text","renderLogo","renderPhoneHeader","renderSubmitButton","renderLoginWithEmail","onLoginWithEmail","renderTopBackBtn","isKeyboardOpen","resolvedTheme","isLoading","setIsLoading","useState","control","handleSubmit","formState","errors","isValid","defaultValues","phone","fullNumber","countryCode","formattedNumber","mode","handleFormSubmit","data","error","console","handleEmailLogin","requestAnimationFrame","gradientSplitBackground","isDisabled","styles","create","container","flex","width","paddingHorizontal","justifyContent","alignItems","topBackBtnWrapper","position","top","left","zIndex","centerContent","maxWidth","fontSize","fontWeight","marginTop","marginBottom","color","colors","textPrimary","form","gap","switchEmailText","shouldRender","condition","source","children","style","testID","onPress","height","name","rules","validate","value","length","render","field","onChange","onChangeText","label","placeholder","disabled","errorMessage","message","accessibilityLabel","loading","Primary","loadingText","button","underline","bold","align"],"sourceRoot":"../../../../../../src","sources":["components/Auth/One/Login/LoginWithPhone.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,301 @@
1
+ "use strict";
2
+
3
+ import React, { memo, useMemo, useState, useCallback, useEffect } from 'react';
4
+ import { View, StyleSheet, Platform, SafeAreaView } from 'react-native';
5
+ import { CodeField, Cursor, useBlurOnFulfill, useClearByFocusCell } from 'react-native-confirmation-code-field';
6
+ import { scale, verticalScale } from 'react-native-size-matters';
7
+ import { BackgroundLayout } from "../../../BackgroundLayout/BackgroundLayout.js";
8
+ import HideKeyboard from "../../../Keyboard/HideKeyboard.js";
9
+ import { useKeyboard } from "../../../../hooks/useKeyboard.js";
10
+ import BackBtn from "../../../Button/BackBtn.js";
11
+ import { useInternalTheme } from "../../../../theme/hook/useInternalTheme.js";
12
+ import { Logo } from "../../../Logo/Logo.js";
13
+ import { Button } from "../../../Button/index.js";
14
+ import Display from "../../../../utils/Display.js";
15
+ import { Text } from "../../../Text/index.js";
16
+ import { RFValue } from 'react-native-responsive-fontsize';
17
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
18
+ const DEFAULT_TEXT = {
19
+ otpLabel: 'Enter OTP',
20
+ otpPlaceholder: '••••',
21
+ submitButton: 'Verify OTP',
22
+ loadingSubmitBtnText: 'Verifying...',
23
+ otpSentText: 'A One-Time OTP has been sent to',
24
+ resendOtpText: 'Resend OTP',
25
+ resendOtpCountdownText: 'Resend OTP in'
26
+ };
27
+ const OTP = ({
28
+ title,
29
+ onSubmit,
30
+ onTopBackBtnPress,
31
+ containerStyle,
32
+ titleStyle,
33
+ formStyle,
34
+ backBtnStyle,
35
+ backgroundImage,
36
+ loading = false,
37
+ logoUri,
38
+ theme: overrideTheme,
39
+ otpDigitCount = 4,
40
+ keyboardType = 'number-pad',
41
+ phoneNumber,
42
+ enableAutoFill = true,
43
+ autoSubmitOnFill = true,
44
+ text = DEFAULT_TEXT,
45
+ onResendOtp,
46
+ renderResendButton,
47
+ resendDisabledTime = 30,
48
+ renderLogo,
49
+ renderSubmitButton,
50
+ renderBackButton,
51
+ renderOtpHeader,
52
+ renderOtpInput,
53
+ renderPhoneText,
54
+ cellStyle,
55
+ focusCellStyle
56
+ }) => {
57
+ const {
58
+ theme: resolvedTheme
59
+ } = useInternalTheme(overrideTheme);
60
+ const {
61
+ isKeyboardOpen
62
+ } = useKeyboard();
63
+ const [otp, setOtp] = useState('');
64
+ const [isSubmitting, setIsSubmitting] = useState(false);
65
+ const [resendTimer, setResendTimer] = useState(resendDisabledTime);
66
+ const ref = useBlurOnFulfill({
67
+ value: otp,
68
+ cellCount: otpDigitCount
69
+ });
70
+ const [codeFieldProps, getCellOnLayoutHandler] = useClearByFocusCell({
71
+ value: otp,
72
+ setValue: setOtp
73
+ });
74
+ const styles = useMemo(() => StyleSheet.create({
75
+ safeArea: {
76
+ flex: 1,
77
+ width: '100%',
78
+ paddingBottom: verticalScale(12)
79
+ },
80
+ container: {
81
+ flex: 1,
82
+ width: '100%',
83
+ paddingHorizontal: scale(16),
84
+ justifyContent: 'center',
85
+ alignItems: 'center'
86
+ },
87
+ topBackBtnWrapper: {
88
+ position: 'absolute',
89
+ top: verticalScale(2),
90
+ left: 0,
91
+ zIndex: 10
92
+ },
93
+ centerContent: {
94
+ flex: 1,
95
+ width: '100%',
96
+ maxWidth: scale(400),
97
+ alignItems: 'center',
98
+ justifyContent: 'center',
99
+ gap: verticalScale(4)
100
+ },
101
+ title: {
102
+ fontSize: RFValue(21),
103
+ fontWeight: '700',
104
+ marginTop: verticalScale(8),
105
+ color: resolvedTheme.colors.textPrimary,
106
+ textAlign: 'center'
107
+ },
108
+ sentText: {
109
+ fontSize: RFValue(12),
110
+ color: resolvedTheme.colors.onSurfaceVariant,
111
+ textAlign: 'center',
112
+ lineHeight: scale(18)
113
+ },
114
+ sentNumberContainer: {
115
+ marginTop: verticalScale(8),
116
+ alignItems: 'center'
117
+ },
118
+ form: {
119
+ width: '100%',
120
+ gap: verticalScale(20),
121
+ alignItems: 'center',
122
+ marginTop: verticalScale(24),
123
+ marginBottom: isKeyboardOpen ? verticalScale(20) : 0
124
+ },
125
+ codeFieldRoot: {
126
+ width: Display.setWidth(80),
127
+ marginTop: scale(10)
128
+ },
129
+ cell: {
130
+ width: scale(55),
131
+ height: scale(55),
132
+ fontSize: RFValue(26),
133
+ fontWeight: '500',
134
+ paddingTop: Platform.OS === 'ios' ? scale(9) : scale(7),
135
+ borderWidth: scale(1),
136
+ borderRadius: scale(8),
137
+ justifyContent: 'center',
138
+ alignItems: 'center',
139
+ textAlign: 'center',
140
+ alignSelf: 'center',
141
+ overflow: 'hidden',
142
+ color: resolvedTheme.colors.textPrimary,
143
+ borderColor: resolvedTheme.colors.outline
144
+ },
145
+ focusCell: {
146
+ borderColor: resolvedTheme.colors.primary,
147
+ backgroundColor: resolvedTheme.colors.surfaceVariant
148
+ }
149
+ }), [isKeyboardOpen, resolvedTheme.colors.onSurfaceVariant, resolvedTheme.colors.outline, resolvedTheme.colors.primary, resolvedTheme.colors.surfaceVariant, resolvedTheme.colors.textPrimary]);
150
+ useEffect(() => {
151
+ if (resendTimer <= 0) return;
152
+ const timer = setInterval(() => {
153
+ setResendTimer(prev => prev - 1);
154
+ }, 1000);
155
+ return () => clearInterval(timer);
156
+ }, [resendTimer]);
157
+ const handleSubmit = useCallback(async () => {
158
+ if (!onSubmit || otp.length !== otpDigitCount) return;
159
+ setIsSubmitting(true);
160
+ try {
161
+ await onSubmit({
162
+ otp
163
+ });
164
+ } catch (error) {
165
+ console.error('OTP submission error:', error);
166
+ } finally {
167
+ setIsSubmitting(false);
168
+ }
169
+ }, [onSubmit, otp, otpDigitCount]);
170
+
171
+ // Auto-submit when OTP is auto-filled and complete
172
+ useEffect(() => {
173
+ if (autoSubmitOnFill && otp.length === otpDigitCount && !isSubmitting && !loading && onSubmit) {
174
+ const timer = setTimeout(() => {
175
+ handleSubmit();
176
+ }, 300); // Small delay to ensure OTP is fully set
177
+ return () => clearTimeout(timer);
178
+ }
179
+ return;
180
+ }, [otp, otpDigitCount, autoSubmitOnFill, isSubmitting, loading, onSubmit, handleSubmit]);
181
+ const handleResendOtp = useCallback(() => {
182
+ if (onResendOtp) {
183
+ onResendOtp();
184
+ setResendTimer(resendDisabledTime);
185
+ }
186
+ }, [onResendOtp, resendDisabledTime]);
187
+ const isLoading = useMemo(() => loading || isSubmitting, [loading, isSubmitting]);
188
+ const isSubmitDisabled = useMemo(() => otp.length !== otpDigitCount || isLoading, [otp.length, otpDigitCount, isLoading]);
189
+ const shouldRender = useMemo(() => condition => typeof condition === 'function' || !!condition, []);
190
+
191
+ // Memoize gradient split background
192
+ const gradientSplitBackground = useMemo(() => isKeyboardOpen ? 0.3 : 0.4, [isKeyboardOpen]);
193
+ return /*#__PURE__*/_jsx(BackgroundLayout, {
194
+ theme: overrideTheme,
195
+ backgroundImage: backgroundImage?.source,
196
+ gradientSplitBackground: gradientSplitBackground,
197
+ children: /*#__PURE__*/_jsx(SafeAreaView, {
198
+ style: styles.safeArea,
199
+ children: /*#__PURE__*/_jsxs(View, {
200
+ style: [styles.container, containerStyle],
201
+ children: [shouldRender(renderBackButton || onTopBackBtnPress) && /*#__PURE__*/_jsx(View, {
202
+ style: styles.topBackBtnWrapper,
203
+ children: renderBackButton ? renderBackButton({
204
+ onPress: onTopBackBtnPress ?? (() => {})
205
+ }) : /*#__PURE__*/_jsx(BackBtn, {
206
+ theme: overrideTheme,
207
+ style: backBtnStyle,
208
+ onPress: onTopBackBtnPress
209
+ })
210
+ }), /*#__PURE__*/_jsx(HideKeyboard, {
211
+ children: /*#__PURE__*/_jsxs(View, {
212
+ style: styles.centerContent,
213
+ children: [renderLogo ? renderLogo() : logoUri ? /*#__PURE__*/_jsx(Logo, {
214
+ logoUri: logoUri,
215
+ width: 100,
216
+ height: 100
217
+ }) : null, renderOtpHeader ? renderOtpHeader() : /*#__PURE__*/_jsx(Text, {
218
+ style: [styles.title, titleStyle],
219
+ children: title
220
+ }), phoneNumber && (renderPhoneText ? renderPhoneText(phoneNumber) : /*#__PURE__*/_jsxs(View, {
221
+ style: styles.sentNumberContainer,
222
+ children: [/*#__PURE__*/_jsx(Text, {
223
+ style: styles.sentText,
224
+ children: text?.otpSentText
225
+ }), /*#__PURE__*/_jsx(Text, {
226
+ style: {
227
+ fontWeight: '700',
228
+ fontSize: RFValue(13),
229
+ marginTop: verticalScale(4),
230
+ color: resolvedTheme.colors.primary
231
+ },
232
+ children: phoneNumber
233
+ })]
234
+ })), /*#__PURE__*/_jsxs(View, {
235
+ style: [styles.form, formStyle],
236
+ children: [renderOtpInput ? renderOtpInput({
237
+ value: otp,
238
+ onChange: val => setOtp(val.replace(/\D/g, '')),
239
+ isFocused: Array.from({
240
+ length: otpDigitCount
241
+ }, (_, i) => otp.length === i)
242
+ }) : /*#__PURE__*/_jsx(CodeField, {
243
+ ref: ref,
244
+ ...codeFieldProps,
245
+ value: otp,
246
+ onChangeText: input => setOtp(input.replace(/\D/g, '')),
247
+ cellCount: otpDigitCount,
248
+ rootStyle: styles.codeFieldRoot,
249
+ keyboardType: keyboardType,
250
+ textContentType: enableAutoFill ? 'oneTimeCode' : 'none',
251
+ autoComplete: enableAutoFill ? Platform.OS === 'android' ? 'sms-otp' : 'off' : 'off',
252
+ renderCell: ({
253
+ index,
254
+ symbol,
255
+ isFocused
256
+ }) => /*#__PURE__*/_jsx(Text, {
257
+ style: [styles.cell, cellStyle, isFocused && styles.focusCell, isFocused && focusCellStyle],
258
+ onLayout: getCellOnLayoutHandler(index),
259
+ children: symbol || (isFocused ? /*#__PURE__*/_jsx(Cursor, {}) : null)
260
+ }, index)
261
+ }), renderSubmitButton ? renderSubmitButton({
262
+ onPress: handleSubmit,
263
+ disabled: isSubmitDisabled,
264
+ loading: isLoading
265
+ }) : /*#__PURE__*/_jsx(Button.Primary, {
266
+ title: text.submitButton || DEFAULT_TEXT.submitButton,
267
+ theme: overrideTheme,
268
+ onPress: handleSubmit,
269
+ loadingText: text.loadingSubmitBtnText,
270
+ titleStyle: {
271
+ fontSize: RFValue(13)
272
+ },
273
+ disabled: isSubmitDisabled,
274
+ loading: isLoading
275
+ }), !isKeyboardOpen && /*#__PURE__*/_jsx(View, {
276
+ style: {
277
+ alignItems: 'center',
278
+ marginTop: verticalScale(10)
279
+ },
280
+ children: renderResendButton ? renderResendButton({
281
+ onPress: handleResendOtp,
282
+ disabled: resendTimer > 0
283
+ }) : /*#__PURE__*/_jsx(Text, {
284
+ onPress: resendTimer <= 0 ? handleResendOtp : undefined,
285
+ style: {
286
+ fontSize: RFValue(12),
287
+ color: resendTimer > 0 ? resolvedTheme.colors.onSurfaceVariant : resolvedTheme.colors.primary,
288
+ textAlign: 'center'
289
+ },
290
+ children: resendTimer > 0 ? `${text?.resendOtpCountdownText || DEFAULT_TEXT.resendOtpCountdownText} ${resendTimer}s` : text?.resendOtpText || DEFAULT_TEXT.resendOtpText
291
+ })
292
+ })]
293
+ })]
294
+ })
295
+ })]
296
+ })
297
+ })
298
+ });
299
+ };
300
+ export default /*#__PURE__*/memo(OTP);
301
+ //# sourceMappingURL=OTP.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["React","memo","useMemo","useState","useCallback","useEffect","View","StyleSheet","Platform","SafeAreaView","CodeField","Cursor","useBlurOnFulfill","useClearByFocusCell","scale","verticalScale","BackgroundLayout","HideKeyboard","useKeyboard","BackBtn","useInternalTheme","Logo","Button","Display","Text","RFValue","jsx","_jsx","jsxs","_jsxs","DEFAULT_TEXT","otpLabel","otpPlaceholder","submitButton","loadingSubmitBtnText","otpSentText","resendOtpText","resendOtpCountdownText","OTP","title","onSubmit","onTopBackBtnPress","containerStyle","titleStyle","formStyle","backBtnStyle","backgroundImage","loading","logoUri","theme","overrideTheme","otpDigitCount","keyboardType","phoneNumber","enableAutoFill","autoSubmitOnFill","text","onResendOtp","renderResendButton","resendDisabledTime","renderLogo","renderSubmitButton","renderBackButton","renderOtpHeader","renderOtpInput","renderPhoneText","cellStyle","focusCellStyle","resolvedTheme","isKeyboardOpen","otp","setOtp","isSubmitting","setIsSubmitting","resendTimer","setResendTimer","ref","value","cellCount","codeFieldProps","getCellOnLayoutHandler","setValue","styles","create","safeArea","flex","width","paddingBottom","container","paddingHorizontal","justifyContent","alignItems","topBackBtnWrapper","position","top","left","zIndex","centerContent","maxWidth","gap","fontSize","fontWeight","marginTop","color","colors","textPrimary","textAlign","sentText","onSurfaceVariant","lineHeight","sentNumberContainer","form","marginBottom","codeFieldRoot","setWidth","cell","height","paddingTop","OS","borderWidth","borderRadius","alignSelf","overflow","borderColor","outline","focusCell","primary","backgroundColor","surfaceVariant","timer","setInterval","prev","clearInterval","handleSubmit","length","error","console","setTimeout","clearTimeout","handleResendOtp","isLoading","isSubmitDisabled","shouldRender","condition","gradientSplitBackground","source","children","style","onPress","onChange","val","replace","isFocused","Array","from","_","i","onChangeText","input","rootStyle","textContentType","autoComplete","renderCell","index","symbol","onLayout","disabled","Primary","loadingText","undefined"],"sourceRoot":"../../../../../../src","sources":["components/Auth/One/OTP/OTP.tsx"],"mappings":"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","ignoreList":[]}