@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
@@ -10,20 +10,37 @@ import { View, FlatList, TouchableOpacity, StyleSheet } from 'react-native';
10
10
  import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
11
11
  import FastImage from 'react-native-fast-image';
12
12
  import { moderateScale, verticalScale } from 'react-native-size-matters';
13
- import { usePaginatedSection } from "../../../../hooks/usePaginatedSection.js";
13
+ import { RFValue } from 'react-native-responsive-fontsize';
14
14
  import { useInternalTheme } from "../../../../theme/hook/useInternalTheme.js";
15
15
  import NavigateToMore from "../components/NavigateToMore.js";
16
16
  import CardPoster from "../components/CardPoster.js";
17
- import { RFValue } from 'react-native-responsive-fontsize';
17
+ import { AdsPoster } from "../components/index.js";
18
+ import { useCards } from "../../../../hooks/index.js";
19
+
20
+ // Constants
18
21
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
19
- // Defaults
20
22
  const DEFAULT_WIDTH = moderateScale(172);
21
23
  const DEFAULT_BORDER_RADIUS = moderateScale(5);
22
24
  const DEFAULT_SKELETON_COUNT = 3;
25
+ const END_REACHED_THRESHOLD = 0.5;
26
+ const ITEM_ASPECT_RATIO = 0.67;
27
+ const SKELETON_TITLE_WIDTH = moderateScale(100);
28
+ const SKELETON_TITLE_HEIGHT = verticalScale(14);
29
+ const SKELETON_TITLE_BORDER_RADIUS = moderateScale(4);
30
+ const SKELETON_ITEM_MARGIN = moderateScale(12);
31
+ const ITEM_MARGIN_LEFT = moderateScale(10);
32
+ const ITEM_MARGIN_RIGHT = moderateScale(12);
33
+ const ITEM_ACTIVE_OPACITY = 0.8;
34
+ const DEFAULT_BACKGROUND_COLOR = '#2c2c2c';
35
+ const DEFAULT_IMAGE_BACKGROUND_COLOR = '#222';
36
+
37
+ // Types
38
+
39
+ // Main Component
23
40
  const MovieCardTwo = ({
24
41
  title,
25
42
  section_id,
26
- data: initialData,
43
+ data: externalData,
27
44
  moreFetchData,
28
45
  onPressMore,
29
46
  onPressItem,
@@ -32,29 +49,49 @@ const MovieCardTwo = ({
32
49
  itemWidth = DEFAULT_WIDTH,
33
50
  borderRadius = DEFAULT_BORDER_RADIUS,
34
51
  skeletonCount = DEFAULT_SKELETON_COUNT,
52
+ paginationSkeletonCount,
35
53
  containerStyle,
36
54
  titleStyle,
37
55
  itemStyle,
38
56
  isLoading = false,
39
57
  theme,
40
58
  accessibilityLabel,
41
- accessibilityHint
59
+ accessibilityHint,
60
+ onDisplayAds,
61
+ screenDimensions,
62
+ viewportOffsets
42
63
  }) => {
64
+ // Refs
43
65
  const flatListRef = useRef(null);
44
66
  const onEndReachedCalledDuringMomentum = useRef(false);
67
+
68
+ // Theme
45
69
  const {
46
70
  theme: appliedTheme
47
71
  } = useInternalTheme(theme);
72
+
73
+ // Styles
48
74
  const styles = useMemo(() => getStyles(appliedTheme, itemWidth, borderRadius), [appliedTheme, itemWidth, borderRadius]);
75
+
76
+ // Data Management
49
77
  const {
50
- data,
51
- pagination: paginated,
52
- loading: isPaginating,
53
- loadMoreData
54
- } = usePaginatedSection(section_id, moreFetchData, initialData?.data || [], isLoading);
55
- const handleItemPress = useCallback(item => {
56
- onPressItem?.(item);
57
- }, [onPressItem]);
78
+ listData,
79
+ pagination,
80
+ loadMore,
81
+ isEmpty,
82
+ isPaging: isPaginating
83
+ } = useCards({
84
+ sectionId: section_id,
85
+ data: externalData,
86
+ fetchMore: moreFetchData,
87
+ loading: isLoading,
88
+ initialSkeleton: skeletonCount,
89
+ pagingSkeleton: paginationSkeletonCount,
90
+ adsRender: false
91
+ });
92
+
93
+ // Event Handlers
94
+ const handleItemPress = useCallback(item => onPressItem?.(item), [onPressItem]);
58
95
  const handlePressMore = useCallback(() => {
59
96
  onPressMore?.({
60
97
  section_id,
@@ -63,36 +100,69 @@ const MovieCardTwo = ({
63
100
  });
64
101
  }, [onPressMore, section_id, title, type]);
65
102
  const handleEndReached = useCallback(() => {
66
- if (!onEndReachedCalledDuringMomentum.current && paginated?.hasNextPage && paginated?.nextPage) {
103
+ if (!onEndReachedCalledDuringMomentum.current && pagination?.hasNextPage && pagination?.nextPage) {
67
104
  onEndReachedCalledDuringMomentum.current = true;
68
- loadMoreData(paginated.nextPage);
105
+ loadMore(pagination.nextPage);
69
106
  }
70
- }, [loadMoreData, paginated?.hasNextPage, paginated?.nextPage]);
107
+ }, [pagination, loadMore]);
108
+ const handleMomentumScrollBegin = useCallback(() => {
109
+ onEndReachedCalledDuringMomentum.current = false;
110
+ }, []);
111
+
112
+ // Render Functions
113
+
71
114
  const renderItem = useCallback(({
72
115
  item,
73
116
  index
74
117
  }) => {
118
+ // Handle ads
119
+ if ('type' in item && item.type === 'ads') {
120
+ const adItem = item;
121
+ return /*#__PURE__*/_jsx(View, {
122
+ style: [styles.item, index === 0 && styles.firstAdItem, itemStyle],
123
+ children: /*#__PURE__*/_jsx(AdsPoster, {
124
+ ad: adItem,
125
+ theme: appliedTheme,
126
+ isLoading: isLoading,
127
+ containerStyle: {
128
+ width: itemWidth,
129
+ height: itemWidth / ITEM_ASPECT_RATIO
130
+ },
131
+ imageStyle: styles.image,
132
+ borderRadius: borderRadius,
133
+ onDisplayAds: onDisplayAds,
134
+ screenDimensions: screenDimensions,
135
+ viewportOffsets: viewportOffsets
136
+ })
137
+ }, `ad-${adItem.tracking?.impression || index}`);
138
+ }
139
+
140
+ // Handle content items
141
+ const contentItem = item;
142
+ const isSkeleton = contentItem._id?.startsWith?.('pagination-skeleton') ?? false;
75
143
  return /*#__PURE__*/_jsx(TouchableOpacity, {
76
- style: [styles.item, index === 0 && styles.firstItem, itemStyle],
77
- onPress: () => handleItemPress(item),
78
- activeOpacity: 0.85,
79
- testID: `movie-card-two-item-${index}`,
80
- accessibilityLabel: `Card Two: ${item.name || 'item'} ${index + 1}`,
81
- accessibilityHint: "Press to view movie details",
144
+ style: [styles.item, index === 0 && styles.firstContentItem, itemStyle],
145
+ activeOpacity: ITEM_ACTIVE_OPACITY,
146
+ onPress: () => {
147
+ if (!isSkeleton && !isLoading) {
148
+ handleItemPress(contentItem);
149
+ }
150
+ },
82
151
  children: renderItemImage ? renderItemImage({
83
152
  item,
84
153
  index
85
154
  }) : /*#__PURE__*/_jsx(CardPoster, {
86
- content_offering_type: item.content_offering_type,
87
- posterUri: item.poster,
155
+ posterUri: contentItem.poster,
156
+ content_offering_type: contentItem.content_offering_type,
157
+ contentType: contentItem.type,
88
158
  theme: appliedTheme,
89
159
  borderRadius: borderRadius,
90
160
  posterWrapperStyle: styles.image,
91
161
  resizeMode: FastImage.resizeMode.cover,
92
- isLoading: isLoading
162
+ isLoading: isSkeleton || isLoading
93
163
  })
94
- }, index);
95
- }, [styles.item, styles.firstItem, styles.image, itemStyle, renderItemImage, appliedTheme, borderRadius, isLoading, handleItemPress]);
164
+ }, contentItem._id);
165
+ }, [styles.item, styles.firstContentItem, styles.image, styles.firstAdItem, itemStyle, renderItemImage, appliedTheme, borderRadius, isLoading, itemWidth, onDisplayAds, screenDimensions, viewportOffsets, handleItemPress]);
96
166
  const renderSkeletonItem = useCallback(({
97
167
  index
98
168
  }) => /*#__PURE__*/_jsx(SkeletonPlaceholder, {
@@ -100,19 +170,35 @@ const MovieCardTwo = ({
100
170
  backgroundColor: appliedTheme.colors.skeletonBaseColor,
101
171
  children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
102
172
  width: itemWidth,
103
- height: itemWidth / 0.67,
173
+ height: itemWidth / ITEM_ASPECT_RATIO,
104
174
  borderRadius: borderRadius,
105
- marginRight: moderateScale(12),
106
- marginLeft: index === 0 ? moderateScale(12) : 0
175
+ marginRight: SKELETON_ITEM_MARGIN,
176
+ marginLeft: index === 0 ? SKELETON_ITEM_MARGIN : 0
107
177
  })
108
178
  }, `skeleton-${index}`), [appliedTheme, itemWidth, borderRadius]);
