@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
@@ -21,15 +21,36 @@ import { RFValue } from 'react-native-responsive-fontsize';
21
21
  import RentOrBuyIcon from "../../components/RentOrBuyIcon.js";
22
22
  import { ThumbnailCard } from "../../components/ThumbnailCard.js";
23
23
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
24
+ // ============================================================================
24
25
  // Constants
26
+ // ============================================================================
25
27
  const DEFAULT_SKELETON_COUNT = 3;
26
28
  const CAROUSEL_WIDTH = Display.fullWidth;
27
29
  const CAROUSEL_HEIGHT = verticalScale(180);
28
30
  const BORDER_RADIUS = scale(10);
31
+ const SCROLL_ANIMATION_DURATION = 1000;
32
+ const AUTO_PLAY_INTERVAL = 2500;
33
+ const PARALLAX_SCROLLING_OFFSET = 48;
34
+ const PARALLAX_SCROLLING_SCALE = 0.9;
35
+ const PAN_GESTURE_ACTIVE_OFFSET_X = [-10, 10];
36
+ const PAN_GESTURE_FAIL_OFFSET_Y = [-5, 5];
37
+ const GRADIENT_OVERLAY_COLORS = ['transparent', 'rgba(0,0,0,0.6)'];
38
+ const INDICATOR_GAP = scale(10);
39
+ const INDICATOR_WIDTH_ACTIVE = scale(18);
40
+ const INDICATOR_WIDTH_INACTIVE = scale(8);
41
+ const INDICATOR_HEIGHT = scale(8);
42
+ const INDICATOR_BORDER_RADIUS = scale(50);
43
+ const PLAY_ICON_SIZE = scale(25);
44
+ const PLAY_ICON_CONTAINER_SIZE = scale(40);
45
+ const PLAY_TEXT_MAX_WIDTH = scale(220);
29
46
 
30
- // Define props
47
+ // ============================================================================
48
+ // Types
49
+ // ============================================================================
31
50
 
32
- // ImageTouchable component
51
+ // ============================================================================
52
+ // Helper Components
53
+ // ============================================================================
33
54
 
