@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
@@ -5,7 +5,7 @@
5
5
  * @LastModified Sat 28 Jun 2025 at 01:00 AM
6
6
  **/
7
7
 
8
- import React, { memo, useCallback, useRef } from 'react';
8
+ import React, { memo, useCallback, useMemo, useRef } from 'react';
9
9
  import { View, FlatList, TouchableOpacity, StyleSheet, ScrollView } from 'react-native';
10
10
  import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
11
11
  import { moderateScale, verticalScale } from 'react-native-size-matters';
@@ -14,25 +14,57 @@ import { useInternalTheme } from "../../../../theme/hook/useInternalTheme.js";
14
14
  import NavigateToMore from "../components/NavigateToMore.js";
15
15
  import { ThumbnailCard } from "../components/ThumbnailCard.js";
16
16
  import { Text } from "../../../Text/index.js";
17
- import { usePaginatedSection } from "../../../../hooks/usePaginatedSection.js";
18
17
  import { RFValue } from 'react-native-responsive-fontsize';
19
18
  import RentOrBuyIcon from "../components/RentOrBuyIcon.js";
20
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
19
+ import { useCards } from "../../../../hooks/index.js";
20
+
21
+ // Default dimensions and styling constants
22
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
21
23
  const DEFAULT_ITEM_WIDTH = moderateScale(160);
22
24
  const DEFAULT_BORDER_RADIUS = moderateScale(5);
23
25
  const DEFAULT_SKELETON_COUNT = 3;
