@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.
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +5 -2
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +232 -0
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js +324 -0
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/{Login → One/Login}/LoginWithPhone.js +13 -11
- package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/One/OTP/OTP.js +301 -0
- package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js +479 -0
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js +295 -0
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +1 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js +362 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.js +8 -5
- package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +80 -0
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.js +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.js +42 -21
- package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/Auth/One/index.js +25 -0
- package/lib/module/components/Auth/One/index.js.map +1 -0
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +93 -0
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -0
- package/lib/module/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.js +55 -28
- package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/AuthLoginShell.js +138 -0
- package/lib/module/components/Auth/Two/Login/AuthLoginShell.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/LoginWithEmail.js +226 -0
- package/lib/module/components/Auth/Two/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/LoginWithPhone.js +143 -0
- package/lib/module/components/Auth/Two/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/{OTP → Two/OTP}/OTP.js +93 -63
- package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/Two/QrLogin/QrLogin.js +479 -0
- package/lib/module/components/Auth/Two/QrLogin/QrLogin.js.map +1 -0
- package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js +295 -0
- package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js.map +1 -0
- package/lib/module/components/Auth/Two/SignUp/SignUp.js +379 -0
- package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js +141 -0
- package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.js +1 -1
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js +63 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js +157 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/Auth/Two/index.js +29 -0
- package/lib/module/components/Auth/Two/index.js.map +1 -0
- package/lib/module/components/Auth/index.js +7 -22
- package/lib/module/components/Auth/index.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +7 -3
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js +52 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js.map +1 -0
- package/lib/module/components/BottomSheet/BottomSheet.js +7 -3
- package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/components/BottomSheet/BottomSheetOne.js +170 -0
- package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -0
- package/lib/module/components/BottomSheet/index.js +1 -0
- package/lib/module/components/BottomSheet/index.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +16 -6
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Content/Card/Category/Category.js +88 -13
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- package/lib/module/components/Content/Card/Category/CategroyTwo.js +287 -0
- package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +237 -108
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +191 -132
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js +714 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +139 -92
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/index.js +3 -1
- package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +132 -48
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +127 -59
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +126 -50
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +139 -53
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Six.js +207 -115
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +119 -94
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +187 -171
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +145 -64
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/AdsPoster.js +162 -0
- package/lib/module/components/Content/Card/components/AdsPoster.js.map +1 -0
- package/lib/module/components/Content/Card/components/CardPoster.js +217 -135
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/NavigateToMore.js +26 -2
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
- package/lib/module/components/Content/Card/components/index.js +4 -0
- package/lib/module/components/Content/Card/components/index.js.map +1 -0
- package/lib/module/components/Content/Content.js +90 -33
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js +41 -11
- package/lib/module/components/Content/Sections.js.map +1 -1
- package/lib/module/components/Content/types.js +4 -0
- package/lib/module/components/Content/types.js.map +1 -0
- package/lib/module/components/ContentView/MoreContentList.js +1 -0
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/{ContentView.js → One/ContentViewOne.js} +6 -5
- package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/AboutSection.js +2 -2
- package/lib/module/components/ContentView/One/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/CastCard.js +2 -2
- package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/EpisodeCard.js +5 -6
- package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/GenreTags.js +2 -2
- package/lib/module/components/ContentView/One/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/HeroBanner.js +45 -44
- package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/MiniInfo.js +50 -5
- package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/PlayButton.js +1 -1
- package/lib/module/components/ContentView/One/components/PlayButton.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/Title.js +1 -1
- package/lib/module/components/ContentView/One/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/TrailerButton.js +2 -2
- package/lib/module/components/ContentView/One/components/TrailerButton.js.map +1 -0
- package/lib/module/components/ContentView/Two/ContentViewTwo.js +220 -0
- package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/AboutSection.js +150 -0
- package/lib/module/components/ContentView/Two/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/Details.js +156 -0
- package/lib/module/components/ContentView/Two/components/Details.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js +425 -0
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/GenreTags.js +86 -0
- package/lib/module/components/ContentView/Two/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/HeroBanner.js +339 -0
- package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js +88 -0
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +235 -0
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -0
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +120 -0
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/SectionTabs.js +112 -0
- package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/Title.js +146 -0
- package/lib/module/components/ContentView/Two/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/index.js +18 -0
- package/lib/module/components/ContentView/Two/components/index.js.map +1 -0
- package/lib/module/components/ContentView/index.js +6 -1
- package/lib/module/components/ContentView/index.js.map +1 -1
- package/lib/module/components/Headers/Four.js +68 -0
- package/lib/module/components/Headers/Four.js.map +1 -0
- package/lib/module/components/Headers/Three.js +75 -24
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/index.js +3 -1
- package/lib/module/components/Headers/index.js.map +1 -1
- package/lib/module/components/Input/Input.js +5 -1
- package/lib/module/components/Input/Input.js.map +1 -1
- package/lib/module/components/Input/InputThree.js +157 -0
- package/lib/module/components/Input/InputThree.js.map +1 -0
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
- package/lib/module/components/Input/PhoneNumberInputTwo.js +316 -0
- package/lib/module/components/Input/PhoneNumberInputTwo.js.map +1 -0
- package/lib/module/components/Loader/Loader.js +14 -6
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +42 -17
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/NewRelease/NewReleaseSheet.js +227 -0
- package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -0
- package/lib/module/components/NewRelease/index.js +4 -0
- package/lib/module/components/NewRelease/index.js.map +1 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +92 -17
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +65 -2
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +2 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +4 -2
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +80 -46
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +78 -29
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +21 -34
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +58 -0
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -0
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js +44 -0
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -0
- package/lib/module/components/Reels/index.js +1 -0
- package/lib/module/components/Reels/index.js.map +1 -1
- package/lib/module/components/Search/One.js +7 -4
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Search/components/SearchCard.js +59 -7
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +2 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
- package/lib/module/components/User/WatchHistory/WatchHistory.js +1 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js +1 -0
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/common/AppStatusBar.js +2 -1
- package/lib/module/components/common/AppStatusBar.js.map +1 -1
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/constants/dummySections.js +47 -5
- package/lib/module/constants/dummySections.js.map +1 -1
- package/lib/module/hooks/Images/index.js +5 -0
- package/lib/module/hooks/Images/index.js.map +1 -0
- package/lib/module/hooks/Images/useImageLoader.js +168 -0
- package/lib/module/hooks/Images/useImageLoader.js.map +1 -0
- package/lib/module/hooks/Images/useImageValidation.js +36 -0
- package/lib/module/hooks/Images/useImageValidation.js.map +1 -0
- package/lib/module/hooks/index.js +3 -0
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useAdTracking.js +270 -0
- package/lib/module/hooks/useAdTracking.js.map +1 -0
- package/lib/module/hooks/useCards.js +164 -0
- package/lib/module/hooks/useCards.js.map +1 -0
- package/lib/module/hooks/usePaginatedSection.js +11 -6
- package/lib/module/hooks/usePaginatedSection.js.map +1 -1
- package/lib/module/hooks/useSplashCache.js +78 -60
- package/lib/module/hooks/useSplashCache.js.map +1 -1
- package/lib/module/theme/ThemeProvider.js +14 -2
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hook/index.js +0 -1
- package/lib/module/theme/hook/index.js.map +1 -1
- package/lib/module/theme/hook/useInternalTheme.js +21 -7
- package/lib/module/theme/hook/useInternalTheme.js.map +1 -1
- package/lib/module/theme/themes.js +2 -0
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/module/theme/utils/validateColor.js +84 -0
- package/lib/module/theme/utils/validateColor.js.map +1 -0
- package/lib/module/utils/colorUtils.js +68 -0
- package/lib/module/utils/colorUtils.js.map +1 -0
- package/lib/typescript/src/components/Auth/{ForgotPassword → One/ForgotPassword}/ForgotPassword.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithEmail.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithPhone.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{OTP → One/OTP}/OTP.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/QrLogin.d.ts +3 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{SignUp → One/SignUp}/SignUp.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +14 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts +234 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +16 -0
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +53 -0
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts +17 -0
- package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts +52 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts +37 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +63 -0
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts +19 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts +14 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +67 -0
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts +35 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts +20 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/index.d.ts +220 -0
- package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/index.d.ts +447 -232
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts +7 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts.map +1 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +19 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts +2 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +1 -0
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/index.d.ts +1 -0
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts +26 -0
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +19 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +11 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +15 -3
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +13 -5
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts +26 -0
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +4 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +3 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/index.d.ts +2 -0
- package/lib/typescript/src/components/Content/Card/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/index.d.ts +76 -6
- package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Content.d.ts +2 -51
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +2 -39
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/types.d.ts +149 -0
- package/lib/typescript/src/components/Content/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/AboutSection.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/CastCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/EpisodeCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/GenreTags.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/HeroBanner.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/MiniInfo.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/Title.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +18 -0
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +27 -0
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts +23 -0
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +8 -0
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +25 -0
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +26 -0
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +21 -0
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +28 -0
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +34 -0
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/index.d.ts +6 -1
- package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Four.d.ts +18 -0
- package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/Three.d.ts +9 -1
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/index.d.ts +1 -0
- package/lib/typescript/src/components/Headers/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/Input.d.ts +2 -0
- package/lib/typescript/src/components/Input/Input.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputThree.d.ts +22 -0
- package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts +26 -0
- package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Loader/Loader.d.ts +2 -0
- package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts +10 -0
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts +2 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +2 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +2 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +9 -2
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +11 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +11 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +15 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +34 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +10 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/index.d.ts +1 -0
- package/lib/typescript/src/components/Reels/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +1 -0
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
- package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
- package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -0
- package/lib/typescript/src/components/common/AppStatusBar.d.ts.map +1 -1
- package/lib/typescript/src/components/index.d.ts +1 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/dummySections.d.ts +8 -1
- package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
- package/lib/typescript/src/hooks/Images/index.d.ts +3 -0
- package/lib/typescript/src/hooks/Images/index.d.ts.map +1 -0
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts +36 -0
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts.map +1 -0
- package/lib/typescript/src/hooks/Images/useImageValidation.d.ts +17 -0
- package/lib/typescript/src/hooks/Images/useImageValidation.d.ts.map +1 -0
- package/lib/typescript/src/hooks/index.d.ts +3 -0
- package/lib/typescript/src/hooks/index.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useAdTracking.d.ts +39 -0
- package/lib/typescript/src/hooks/useAdTracking.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useCards.d.ts +36 -0
- package/lib/typescript/src/hooks/useCards.d.ts.map +1 -0
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts +12 -2
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
- package/lib/typescript/src/theme/ThemeProvider.d.ts +2 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/index.d.ts +0 -1
- package/lib/typescript/src/theme/hook/index.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -1
- package/lib/typescript/src/theme/themes.d.ts +1 -0
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/theme/utils/validateColor.d.ts +21 -0
- package/lib/typescript/src/theme/utils/validateColor.d.ts.map +1 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts +40 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/lib/typescript/src/types/sections/index.d.ts +7 -4
- package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
- package/lib/typescript/src/utils/colorUtils.d.ts +19 -0
- package/lib/typescript/src/utils/colorUtils.d.ts.map +1 -0
- package/package.json +13 -4
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +6 -2
- package/src/components/Auth/One/ForgotPassword/ForgotPassword.tsx +324 -0
- package/src/components/Auth/One/Login/LoginWithEmail.tsx +455 -0
- package/src/components/Auth/{Login → One/Login}/LoginWithPhone.tsx +12 -12
- package/src/components/Auth/One/OTP/OTP.tsx +465 -0
- package/src/components/Auth/One/QrLogin/QrLogin.tsx +602 -0
- package/src/components/Auth/One/QrLogin/components/QrViewArea.tsx +423 -0
- package/src/components/Auth/One/SignUp/SignUp.tsx +479 -0
- package/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.tsx +10 -6
- package/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx +103 -0
- package/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.tsx +1 -1
- package/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.tsx +35 -25
- package/src/components/Auth/One/index.ts +24 -0
- package/src/components/Auth/Two/AuthHeader/AuthHeader.tsx +108 -0
- package/src/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.tsx +62 -35
- package/src/components/Auth/Two/Login/AuthLoginShell.tsx +173 -0
- package/src/components/Auth/Two/Login/LoginWithEmail.tsx +279 -0
- package/src/components/Auth/Two/Login/LoginWithPhone.tsx +188 -0
- package/src/components/Auth/{OTP → Two/OTP}/OTP.tsx +92 -81
- package/src/components/Auth/Two/QrLogin/QrLogin.tsx +602 -0
- package/src/components/Auth/Two/QrLogin/components/QrViewArea.tsx +423 -0
- package/src/components/Auth/Two/SignUp/SignUp.tsx +472 -0
- package/src/components/Auth/Two/SplashScreen/SplashScreen.tsx +248 -0
- package/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.tsx +1 -1
- package/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.tsx +77 -0
- package/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.tsx +178 -0
- package/src/components/Auth/Two/index.ts +28 -0
- package/src/components/Auth/index.ts +7 -22
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +2 -0
- package/src/components/BackgroundLayout/BackgroundLayoutOne.tsx +56 -0
- package/src/components/BottomSheet/BottomSheet.tsx +6 -1
- package/src/components/BottomSheet/BottomSheetOne.tsx +220 -0
- package/src/components/BottomSheet/index.ts +2 -0
- package/src/components/Button/PrimaryBtn.tsx +10 -2
- package/src/components/Content/Card/Category/Category.tsx +104 -10
- package/src/components/Content/Card/Category/CategroyTwo.tsx +429 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +281 -136
- package/src/components/Content/Card/Sliders/Styles/One.tsx +248 -152
- package/src/components/Content/Card/Sliders/Styles/Three.tsx +935 -0
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +171 -102
- package/src/components/Content/Card/Sliders/index.ts +2 -0
- package/src/components/Content/Card/Styles/Five.tsx +162 -62
- package/src/components/Content/Card/Styles/Four.tsx +165 -85
- package/src/components/Content/Card/Styles/One.tsx +162 -71
- package/src/components/Content/Card/Styles/RotateInOut.tsx +158 -60
- package/src/components/Content/Card/Styles/Six.tsx +242 -142
- package/src/components/Content/Card/Styles/Three.tsx +160 -162
- package/src/components/Content/Card/Styles/TopTen.tsx +231 -191
- package/src/components/Content/Card/Styles/Two.tsx +183 -79
- package/src/components/Content/Card/components/AdsPoster.tsx +202 -0
- package/src/components/Content/Card/components/CardPoster.tsx +250 -151
- package/src/components/Content/Card/components/NavigateToMore.tsx +29 -1
- package/src/components/Content/Card/components/index.ts +1 -0
- package/src/components/Content/Content.tsx +103 -119
- package/src/components/Content/Sections.tsx +51 -45
- package/src/components/Content/types.ts +176 -0
- package/src/components/ContentView/MoreContentList.tsx +1 -0
- package/src/components/ContentView/{ContentView.tsx → One/ContentViewOne.tsx} +8 -7
- package/src/components/ContentView/{components → One/components}/AboutSection.tsx +3 -3
- package/src/components/ContentView/{components → One/components}/CastCard.tsx +3 -3
- package/src/components/ContentView/{components → One/components}/EpisodeCard.tsx +7 -8
- package/src/components/ContentView/{components → One/components}/GenreTags.tsx +3 -3
- package/src/components/ContentView/{components → One/components}/HeroBanner.tsx +44 -59
- package/src/components/ContentView/{components → One/components}/MiniInfo.tsx +69 -5
- package/src/components/ContentView/{components → One/components}/PlayButton.tsx +1 -1
- package/src/components/ContentView/{components → One/components}/Title.tsx +2 -2
- package/src/components/ContentView/{components → One/components}/TrailerButton.tsx +2 -2
- package/src/components/ContentView/Two/ContentViewTwo.tsx +343 -0
- package/src/components/ContentView/Two/components/AboutSection.tsx +216 -0
- package/src/components/ContentView/Two/components/Details.tsx +193 -0
- package/src/components/ContentView/Two/components/EpisodeCard.tsx +602 -0
- package/src/components/ContentView/Two/components/GenreTags.tsx +123 -0
- package/src/components/ContentView/Two/components/HeroBanner.tsx +402 -0
- package/src/components/ContentView/Two/components/LikeShareActions.tsx +125 -0
- package/src/components/ContentView/Two/components/MoreLikeThisContentList .tsx +305 -0
- package/src/components/ContentView/Two/components/PlayOrTrailer.tsx +133 -0
- package/src/components/ContentView/Two/components/SectionTabs.tsx +177 -0
- package/src/components/ContentView/Two/components/Title.tsx +226 -0
- package/src/components/ContentView/Two/components/index.ts +15 -0
- package/src/components/ContentView/index.ts +7 -1
- package/src/components/Headers/Four.tsx +83 -0
- package/src/components/Headers/Three.tsx +88 -25
- package/src/components/Headers/index.ts +2 -0
- package/src/components/Input/Input.ts +4 -0
- package/src/components/Input/InputThree.tsx +212 -0
- package/src/components/Input/PhoneNumberInput.tsx +4 -2
- package/src/components/Input/PhoneNumberInputTwo.tsx +418 -0
- package/src/components/Loader/Loader.tsx +25 -9
- package/src/components/Logo/Logo.tsx +53 -34
- package/src/components/NewRelease/NewReleaseSheet.tsx +250 -0
- package/src/components/NewRelease/index.ts +1 -0
- package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +92 -27
- package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +81 -1
- package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +4 -1
- package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +6 -3
- package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +88 -55
- package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +92 -30
- package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +35 -38
- package/src/components/Reels/ReelsSeries/types.ts +16 -0
- package/src/components/Reels/ReelsSeries/useReelsWatchProgress.ts +85 -0
- package/src/components/Reels/ReelsSeries/utils/quality.ts +48 -0
- package/src/components/Reels/index.ts +1 -0
- package/src/components/Search/One.tsx +8 -5
- package/src/components/Search/components/SearchCard.tsx +68 -11
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +1 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +1 -0
- package/src/components/User/WatchLater/WatchLater.tsx +1 -0
- package/src/components/common/AppStatusBar.tsx +7 -1
- package/src/components/index.ts +1 -0
- package/src/constants/dummySections.ts +54 -3
- package/src/hooks/Images/index.ts +2 -0
- package/src/hooks/Images/useImageLoader.ts +206 -0
- package/src/hooks/Images/useImageValidation.ts +36 -0
- package/src/hooks/index.ts +3 -0
- package/src/hooks/useAdTracking.ts +349 -0
- package/src/hooks/useCards.ts +228 -0
- package/src/hooks/usePaginatedSection.ts +26 -7
- package/src/hooks/useSplashCache.ts +88 -69
- package/src/theme/ThemeProvider.tsx +15 -2
- package/src/theme/hook/index.ts +0 -1
- package/src/theme/hook/useInternalTheme.ts +22 -13
- package/src/theme/themes.ts +3 -0
- package/src/theme/utils/validateColor.ts +127 -0
- package/src/types/content/content-view.types.ts +43 -1
- package/src/types/sections/index.ts +7 -4
- package/src/utils/colorUtils.ts +70 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +0 -1
- package/lib/module/components/Auth/Login/LoginWithEmail.js +0 -314
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +0 -1
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +0 -1
- package/lib/module/components/Auth/OTP/OTP.js.map +0 -1
- package/lib/module/components/Auth/QrLogin/QrLogin.js +0 -313
- package/lib/module/components/Auth/QrLogin/QrLogin.js.map +0 -1
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js +0 -243
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +0 -1
- package/lib/module/components/Auth/SignUp/SignUp.js +0 -352
- package/lib/module/components/Auth/SignUp/SignUp.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +0 -1
- package/lib/module/components/ContentView/ContentView.js.map +0 -1
- package/lib/module/components/ContentView/components/AboutSection.js.map +0 -1
- package/lib/module/components/ContentView/components/CastCard.js.map +0 -1
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +0 -1
- package/lib/module/components/ContentView/components/GenreTags.js.map +0 -1
- package/lib/module/components/ContentView/components/HeroBanner.js.map +0 -1
- package/lib/module/components/ContentView/components/MiniInfo.js.map +0 -1
- package/lib/module/components/ContentView/components/PlayButton.js.map +0 -1
- package/lib/module/components/ContentView/components/Title.js.map +0 -1
- package/lib/module/components/ContentView/components/TrailerButton.js.map +0 -1
- package/lib/module/theme/hook/useThemeStatusBar.js +0 -33
- package/lib/module/theme/hook/useThemeStatusBar.js.map +0 -1
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +0 -15
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts +0 -10
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts.map +0 -1
- package/src/components/Auth/Login/LoginWithEmail.tsx +0 -441
- package/src/components/Auth/QrLogin/QrLogin.tsx +0 -342
- package/src/components/Auth/QrLogin/components/QrViewArea.tsx +0 -329
- package/src/components/Auth/SignUp/SignUp.tsx +0 -462
- package/src/theme/hook/useThemeStatusBar.ts +0 -42
- /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.d.ts +0 -0
- /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.d.ts +0 -0
- /package/lib/typescript/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.d.ts +0 -0
- /package/lib/typescript/src/components/ContentView/{components → One/components}/PlayButton.d.ts +0 -0
- /package/lib/typescript/src/components/ContentView/{components → One/components}/TrailerButton.d.ts +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* @lastModified Sun 08 Jun 2025 at 03:50 PM
|
|
6
6
|
*/
|
|
7
7
|
import React, { useMemo, useCallback } from 'react';
|
|
8
|
-
import { ActivityIndicator, FlatList } from 'react-native';
|
|
8
|
+
import { ActivityIndicator, Dimensions, FlatList } from 'react-native';
|
|
9
9
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
10
10
|
import Animated from 'react-native-reanimated';
|
|
11
11
|
import SectionType from "./Sections.js";
|
|
@@ -15,7 +15,26 @@ import { NoContentFallback } from "../Fallbacks/index.js";
|
|
|
15
15
|
import { useInternalTheme } from "../../theme/hook/index.js";
|
|
16
16
|
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
17
17
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
18
|
+
// Constants
|
|
19
|
+
const VIEWPORT_OFFSETS = {
|
|
20
|
+
top: 140,
|
|
21
|
+
bottom: 140,
|
|
22
|
+
left: 20,
|
|
23
|
+
right: 20
|
|
24
|
+
};
|
|
25
|
+
const INITIAL_NUM_TO_RENDER = 5;
|
|
26
|
+
const SCROLL_EVENT_THROTTLE = 16;
|
|
27
|
+
const END_REACHED_THRESHOLD = 0.7;
|
|
28
|
+
const LOADER_PADDING_VERTICAL = 30;
|
|
29
|
+
const CONTENT_PADDING_BOTTOM = 100;
|
|
30
|
+
|
|
31
|
+
// Types
|
|
32
|
+
// Re-export IContentLoading for backward compatibility
|
|
33
|
+
|
|
34
|
+
// Animated Components
|
|
18
35
|
const AnimatedFlatList = Animated.createAnimatedComponent(FlatList);
|
|
36
|
+
|
|
37
|
+
// Footer Component
|
|
19
38
|
const ContentFooter = /*#__PURE__*/React.memo(({
|
|
20
39
|
isEmpty,
|
|
21
40
|
ErrorComponent,
|
|
@@ -28,7 +47,7 @@ const ContentFooter = /*#__PURE__*/React.memo(({
|
|
|
28
47
|
theme: appliedTheme
|
|
29
48
|
} = useInternalTheme(theme);
|
|
30
49
|
const loaderStyle = useMemo(() => ({
|
|
31
|
-
paddingVertical: scale(
|
|
50
|
+
paddingVertical: scale(LOADER_PADDING_VERTICAL),
|
|
32
51
|
alignItems: 'center',
|
|
33
52
|
justifyContent: 'center',
|
|
34
53
|
backgroundColor: 'transparent'
|
|
@@ -53,7 +72,11 @@ const ContentFooter = /*#__PURE__*/React.memo(({
|
|
|
53
72
|
}
|
|
54
73
|
return null;
|
|
55
74
|
});
|
|
75
|
+
|
|
76
|
+
// Main Content Component
|
|
56
77
|
export const Content = ({
|
|
78
|
+
headerStyle = 'one',
|
|
79
|
+
customHeaderComponent,
|
|
57
80
|
customComponents,
|
|
58
81
|
InfiniteScrollLoaderComponent,
|
|
59
82
|
LoaderComponent,
|
|
@@ -68,34 +91,46 @@ export const Content = ({
|
|
|
68
91
|
moreFetchData,
|
|
69
92
|
moreFetchDataHistory,
|
|
70
93
|
isLoading,
|
|
94
|
+
checkWatchlistStatus,
|
|
71
95
|
noContentFallbackProps
|
|
72
96
|
}) => {
|
|
97
|
+
// Hooks
|
|
73
98
|
const insets = useSafeAreaInsets();
|
|
74
|
-
const sectionData = useMemo(() => contentData?.sectionData ?? [], [contentData?.sectionData]);
|
|
75
99
|
|
|
76
|
-
//
|
|
100
|
+
// Memoized Data
|
|
101
|
+
const sectionData = useMemo(() => contentData?.sectionData ?? [], [contentData?.sectionData]);
|
|
77
102
|
const sectionDataMemo = useMemo(() => ({
|
|
78
|
-
historyData: contentData
|
|
79
|
-
category: contentData
|
|
80
|
-
}), [contentData
|
|
81
|
-
|
|
82
|
-
// Memoize loading state object
|
|
103
|
+
historyData: contentData?.historyData,
|
|
104
|
+
category: headerStyle === 'three' ? [] : contentData?.category ?? []
|
|
105
|
+
}), [contentData?.historyData, contentData?.category, headerStyle]);
|
|
83
106
|
const loadingStateMemo = useMemo(() => ({
|
|
84
107
|
section: isLoading?.section ?? false,
|
|
85
108
|
history: isLoading?.history ?? false,
|
|
86
109
|
category: isLoading?.category ?? false
|
|
87
110
|
}), [isLoading?.section, isLoading?.history, isLoading?.category]);
|
|
111
|
+
const screenDimensions = useMemo(() => Dimensions.get('window'), []);
|
|
112
|
+
const listData = useMemo(() => isLoading?.section ? dummySections({
|
|
113
|
+
headerStyle
|
|
114
|
+
}) : sectionData, [isLoading?.section, sectionData, headerStyle]);
|
|
115
|
+
const isEmpty = useMemo(() => !isLoading?.section && (!sectionData || sectionData.length === 0), [isLoading?.section, sectionData]);
|
|
116
|
+
|
|
117
|
+
// Header Component
|
|
88
118
|
const headerComponent = useMemo(() => {
|
|
89
|
-
|
|
119
|
+
const category = contentData?.category;
|
|
120
|
+
if (headerStyle === 'three' || !category || category.length === 0) {
|
|
121
|
+
return null;
|
|
122
|
+
}
|
|
90
123
|
return /*#__PURE__*/_jsx(CategoryCard, {
|
|
91
|
-
category:
|
|
124
|
+
category: category,
|
|
92
125
|
onPressCategory: events?.onPressCategory,
|
|
93
126
|
activeCategory: events?.activeCategory,
|
|
94
127
|
isLoading: isLoading?.category,
|
|
95
128
|
mode: "filled",
|
|
96
129
|
theme: theme
|
|
97
|
-
},
|
|
98
|
-
}, [contentData?.category, events?.onPressCategory, events?.activeCategory, isLoading?.category, theme]);
|
|
130
|
+
}, "category");
|
|
131
|
+
}, [contentData?.category, events?.onPressCategory, events?.activeCategory, isLoading?.category, theme, headerStyle]);
|
|
132
|
+
|
|
133
|
+
// Render Item Callback
|
|
99
134
|
const renderItem = useCallback(({
|
|
100
135
|
item,
|
|
101
136
|
index
|
|
@@ -118,44 +153,66 @@ export const Content = ({
|
|
|
118
153
|
customComponents: customComponents,
|
|
119
154
|
section_id: item?._id || index.toString(),
|
|
120
155
|
events: events,
|
|
156
|
+
checkWatchlistStatus: checkWatchlistStatus,
|
|
121
157
|
isLoading: {
|
|
122
158
|
...loadingStateMemo,
|
|
123
159
|
section: isLoadingItem
|
|
124
160
|
},
|
|
125
161
|
sectionProps: sectionProps,
|
|
126
162
|
moreFetchDataHistory: moreFetchDataHistory,
|
|
127
|
-
moreFetchData: moreFetchData
|
|
163
|
+
moreFetchData: moreFetchData,
|
|
164
|
+
onDisplayAds: events?.onDisplayAds,
|
|
165
|
+
screenDimensions: screenDimensions,
|
|
166
|
+
viewportOffsets: VIEWPORT_OFFSETS
|
|
128
167
|
}, index);
|
|
129
|
-
}, [isLoading, LoaderComponent, sectionDataMemo,
|
|
130
|
-
|
|
168
|
+
}, [isLoading?.section, LoaderComponent, sectionDataMemo, theme, customComponents, events, checkWatchlistStatus, loadingStateMemo, sectionProps, moreFetchDataHistory, moreFetchData, screenDimensions]);
|
|
169
|
+
|
|
170
|
+
// Key Extractor
|
|
131
171
|
const keyExtractor = useCallback((_item, index) => index.toString(), []);
|
|
172
|
+
|
|
173
|
+
// Handlers
|
|
132
174
|
const handleEndReached = useCallback(() => {
|
|
133
175
|
onEndReached?.();
|
|
134
176
|
}, [onEndReached]);
|
|
177
|
+
|
|
178
|
+
// Styles
|
|
135
179
|
const contentContainerStyleMemo = useMemo(() => [{
|
|
136
|
-
paddingBottom: verticalScale(
|
|
180
|
+
paddingBottom: verticalScale(CONTENT_PADDING_BOTTOM) + insets.bottom
|
|
137
181
|
}, contentContainerStyle], [insets.bottom, contentContainerStyle]);
|
|
138
|
-
|
|
182
|
+
|
|
183
|
+
// Footer Component
|
|
184
|
+
const footerComponent = useMemo(() => /*#__PURE__*/_jsx(ContentFooter, {
|
|
185
|
+
InfiniteScrollLoaderComponent: InfiniteScrollLoaderComponent,
|
|
186
|
+
InfiniteScrollIsLoading: isLoading?.InfiniteScrollIsLoading,
|
|
187
|
+
isEmpty: isEmpty,
|
|
188
|
+
ErrorComponent: ErrorComponent,
|
|
189
|
+
theme: theme,
|
|
190
|
+
noContentFallbackProps: noContentFallbackProps
|
|
191
|
+
}), [InfiniteScrollLoaderComponent, isLoading?.InfiniteScrollIsLoading, isEmpty, ErrorComponent, theme, noContentFallbackProps]);
|
|
192
|
+
|
|
193
|
+
// List Header Component - properly typed
|
|
194
|
+
const listHeaderComponent = useMemo(() => {
|
|
195
|
+
if (customHeaderComponent) {
|
|
196
|
+
return /*#__PURE__*/_jsx(_Fragment, {
|
|
197
|
+
children: customHeaderComponent
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
return headerComponent;
|
|
201
|
+
}, [customHeaderComponent, headerComponent]);
|
|
139
202
|
return /*#__PURE__*/_jsx(AnimatedFlatList, {
|
|
140
|
-
initialNumToRender: 5,
|
|
141
|
-
showsVerticalScrollIndicator: false,
|
|
142
|
-
removeClippedSubviews: true,
|
|
143
|
-
onScroll: onScroll,
|
|
144
|
-
scrollEventThrottle: 16,
|
|
145
203
|
data: listData,
|
|
146
204
|
renderItem: renderItem,
|
|
147
205
|
keyExtractor: keyExtractor,
|
|
206
|
+
onScroll: onScroll,
|
|
148
207
|
onEndReached: handleEndReached,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}), [InfiniteScrollLoaderComponent, isLoading?.InfiniteScrollIsLoading, isEmpty, ErrorComponent, theme, noContentFallbackProps]),
|
|
158
|
-
onEndReachedThreshold: 0.7,
|
|
208
|
+
onEndReachedThreshold: END_REACHED_THRESHOLD,
|
|
209
|
+
scrollEventThrottle: SCROLL_EVENT_THROTTLE,
|
|
210
|
+
initialNumToRender: INITIAL_NUM_TO_RENDER,
|
|
211
|
+
showsVerticalScrollIndicator: false,
|
|
212
|
+
removeClippedSubviews: true,
|
|
213
|
+
ListHeaderComponent: listHeaderComponent,
|
|
214
|
+
bounces: false,
|
|
215
|
+
ListFooterComponent: footerComponent,
|
|
159
216
|
contentContainerStyle: contentContainerStyleMemo
|
|
160
217
|
});
|
|
161
218
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","useCallback","ActivityIndicator","FlatList","scale","verticalScale","Animated","SectionType","dummySections","CategoryCard","NoContentFallback","useInternalTheme","useSafeAreaInsets","jsx","_jsx","Fragment","_Fragment","AnimatedFlatList","createAnimatedComponent","ContentFooter","memo","isEmpty","ErrorComponent","InfiniteScrollIsLoading","InfiniteScrollLoaderComponent","theme","noContentFallbackProps","appliedTheme","loaderStyle","paddingVertical","alignItems","justifyContent","backgroundColor","View","style","children","size","color","colors","primary","isLoading","Content","customComponents","LoaderComponent","onScroll","contentContainerStyle","contentData","onEndReached","events","sectionProps","moreFetchData","moreFetchDataHistory","insets","sectionData","sectionDataMemo","historyData","category","loadingStateMemo","section","history","
|
|
1
|
+
{"version":3,"names":["React","useMemo","useCallback","ActivityIndicator","Dimensions","FlatList","scale","verticalScale","Animated","SectionType","dummySections","CategoryCard","NoContentFallback","useInternalTheme","useSafeAreaInsets","jsx","_jsx","Fragment","_Fragment","VIEWPORT_OFFSETS","top","bottom","left","right","INITIAL_NUM_TO_RENDER","SCROLL_EVENT_THROTTLE","END_REACHED_THRESHOLD","LOADER_PADDING_VERTICAL","CONTENT_PADDING_BOTTOM","AnimatedFlatList","createAnimatedComponent","ContentFooter","memo","isEmpty","ErrorComponent","InfiniteScrollIsLoading","InfiniteScrollLoaderComponent","theme","noContentFallbackProps","appliedTheme","loaderStyle","paddingVertical","alignItems","justifyContent","backgroundColor","View","style","children","size","color","colors","primary","isLoading","Content","headerStyle","customHeaderComponent","customComponents","LoaderComponent","onScroll","contentContainerStyle","contentData","onEndReached","events","sectionProps","moreFetchData","moreFetchDataHistory","checkWatchlistStatus","insets","sectionData","sectionDataMemo","historyData","category","loadingStateMemo","section","history","screenDimensions","get","listData","length","headerComponent","onPressCategory","activeCategory","mode","renderItem","item","index","isDummy","_id","startsWith","isLoadingItem","type","data","content","name","section_id","toString","onDisplayAds","viewportOffsets","keyExtractor","_item","handleEndReached","contentContainerStyleMemo","paddingBottom","footerComponent","listHeaderComponent","onEndReachedThreshold","scrollEventThrottle","initialNumToRender","showsVerticalScrollIndicator","removeClippedSubviews","ListHeaderComponent","bounces","ListFooterComponent"],"sourceRoot":"../../../../src","sources":["components/Content/Content.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,15 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @author Naresh Dhamu
|
|
5
|
-
* @lastModified Sun 08 Jun 2025
|
|
5
|
+
* @lastModified Sun 08 Jun 2025
|
|
6
6
|
*/
|
|
7
7
|
import React, { useMemo } from 'react';
|
|
8
8
|
import Sliders from "./Card/Sliders/index.js";
|
|
9
9
|
import Cards from "./Card/index.js";
|
|
10
10
|
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
|
11
|
-
// Memoized common props creator to prevent object recreation
|
|
12
11
|
const createCommonProps = (type, props) => {
|
|
13
12
|
const effectiveIsLoading = props.isLoading?.section || props.section_id === `dummy-${type}`;
|
|
13
|
+
const onPressMoreHandler = props.events?.onPressMore ? params => {
|
|
14
|
+
props.events?.onPressMore?.({
|
|
15
|
+
section_id: params.section_id,
|
|
16
|
+
name: params.name,
|
|
17
|
+
type
|
|
18
|
+
});
|
|
19
|
+
} : undefined;
|
|
14
20
|
return {
|
|
15
21
|
theme: props.theme,
|
|
16
22
|
title: props.name,
|
|
@@ -19,10 +25,14 @@ const createCommonProps = (type, props) => {
|
|
|
19
25
|
data: props.data?.sectionData || null,
|
|
20
26
|
index: props.index,
|
|
21
27
|
onPressItem: props.events?.onPressItem,
|
|
22
|
-
onPressMore:
|
|
28
|
+
onPressMore: onPressMoreHandler,
|
|
29
|
+
onAdVisible: props.events?.onAdVisible,
|
|
23
30
|
isLoading: effectiveIsLoading,
|
|
24
31
|
moreFetchDataHistory: props.moreFetchDataHistory,
|
|
25
|
-
moreFetchData: props.moreFetchData
|
|
32
|
+
moreFetchData: props.moreFetchData,
|
|
33
|
+
onDisplayAds: props.onDisplayAds || props.events?.onDisplayAds,
|
|
34
|
+
screenDimensions: props.screenDimensions,
|
|
35
|
+
viewportOffsets: props.viewportOffsets
|
|
26
36
|
};
|
|
27
37
|
};
|
|
28
38
|
const renderDefaultComponent = (type, props) => {
|
|
@@ -37,6 +47,12 @@ const renderDefaultComponent = (type, props) => {
|
|
|
37
47
|
return /*#__PURE__*/_jsx(Sliders.Styles.Two, {
|
|
38
48
|
...commonProps
|
|
39
49
|
});
|
|
50
|
+
case 'slider_style_3':
|
|
51
|
+
return /*#__PURE__*/_jsx(Sliders.Styles.Three, {
|
|
52
|
+
...commonProps,
|
|
53
|
+
checkWatchlistStatus: props.checkWatchlistStatus,
|
|
54
|
+
onToggleWatchlist: props.events?.onToggleWatchlist
|
|
55
|
+
});
|
|
40
56
|
case 'normal':
|
|
41
57
|
return /*#__PURE__*/_jsx(Cards.Styles.One, {
|
|
42
58
|
...commonProps
|
|
@@ -83,6 +99,10 @@ const renderDefaultComponent = (type, props) => {
|
|
|
83
99
|
return null;
|
|
84
100
|
}
|
|
85
101
|
};
|
|
102
|
+
|
|
103
|
+
// ----------------------------------------
|
|
104
|
+
// Sections Component
|
|
105
|
+
// ----------------------------------------
|
|
86
106
|
const Sections = ({
|
|
87
107
|
type,
|
|
88
108
|
data,
|
|
@@ -95,7 +115,11 @@ const Sections = ({
|
|
|
95
115
|
sectionProps,
|
|
96
116
|
isLoading,
|
|
97
117
|
moreFetchData,
|
|
98
|
-
moreFetchDataHistory
|
|
118
|
+
moreFetchDataHistory,
|
|
119
|
+
onDisplayAds,
|
|
120
|
+
screenDimensions,
|
|
121
|
+
checkWatchlistStatus,
|
|
122
|
+
viewportOffsets
|
|
99
123
|
}) => {
|
|
100
124
|
const commonProps = useMemo(() => ({
|
|
101
125
|
data: data.sectionData,
|
|
@@ -109,13 +133,15 @@ const Sections = ({
|
|
|
109
133
|
index,
|
|
110
134
|
theme,
|
|
111
135
|
events,
|
|
136
|
+
checkWatchlistStatus,
|
|
112
137
|
sectionProps,
|
|
113
138
|
isLoading,
|
|
114
139
|
moreFetchData,
|
|
115
|
-
moreFetchDataHistory
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
140
|
+
moreFetchDataHistory,
|
|
141
|
+
onDisplayAds,
|
|
142
|
+
screenDimensions,
|
|
143
|
+
viewportOffsets
|
|
144
|
+
}), [type, data, name, section_id, index, theme, events, checkWatchlistStatus, sectionProps, isLoading, moreFetchData, moreFetchDataHistory, onDisplayAds, screenDimensions, viewportOffsets]);
|
|
119
145
|
const filterProps = useMemo(() => ({
|
|
120
146
|
data,
|
|
121
147
|
name,
|
|
@@ -123,11 +149,15 @@ const Sections = ({
|
|
|
123
149
|
index,
|
|
124
150
|
theme,
|
|
125
151
|
events,
|
|
152
|
+
checkWatchlistStatus,
|
|
126
153
|
sectionProps,
|
|
127
154
|
isLoading,
|
|
128
155
|
moreFetchData,
|
|
129
|
-
moreFetchDataHistory
|
|
130
|
-
|
|
156
|
+
moreFetchDataHistory,
|
|
157
|
+
onDisplayAds,
|
|
158
|
+
screenDimensions,
|
|
159
|
+
viewportOffsets
|
|
160
|
+
}), [data, name, section_id, index, theme, events, checkWatchlistStatus, sectionProps, isLoading, moreFetchData, moreFetchDataHistory, onDisplayAds, screenDimensions, viewportOffsets]);
|
|
131
161
|
const fallbackComponents = useMemo(() => customComponents.filter(({
|
|
132
162
|
type: customType
|
|
133
163
|
}) => renderDefaultComponent(customType, filterProps) === null), [customComponents, filterProps]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","Sliders","Cards","jsx","_jsx","Fragment","_Fragment","createCommonProps","type","props","effectiveIsLoading","isLoading","section","section_id","
|
|
1
|
+
{"version":3,"names":["React","useMemo","Sliders","Cards","jsx","_jsx","Fragment","_Fragment","createCommonProps","type","props","effectiveIsLoading","isLoading","section","section_id","onPressMoreHandler","events","onPressMore","params","name","undefined","theme","title","data","sectionData","index","onPressItem","onAdVisible","moreFetchDataHistory","moreFetchData","onDisplayAds","screenDimensions","viewportOffsets","renderDefaultComponent","commonProps","Styles","One","showPlayIcon","sectionProps","showPlayBtn","Two","Three","checkWatchlistStatus","onToggleWatchlist","Four","Five","Six","NowWatching","historyData","isLoadingHistory","history","RotateCarousel","TopTen","Sections","customComponents","customComponent","find","c","defaultRendered","filterProps","fallbackComponents","filter","customType","cloneElement","component","children","map","key","memo"],"sourceRoot":"../../../../src","sources":["components/Content/Sections.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/Content/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -68,6 +68,7 @@ const MoreContentList = /*#__PURE__*/React.memo(({
|
|
|
68
68
|
activeOpacity: 0.7,
|
|
69
69
|
children: /*#__PURE__*/_jsx(CardPoster, {
|
|
70
70
|
content_offering_type: item.content_offering_type,
|
|
71
|
+
contentType: item.type,
|
|
71
72
|
posterUri: item.poster,
|
|
72
73
|
borderRadius: 5,
|
|
73
74
|
isLoading: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useRef","useMemo","useSkeletonItems","FlatList","StyleSheet","TouchableOpacity","ActivityIndicator","scale","verticalScale","Display","Text","View","AppHeader","RFValue","CardPoster","useInternalTheme","Animated","Search","jsx","_jsx","jsxs","_jsxs","AnimatedFlatList","createAnimatedComponent","MoreContentList","memo","headerProps","contentList","onItemPress","isLoading","error","errorText","theme","moreDataIsLoading","onEndReached","skeletonCount","numColumns","footerComponent","refreshing","onRefresh","appliedTheme","onEndReachedCalledDuringMomentum","isEmpty","length","errorMessage","Error","message","skeletonItems","skeletonData","map","_","index","_id","keyExtractor","item","toString","renderItem","style","styles","cardWrapper","children","onPress","activeOpacity","content_offering_type","posterUri","poster","borderRadius","imageStyle","itemContainer","renderSkeletonItem","footerComponentMemo","footerLoading","size","handleEndReached","current","handleMomentumScrollBegin","contentContainerStyle","listContent","minHeight","fullHeight","headerTitleStyle","flatten","headerTitle","titleStyle","defaultRightIcon","color","colors","onBackground","skeletonKeyExtractor","renderContent","data","showsVerticalScrollIndicator","centered","emptyText","removeClippedSubviews","initialNumToRender","bounces","scrollEventThrottle","ListFooterComponent","onEndReachedThreshold","onMomentumScrollBegin","windowSize","maxToRenderPerBatch","updateCellsBatchingPeriod","flex","title","titleAlign","onBackPress","onRightPress","rightIcon","create","paddingHorizontal","paddingBottom","flexBasis","maxWidth","padding","alignItems","justifyContent","width","aspectRatio","paddingVertical","fontSize","fontWeight","textTransform","marginTop"],"sourceRoot":"../../../../src","sources":["components/ContentView/MoreContentList.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["React","useCallback","useRef","useMemo","useSkeletonItems","FlatList","StyleSheet","TouchableOpacity","ActivityIndicator","scale","verticalScale","Display","Text","View","AppHeader","RFValue","CardPoster","useInternalTheme","Animated","Search","jsx","_jsx","jsxs","_jsxs","AnimatedFlatList","createAnimatedComponent","MoreContentList","memo","headerProps","contentList","onItemPress","isLoading","error","errorText","theme","moreDataIsLoading","onEndReached","skeletonCount","numColumns","footerComponent","refreshing","onRefresh","appliedTheme","onEndReachedCalledDuringMomentum","isEmpty","length","errorMessage","Error","message","skeletonItems","skeletonData","map","_","index","_id","keyExtractor","item","toString","renderItem","style","styles","cardWrapper","children","onPress","activeOpacity","content_offering_type","contentType","type","posterUri","poster","borderRadius","imageStyle","itemContainer","renderSkeletonItem","footerComponentMemo","footerLoading","size","handleEndReached","current","handleMomentumScrollBegin","contentContainerStyle","listContent","minHeight","fullHeight","headerTitleStyle","flatten","headerTitle","titleStyle","defaultRightIcon","color","colors","onBackground","skeletonKeyExtractor","renderContent","data","showsVerticalScrollIndicator","centered","emptyText","removeClippedSubviews","initialNumToRender","bounces","scrollEventThrottle","ListFooterComponent","onEndReachedThreshold","onMomentumScrollBegin","windowSize","maxToRenderPerBatch","updateCellsBatchingPeriod","flex","title","titleAlign","onBackPress","onRightPress","rightIcon","create","paddingHorizontal","paddingBottom","flexBasis","maxWidth","padding","alignItems","justifyContent","width","aspectRatio","paddingVertical","fontSize","fontWeight","textTransform","marginTop"],"sourceRoot":"../../../../src","sources":["components/ContentView/MoreContentList.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAIC,WAAW,EAAEC,MAAM,EAAEC,OAAO,QAAQ,OAAO;AAC3D,SAASC,gBAAgB,QAAQ,iCAA8B;AAC/D,SACEC,QAAQ,EACRC,UAAU,EACVC,gBAAgB,EAChBC,iBAAiB,QAEZ,cAAc;AACrB,SAASC,KAAK,EAAEC,aAAa,QAAQ,2BAA2B;AAChE,OAAOC,OAAO,MAAM,wBAAqB;AACzC,SAASC,IAAI,QAAQ,kBAAS;AAC9B,SAASC,IAAI,QAAQ,kBAAS;AAC9B,OAAOC,SAAS,MAA+B,yBAAsB;AACrE,SAASC,OAAO,QAAQ,kCAAkC;AAC1D,OAAOC,UAAU,MAAM,0CAAuC;AAE9D,SAASC,gBAAgB,QAAQ,2BAAkB;AACnD,OAAOC,QAAQ,MAAM,yBAAyB;AAC9C,SAASC,MAAM,QAAQ,qBAAqB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAoB7C,MAAMC,gBAAgB,GAAGN,QAAQ,CAACO,uBAAuB,CACvDpB,QACF,CAAC;AAED,MAAMqB,eAAgC,gBAAG1B,KAAK,CAAC2B,IAAI,CACjD,CAAC;EACCC,WAAW;EACXC,WAAW,GAAG,EAAE;EAChBC,WAAW;EACXC,SAAS,GAAG,KAAK;EACjBC,KAAK,GAAG,KAAK;EACbC,SAAS,GAAG,uBAAuB;EACnCC,KAAK;EACLC,iBAAiB,GAAG,KAAK;EACzBC,YAAY;EACZC,aAAa,GAAG,EAAE;EAClBC,UAAU,GAAG,CAAC;EACdC,eAAe;EACfC,UAAU,GAAG,KAAK;EAClBC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEP,KAAK,EAAEQ;EAAa,CAAC,GAAGzB,gBAAgB,CAACiB,KAAK,CAAC;EACvD,MAAMS,gCAAgC,GAAGzC,MAAM,CAAC,KAAK,CAAC;;EAEtD;EACA,MAAM0C,OAAO,GAAGzC,OAAO,CACrB,MAAM,CAAC4B,SAAS,KAAK,CAACF,WAAW,IAAIA,WAAW,CAACgB,MAAM,KAAK,CAAC,CAAC,EAC9D,CAACd,SAAS,EAAEF,WAAW,CACzB,CAAC;EAED,MAAMiB,YAAY,GAAG3C,OAAO,CAAC,MAAM;IACjC,IAAI,OAAO6B,KAAK,KAAK,QAAQ,EAAE,OAAOA,KAAK;IAC3C,IAAIA,KAAK,YAAYe,KAAK,EAAE,OAAOf,KAAK,CAACgB,OAAO;IAChD,OAAOf,SAAS;EAClB,CAAC,EAAE,CAACD,KAAK,EAAEC,SAAS,CAAC,CAAC;;EAEtB;EACA,MAAMgB,aAAa,GAAG7C,gBAAgB,CAACiC,aAAa,CAAC;;EAErD;EACA,MAAMa,YAAY,GAAG/C,OAAO,CAC1B,MAAM8C,aAAa,CAACE,GAAG,CAAC,CAACC,CAAC,EAAEC,KAAK,MAAM;IAAEC,GAAG,EAAE,YAAYD,KAAK;EAAG,CAAC,CAAC,CAAC,EACrE,CAACJ,aAAa,CAChB,CAAC;EAED,MAAMM,YAAY,GAAGtD,WAAW,CAAC,CAACuD,IAAkB,EAAEH,KAAa,KAAK;IACtE,OAAOG,IAAI,CAACF,GAAG,EAAEG,QAAQ,CAAC,CAAC,IAAIJ,KAAK,CAACI,QAAQ,CAAC,CAAC;EACjD,CAAC,EAAE,EAAE,CAAC;EAEN,MAAMC,UAAU,GAAGzD,WAAW,CAC5B,CAAC;IAAEuD;EAA6B,CAAC,kBAC/BnC,IAAA,CAACR,IAAI;IAAC8C,KAAK,EAAEC,MAAM,CAACC,WAAY;IAAAC,QAAA,eAC9BzC,IAAA,CAACd,gBAAgB;MACfwD,OAAO,EAAEA,CAAA,KAAMjC,WAAW,GAAG0B,IAAI,CAAE;MACnCQ,aAAa,EAAE,GAAI;MAAAF,QAAA,eAEnBzC,IAAA,CAACL,UAAU;QACTiD,qBAAqB,EAAET,IAAI,CAACS,qBAAsB;QAClDC,WAAW,EAAEV,IAAI,CAACW,IAAK;QACvBC,SAAS,EAAEZ,IAAI,CAACa,MAAO;QACvBC,YAAY,EAAE,CAAE;QAChBvC,SAAS,EAAE,KAAM;QACjBG,KAAK,EAAEQ,YAAa;QACpB6B,UAAU,EAAEX,MAAM,CAACY;MAAc,CAClC;IAAC,CACc;EAAC,CACf,CACP,EACD,CAAC1C,WAAW,EAAEY,YAAY,CAC5B,CAAC;EAED,MAAM+B,kBAAkB,GAAGxE,WAAW,CACpC,CAAC;IAAEoD;EAAyB,CAAC,kBAC3BhC,IAAA,CAACR,IAAI;IAAC8C,KAAK,EAAEC,MAAM,CAACC,WAAY;IAAAC,QAAA,eAC9BzC,IAAA,CAACL,UAAU;MACToD,SAAS,EAAC,EAAE;MACZE,YAAY,EAAE,CAAE;MAChBvC,SAAS,EAAE,IAAK;MAChBG,KAAK,EAAEQ,YAAa;MACpB6B,UAAU,EAAEX,MAAM,CAACY;IAAc,CAClC;EAAC,GAPkC,YAAYnB,KAAK,EAQjD,CACP,EACD,CAACX,YAAY,CACf,CAAC;;EAED;EACA,MAAMgC,mBAAmB,GAAGvE,OAAO,CAAC,MAAM;IACxC,IAAIoC,eAAe,EAAE,OAAOA,eAAe;IAC3C,IAAIJ,iBAAiB,EAAE;MACrB,oBACEd,IAAA,CAACR,IAAI;QAAC8C,KAAK,EAAEC,MAAM,CAACe,aAAc;QAAAb,QAAA,eAChCzC,IAAA,CAACb,iBAAiB;UAACoE,IAAI,EAAC;QAAO,CAAE;MAAC,CAC9B,CAAC;IAEX;IACA,OAAO,IAAI;EACb,CAAC,EAAE,CAACrC,eAAe,EAAEJ,iBAAiB,CAAC,CAAC;;EAExC;EACA,MAAM0C,gBAAgB,GAAG5E,WAAW,CAAC,MAAM;IACzC,IACE,CAAC0C,gCAAgC,CAACmC,OAAO,IACzC1C,YAAY,IACZ,CAACD,iBAAiB,EAClB;MACAC,YAAY,CAAC,CAAC;MACdO,gCAAgC,CAACmC,OAAO,GAAG,IAAI;IACjD;EACF,CAAC,EAAE,CAAC1C,YAAY,EAAED,iBAAiB,CAAC,CAAC;;EAErC;EACA,MAAM4C,yBAAyB,GAAG9E,WAAW,CAAC,MAAM;IAClD0C,gCAAgC,CAACmC,OAAO,GAAG,KAAK;EAClD,CAAC,EAAE,EAAE,CAAC;;EAEN;EACA,MAAME,qBAAqB,GAAG7E,OAAO,CACnC,MAAM,CACJyD,MAAM,CAACqB,WAAW,EAClB;IACEC,SAAS,EAAEvE,OAAO,CAACwE,UAAU,GAAGzE,aAAa,CAAC,GAAG;EACnD,CAAC,CACF,EACD,EACF,CAAC;;EAED;EACA,MAAM0E,gBAAgB,GAAGjF,OAAO,CAC9B,MAAMG,UAAU,CAAC+E,OAAO,CAAC,CAACzB,MAAM,CAAC0B,WAAW,EAAE1D,WAAW,EAAE2D,UAAU,CAAC,CAAC,EACvE,CAAC3D,WAAW,EAAE2D,UAAU,CAC1B,CAAC;;EAED;EACA,MAAMC,gBAAgB,GAAGrF,OAAO,CAC9B,mBACEkB,IAAA,CAACF,MAAM;IAACyD,IAAI,EAAEnE,KAAK,CAAC,EAAE,CAAE;IAACgF,KAAK,EAAE/C,YAAY,CAACgD,MAAM,CAACC;EAAa,CAAE,CACpE,EACD,CAACjD,YAAY,CAACgD,MAAM,CAACC,YAAY,CACnC,CAAC;;EAED;EACA,MAAMC,oBAAoB,GAAG3F,WAAW,CACtC,CAACmD,CAAM,EAAEC,KAAa,KAAK,YAAYA,KAAK,EAAE,EAC9C,EACF,CAAC;;EAED;EACA,MAAMwC,aAAa,GAAG1F,OAAO,CAAC,MAAM;IAClC,IAAI4B,SAAS,EAAE;MACb,oBACEV,IAAA,CAAChB,QAAQ;QACPyF,IAAI,EAAE5C,YAAa;QACnBZ,UAAU,EAAEA,UAAW;QACvBiB,YAAY,EAAEqC,oBAAqB;QACnClC,UAAU,EAAEe,kBAAmB;QAC/BsB,4BAA4B,EAAE,KAAM;QACpCf,qBAAqB,EAAEA;MAAsB,CAC9C,CAAC;IAEN;IAEA,IAAIhD,KAAK,EAAE;MACT,oBACEX,IAAA,CAACR,IAAI;QAAC8C,KAAK,EAAEC,MAAM,CAACoC,QAAS;QAAAlC,QAAA,eAC3BzC,IAAA,CAACT,IAAI;UAAC+C,KAAK,EAAEC,MAAM,CAAC3B,SAAU;UAAA6B,QAAA,EAAEhB;QAAY,CAAO;MAAC,CAChD,CAAC;IAEX;IAEA,IAAIF,OAAO,EAAE;MACX,oBACEvB,IAAA,CAACR,IAAI;QAAC8C,KAAK,EAAEC,MAAM,CAACoC,QAAS;QAAAlC,QAAA,eAC3BzC,IAAA,CAACT,IAAI;UAAC+C,KAAK,EAAEC,MAAM,CAACqC,SAAU;UAAAnC,QAAA,EAAC;QAAgB,CAAM;MAAC,CAClD,CAAC;IAEX;IAEA,oBACEzC,IAAA,CAACG,gBAAgB;MACfsE,IAAI,EAAEjE,WAAY;MAClBS,UAAU,EAAEA,UAAW;MACvByD,4BAA4B,EAAE,KAAM;MACpCG,qBAAqB;MACrB3C,YAAY,EAAEA,YAAa;MAC3BG,UAAU,EAAEA,UAAW;MACvByC,kBAAkB,EAAE,CAAE;MACtBC,OAAO,EAAE,KAAM;MACfC,mBAAmB,EAAE,EAAG;MACxBrB,qBAAqB,EAAEpB,MAAM,CAACqB,WAAY;MAC1CqB,mBAAmB,EAAE5B,mBAA0C;MAC/D6B,qBAAqB,EAAE,GAAI;MAC3BnE,YAAY,EAAEyC,gBAAiB;MAC/B2B,qBAAqB,EAAEzB,yBAA0B;MACjDvC,UAAU,EAAEA,UAAW;MACvBC,SAAS,EAAEA,SAAU;MACrBgE,UAAU,EAAE,CAAE;MACdC,mBAAmB,EAAE,CAAE;MACvBC,yBAAyB,EAAE;IAAG,CAC/B,CAAC;EAEN,CAAC,EAAE,CACD5E,SAAS,EACTC,KAAK,EACLY,OAAO,EACPM,YAAY,EACZ0C,oBAAoB,EACpBnB,kBAAkB,EAClBO,qBAAqB,EACrBlC,YAAY,EACZR,UAAU,EACVT,WAAW,EACX0B,YAAY,EACZG,UAAU,EACVgB,mBAAmB,EACnBG,gBAAgB,EAChBE,yBAAyB,EACzBvC,UAAU,EACVC,SAAS,CACV,CAAC;EAEF,oBACElB,KAAA,CAACV,IAAI;IAAC8C,KAAK,EAAE;MAAEiD,IAAI,EAAE;IAAE,CAAE;IAAA9C,QAAA,gBACvBzC,IAAA,CAACP,SAAS;MACR+F,KAAK,EAAC,cAAc;MACpBC,UAAU,EAAC,MAAM;MACjBvB,UAAU,EAAEH,gBAAiB;MAC7B2B,WAAW,EAAEnF,WAAW,EAAEmF,WAAW,KAAK,MAAM,CAAC,CAAC,CAAE;MACpDC,YAAY,EAAEpF,WAAW,EAAEoF,YAAY,KAAK,MAAM,CAAC,CAAC,CAAE;MACtDC,SAAS,EAAErF,WAAW,EAAEqF,SAAS,IAAIzB,gBAAiB;MACtDtD,KAAK,EAAEA,KAAM;MAAA,GACTN;IAAW,CAChB,CAAC,EACDiE,aAAa;EAAA,CACV,CAAC;AAEX,CACF,CAAC;AAED,eAAenE,eAAe;AAE9B,MAAMkC,MAAM,GAAGtD,UAAU,CAAC4G,MAAM,CAAC;EAC/BjC,WAAW,EAAE;IACXkC,iBAAiB,EAAE1G,KAAK,CAAC,CAAC,CAAC;IAC3B2G,aAAa,EAAE3G,KAAK,CAAC,GAAG;EAC1B,CAAC;EACDoD,WAAW,EAAE;IACXwD,SAAS,EAAE,QAAQ;IACnBC,QAAQ,EAAE,QAAQ;IAClBC,OAAO,EAAE9G,KAAK,CAAC,CAAC,CAAC;IACjB+G,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDjD,aAAa,EAAE;IACbkD,KAAK,EAAE,MAAM;IACbC,WAAW,EAAE,CAAC,GAAG,CAAC;IAClBrD,YAAY,EAAE;EAChB,CAAC;EACD0B,QAAQ,EAAE;IACRY,IAAI,EAAE,CAAC;IACPa,cAAc,EAAE,QAAQ;IACxBD,UAAU,EAAE,QAAQ;IACpBI,eAAe,EAAElH,aAAa,CAAC,EAAE;EACnC,CAAC;EACDuB,SAAS,EAAE;IACT4F,QAAQ,EAAE9G,OAAO,CAAC,EAAE,CAAC;IACrB0E,KAAK,EAAE,KAAK;IACZqC,UAAU,EAAE;EACd,CAAC;EACD7B,SAAS,EAAE;IACT4B,QAAQ,EAAE9G,OAAO,CAAC,EAAE,CAAC;IACrB+G,UAAU,EAAE;EACd,CAAC;EACDxC,WAAW,EAAE;IACXuC,QAAQ,EAAE9G,OAAO,CAAC,EAAE,CAAC;IACrBgH,aAAa,EAAE;EACjB,CAAC;EACDpD,aAAa,EAAE;IACbqD,SAAS,EAAEtH,aAAa,CAAC,EAAE,CAAC;IAC5BkH,eAAe,EAAElH,aAAa,CAAC,EAAE,CAAC;IAClC8G,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -10,15 +10,15 @@ import { HeroBanner } from "./components/HeroBanner.js";
|
|
|
10
10
|
import { GenreTags } from "./components/GenreTags.js";
|
|
11
11
|
import { AboutSection } from "./components/AboutSection.js";
|
|
12
12
|
import { Title } from "./components/Title.js";
|
|
13
|
-
import { useInternalTheme } from "
|
|
13
|
+
import { useInternalTheme } from "../../../theme/hook/useInternalTheme.js";
|
|
14
14
|
import { CastCard } from "./components/CastCard.js";
|
|
15
|
-
import Cards from "
|
|
15
|
+
import Cards from "../../Content/Card/index.js";
|
|
16
16
|
import { scale } from 'react-native-size-matters';
|
|
17
17
|
import { EpisodeCard } from "./components/EpisodeCard.js";
|
|
18
|
-
import { NotFoundFallback } from "
|
|
18
|
+
import { NotFoundFallback } from "../../Fallbacks/index.js";
|
|
19
19
|
import { MiniInfo } from "./components/MiniInfo.js";
|
|
20
20
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
21
|
-
export const
|
|
21
|
+
export const ContentViewOne = /*#__PURE__*/React.memo(({
|
|
22
22
|
content,
|
|
23
23
|
seasons,
|
|
24
24
|
isLoading = false,
|
|
@@ -110,6 +110,7 @@ export const ContentView = /*#__PURE__*/React.memo(({
|
|
|
110
110
|
showsVerticalScrollIndicator: false,
|
|
111
111
|
keyboardShouldPersistTaps: "handled",
|
|
112
112
|
contentContainerStyle: styles.scrollContent,
|
|
113
|
+
bounces: false,
|
|
113
114
|
children: [/*#__PURE__*/_jsx(HeroBanner, {
|
|
114
115
|
backgroundImage: content?.thumbnail,
|
|
115
116
|
title: content?.name,
|
|
@@ -174,4 +175,4 @@ const styles = StyleSheet.create({
|
|
|
174
175
|
paddingBottom: scale(80)
|
|
175
176
|
}
|
|
176
177
|
});
|
|
177
|
-
//# sourceMappingURL=
|
|
178
|
+
//# sourceMappingURL=ContentViewOne.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useMemo","useCallback","ScrollView","StyleSheet","HeroBanner","GenreTags","AboutSection","Title","useInternalTheme","CastCard","Cards","scale","EpisodeCard","NotFoundFallback","MiniInfo","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","ContentViewOne","memo","content","seasons","isLoading","seasonsIsLoading","theme","text","recommendedContent","events","heroBannerProps","titleStyles","genreTagsStyles","aboutSectionStyles","castStyles","recommendedContentCardStyles","history","episodeCardMode","pricingAndExpiryInfo","appliedTheme","seekTime","currentTime","isComplete","completed","currentEpisode","current_episode","isNotFound","handlePlayPress","is_trailer","onPlay","id","_id","slug","type","mode","handleEpisodePress","season_id","episode_id","episode_number","current_season","handleRecommendedItemPress","item","onPressRecommendedItem","notFoundText","title","notFound","subtitle","buttonText","showEpisodes","length","showRecommended","children","backButtonText","onPressBack","onBackPress","showsVerticalScrollIndicator","keyboardShouldPersistTaps","contentContainerStyle","styles","scrollContent","bounces","backgroundImage","thumbnail","name","content_offering_type","onPressPlay","u_age","rating","style","genres","description","release_year","data","cast","onItemPress","onPress","Styles","Four","section_id","onPressItem","onPressMore","onPressRecommendedMore","moreFetchData","moreFetchDataRecommended","create","paddingBottom"],"sourceRoot":"../../../../../src","sources":["components/ContentView/One/ContentViewOne.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import React, { useRef, useState, useCallback, useMemo } from 'react';
|
|
9
|
-
import { useSkeletonItems } from "
|
|
9
|
+
import { useSkeletonItems } from "../../../../hooks/useSkeletonItems.js";
|
|
10
10
|
import { View, StyleSheet, ScrollView, TouchableOpacity } from 'react-native';
|
|
11
|
-
import { Text } from "
|
|
11
|
+
import { Text } from "../../../Text/index.js";
|
|
12
12
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
13
13
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
14
14
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useRef","useState","useCallback","useMemo","useSkeletonItems","View","StyleSheet","ScrollView","TouchableOpacity","Text","SkeletonPlaceholder","scale","verticalScale","RFValue","jsx","_jsx","jsxs","_jsxs","AboutSection","memo","theme","title","release_year","description","isLoading","style","expanded","setExpanded","scrollRef","skeletonItems","toggle","current","scrollTo","y","animated","prev","showToggle","length","containerStyle","styles","container","titleStyleMemo","bodyStyleMemo","body","scrollExpandedStyleMemo","scrollExpanded","releaseYearStyleMemo","releaseYear","toggleTextStyleMemo","toggleText","color","colors","primary","backgroundColor","skeletonBaseColor","highlightColor","skeletonHighlightColor","children","Item","paddingHorizontal","marginTop","width","height","borderRadius","marginBottom","skeletonLine","map","_","idx","textSecondary","textPrimary","numberOfLines","ellipsizeMode","showsVerticalScrollIndicator","ref","nestedScrollEnabled","onPress","create","fontSize","fontWeight","lineHeight","textAlign","maxHeight","letterSpacing"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/One/components/AboutSection.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* @lastModified Wed 02 Jul 2025 at 09:58 PM
|
|
6
6
|
*/
|
|
7
7
|
import React, { useCallback, useMemo } from 'react';
|
|
8
|
-
import { useSkeletonItems } from "
|
|
8
|
+
import { useSkeletonItems } from "../../../../hooks/useSkeletonItems.js";
|
|
9
9
|
import { View, StyleSheet, FlatList, TouchableOpacity } from 'react-native';
|
|
10
10
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
11
11
|
import FastImage from 'react-native-fast-image';
|
|
12
12
|
import { scale } from 'react-native-size-matters';
|
|
13
|
-
import { Text } from "
|
|
13
|
+
import { Text } from "../../../Text/index.js";
|
|
14
14
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
15
15
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
16
16
|
const IMAGE_SIZE = scale(70);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useCallback","useMemo","useSkeletonItems","View","StyleSheet","FlatList","TouchableOpacity","SkeletonPlaceholder","FastImage","scale","Text","RFValue","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","IMAGE_SIZE","PLACEHOLDER_COUNT","CastCard","memo","theme","data","isLoading","heading","onItemPress","style","placeholderData","idx","_id","name","avatar","castType","type","listData","renderItem","item","styles","card","children","imageSkeleton","nameSkeleton","roleSkeleton","activeOpacity","onPress","source","uri","String","image","backgroundColor","colors","skeletonBaseColor","resizeMode","cover","numberOfLines","ellipsizeMode","color","textPrimary","role","textSecondary","length","container","highlightColor","skeletonHighlightColor","Item","width","height","borderRadius","marginBottom","marginLeft","flexDirection","paddingLeft","map","_","alignItems","marginRight","primary","horizontal","keyExtractor","toString","showsHorizontalScrollIndicator","contentContainerStyle","listContent","initialNumToRender","getItemLayout","index","offset","create","marginVertical","fontSize","fontWeight","paddingHorizontal","textAlign","marginTop"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/One/components/CastCard.tsx"],"mappings":"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","ignoreList":[]}
|