34
55
  const ImageTouchable = /*#__PURE__*/memo(({
35
56
  children,
@@ -42,8 +63,11 @@ const ImageTouchable = /*#__PURE__*/memo(({
42
63
  accessibilityLabel: "View content",
43
64
  children: children
44
65
  }));
66
+ ImageTouchable.displayName = 'ImageTouchable';
45
67
 
46
- // Main component
68
+ // ============================================================================
69
+ // Main Component
70
+ // ============================================================================
47
71
  const SliderOne = ({
48
72
  index,
49
73
  data,
@@ -55,136 +79,166 @@ const SliderOne = ({
55
79
  accessibilityLabel = 'Content carousel',
56
80
  accessibilityHint = 'Swipe to view content'
57
81
  }) => {
82
+ // ========================================================================
83
+ // Hooks & State
84
+ // ========================================================================
58
85
  const {
59
86
  theme: appliedTheme
60
87
  } = useInternalTheme(theme);
61
- const contentData = useMemo(() => data?.data ?? [], [data]);
62
88
  const [activeIndex, setActiveIndex] = useState(0);
63
- const gradientColors = useMemo(() => [appliedTheme.colors.primary, appliedTheme.colors.primary], [appliedTheme.colors.primary]);
64
- const handleSnapToItem = useCallback(i => setActiveIndex(i), []);
65
89
 
66
- // Memoize skeleton items
90
+ // ========================================================================
91
+ // Data Processing
92
+ // ========================================================================
93
+ const contentData = useMemo(() => (data?.data ?? []).filter(item => !('type' in item && item.type === 'ads')), [data]);
67
94
  const skeletonItems = useSkeletonItems(skeletonCount);
68
-
69
- // Memoize indicator array
70
95
  const indicatorArray = useMemo(() => Array.from({
71
- length: contentData.length
72
- }, (_, i) => i), [contentData.length]);
96
+ length: isLoading ? skeletonItems.length : contentData.length
97
+ }, (_, i) => i), [isLoading, skeletonItems.length, contentData.length]);
73
98
 
74
- // Memoize play icon style
99
+ // ========================================================================
100
+ // Memoized Values
101
+ // ========================================================================
102
+ const gradientColors = useMemo(() => [appliedTheme.colors.primary, appliedTheme.colors.primary], [appliedTheme.colors.primary]);
75
103
  const playIconStyle = useMemo(() => [styles.playIcon, {
76
104
  backgroundColor: appliedTheme.colors.button
77
105
  }], [appliedTheme.colors.button]);
78
-
79
- // Memoize play text style
80
106
  const playTextStyle = useMemo(() => [styles.playText, {
81
107
  color: appliedTheme.colors.white
82
108
  }], [appliedTheme.colors.white]);
109
+ const carouselProps = useMemo(() => ({
110
+ width: CAROUSEL_WIDTH,
111
+ height: CAROUSEL_HEIGHT,
112
+ autoPlay: !isLoading && contentData.length > 1,
113
+ loop: !isLoading && contentData.length > 1,
114
+ scrollAnimationDuration: SCROLL_ANIMATION_DURATION,
115
+ autoPlayInterval: AUTO_PLAY_INTERVAL,
116
+ style: styles.carousel,
117
+ // Optimize rendering
118
+ windowSize: 3,
119
+ enabled: true
120
+ }), [isLoading, contentData.length]);
121
+ const parallaxConfig = useMemo(() => ({
122
+ parallaxScrollingOffset: PARALLAX_SCROLLING_OFFSET,
123
+ parallaxScrollingScale: PARALLAX_SCROLLING_SCALE
124
+ }), []);
125
+ const panGestureConfig = useCallback(gesture => gesture.activeOffsetX(PAN_GESTURE_ACTIVE_OFFSET_X).failOffsetY(PAN_GESTURE_FAIL_OFFSET_Y), []);
126
+
127
+ // ========================================================================
128
+ // Event Handlers
129
+ // ========================================================================
130
+ const handleSnapToItem = useCallback(i => setActiveIndex(i), []);
131
+ const handleItemPress = useCallback(item => {
132
+ onPressItem?.(item);
133
+ }, [onPressItem]);
83
134
 
84
- // Render carousel item
135
+ // ========================================================================
136
+ // Render Functions
137
+ // ========================================================================
85
138
  const renderCarouselItem = useCallback(({
86
139
  item
140
+ }) => {
141
+ const handlePress = () => handleItemPress(item);
142
+ return /*#__PURE__*/_jsx(View, {
143
+ style: styles.sliderContainer,
144
+ children: /*#__PURE__*/_jsxs(ImageTouchable, {
145
+ onImagePress: handlePress,
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: BORDER_RADIUS,
154
+ wrapperStyle: styles.imageWrapper,
155
+ imageStyle: styles.sliderImage,
156
+ resizeMode: FastImage.resizeMode.cover
157
+ }), showPlayIcon && /*#__PURE__*/_jsx(LinearGradient, {
158
+ colors: GRADIENT_OVERLAY_COLORS,
159
+ style: styles.gradientOverlay,
160
+ children: /*#__PURE__*/_jsxs(View, {
161
+ style: styles.playOverlay,
162
+ children: [/*#__PURE__*/_jsx(TouchableOpacity, {
163
+ onPress: handlePress,
164
+ style: playIconStyle,
165
+ activeOpacity: 0.8,
166
+ accessibilityRole: "button",
167
+ accessibilityLabel: "Play content",
168
+ children: /*#__PURE__*/_jsx(Play, {
169
+ size: PLAY_ICON_SIZE,
170
+ color: appliedTheme.colors.black,
171
+ fill: appliedTheme.colors.black
172
+ })
173
+ }), /*#__PURE__*/_jsx(Text, {
174
+ style: playTextStyle,
175
+ numberOfLines: 1,
176
+ accessibilityLabel: item.name,
177
+ children: item.name
178
+ })]
179
+ })
180
+ })]
181
+ })
182
+ });
183
+ }, [appliedTheme, showPlayIcon, handleItemPress, playIconStyle, playTextStyle]);
184
+ const renderSkeletonItem = useCallback(({
185
+ item: _item
87
186
  }) => /*#__PURE__*/_jsx(View, {
88
- style: styles.sliderContainer,
89
- children: /*#__PURE__*/_jsxs(ImageTouchable, {
90
- onImagePress: () => onPressItem?.(item),
91
- children: [/*#__PURE__*/_jsx(RentOrBuyIcon, {
92
- theme: appliedTheme,
93
- content_offering_type: item.content_offering_type
94
- }), /*#__PURE__*/_jsx(ThumbnailCard, {
95
- thumbnailUri: item.thumbnail,
96
- theme: appliedTheme,
97
- isLoading: false,
98
- borderRadius: BORDER_RADIUS,
99
- wrapperStyle: styles.imageWrapper,
100
- imageStyle: styles.sliderImage,
101
- resizeMode: FastImage.resizeMode.cover
102
- }), showPlayIcon && /*#__PURE__*/_jsx(LinearGradient, {
103
- colors: ['transparent', 'rgba(0,0,0,0.6)'],
104
- style: styles.gradientOverlay,
105
- children: /*#__PURE__*/_jsxs(View, {
106
- style: styles.playOverlay,
107
- children: [/*#__PURE__*/_jsx(TouchableOpacity, {
108
- onPress: () => onPressItem?.(item),
109
- style: playIconStyle,
110
- activeOpacity: 0.8,
111
- accessibilityRole: "button",
112
- accessibilityLabel: "Play content",
113
- children: /*#__PURE__*/_jsx(Play, {
114
- size: scale(25),
115
- color: appliedTheme.colors.black,
116
- fill: appliedTheme.colors.black
117
- })
118
- }), /*#__PURE__*/_jsx(Text, {
119
- style: playTextStyle,
120
- numberOfLines: 1,
121
- accessibilityLabel: item.name,
122
- children: item.name
123
- })]
124
- })
125
- })]
126
- })
127
- }), [appliedTheme, showPlayIcon, onPressItem, playIconStyle, playTextStyle]);
128
-
129
- // Render skeleton item
130
- const renderSkeletonItem = useCallback(() => /*#__PURE__*/_jsx(View, {
131
187
  style: styles.sliderContainer,
132
188
  children: /*#__PURE__*/_jsx(SkeletonPlaceholder, {
133
189
  backgroundColor: appliedTheme.colors.skeletonBaseColor,
134
190
  highlightColor: appliedTheme.colors.skeletonHighlightColor,
135
- speed: 1000,
191
+ speed: SCROLL_ANIMATION_DURATION,
136
192
  children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
137
193
  width: CAROUSEL_WIDTH,
138
194
  height: CAROUSEL_HEIGHT,
139
195
  borderRadius: BORDER_RADIUS
140
196
  })
141
197
  })
142
- }), [appliedTheme.colors]);
143
-
144
- // Render indicator
145
- const renderIndicator = useCallback((_, i) => /*#__PURE__*/_jsx(View, {
146
- style: styles.indicatorWrapper,
147
- children: isLoading ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
148
- backgroundColor: appliedTheme.colors.skeletonBaseColor,
149
- highlightColor: appliedTheme.colors.skeletonHighlightColor,
150
- speed: 2000,
151
- children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
152
- width: scale(18),
153
- height: scale(8),
154
- borderRadius: scale(50)
198
+ }), [appliedTheme.colors.skeletonBaseColor, appliedTheme.colors.skeletonHighlightColor]);
199
+ const renderIndicator = useCallback((_, i) => {
200
+ const isActive = i === activeIndex;
201
+ return /*#__PURE__*/_jsx(View, {
202
+ style: styles.indicatorWrapper,
203
+ children: isLoading ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
204
+ backgroundColor: appliedTheme.colors.skeletonBaseColor,
205
+ highlightColor: appliedTheme.colors.skeletonHighlightColor,
206
+ speed: AUTO_PLAY_INTERVAL,
207
+ children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
208
+ width: INDICATOR_WIDTH_ACTIVE,
209
+ height: INDICATOR_HEIGHT,
210
+ borderRadius: INDICATOR_BORDER_RADIUS
211
+ })
212
+ }) : isActive ? /*#__PURE__*/_jsx(LinearGradient, {
213
+ start: {
214
+ x: 0,
215
+ y: 0
216
+ },
217
+ end: {
218
+ x: 1,
219
+ y: 0
220
+ },
221
+ colors: gradientColors,
222
+ style: styles.activeIndicator
223
+ }) : /*#__PURE__*/_jsx(View, {
224
+ style: [styles.inactiveIndicator, {
225
+ backgroundColor: appliedTheme.colors.onSurface
226
+ }]
155
227
  })