109
- if (!initialData) {
110
- return null;
111
- }
112
- const listData = data ?? [];
113
- if (!isLoading && listData.length === 0) {
114
- return null;
115
- }
179
+ const keyExtractor = useCallback((item, index) => {
180
+ return '_id' in item ? item._id : `ad-${index}`;
181
+ }, []);
182
+ const renderPaginationFooter = useCallback(() => {
183
+ if (!isPaginating) return null;
184
+ return /*#__PURE__*/_jsx(SkeletonPlaceholder, {
185
+ highlightColor: appliedTheme.colors.skeletonHighlightColor,
186
+ backgroundColor: appliedTheme.colors.skeletonBaseColor,
187
+ borderRadius: borderRadius,
188
+ children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
189
+ width: itemWidth,
190
+ height: itemWidth / ITEM_ASPECT_RATIO,
191
+ borderRadius: borderRadius,
192
+ marginRight: SKELETON_ITEM_MARGIN
193
+ })
194
+ });
195
+ }, [isPaginating, appliedTheme, borderRadius, itemWidth]);
196
+
197
+ // Early Returns
198
+ if (!externalData) return null;
199
+ if (!isLoading && listData.length === 0 && !isEmpty) return null;
200
+
201
+ // Loading State
116
202
  if (isLoading) {
117
203
  return /*#__PURE__*/_jsxs(View, {
118
204
  style: [styles.root, containerStyle],
@@ -120,10 +206,10 @@ const MovieCardTwo = ({
120
206
  highlightColor: appliedTheme.colors.skeletonHighlightColor,
121
207
  backgroundColor: appliedTheme.colors.skeletonBaseColor,
122
208
  children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
123
- width: moderateScale(100),
124
- height: verticalScale(14),
125
- borderRadius: moderateScale(4),
126
- marginLeft: moderateScale(12),
209
+ width: SKELETON_TITLE_WIDTH,
210
+ height: SKELETON_TITLE_HEIGHT,
211
+ borderRadius: SKELETON_TITLE_BORDER_RADIUS,
212
+ marginLeft: SKELETON_ITEM_MARGIN,
127
213
  marginBottom: verticalScale(6)
128
214
  })
129
215
  }), /*#__PURE__*/_jsx(FlatList, {
@@ -138,6 +224,8 @@ const MovieCardTwo = ({
138
224
  })]
139
225
  });
