@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
@@ -11,21 +11,66 @@ import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
11
11
  import { moderateScale, scale, verticalScale } from 'react-native-size-matters';
12
12
  import { useInternalTheme } from "../../../../theme/hook/useInternalTheme.js";
13
13
  import NavigateToMore from "../components/NavigateToMore.js";
14
- import { usePaginatedSection } from "../../../../hooks/usePaginatedSection.js";
15
14
  import FastImage from 'react-native-fast-image';
16
- import LinearGradient from 'react-native-linear-gradient';
17
- import { Text } from "../../../Text/index.js";
18
15
  import CardPoster from "../components/CardPoster.js";
19
16
  import { RFValue } from 'react-native-responsive-fontsize';
17
+ import { useCards } from "../../../../hooks/index.js";
18
+
19
+ // ============================================
20
+ // Constants
21
+ // ============================================
20
22
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
21
23
  const DEFAULT_ITEM_WIDTH = moderateScale(120);
22
24
  const DEFAULT_ITEM_HEIGHT = moderateScale(180);
23
25
  const DEFAULT_BORDER_RADIUS = moderateScale(8);
24
26
  const DEFAULT_SKELETON_COUNT = 5;
27
+
28
+ // Spacing
29
+ const ITEM_MARGIN_RIGHT = moderateScale(12);
30
+ const ITEM_MARGIN_LEFT = moderateScale(10);
31
+ const FIRST_ITEM_MARGIN_LEFT = moderateScale(12);
32
+ const LIST_PADDING_RIGHT = moderateScale(20);
33
+ const CONTAINER_PADDING_HORIZONTAL = moderateScale(16);
34
+ const CONTAINER_MARGIN_BOTTOM = verticalScale(8);
35
+ const ROOT_MARGIN_VERTICAL = verticalScale(6);
36
+
37
+ // Skeleton
38
+ const SKELETON_TITLE_WIDTH = moderateScale(100);
39
+ const SKELETON_TITLE_HEIGHT = verticalScale(14);
40
+ const SKELETON_TITLE_BORDER_RADIUS = moderateScale(4);
41
+ const SKELETON_TITLE_MARGIN_LEFT = moderateScale(12);
42
+ const SKELETON_TITLE_MARGIN_BOTTOM = verticalScale(6);
43
+
44
+ // FlatList Performance
45
+ const INITIAL_NUM_TO_RENDER = 5;
46
+ const MAX_TO_RENDER_PER_BATCH = 10;
47
+ const WINDOW_SIZE = 5;
48
+ const ON_END_REACHED_THRESHOLD = 0.5;
49
+
50
+ // Interaction
51
+ const ACTIVE_OPACITY = 0.8;
52
+
53
+ // ============================================
54
+ // Helper Functions
55
+ // ============================================
56
+
57
+ /**
58
+ * Checks if an item is a skeleton placeholder
59
+ */
60
+ const isSkeletonItem = item => {
61
+ const hasEmptyPoster = !item.poster || item.poster.trim() === '';
62
+ const isSkeletonId = item._id?.startsWith('sk-') || item._id?.startsWith('pagination-skeleton-');
63
+ return hasEmptyPoster || isSkeletonId;
64
+ };
65
+
66
+ // ============================================
67
+ // Types
68
+ // ============================================
69
+
25
70
  const TopTenCard = ({
26
71
  title,
27
72
  section_id,
28
- data: initialData,
73
+ data: externalData,
29
74
  moreFetchData,
30
75
  onPressMore,
31
76
  type,
@@ -37,77 +82,74 @@ const TopTenCard = ({
37
82
  containerStyle,
38
83
  titleStyle,
39
84
  itemStyle,
85
+ paginationSkeletonCount,
40
86
  isLoading = false,
41
87
  theme,
42
88
  accessibilityLabel,
43
89
  accessibilityHint
44
90
  }) => {
91
+ // ============================================
92
+ // Refs
93
+ // ============================================
45
94
  const flatListRef = useRef(null);
46
95
  const onEndReachedDuringMomentum = useRef(false);
96
+
97
+ // ============================================
98
+ // Theme & Styles
99
+ // ============================================
47
100
  const {
48
101
  theme: appliedTheme
49
102
  } = useInternalTheme(theme);
50
103
  const styles = useMemo(() => getStyles(appliedTheme, itemWidth, itemHeight, borderRadius), [appliedTheme, itemWidth, itemHeight, borderRadius]);
104
+
105
+ // ============================================
106
+ // Data Management
107
+ // ============================================
51
108
  const {
52
- data,
53
- pagination: paginated,
54
- loading: isPaginating,
55
- loadMoreData
56
- } = usePaginatedSection(section_id, moreFetchData, initialData?.data || [], isLoading);
57
- const listData = useMemo(() => Array.isArray(data) ? data : [], [data]);
58
- const handleEndReached = useCallback(() => {
59
- if (!onEndReachedDuringMomentum.current && paginated?.hasNextPage && paginated?.nextPage) {
60
- onEndReachedDuringMomentum.current = true;
61
- loadMoreData(paginated.nextPage);
62
- }
63
- }, [loadMoreData, paginated?.hasNextPage, paginated?.nextPage]);
109
+ listData,
110
+ pagination,
111
+ loadMore,
112
+ isEmpty,
113
+ isPaging: isPaginating
114
+ } = useCards({
115
+ sectionId: section_id,
116
+ data: externalData,
117
+ fetchMore: moreFetchData,
118
+ loading: isLoading,
119
+ initialSkeleton: skeletonCount,
120
+ pagingSkeleton: paginationSkeletonCount,
121
+ adsRender: false
122
+ });
123
+ const contentData = useMemo(() => listData.filter(item => !('type' in item && item.type === 'ads')), [listData]);
124
+
125
+ // ============================================
126
+ // Event Handlers
127
+ // ============================================
64
128
  const handleItemPress = useCallback(item => {
65
129
  onPressItem?.(item);
66
130
  }, [onPressItem]);
67
- const renderItem = useCallback(({
68
- item,
69
- index
70
- }) => {
71
- return /*#__PURE__*/_jsx(TouchableOpacity, {
72
- style: [styles.item, index === 0 && styles.firstItem, itemStyle],
73
- onPress: () => handleItemPress(item),
74
- activeOpacity: 0.8,
75
- children: /*#__PURE__*/_jsxs(LinearGradient, {
76
- colors: ['rgba(0,0,0,0)', 'rgba(0,0,0,0.8)'],
77
- style: styles.imageOverlay,
78
- children: [/*#__PURE__*/_jsx(CardPoster, {
79
- content_offering_type: item.content_offering_type,
80
- posterUri: item.poster,
81
- isLoading: isLoading,
82
- borderRadius: borderRadius,
83
- posterWrapperStyle: [styles.image],
84
- resizeMode: FastImage.resizeMode.cover,
85
- theme: appliedTheme
86
- }), /*#__PURE__*/_jsx(View, {
87
- style: styles.numberContainer,
88
- children: /*#__PURE__*/_jsx(LinearGradient, {
89
- colors: appliedTheme.colors.backgroundLayoutGradient,
90
- start: {
91
- x: 1,
92
- y: 0.5
93
- },
94
- end: {
95
- x: 0.5,
96
- y: 1
97
- },
98
- style: styles.rankNumberBox,
99
- children: /*#__PURE__*/_jsx(Text, {
100
- style: styles.rankNumberText,
101
- children: index + 1
102
- })
103
- })
104
- })]
105
- })
131
+ const handleMorePress = useCallback(() => {
132
+ onPressMore?.({
133
+ section_id,
134
+ name: title,
135
+ type
106
136
  });
107
- }, [styles.item, styles.firstItem, styles.imageOverlay, styles.image, styles.numberContainer, styles.rankNumberBox, styles.rankNumberText, itemStyle, isLoading, borderRadius, appliedTheme, handleItemPress]);
108
- const renderSkeletonItem = useCallback(({
109
- index
110
- }) => /*#__PURE__*/_jsx(SkeletonPlaceholder, {
137
+ }, [onPressMore, section_id, title, type]);
138
+ const handleEndReached = useCallback(() => {
139
+ const canLoadMore = !onEndReachedDuringMomentum.current && pagination?.hasNextPage && pagination?.nextPage;
140
+ if (canLoadMore) {
141
+ onEndReachedDuringMomentum.current = true;
142
+ loadMore(pagination.nextPage);
143
+ }
144
+ }, [loadMore, pagination?.hasNextPage, pagination?.nextPage]);
145
+ const handleMomentumScrollBegin = useCallback(() => {
146
+ onEndReachedDuringMomentum.current = false;
147
+ }, []);
148
+
149
+ // ============================================
150
+ // Render Functions
151
+ // ============================================
152
+ const renderSkeleton = useCallback(isFirst => /*#__PURE__*/_jsx(SkeletonPlaceholder, {
111
153
  highlightColor: appliedTheme.colors.skeletonHighlightColor,
112
154
  backgroundColor: appliedTheme.colors.skeletonBaseColor,
113
155
  borderRadius: borderRadius,
@@ -115,51 +157,79 @@ const TopTenCard = ({
115
157
  width: itemWidth,
116
158
  height: itemHeight,
117
159
  borderRadius: borderRadius,
118
- marginRight: moderateScale(12),
119
- marginLeft: index === 0 ? moderateScale(12) : 0
160
+ marginRight: ITEM_MARGIN_RIGHT,
161
+ marginLeft: isFirst ? FIRST_ITEM_MARGIN_LEFT : 0
120
162
  })
121
- }, `skeleton-${index}`), [appliedTheme, itemWidth, itemHeight, borderRadius]);
122
- if (!initialData) {
123
- return null;
124
- }
125
- if (!isLoading && (!listData || listData.length === 0)) return null;
126
- if (isLoading) {
127
- return /*#__PURE__*/_jsxs(View, {
128
- style: [styles.root, containerStyle],
129
- testID: `movie-card-skeleton-${section_id}`,
130
- children: [/*#__PURE__*/_jsx(SkeletonPlaceholder, {
131
- highlightColor: appliedTheme.colors.skeletonHighlightColor,
132
- backgroundColor: appliedTheme.colors.skeletonBaseColor,
133
- children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
134
- width: moderateScale(100),
135
- height: verticalScale(14),
136
- borderRadius: moderateScale(4),
137
- marginLeft: moderateScale(12),
138
- marginBottom: verticalScale(6)
139
- })
140
- }), /*#__PURE__*/_jsx(FlatList, {
141
- data: Array.from({
142
- length: skeletonCount
143
- }, () => null),
144
- horizontal: true,
145
- keyExtractor: (_, index) => `skeleton-${index}`,
146
- renderItem: renderSkeletonItem,
147
- showsHorizontalScrollIndicator: false,
148
- contentContainerStyle: styles.listContent
149
- })]
163
+ }), [appliedTheme, borderRadius, itemWidth, itemHeight]);
164
+ const renderItem = useCallback(({
165
+ item,
166
+ index
167
+ }) => {
168
+ const isFirstItem = index === 0;
169
+ const rankNumber = index + 1;
170
+ if (isSkeletonItem(item)) {
171
+ return renderSkeleton(isFirstItem);
172
+ }
173
+ return /*#__PURE__*/_jsx(TouchableOpacity, {
174
+ style: [styles.item, isFirstItem && styles.firstItem, itemStyle],
175
+ onPress: () => handleItemPress(item),
176
+ activeOpacity: ACTIVE_OPACITY,
177
+ children: /*#__PURE__*/_jsx(CardPoster, {
178
+ content_offering_type: item.content_offering_type,
179
+ contentType: item.type,
180
+ posterUri: item.poster,
181
+ isLoading: isLoading,
182
+ borderRadius: borderRadius,
183
+ posterWrapperStyle: [styles.image],
184
+ resizeMode: FastImage.resizeMode.cover,
185
+ theme: appliedTheme,
186
+ showRankNumber: true,
187
+ rankNumber: rankNumber
188
+ })
150
189
  });
151
- }
190
+ }, [styles.item, styles.firstItem, styles.image, itemStyle, isLoading, borderRadius, appliedTheme, handleItemPress, renderSkeleton]);
191
+ const renderPaginationSkeleton = useCallback(() => {
192
+ if (!isPaginating) return null;
193
+ return /*#__PURE__*/_jsx(View, {
194
+ style: [styles.item, styles.skeletonItem],
195
+ children: /*#__PURE__*/_jsx(CardPoster, {
196
+ posterUri: "",
197
+ theme: appliedTheme,
198
+ isLoading: true,
199
+ borderRadius: borderRadius,
200
+ showRankNumber: true
201
+ })
202
+ });
203
+ }, [isPaginating, appliedTheme, borderRadius, styles.item, styles.skeletonItem]);
204
+ const keyExtractor = useCallback((item, index) => `${item._id ?? item.name}-${index}`, []);
205
+
206
+ // ============================================
207
+ // Early Returns
208
+ // ============================================
209
+ if (!externalData) return null;
210
+ if (!isLoading && contentData.length === 0 && !isEmpty) return null;
211
+
212
+ // ============================================
213
+ // Render
214
+ // ============================================
152
215
  return /*#__PURE__*/_jsxs(View, {
153
216
  style: [styles.root, containerStyle],
154
217
  accessibilityLabel: accessibilityLabel || `Top Ten Section: ${title}`,
155
218
  accessibilityHint: accessibilityHint || 'Scroll to view top content',
156
- children: [/*#__PURE__*/_jsx(NavigateToMore, {
219
+ testID: isLoading ? `movie-card-skeleton-${section_id}` : undefined,
220
+ children: [isLoading ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
221
+ highlightColor: appliedTheme.colors.skeletonHighlightColor,
222
+ backgroundColor: appliedTheme.colors.skeletonBaseColor,
223
+ children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
224
+ width: SKELETON_TITLE_WIDTH,
225
+ height: SKELETON_TITLE_HEIGHT,
226
+ borderRadius: SKELETON_TITLE_BORDER_RADIUS,
227
+ marginLeft: SKELETON_TITLE_MARGIN_LEFT,
228
+ marginBottom: SKELETON_TITLE_MARGIN_BOTTOM
229
+ })
230
+ }) : /*#__PURE__*/_jsx(NavigateToMore, {
157
231
  title: title,
158
- onPress: () => onPressMore?.({
159
- section_id,
160
- name: title,
161
- type
162
- }),
232
+ onPress: handleMorePress,
163
233
  titleStyle: [styles.title, titleStyle],
164
234
  containerStyle: styles.navigateToMoreContainer,
165
235
  showAllProps: {
@@ -168,106 +238,52 @@ const TopTenCard = ({
168
238
  }
169
239
  }), /*#__PURE__*/_jsx(FlatList, {
170
240
  ref: flatListRef,
171
- data: listData,
241
+ data: contentData,
172
242
  horizontal: true,
173
243
  showsHorizontalScrollIndicator: false,
174
- keyExtractor: (item, index) => `${item._id ?? item.name}-${index}`,
244
+ keyExtractor: keyExtractor,
175
245
  renderItem: renderItem,
176
246
  contentContainerStyle: styles.listContent,
177
- initialNumToRender: 5,
178
- maxToRenderPerBatch: 10,
179
- windowSize: 5,
180
- onEndReachedThreshold: 0.5,
181
- onMomentumScrollBegin: () => {
182
- onEndReachedDuringMomentum.current = false;
183
- },
247
+ initialNumToRender: INITIAL_NUM_TO_RENDER,
248
+ maxToRenderPerBatch: MAX_TO_RENDER_PER_BATCH,
249
+ windowSize: WINDOW_SIZE,
250
+ onEndReachedThreshold: ON_END_REACHED_THRESHOLD,
251
+ onMomentumScrollBegin: handleMomentumScrollBegin,
184
252
  onEndReached: handleEndReached,
185
- ListFooterComponent: isPaginating ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
186
- highlightColor: appliedTheme.colors.skeletonHighlightColor,
187
- backgroundColor: appliedTheme.colors.skeletonBaseColor,
188
- borderRadius: borderRadius,
189
- speed: 800,
190
- children: /*#__PURE__*/_jsxs(View, {
191
- style: [styles.item, styles.skeletonItem],
192
- children: [/*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
193
- width: itemWidth,
194
- height: itemHeight,
195
- borderRadius: borderRadius
196
- }), /*#__PURE__*/_jsx(View, {
197
- style: styles.numberContainer,
198
- children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
199
- width: scale(40),
200
- height: scale(40),
201
- borderRadius: borderRadius
202
- })
203
- })]
204
- })
205
- }) : null
253
+ ListFooterComponent: renderPaginationSkeleton
206
254
  })]
207
255
  });
208
256
  };