156
- }) : i === activeIndex ? /*#__PURE__*/_jsx(LinearGradient, {
157
- start: {
158
- x: 0,
159
- y: 0
160
- },
161
- end: {
162
- x: 1,
163
- y: 0
164
- },
165
- colors: gradientColors,
166
- style: styles.activeIndicator
167
- }) : /*#__PURE__*/_jsx(View, {
168
- style: [styles.inactiveIndicator, {
169
- backgroundColor: appliedTheme.colors.onSurface
170
- }]
171
- })
172
- }, i), [isLoading, appliedTheme.colors.skeletonBaseColor, appliedTheme.colors.skeletonHighlightColor, appliedTheme.colors.onSurface, activeIndex, gradientColors]);
228
+ }, i);
229
+ }, [isLoading, appliedTheme.colors.skeletonBaseColor, appliedTheme.colors.skeletonHighlightColor, appliedTheme.colors.onSurface, activeIndex, gradientColors]);
173
230
 
174
- // Common carousel props - memoized
175
- const carouselProps = useMemo(() => ({
176
- width: CAROUSEL_WIDTH,
177
- height: CAROUSEL_HEIGHT,
178
- autoPlay: !isLoading && contentData.length > 1,
179
- loop: true,
180
- scrollAnimationDuration: 1000,
181
- autoPlayInterval: 2500,
182
- style: styles.carousel
183
- }), [isLoading, contentData.length]);
184
- if (!data) {
185
- return null;
186
- }
187
- if (isLoading) {
231
+ // ========================================================================
232
+ // Early Returns & Loading State
233
+ // ========================================================================
234
+ // Show skeleton immediately if:
235
+ // 1. Loading is true, OR
236
+ // 2. Data is null/undefined (initial state), OR
237
+ // 3. No content data available
238
+ const shouldShowSkeleton = isLoading || !data || !contentData.length || skeletonItems.length > 0 && !contentData.length;
239
+
240
+ // Show skeleton immediately while data is loading or not available
241
+ if (shouldShowSkeleton && skeletonItems.length > 0) {
188
242
  return /*#__PURE__*/_jsxs(View, {
189
243
  style: styles.container,
190
244
  accessibilityLabel: accessibilityLabel,
@@ -193,24 +247,32 @@ const SliderOne = ({
193
247
  ...carouselProps,
194
248
  data: skeletonItems,
195
249
  renderItem: renderSkeletonItem,
250
+ onSnapToItem: handleSnapToItem,
196
251
  mode: "parallax",
197
- modeConfig: {
198
- parallaxScrollingOffset: 48,
199
- parallaxScrollingScale: 0.9
200
- },
201
- onConfigurePanGesture: gesture => gesture.activeOffsetX([-10, 10]).failOffsetY([-5, 5])
202
- }), /*#__PURE__*/_jsx(View, {
252
+ modeConfig: parallaxConfig,
253
+ onConfigurePanGesture: panGestureConfig
254
+ }), indicatorArray.length > 0 && /*#__PURE__*/_jsx(View, {
203
255
  style: styles.indicatorContainer,
204
256
  children: /*#__PURE__*/_jsx(View, {
205
257
  style: styles.indicator,
206
- children: isLoading ? skeletonItems.map((_, i) => renderIndicator(0, i)) : indicatorArray.map(i => renderIndicator(0, i))
258
+ children: indicatorArray.map(i => renderIndicator(0, i))
207
259
  })
208
260
  })]
209
261
  });
210
262
  }