140
226
  }
227
+
228
+ // Main Render
141
229
  return /*#__PURE__*/_jsxs(View, {
142
230
  style: [styles.root, containerStyle],
143
231
  testID: `movie-card-two-${section_id}`,
@@ -159,48 +247,41 @@ const MovieCardTwo = ({
159
247
  data: listData,
160
248
  horizontal: true,
161
249
  showsHorizontalScrollIndicator: false,
162
- keyExtractor: (item, index) => `${item._id ?? item.name}-${index}`,
250
+ keyExtractor: keyExtractor,
163
251
  renderItem: renderItem,
164
252
  contentContainerStyle: styles.listContent,
165
253
  onEndReached: handleEndReached,
166
- onEndReachedThreshold: 0.5,
167
- onMomentumScrollBegin: () => {
168
- onEndReachedCalledDuringMomentum.current = false;
169
- },
170
- ListFooterComponent: isPaginating ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
171
- highlightColor: appliedTheme.colors.skeletonHighlightColor,
172
- backgroundColor: appliedTheme.colors.skeletonBaseColor,
173
- borderRadius: borderRadius,
174
- children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
175
- width: itemWidth,
176
- height: itemWidth / 0.67,
177
- borderRadius: borderRadius,
178
- marginRight: moderateScale(12)
179
- })
180
- }) : null
254
+ onEndReachedThreshold: END_REACHED_THRESHOLD,
255
+ onMomentumScrollBegin: handleMomentumScrollBegin,
256
+ ListFooterComponent: renderPaginationFooter()
181
257
  })]