257
+
258
+ // ============================================
259
+ // Styles
260
+ // ============================================
209
261
  const getStyles = (theme, width, height, radius) => StyleSheet.create({
210
262
  root: {
211
- marginVertical: verticalScale(6)
263
+ marginVertical: ROOT_MARGIN_VERTICAL
212
264
  },
213
265
  item: {
214
266
  width,
215
267
  height,
216
- marginRight: moderateScale(12),
217
- overflow: 'hidden',
268
+ marginRight: ITEM_MARGIN_RIGHT,
218
269
  borderColor: theme.colors.outlineDisabled,
219
- borderWidth: scale(0.5),
220
- aspectRatio: 2 / 3,
270
+ borderWidth: scale(0.7),
221
271
  borderRadius: radius,
222
272
  position: 'relative'
223
273
  },
224
274
  firstItem: {
225
- marginLeft: moderateScale(10)
226
- },
227
- imageOverlay: {
228
- width: '100%',
229
- height: '100%',
230
- justifyContent: 'flex-end',
231
- alignItems: 'flex-start'
275
+ marginLeft: ITEM_MARGIN_LEFT
232
276
  },
233
277
  image: {
234
278
  width: '100%',
235
- height: '100%',
236
- borderRadius: radius
237
- },
238
- rankNumberBox: {
239
- width: scale(40),
240
- height: scale(40),
241
- borderTopRightRadius: scale(30),
242
- justifyContent: 'center',
243
- alignItems: 'center'
244
- },
245
- rankNumberText: {
246
- fontSize: RFValue(27),
247
- fontWeight: '900',
248
- color: theme.colors.textPrimary,
249
- textShadowColor: 'rgba(0, 0, 0, 0.6)',
250
- textShadowOffset: {
251
- width: 1,
252
- height: 1
253
- },
254
- textShadowRadius: 3,
255
- marginTop: scale(5),
256
- marginRight: scale(5),
257
- letterSpacing: 0.5
258
- },
259
- numberContainer: {
260
- position: 'absolute',
261
- bottom: 0,
262
- left: 0,
263
- zIndex: 10
279
+ height: '100%'
264
280
  },
265
281
  navigateToMoreContainer: {
266
- paddingHorizontal: moderateScale(16),
267
- marginBottom: verticalScale(8)
282
+ paddingHorizontal: CONTAINER_PADDING_HORIZONTAL,
283
+ marginBottom: CONTAINER_MARGIN_BOTTOM
268
284
  },
269
285
  listContent: {
270
- paddingRight: moderateScale(20)
286
+ paddingRight: LIST_PADDING_RIGHT
271
287
  },
272
288
  title: {
273
289
  fontSize: RFValue(13),
@@ -1 +1 @@
1
- {"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","SkeletonPlaceholder","moderateScale","scale","verticalScale","useInternalTheme","NavigateToMore","usePaginatedSection","FastImage","LinearGradient","Text","CardPoster","RFValue","jsx","_jsx","jsxs","_jsxs","DEFAULT_ITEM_WIDTH","DEFAULT_ITEM_HEIGHT","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","TopTenCard","title","section_id","data","initialData","moreFetchData","onPressMore","type","onPressItem","itemWidth","itemHeight","borderRadius","skeletonCount","containerStyle","titleStyle","itemStyle","isLoading","theme","accessibilityLabel","accessibilityHint","flatListRef","onEndReachedDuringMomentum","appliedTheme","styles","getStyles","pagination","paginated","loading","isPaginating","loadMoreData","listData","Array","isArray","handleEndReached","current","hasNextPage","nextPage","handleItemPress","item","renderItem","index","style","firstItem","onPress","activeOpacity","children","colors","imageOverlay","content_offering_type","posterUri","poster","posterWrapperStyle","image","resizeMode","cover","numberContainer","backgroundLayoutGradient","start","x","y","end","rankNumberBox","rankNumberText","renderSkeletonItem","highlightColor","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","width","height","marginRight","marginLeft","length","root","testID","marginBottom","from","horizontal","keyExtractor","_","showsHorizontalScrollIndicator","contentContainerStyle","listContent","name","navigateToMoreContainer","showAllProps","iconColor","textPrimary","ref","_id","initialNumToRender","maxToRenderPerBatch","windowSize","onEndReachedThreshold","onMomentumScrollBegin","onEndReached","ListFooterComponent","speed","skeletonItem","radius","create","marginVertical","overflow","borderColor","outlineDisabled","borderWidth","aspectRatio","position","justifyContent","alignItems","borderTopRightRadius","fontSize","fontWeight","color","textShadowColor","textShadowOffset","textShadowRadius","marginTop","letterSpacing","bottom","left","zIndex","paddingHorizontal","paddingRight","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/TopTen.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","SkeletonPlaceholder","moderateScale","scale","verticalScale","useInternalTheme","NavigateToMore","FastImage","CardPoster","RFValue","useCards","jsx","_jsx","jsxs","_jsxs","DEFAULT_ITEM_WIDTH","DEFAULT_ITEM_HEIGHT","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","ITEM_MARGIN_RIGHT","ITEM_MARGIN_LEFT","FIRST_ITEM_MARGIN_LEFT","LIST_PADDING_RIGHT","CONTAINER_PADDING_HORIZONTAL","CONTAINER_MARGIN_BOTTOM","ROOT_MARGIN_VERTICAL","SKELETON_TITLE_WIDTH","SKELETON_TITLE_HEIGHT","SKELETON_TITLE_BORDER_RADIUS","SKELETON_TITLE_MARGIN_LEFT","SKELETON_TITLE_MARGIN_BOTTOM","INITIAL_NUM_TO_RENDER","MAX_TO_RENDER_PER_BATCH","WINDOW_SIZE","ON_END_REACHED_THRESHOLD","ACTIVE_OPACITY","isSkeletonItem","item","hasEmptyPoster","poster","trim","isSkeletonId","_id","startsWith","TopTenCard","title","section_id","data","externalData","moreFetchData","onPressMore","type","onPressItem","itemWidth","itemHeight","borderRadius","skeletonCount","containerStyle","titleStyle","itemStyle","paginationSkeletonCount","isLoading","theme","accessibilityLabel","accessibilityHint","flatListRef","onEndReachedDuringMomentum","appliedTheme","styles","getStyles","listData","pagination","loadMore","isEmpty","isPaging","isPaginating","sectionId","fetchMore","loading","initialSkeleton","pagingSkeleton","adsRender","contentData","filter","handleItemPress","handleMorePress","name","handleEndReached","canLoadMore","current","hasNextPage","nextPage","handleMomentumScrollBegin","renderSkeleton","isFirst","highlightColor","colors","skeletonHighlightColor","backgroundColor","skeletonBaseColor","children","Item","width","height","marginRight","marginLeft","renderItem","index","isFirstItem","rankNumber","style","firstItem","onPress","activeOpacity","content_offering_type","contentType","posterUri","posterWrapperStyle","image","resizeMode","cover","showRankNumber","renderPaginationSkeleton","skeletonItem","keyExtractor","length","root","testID","undefined","marginBottom","navigateToMoreContainer","showAllProps","iconColor","textPrimary","ref","horizontal","showsHorizontalScrollIndicator","contentContainerStyle","listContent","initialNumToRender","maxToRenderPerBatch","windowSize","onEndReachedThreshold","onMomentumScrollBegin","onEndReached","ListFooterComponent","radius","create","marginVertical","borderColor","outlineDisabled","borderWidth","position","paddingHorizontal","paddingRight","fontSize","fontWeight","color","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/TopTen.tsx"],"mappings":"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","ignoreList":[]}