26
+
27
+ // Spacing constants
28
+ const ITEM_MARGIN_LEFT = moderateScale(10);
29
+ const ITEM_MARGIN_TOP = verticalScale(4);
30
+ const FIRST_SKELETON_MARGIN_LEFT = moderateScale(12);
31
+ const SKELETON_MARGIN_RIGHT = moderateScale(12);
32
+ const CONTAINER_PADDING_HORIZONTAL = moderateScale(10);
33
+ const CONTAINER_MARGIN_BOTTOM = verticalScale(8);
34
+ const ROOT_MARGIN_VERTICAL = verticalScale(6);
35
+ const LIST_PADDING_RIGHT = moderateScale(15);
36
+
37
+ // Skeleton styling constants
38
+ const SKELETON_TITLE_WIDTH = moderateScale(100);
39
+ const SKELETON_TITLE_HEIGHT = moderateScale(20);
40
+ const SKELETON_TITLE_BORDER_RADIUS = moderateScale(4);
41
+ const SKELETON_TITLE_MARGIN_HORIZONTAL = moderateScale(15);
42
+ const SKELETON_TITLE_MARGIN_BOTTOM = verticalScale(6);
43
+ const SKELETON_THUMBNAIL_HEIGHT_RATIO = 9 / 16;
44
+ const SKELETON_TEXT_WIDTH_RATIO = 0.8;
45
+ const SKELETON_TEXT_HEIGHT = moderateScale(13);
46
+ const SKELETON_TEXT_BORDER_RADIUS = moderateScale(3);
47
+ const SKELETON_TEXT_MARGIN_TOP = verticalScale(6);
48
+
49
+ // FlatList performance constants
50
+ const INITIAL_NUM_TO_RENDER = 5;
51
+ const ON_END_REACHED_THRESHOLD = 0.5;
52
+
53
+ // Touchable opacity constant
54
+ const ACTIVE_OPACITY = 0.8;
24
55
  const MovieCardSix = ({
25
56
  theme,
26
57
  title,
27
58
  section_id,
28
59
  type,
29
- data: initialData,
60
+ data: externalData,
30
61
  moreFetchData,
31
62
  onPressItem,
32
63
  onPressMore,
33
64
  itemWidth = DEFAULT_ITEM_WIDTH,
34
65
  borderRadius = DEFAULT_BORDER_RADIUS,
35
66
  skeletonCount = DEFAULT_SKELETON_COUNT,
67
+ paginationSkeletonCount,
36
68
  containerStyle,
37
69
  titleStyle,
38
70
  itemStyle,
@@ -40,16 +72,33 @@ const MovieCardSix = ({
40
72
  accessibilityLabel,
41
73
  accessibilityHint
42
74
  }) => {
75
+ // Refs
43
76
  const flatListRef = useRef(null);
44
77
  const onEndReachedCalledDuringMomentum = useRef(false);
78
+
79
+ // Theme
45
80
  const {
46
81
  theme: appliedTheme
47
82
  } = useInternalTheme(theme);
48
- const paginated = usePaginatedSection(section_id, moreFetchData, initialData?.data, isLoading);
49
- const sectionData = paginated.data;
50
- const pagination = paginated.pagination;
51
- const isPaginating = paginated.loading;
52
- const loadMoreData = paginated.loadMoreData;
83
+
84
+ // Data management using custom hook
85
+ const {
86
+ listData,
87
+ pagination,
88
+ loadMore,
89
+ isEmpty,
90
+ isPaging: isPaginating
91
+ } = useCards({
92
+ sectionId: section_id,
93
+ data: externalData,
94
+ fetchMore: moreFetchData,
95
+ loading: isLoading,
96
+ initialSkeleton: skeletonCount,
97
+ pagingSkeleton: paginationSkeletonCount,
98
+ adsRender: false
99
+ });
100
+
101
+ // Event handlers
53
102
  const handleItemPress = useCallback(item => {
54
103
  onPressItem?.(item);
55
104
  }, [onPressItem]);
@@ -63,133 +112,176 @@ const MovieCardSix = ({
63
112
  const handleEndReached = useCallback(() => {
64
113
  if (!onEndReachedCalledDuringMomentum.current && pagination?.hasNextPage && pagination?.nextPage) {
65
114
  onEndReachedCalledDuringMomentum.current = true;
66
- loadMoreData(pagination.nextPage);
115
+ loadMore(pagination.nextPage);
67
116
  }
68
- }, [pagination?.hasNextPage, pagination?.nextPage, loadMoreData]);
117
+ }, [pagination?.hasNextPage, pagination?.nextPage, loadMore]);
118
+ const handleScrollBeginDrag = useCallback(() => {
119
+ onEndReachedCalledDuringMomentum.current = false;
120
+ }, []);
121
+ const handleMomentumScrollBegin = useCallback(() => {
122
+ onEndReachedCalledDuringMomentum.current = false;
123
+ }, []);
124
+
125
+ // Generate key for FlatList items
126
+ const keyExtractor = useCallback((item, index) => `${item._id}-${index}`, []);
127
+
128
+ // Render functions
69
129
  const renderItem = useCallback(({
70
130
  item
71
- }) => /*#__PURE__*/_jsxs(TouchableOpacity, {
72
- style: [styles.item, itemStyle],
73
- onPress: () => handleItemPress(item),
74
- activeOpacity: 0.8,
75
- children: [/*#__PURE__*/_jsx(RentOrBuyIcon, {
76
- theme: appliedTheme,
77
- content_offering_type: item.content_offering_type
78
- }), /*#__PURE__*/_jsx(ThumbnailCard, {
79
- thumbnailUri: item.thumbnail,
80
- theme: appliedTheme,
81
- isLoading: false,
131
+ }) => {
132
+ const thumbnailWrapperStyle = {
133
+ width: itemWidth
134
+ };
135
+ const titleContainerStyle = {
136
+ width: itemWidth,
137
+ marginTop: ITEM_MARGIN_TOP
138
+ };
139
+ const titleTextStyle = {
140
+ color: appliedTheme.colors.textPrimary
141
+ };
142
+ return /*#__PURE__*/_jsxs(TouchableOpacity, {
143
+ style: [styles.item, itemStyle],
144
+ onPress: () => handleItemPress(item),
145
+ activeOpacity: ACTIVE_OPACITY,
146
+ children: [/*#__PURE__*/_jsx(RentOrBuyIcon, {
147
+ theme: appliedTheme,
148
+ content_offering_type: item.content_offering_type
149
+ }), /*#__PURE__*/_jsx(ThumbnailCard, {
150
+ thumbnailUri: item.thumbnail,
151
+ theme: appliedTheme,
152
+ isLoading: false,
153
+ borderRadius: borderRadius,
154
+ wrapperStyle: thumbnailWrapperStyle,
155
+ resizeMode: FastImage.resizeMode.cover
156
+ }), /*#__PURE__*/_jsx(View, {
157
+ style: titleContainerStyle,
158
+ children: /*#__PURE__*/_jsx(Text, {
159
+ style: [styles.itemTitle, titleTextStyle],
160
+ numberOfLines: 1,
161
+ children: item.name
162
+ })
163
+ })]
164
+ });
165
+ }, [handleItemPress, itemStyle, appliedTheme, borderRadius, itemWidth]);
166
+ const renderSkeletonItem = useCallback(index => {
167
+ const isFirstSkeleton = index === 0;
168
+ const thumbnailHeight = itemWidth * SKELETON_THUMBNAIL_HEIGHT_RATIO;
169
+ const textWidth = itemWidth * SKELETON_TEXT_WIDTH_RATIO;
170
+ return /*#__PURE__*/_jsx(SkeletonPlaceholder, {
171
+ highlightColor: appliedTheme.colors.skeletonHighlightColor,
172
+ backgroundColor: appliedTheme.colors.skeletonBaseColor,
82
173
  borderRadius: borderRadius,
83
- wrapperStyle: {
84
- width: itemWidth
85
- },
86
- resizeMode: FastImage.resizeMode.cover
87
- }), /*#__PURE__*/_jsx(View, {
88
- style: {
89
- width: itemWidth,
90
- marginTop: verticalScale(4)
91
- },
92
- children: /*#__PURE__*/_jsx(Text, {
93
- style: [styles.itemTitle, {
94
- color: appliedTheme.colors.textPrimary
95
- }],
96
- numberOfLines: 1,
97
- children: item.name
174
+ children: /*#__PURE__*/_jsxs(SkeletonPlaceholder.Item, {
175
+ flexDirection: "column",
176
+ alignItems: "flex-start",
177
+ marginLeft: isFirstSkeleton ? FIRST_SKELETON_MARGIN_LEFT : 0,
178
+ marginRight: SKELETON_MARGIN_RIGHT,
179
+ children: [/*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
180
+ width: itemWidth,
181
+ height: thumbnailHeight,
182
+ borderRadius: borderRadius
183
+ }), /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
184
+ width: textWidth,
185
+ height: SKELETON_TEXT_HEIGHT,
186
+ borderRadius: SKELETON_TEXT_BORDER_RADIUS,
187
+ marginTop: SKELETON_TEXT_MARGIN_TOP
188
+ })]
98
189
  })
99
- })]
100
- }), [handleItemPress, itemStyle, appliedTheme, borderRadius, itemWidth]);
101
- const renderSkeletonItem = useCallback(index => /*#__PURE__*/_jsx(SkeletonPlaceholder, {
102
- highlightColor: appliedTheme.colors.skeletonHighlightColor,
103
- backgroundColor: appliedTheme.colors.skeletonBaseColor,
104
- borderRadius: borderRadius,
105
- children: /*#__PURE__*/_jsxs(SkeletonPlaceholder.Item, {
106
- flexDirection: "column",
107
- alignItems: "flex-start",
108
- marginLeft: index === 0 ? moderateScale(12) : moderateScale(0),
109
- marginRight: moderateScale(12),
110
- children: [/*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
111
- width: itemWidth,
112
- height: itemWidth * 9 / 16,
113
- borderRadius: borderRadius
114
- }), /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
115
- width: itemWidth * 0.8,
116
- height: moderateScale(13),
117
- borderRadius: moderateScale(3),
118
- marginTop: verticalScale(6)
119
- })]
120
- })
121
- }, `skeleton-${index}`), [appliedTheme.colors, itemWidth, borderRadius]);
122
- if (!initialData) {
190
+ }, `skeleton-${index}`);
191
+ }, [appliedTheme.colors, itemWidth, borderRadius]);
192
+
193
+ // Filter out ads to ensure only IContentData items are passed to FlatList
194
+ const contentData = useMemo(() => listData.filter(item => !('type' in item && item.type === 'ads')), [listData]);
195
+
196
+ // Render pagination skeleton footer
197
+ const renderPaginationSkeleton = useCallback(() => {
198
+ if (!isPaginating) {
199
+ return null;
200
+ }
201
+ return renderSkeletonItem(0);
202
+ }, [isPaginating, renderSkeletonItem]);
203
+
204
+ // Early returns for edge cases
205
+ if (!externalData) {
123
206
  return null;
124
207
  }
125
- if (!isLoading && sectionData.length === 0) return null;
126
- return /*#__PURE__*/_jsx(View, {
127
- style: [styles.root, containerStyle],
128
- accessibilityLabel: accessibilityLabel || `Movie section: ${title}`,
129
- accessibilityHint: accessibilityHint || 'Scroll to view content',
130
- children: isLoading ? /*#__PURE__*/_jsxs(_Fragment, {
208
+ const shouldHideSection = !isLoading && contentData.length === 0 && !isEmpty;
209
+ if (shouldHideSection) {
210
+ return null;
211
+ }
212
+
213
+ // Loading skeleton state
214
+ if (isLoading) {
215
+ const skeletonDataLength = isPaginating ? 1 : skeletonCount;
216
+ const skeletonData = Array.from({
217
+ length: skeletonDataLength
218
+ }, (_, i) => i);
219
+ return /*#__PURE__*/_jsxs(View, {
220
+ style: [styles.root, containerStyle],
221
+ accessibilityLabel: accessibilityLabel || `Movie section: ${title}`,
222
+ accessibilityHint: accessibilityHint || 'Scroll to view content',
131
223
  children: [/*#__PURE__*/_jsx(SkeletonPlaceholder, {
132
224
  highlightColor: appliedTheme.colors.skeletonHighlightColor,
133
225
  backgroundColor: appliedTheme.colors.skeletonBaseColor,
134
226
  children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
135
- width: moderateScale(100),
136
- height: moderateScale(20),
137
- borderRadius: moderateScale(4),
138
- marginHorizontal: moderateScale(15),
139
- marginBottom: verticalScale(6)
227
+ width: SKELETON_TITLE_WIDTH,
228
+ height: SKELETON_TITLE_HEIGHT,
229
+ borderRadius: SKELETON_TITLE_BORDER_RADIUS,
230
+ marginHorizontal: SKELETON_TITLE_MARGIN_HORIZONTAL,
231
+ marginBottom: SKELETON_TITLE_MARGIN_BOTTOM
140
232
  })
141
233
  }), /*#__PURE__*/_jsx(ScrollView, {
142
234
  horizontal: true,
143
235
  showsHorizontalScrollIndicator: false,
144
236
  contentContainerStyle: styles.skeletonList,
145
- children: Array.from({
146
- length: isPaginating ? 1 : skeletonCount
147
- }).map((_, index) => renderSkeletonItem(index))
148
- })]
149
- }) : /*#__PURE__*/_jsxs(_Fragment, {
150
- children: [/*#__PURE__*/_jsx(NavigateToMore, {
151
- title: title,
152
- onPress: handlePressMore,
153
- titleStyle: [styles.title, {
154
- color: appliedTheme.colors.textPrimary
155
- }, titleStyle],
156
- containerStyle: styles.navigateToMoreContainer,
157
- showAllProps: {
158
- iconColor: appliedTheme.colors.textPrimary,
159
- theme
160
- }
161
- }), /*#__PURE__*/_jsx(FlatList, {
162
- ref: flatListRef,
163
- data: sectionData,
164
- horizontal: true,
165
- keyExtractor: (item, index) => `${item._id}-${index}`,
166
- renderItem: renderItem,
167
- showsHorizontalScrollIndicator: false,
168
- contentContainerStyle: styles.listContent,
169
- initialNumToRender: 5,
170
- onEndReached: handleEndReached,
171
- onEndReachedThreshold: 0.5,
172
- onScrollBeginDrag: () => {
173
- onEndReachedCalledDuringMomentum.current = false;
174
- },
175
- onMomentumScrollBegin: () => {
176
- onEndReachedCalledDuringMomentum.current = false;
177
- },
178
- ListFooterComponent: isPaginating ? renderSkeletonItem(0) : null
237
+ children: skeletonData.map(index => renderSkeletonItem(index))
179
238
  })]
180
- })
239
+ });
240
+ }
241
+
242
+ // Main content render
243
+ return /*#__PURE__*/_jsxs(View, {
244
+ style: [styles.root, containerStyle],
245
+ accessibilityLabel: accessibilityLabel || `Movie section: ${title}`,
246
+ accessibilityHint: accessibilityHint || 'Scroll to view content',
247
+ children: [/*#__PURE__*/_jsx(NavigateToMore, {
248
+ title: title,
249
+ onPress: handlePressMore,
250
+ titleStyle: [styles.title, {
251
+ color: appliedTheme.colors.textPrimary
252
+ }, titleStyle],
253
+ containerStyle: styles.navigateToMoreContainer,
254
+ showAllProps: {
255
+ iconColor: appliedTheme.colors.textPrimary,
256
+ theme
257
+ }
258
+ }), /*#__PURE__*/_jsx(FlatList, {
259
+ ref: flatListRef,
260
+ data: contentData,
261
+ horizontal: true,
262
+ keyExtractor: keyExtractor,
263
+ renderItem: renderItem,
264
+ showsHorizontalScrollIndicator: false,
265
+ contentContainerStyle: styles.listContent,
266
+ initialNumToRender: INITIAL_NUM_TO_RENDER,
267
+ onEndReached: handleEndReached,
268
+ onEndReachedThreshold: ON_END_REACHED_THRESHOLD,
269
+ onScrollBeginDrag: handleScrollBeginDrag,
270
+ onMomentumScrollBegin: handleMomentumScrollBegin,
271
+ ListFooterComponent: renderPaginationSkeleton
272
+ })]
181
273
  });
182
274
  };
183
275
  const styles = StyleSheet.create({
184
276
  root: {
185
- marginVertical: verticalScale(6)
277
+ marginVertical: ROOT_MARGIN_VERTICAL
186
278
  },
187
279
  item: {
188
- marginLeft: moderateScale(10)
280
+ marginLeft: ITEM_MARGIN_LEFT
189
281
  },
190
282
  navigateToMoreContainer: {
191
- paddingHorizontal: moderateScale(10),
192
- marginBottom: verticalScale(8)
283
+ paddingHorizontal: CONTAINER_PADDING_HORIZONTAL,
284
+ marginBottom: CONTAINER_MARGIN_BOTTOM
193
285
  },
194
286
  title: {
195
287
  fontSize: RFValue(13),
@@ -198,16 +290,16 @@ const styles = StyleSheet.create({
198
290
  itemTitle: {
199
291
  fontSize: RFValue(9),
200
292
  fontWeight: '500',
201
- lineHeight: moderateScale(13),
202
- height: moderateScale(13)
293
+ lineHeight: SKELETON_TEXT_HEIGHT,
294
+ height: SKELETON_TEXT_HEIGHT
203
295
  },
204
296
  listContent: {
205
- paddingRight: moderateScale(15)
297
+ paddingRight: LIST_PADDING_RIGHT
206
298
  },
207
299
  skeletonList: {
208
300
  flexDirection: 'row',
209
301
  alignItems: 'flex-start',
210
- paddingRight: moderateScale(15)
302
+ paddingRight: LIST_PADDING_RIGHT
211
303
  }
212
304
  });
213
305
  export default /*#__PURE__*/memo(MovieCardSix);
@@ -1 +1 @@
1
- {"version":3,"names":["React","memo","useCallback","useRef","View","FlatList","TouchableOpacity","StyleSheet","ScrollView","SkeletonPlaceholder","moderateScale","verticalScale","FastImage","useInternalTheme","NavigateToMore","ThumbnailCard","Text","usePaginatedSection","RFValue","RentOrBuyIcon","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","DEFAULT_ITEM_WIDTH","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","MovieCardSix","theme","title","section_id","type","data","initialData","moreFetchData","onPressItem","onPressMore","itemWidth","borderRadius","skeletonCount","containerStyle","titleStyle","itemStyle","isLoading","accessibilityLabel","accessibilityHint","flatListRef","onEndReachedCalledDuringMomentum","appliedTheme","paginated","sectionData","pagination","isPaginating","loading","loadMoreData","handleItemPress","item","handlePressMore","name","handleEndReached","current","hasNextPage","nextPage","renderItem","style","styles","onPress","activeOpacity","children","content_offering_type","thumbnailUri","thumbnail","wrapperStyle","width","resizeMode","cover","marginTop","itemTitle","color","colors","textPrimary","numberOfLines","renderSkeletonItem","index","highlightColor","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","flexDirection","alignItems","marginLeft","marginRight","height","length","root","marginHorizontal","marginBottom","horizontal","showsHorizontalScrollIndicator","contentContainerStyle","skeletonList","Array","from","map","_","navigateToMoreContainer","showAllProps","iconColor","ref","keyExtractor","_id","listContent","initialNumToRender","onEndReached","onEndReachedThreshold","onScrollBeginDrag","onMomentumScrollBegin","ListFooterComponent","create","marginVertical","paddingHorizontal","fontSize","fontWeight","lineHeight","paddingRight"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/Six.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","ScrollView","SkeletonPlaceholder","moderateScale","verticalScale","FastImage","useInternalTheme","NavigateToMore","ThumbnailCard","Text","RFValue","RentOrBuyIcon","useCards","jsx","_jsx","jsxs","_jsxs","DEFAULT_ITEM_WIDTH","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","ITEM_MARGIN_LEFT","ITEM_MARGIN_TOP","FIRST_SKELETON_MARGIN_LEFT","SKELETON_MARGIN_RIGHT","CONTAINER_PADDING_HORIZONTAL","CONTAINER_MARGIN_BOTTOM","ROOT_MARGIN_VERTICAL","LIST_PADDING_RIGHT","SKELETON_TITLE_WIDTH","SKELETON_TITLE_HEIGHT","SKELETON_TITLE_BORDER_RADIUS","SKELETON_TITLE_MARGIN_HORIZONTAL","SKELETON_TITLE_MARGIN_BOTTOM","SKELETON_THUMBNAIL_HEIGHT_RATIO","SKELETON_TEXT_WIDTH_RATIO","SKELETON_TEXT_HEIGHT","SKELETON_TEXT_BORDER_RADIUS","SKELETON_TEXT_MARGIN_TOP","INITIAL_NUM_TO_RENDER","ON_END_REACHED_THRESHOLD","ACTIVE_OPACITY","MovieCardSix","theme","title","section_id","type","data","externalData","moreFetchData","onPressItem","onPressMore","itemWidth","borderRadius","skeletonCount","paginationSkeletonCount","containerStyle","titleStyle","itemStyle","isLoading","accessibilityLabel","accessibilityHint","flatListRef","onEndReachedCalledDuringMomentum","appliedTheme","listData","pagination","loadMore","isEmpty","isPaging","isPaginating","sectionId","fetchMore","loading","initialSkeleton","pagingSkeleton","adsRender","handleItemPress","item","handlePressMore","name","handleEndReached","current","hasNextPage","nextPage","handleScrollBeginDrag","handleMomentumScrollBegin","keyExtractor","index","_id","renderItem","thumbnailWrapperStyle","width","titleContainerStyle","marginTop","titleTextStyle","color","colors","textPrimary","style","styles","onPress","activeOpacity","children","content_offering_type","thumbnailUri","thumbnail","wrapperStyle","resizeMode","cover","itemTitle","numberOfLines","renderSkeletonItem","isFirstSkeleton","thumbnailHeight","textWidth","highlightColor","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","flexDirection","alignItems","marginLeft","marginRight","height","contentData","filter","renderPaginationSkeleton","shouldHideSection","length","skeletonDataLength","skeletonData","Array","from","_","i","root","marginHorizontal","marginBottom","horizontal","showsHorizontalScrollIndicator","contentContainerStyle","skeletonList","map","navigateToMoreContainer","showAllProps","iconColor","ref","listContent","initialNumToRender","onEndReached","onEndReachedThreshold","onScrollBeginDrag","onMomentumScrollBegin","ListFooterComponent","create","marginVertical","paddingHorizontal","fontSize","fontWeight","lineHeight","paddingRight"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/Six.tsx"],"mappings":"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","ignoreList":[]}