182
258
  });
183
259
  };
260
+
261
+ // Styles
184
262
  const getStyles = (theme, width, radius) => StyleSheet.create({
185
263
  root: {
186
264
  marginVertical: verticalScale(6)
187
265
  },
188
266
  item: {
189
- width: width,
190
- height: width / 0.67,
191
- marginRight: moderateScale(12),
267
+ width,
268
+ height: width / ITEM_ASPECT_RATIO,
269
+ marginRight: ITEM_MARGIN_RIGHT,
192
270
  borderRadius: radius,
193
271
  overflow: 'hidden',
194
- backgroundColor: theme.colors.background ?? '#2c2c2c'
272
+ backgroundColor: theme.colors.background ?? DEFAULT_BACKGROUND_COLOR
273
+ },
274
+ firstContentItem: {
275
+ marginLeft: ITEM_MARGIN_LEFT
195
276
  },
196
- firstItem: {
197
- marginLeft: moderateScale(10)
277
+ firstAdItem: {
278
+ marginLeft: ITEM_MARGIN_LEFT
198
279
  },
199
280
  image: {
200
281
  width: '100%',
201
282
  height: '100%',
202
283
  borderRadius: radius,
203
- backgroundColor: theme.colors.background ?? '#222'
284
+ backgroundColor: theme.colors.background ?? DEFAULT_IMAGE_BACKGROUND_COLOR
204
285
  },
205
286
  navigateToMoreContainer: {
206
287
  paddingHorizontal: moderateScale(10),
@@ -1 +1 @@
1
- {"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","SkeletonPlaceholder","FastImage","moderateScale","verticalScale","usePaginatedSection","useInternalTheme","NavigateToMore","CardPoster","RFValue","jsx","_jsx","jsxs","_jsxs","DEFAULT_WIDTH","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","MovieCardTwo","title","section_id","data","initialData","moreFetchData","onPressMore","onPressItem","type","renderItemImage","itemWidth","borderRadius","skeletonCount","containerStyle","titleStyle","itemStyle","isLoading","theme","accessibilityLabel","accessibilityHint","flatListRef","onEndReachedCalledDuringMomentum","appliedTheme","styles","getStyles","pagination","paginated","loading","isPaginating","loadMoreData","handleItemPress","item","handlePressMore","name","handleEndReached","current","hasNextPage","nextPage","renderItem","index","style","firstItem","onPress","activeOpacity","testID","children","content_offering_type","posterUri","poster","posterWrapperStyle","image","resizeMode","cover","renderSkeletonItem","highlightColor","colors","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","width","height","marginRight","marginLeft","listData","length","root","marginBottom","Array","from","horizontal","keyExtractor","_","showsHorizontalScrollIndicator","contentContainerStyle","listContent","navigateToMoreContainer","color","textPrimary","showAllProps","iconColor","ref","_id","onEndReached","onEndReachedThreshold","onMomentumScrollBegin","ListFooterComponent","radius","create","marginVertical","overflow","background","paddingHorizontal","fontSize","fontWeight","paddingRight"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/Two.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","SkeletonPlaceholder","FastImage","moderateScale","verticalScale","RFValue","useInternalTheme","NavigateToMore","CardPoster","AdsPoster","useCards","jsx","_jsx","jsxs","_jsxs","DEFAULT_WIDTH","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","END_REACHED_THRESHOLD","ITEM_ASPECT_RATIO","SKELETON_TITLE_WIDTH","SKELETON_TITLE_HEIGHT","SKELETON_TITLE_BORDER_RADIUS","SKELETON_ITEM_MARGIN","ITEM_MARGIN_LEFT","ITEM_MARGIN_RIGHT","ITEM_ACTIVE_OPACITY","DEFAULT_BACKGROUND_COLOR","DEFAULT_IMAGE_BACKGROUND_COLOR","MovieCardTwo","title","section_id","data","externalData","moreFetchData","onPressMore","onPressItem","type","renderItemImage","itemWidth","borderRadius","skeletonCount","paginationSkeletonCount","containerStyle","titleStyle","itemStyle","isLoading","theme","accessibilityLabel","accessibilityHint","onDisplayAds","screenDimensions","viewportOffsets","flatListRef","onEndReachedCalledDuringMomentum","appliedTheme","styles","getStyles","listData","pagination","loadMore","isEmpty","isPaging","isPaginating","sectionId","fetchMore","loading","initialSkeleton","pagingSkeleton","adsRender","handleItemPress","item","handlePressMore","name","handleEndReached","current","hasNextPage","nextPage","handleMomentumScrollBegin","renderItem","index","adItem","style","firstAdItem","children","ad","width","height","imageStyle","image","tracking","impression","contentItem","isSkeleton","_id","startsWith","firstContentItem","activeOpacity","onPress","posterUri","poster","content_offering_type","contentType","posterWrapperStyle","resizeMode","cover","renderSkeletonItem","highlightColor","colors","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","marginRight","marginLeft","keyExtractor","renderPaginationFooter","length","root","marginBottom","Array","from","horizontal","_","showsHorizontalScrollIndicator","contentContainerStyle","listContent","testID","navigateToMoreContainer","color","textPrimary","showAllProps","iconColor","ref","onEndReached","onEndReachedThreshold","onMomentumScrollBegin","ListFooterComponent","radius","create","marginVertical","overflow","background","paddingHorizontal","fontSize","fontWeight","paddingRight"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/Two.tsx"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,162 @@
1
+ "use strict";
2
+
3
+ import { memo, useMemo } from 'react';
4
+ import { TouchableOpacity, View, StyleSheet } from 'react-native';
5
+ import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
6
+ import { scale } from 'react-native-size-matters';
7
+ import CardPoster from "./CardPoster.js";
8
+ import { Text } from "../../../Text/index.js";
9
+ import { useAdTracking } from "../../../../hooks/index.js";
10
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
11
+ // Constants
12
+ const DEFAULT_BORDER_RADIUS = scale(6);
13
+ const DEFAULT_AD_COLOR = '#CA091E';
14
+ const TOUCHABLE_OPACITY = 0.85;
15
+
16
+ // Badge styling constants
17
+ const BADGE_POSITION = scale(4);
18
+ const BADGE_MIN_WIDTH = scale(28);
19
+ const BADGE_HEIGHT = scale(19);
20
+ const BADGE_PADDING_HORIZONTAL = scale(8);
21
+ const BADGE_BORDER_RADIUS = scale(12);
22
+ const BADGE_FONT_SIZE = scale(9);
23
+ const BADGE_LETTER_SPACING = 1.2;
24
+ const BADGE_LINE_HEIGHT = scale(12);
25
+
26
+ // Badge background with semi-transparent white for better visibility
27
+ const BADGE_BACKGROUND = 'rgba(255, 255, 255, 0.95)';
28
+ const BADGE_BORDER_WIDTH = scale(0.5);
29
+ const BADGE_BORDER_COLOR = 'rgba(0, 0, 0, 0.08)';
30
+
31
+ // Enhanced shadow for better depth and visibility
32
+ const BADGE_SHADOW = {
33
+ shadowColor: '#000',
34
+ shadowOffset: {
35
+ width: 0,
36
+ height: scale(2)
37
+ },
38
+ shadowOpacity: 0.25,
39
+ shadowRadius: scale(4),
40
+ elevation: 5
41
+ };
42
+ export const AdsPoster = /*#__PURE__*/memo(({
43
+ ad,
44
+ theme,
45
+ isLoading = false,
46
+ containerStyle,
47
+ imageStyle,
48
+ borderRadius = DEFAULT_BORDER_RADIUS,
49
+ onPress,
50
+ onDisplayAds,
51
+ screenDimensions: propScreenDimensions,
52
+ viewportOffsets: propViewportOffsets
53
+ }) => {
54
+ const {
55
+ colors
56
+ } = theme;
57
+ const {
58
+ viewRef,
59
+ handleLayout
60
+ } = useAdTracking({
61
+ ad,
62
+ onDisplayAds,
63
+ isLoading,
64
+ screenDimensions: propScreenDimensions,
65
+ viewportOffsets: propViewportOffsets
66
+ });
67
+
68
+ // Memoize badge styles with dynamic positioning
69
+ const badgeStyle = useMemo(() => [styles.badge, {
70
+ top: BADGE_POSITION,
71
+ left: BADGE_POSITION,
72
+ minWidth: BADGE_MIN_WIDTH,
73
+ height: BADGE_HEIGHT,
74
+ paddingHorizontal: BADGE_PADDING_HORIZONTAL,
75
+ borderRadius: BADGE_BORDER_RADIUS
76
+ }, isLoading && styles.badgeSkeleton], [isLoading]);
77
+
78
+ // Memoize badge text style with better typography
79
+ const badgeTextStyle = useMemo(() => [styles.badgeText, {
80
+ color: colors.premiumIcon || DEFAULT_AD_COLOR,
81
+ lineHeight: BADGE_LINE_HEIGHT
82
+ }], [colors.premiumIcon]);
83
+
84
+ // Memoize skeleton item style matching badge dimensions
85
+ const skeletonItemStyle = useMemo(() => ({
86
+ width: BADGE_MIN_WIDTH,
87
+ height: BADGE_HEIGHT,
88
+ borderRadius: BADGE_BORDER_RADIUS
89
+ }), []);
90
+
91
+ // Early return if no media URL
92
+ if (!ad?.mediaUrl) {
93
+ return null;
94
+ }
95
+ return /*#__PURE__*/_jsx(TouchableOpacity, {
96
+ ref: viewRef,
97
+ activeOpacity: TOUCHABLE_OPACITY,
98
+ disabled: isLoading,
99
+ onPress: () => onPress?.(ad),
100
+ style: [styles.wrapper, containerStyle],
101
+ accessibilityRole: "button",
102
+ accessibilityLabel: "Advertisement",
103
+ onLayout: handleLayout,
104
+ children: /*#__PURE__*/_jsxs(View, {
105
+ style: [styles.posterWrapper, {
106
+ borderRadius
107
+ }],
108
+ children: [/*#__PURE__*/_jsx(CardPoster, {
109
+ posterUri: ad.mediaUrl,
110
+ theme: theme,
111
+ isLoading: isLoading,
112
+ posterWrapperStyle: imageStyle,
113
+ borderRadius: borderRadius
114
+ }), /*#__PURE__*/_jsx(View, {
115
+ style: badgeStyle,
116
+ children: isLoading ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
117
+ backgroundColor: colors.skeletonBaseColor,
118
+ highlightColor: colors.skeletonHighlightColor,
119
+ children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
120
+ style: skeletonItemStyle
121
+ })
122
+ }) : /*#__PURE__*/_jsx(Text, {
123
+ type: "caption",
124
+ weight: "700",
125
+ style: badgeTextStyle,
126
+ children: "AD"
127
+ })
128
+ })]
129
+ })
130
+ });
131
+ });
132
+ AdsPoster.displayName = 'AdsPoster';
133
+ const styles = StyleSheet.create({
134
+ wrapper: {
135
+ position: 'relative'
136
+ },
137
+ posterWrapper: {
138
+ position: 'relative'
139
+ },
140
+ badge: {
141
+ position: 'absolute',
142
+ alignItems: 'center',
143
+ justifyContent: 'center',
144
+ zIndex: 10,
145
+ backgroundColor: BADGE_BACKGROUND,
146
+ borderWidth: BADGE_BORDER_WIDTH,
147
+ borderColor: BADGE_BORDER_COLOR,
148
+ ...BADGE_SHADOW
149
+ },
150
+ badgeSkeleton: {
151
+ backgroundColor: 'transparent',
152
+ borderWidth: 0,
153
+ shadowOpacity: 0,
154
+ elevation: 0
155
+ },
156
+ badgeText: {
157
+ fontSize: BADGE_FONT_SIZE,
158
+ letterSpacing: BADGE_LETTER_SPACING,
159
+ fontWeight: '700'
160
+ }
161
+ });
162
+ //# sourceMappingURL=AdsPoster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["memo","useMemo","TouchableOpacity","View","StyleSheet","SkeletonPlaceholder","scale","CardPoster","Text","useAdTracking","jsx","_jsx","jsxs","_jsxs","DEFAULT_BORDER_RADIUS","DEFAULT_AD_COLOR","TOUCHABLE_OPACITY","BADGE_POSITION","BADGE_MIN_WIDTH","BADGE_HEIGHT","BADGE_PADDING_HORIZONTAL","BADGE_BORDER_RADIUS","BADGE_FONT_SIZE","BADGE_LETTER_SPACING","BADGE_LINE_HEIGHT","BADGE_BACKGROUND","BADGE_BORDER_WIDTH","BADGE_BORDER_COLOR","BADGE_SHADOW","shadowColor","shadowOffset","width","height","shadowOpacity","shadowRadius","elevation","AdsPoster","ad","theme","isLoading","containerStyle","imageStyle","borderRadius","onPress","onDisplayAds","screenDimensions","propScreenDimensions","viewportOffsets","propViewportOffsets","colors","viewRef","handleLayout","badgeStyle","styles","badge","top","left","minWidth","paddingHorizontal","badgeSkeleton","badgeTextStyle","badgeText","color","premiumIcon","lineHeight","skeletonItemStyle","mediaUrl","ref","activeOpacity","disabled","style","wrapper","accessibilityRole","accessibilityLabel","onLayout","children","posterWrapper","posterUri","posterWrapperStyle","backgroundColor","skeletonBaseColor","highlightColor","skeletonHighlightColor","Item","type","weight","displayName","create","position","alignItems","justifyContent","zIndex","borderWidth","borderColor","fontSize","letterSpacing","fontWeight"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/components/AdsPoster.tsx"],"mappings":"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","ignoreList":[]}