263
+
264
+ // If not loading and no data, return null
265
+ if (!isLoading && !data) {
266
+ return null;
267
+ }
211
268
  if (!isLoading && !contentData.length) {
212
269
  return null;
213
270
  }
271
+
272
+ // ========================================================================
273
+ // Render Main Content
274
+ // ========================================================================
275
+ const shouldShowIndicators = index === 0;
214
276
  return /*#__PURE__*/_jsxs(View, {
215
277
  style: styles.container,
216
278
  accessibilityLabel: accessibilityLabel,
@@ -221,12 +283,9 @@ const SliderOne = ({
221
283
  renderItem: renderCarouselItem,
222
284
  onSnapToItem: handleSnapToItem,
223
285
  mode: "parallax",
224
- modeConfig: {
225
- parallaxScrollingOffset: 48,
226
- parallaxScrollingScale: 0.9
227
- },
228
- onConfigurePanGesture: gesture => gesture.activeOffsetX([-10, 10]).failOffsetY([-5, 5])
229
- }), index === 0 && /*#__PURE__*/_jsx(View, {
286
+ modeConfig: parallaxConfig,
287
+ onConfigurePanGesture: panGestureConfig
288
+ }), shouldShowIndicators && /*#__PURE__*/_jsx(View, {
230
289
  style: styles.indicatorContainer,
231
290
  children: /*#__PURE__*/_jsx(View, {
232
291
  style: styles.indicator,
@@ -236,12 +295,13 @@ const SliderOne = ({
236
295
  });
237
296
  };
238
297
 
298
+ // ============================================================================
239
299
  // Styles
300
+ // ============================================================================
240
301
  const styles = StyleSheet.create({
241
302
  container: {
242
303
  flex: 1,
243
304
  alignItems: 'center',
244
- marginTop: verticalScale(6),
245
305
  marginBottom: verticalScale(1)
246
306
  },
247
307
  carousel: {
@@ -249,8 +309,7 @@ const styles = StyleSheet.create({
249
309
  },
250
310
  sliderContainer: {
251
311
  flex: 1,
252
- justifyContent: 'center',
253
- marginTop: verticalScale(-15)
312
+ justifyContent: 'center'
254
313
  },
255
314
  imageWrapper: {
256
315
  borderRadius: BORDER_RADIUS,
@@ -274,41 +333,41 @@ const styles = StyleSheet.create({
274
333
  paddingHorizontal: scale(12)
275
334
  },
276
335
  playIcon: {
277
- width: scale(40),
278
- height: scale(40),
279
- borderRadius: scale(50),
336
+ width: PLAY_ICON_CONTAINER_SIZE,
337
+ height: PLAY_ICON_CONTAINER_SIZE,
338
+ borderRadius: INDICATOR_BORDER_RADIUS,
280
339
  alignItems: 'center',
281
340
  justifyContent: 'center'
282
341
  },
283
342
  playText: {
284
343
  fontSize: RFValue(15),
285
344
  fontWeight: 'bold',
286
- maxWidth: scale(220)
345
+ maxWidth: PLAY_TEXT_MAX_WIDTH
287
346
  },
288
347
  indicatorContainer: {
348
+ paddingTop: verticalScale(5),
289
349
  alignItems: 'center',
290
350
  justifyContent: 'center',
291
- width: '100%',
292
- marginTop: verticalScale(-7)
351
+ width: '100%'
293
352
  },
294
353
  indicator: {
295
354
  flexDirection: 'row',
296
355
  alignItems: 'center',
297
- gap: scale(6)
356
+ gap: INDICATOR_GAP
298
357
  },
299
358
  indicatorWrapper: {
300
359
  alignItems: 'center',
301
360
  justifyContent: 'center'
302
361
  },
303
362
  activeIndicator: {
304
- width: scale(18),
305
- height: scale(8),
306
- borderRadius: scale(50)
363
+ width: INDICATOR_WIDTH_ACTIVE,
364
+ height: INDICATOR_HEIGHT,
365
+ borderRadius: INDICATOR_BORDER_RADIUS
307
366
  },
308
367
  inactiveIndicator: {
309
- width: scale(8),
310
- height: scale(8),
311
- borderRadius: scale(50)
368
+ width: INDICATOR_WIDTH_INACTIVE,
369
+ height: INDICATOR_HEIGHT,
370
+ borderRadius: INDICATOR_BORDER_RADIUS
312
371
  },
313
372
  emptyState: {
314
373
  padding: scale(12),
@@ -1 +1 @@
1
- {"version":3,"names":["React","memo","useCallback","useMemo","useState","useSkeletonItems","View","TouchableOpacity","StyleSheet","Carousel","scale","verticalScale","FastImage","LinearGradient","SkeletonPlaceholder","Play","Text","Display","useInternalTheme","RFValue","RentOrBuyIcon","ThumbnailCard","jsx","_jsx","jsxs","_jsxs","DEFAULT_SKELETON_COUNT","CAROUSEL_WIDTH","fullWidth","CAROUSEL_HEIGHT","BORDER_RADIUS","ImageTouchable","children","onImagePress","activeOpacity","style","styles","imageWrapper","onPress","accessibilityRole","accessibilityLabel","SliderOne","index","data","onPressItem","showPlayIcon","isLoading","skeletonCount","theme","accessibilityHint","appliedTheme","contentData","activeIndex","setActiveIndex","gradientColors","colors","primary","handleSnapToItem","i","skeletonItems","indicatorArray","Array","from","length","_","playIconStyle","playIcon","backgroundColor","button","playTextStyle","playText","color","white","renderCarouselItem","item","sliderContainer","content_offering_type","thumbnailUri","thumbnail","borderRadius","wrapperStyle","imageStyle","sliderImage","resizeMode","cover","gradientOverlay","playOverlay","size","black","fill","numberOfLines","name","renderSkeletonItem","skeletonBaseColor","highlightColor","skeletonHighlightColor","speed","Item","width","height","renderIndicator","indicatorWrapper","start","x","y","end","activeIndicator","inactiveIndicator","onSurface","carouselProps","autoPlay","loop","scrollAnimationDuration","autoPlayInterval","carousel","container","renderItem","mode","modeConfig","parallaxScrollingOffset","parallaxScrollingScale","onConfigurePanGesture","gesture","activeOffsetX","failOffsetY","indicatorContainer","indicator","map","onSnapToItem","create","flex","alignItems","marginTop","marginBottom","justifyContent","overflow","position","aspectRatio","absoluteFillObject","flexDirection","gap","paddingBottom","paddingHorizontal","fontSize","fontWeight","maxWidth","emptyState","padding","emptyText","textAlign"],"sourceRoot":"../../../../../../../src","sources":["components/Content/Card/Sliders/Styles/One.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["React","memo","useCallback","useMemo","useState","useSkeletonItems","View","TouchableOpacity","StyleSheet","Carousel","scale","verticalScale","FastImage","LinearGradient","SkeletonPlaceholder","Play","Text","Display","useInternalTheme","RFValue","RentOrBuyIcon","ThumbnailCard","jsx","_jsx","jsxs","_jsxs","DEFAULT_SKELETON_COUNT","CAROUSEL_WIDTH","fullWidth","CAROUSEL_HEIGHT","BORDER_RADIUS","SCROLL_ANIMATION_DURATION","AUTO_PLAY_INTERVAL","PARALLAX_SCROLLING_OFFSET","PARALLAX_SCROLLING_SCALE","PAN_GESTURE_ACTIVE_OFFSET_X","PAN_GESTURE_FAIL_OFFSET_Y","GRADIENT_OVERLAY_COLORS","INDICATOR_GAP","INDICATOR_WIDTH_ACTIVE","INDICATOR_WIDTH_INACTIVE","INDICATOR_HEIGHT","INDICATOR_BORDER_RADIUS","PLAY_ICON_SIZE","PLAY_ICON_CONTAINER_SIZE","PLAY_TEXT_MAX_WIDTH","ImageTouchable","children","onImagePress","activeOpacity","style","styles","imageWrapper","onPress","accessibilityRole","accessibilityLabel","displayName","SliderOne","index","data","onPressItem","showPlayIcon","isLoading","skeletonCount","theme","accessibilityHint","appliedTheme","activeIndex","setActiveIndex","contentData","filter","item","type","skeletonItems","indicatorArray","Array","from","length","_","i","gradientColors","colors","primary","playIconStyle","playIcon","backgroundColor","button","playTextStyle","playText","color","white","carouselProps","width","height","autoPlay","loop","scrollAnimationDuration","autoPlayInterval","carousel","windowSize","enabled","parallaxConfig","parallaxScrollingOffset","parallaxScrollingScale","panGestureConfig","gesture","activeOffsetX","failOffsetY","handleSnapToItem","handleItemPress","renderCarouselItem","handlePress","sliderContainer","content_offering_type","thumbnailUri","thumbnail","borderRadius","wrapperStyle","imageStyle","sliderImage","resizeMode","cover","gradientOverlay","playOverlay","size","black","fill","numberOfLines","name","renderSkeletonItem","_item","skeletonBaseColor","highlightColor","skeletonHighlightColor","speed","Item","renderIndicator","isActive","indicatorWrapper","start","x","y","end","activeIndicator","inactiveIndicator","onSurface","shouldShowSkeleton","container","renderItem","onSnapToItem","mode","modeConfig","onConfigurePanGesture","indicatorContainer","indicator","map","shouldShowIndicators","create","flex","alignItems","marginBottom","justifyContent","overflow","position","aspectRatio","absoluteFillObject","flexDirection","gap","paddingBottom","paddingHorizontal","fontSize","fontWeight","maxWidth","paddingTop","emptyState","padding","emptyText","textAlign"],"sourceRoot":"../../../../../../../src","sources":["components/Content/Card/Sliders/Styles/One.tsx"],"mappings":"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","ignoreList":[]}