@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
|
@@ -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
|
-
//
|
|
47
|
+
// ============================================================================
|
|
48
|
+
// Types
|
|
49
|
+
// ============================================================================
|
|
31
50
|
|
|
32
|
-
//
|
|
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
|
-
//
|
|
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
|
-
//
|
|
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
|
-
//
|
|
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
|
-
//
|
|
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:
|
|
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
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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
|
-
}
|
|
157
|
-
|
|
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
|
-
//
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
if (
|
|
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
|
-
|
|
199
|
-
|
|
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:
|
|
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
|
-
|
|
226
|
-
|
|
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:
|
|
278
|
-
height:
|
|
279
|
-
borderRadius:
|
|
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:
|
|
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:
|
|
356
|
+
gap: INDICATOR_GAP
|
|
298
357
|
},
|
|
299
358
|
indicatorWrapper: {
|
|
300
359
|
alignItems: 'center',
|
|
301
360
|
justifyContent: 'center'
|
|
302
361
|
},
|
|
303
362
|
activeIndicator: {
|
|
304
|
-
width:
|
|
305
|
-
height:
|
|
306
|
-
borderRadius:
|
|
363
|
+
width: INDICATOR_WIDTH_ACTIVE,
|
|
364
|
+
height: INDICATOR_HEIGHT,
|
|
365
|
+
borderRadius: INDICATOR_BORDER_RADIUS
|
|
307
366
|
},
|
|
308
367
|
inactiveIndicator: {
|
|
309
|
-
width:
|
|
310
|
-
height:
|
|
311
|
-
borderRadius:
|
|
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":[]}
|