@zezosoft/zezo-ott-react-native-ui-kit 1.1.3 → 1.1.6
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/{QrLogin → One/QrLogin}/QrLogin.js +4 -4
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -0
- package/lib/module/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.js +1 -1
- 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 +5 -2
- 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/Sliders/Styles/One.js +6 -6
- 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/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 +1 -0
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +1 -0
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +1 -0
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +1 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +14 -44
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +1 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +1 -0
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js +102 -4
- 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/Content.js +28 -11
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js +11 -2
- 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 +3 -1
- package/lib/module/constants/dummySections.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 +1 -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/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/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.map +1 -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.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
- 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.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +1 -0
- 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/Content.d.ts +2 -52
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +1 -52
- 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 +3 -1
- package/lib/typescript/src/constants/dummySections.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/utils/colorUtils.d.ts +19 -0
- package/lib/typescript/src/utils/colorUtils.d.ts.map +1 -0
- package/package.json +9 -16
- 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.map +0 -1
- 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/Styles/globalStyles.ts +0 -70
- package/src/assets/animations/135037-payment-processing-error.json +0 -1347
- package/src/assets/animations/7227-vui-animation.json +0 -3377
- package/src/assets/animations/Failed.json +0 -2103
- package/src/assets/animations/Pending.json +0 -522
- package/src/assets/animations/Successful.json +0 -2289
- package/src/assets/animations/heart.json +0 -788
- package/src/assets/animations/succesfull-payment.json +0 -2379
- package/src/assets/animations/voice-icon.json +0 -542
- package/src/assets/img/back.png +0 -0
- package/src/assets/img/bottom-panel.png +0 -0
- package/src/assets/img/camera.png +0 -0
- package/src/assets/img/camera2.png +0 -0
- package/src/assets/img/home.png +0 -0
- package/src/assets/img/lock.png +0 -0
- package/src/assets/img/play.png +0 -0
- package/src/assets/img/profile.jpg +0 -0
- package/src/assets/img/qr-code.png +0 -0
- package/src/assets/img/shadow.png +0 -0
- package/src/assets/img/shadow2.png +0 -0
- package/src/assets/img/user.png +0 -0
- package/src/assets/svg/Account.svg +0 -4
- package/src/assets/svg/Favourite.svg +0 -14
- package/src/assets/svg/Upcoming.svg +0 -4
- package/src/assets/svg/content-error.svg +0 -28
- package/src/assets/svg/download.svg +0 -3
- package/src/assets/svg/eye-off.svg +0 -10
- package/src/assets/svg/favorites.svg +0 -3
- package/src/assets/svg/h.svg +0 -4
- package/src/assets/svg/home.svg +0 -5
- package/src/assets/svg/home1.svg +0 -3
- package/src/assets/svg/menu-bar.svg +0 -4
- package/src/assets/svg/my-space.svg +0 -14
- package/src/assets/svg/play-icon-with-bg.svg +0 -5
- package/src/assets/svg/profile.svg +0 -4
- package/src/assets/svg/search.svg +0 -5
- package/src/assets/svg/search1.svg +0 -4
- package/src/assets/svg/server-error.svg +0 -139
- package/src/components/Account/Account.tsx +0 -367
- package/src/components/Account/index.ts +0 -1
- package/src/components/Alert/AlertDialog.tsx +0 -247
- package/src/components/Alert/UAAlert.tsx +0 -170
- package/src/components/Alert/index.ts +0 -2
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +0 -415
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +0 -308
- package/src/components/Auth/Login/LoginWithEmail.tsx +0 -441
- package/src/components/Auth/Login/LoginWithPhone.tsx +0 -306
- package/src/components/Auth/OTP/OTP.tsx +0 -454
- package/src/components/Auth/QrLogin/QrLogin.tsx +0 -602
- package/src/components/Auth/QrLogin/components/QrViewArea.tsx +0 -423
- package/src/components/Auth/SignUp/SignUp.tsx +0 -462
- package/src/components/Auth/SplashScreen/SplashScreen.tsx +0 -245
- package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +0 -92
- package/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.tsx +0 -77
- package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +0 -164
- package/src/components/Auth/index.ts +0 -26
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +0 -172
- package/src/components/BlogView/BlogView.tsx +0 -276
- package/src/components/BlogView/index.ts +0 -8
- package/src/components/BlurView/BlurView.tsx +0 -199
- package/src/components/BlurView/index.ts +0 -7
- package/src/components/BottomSheet/BottomSheet.tsx +0 -195
- package/src/components/BottomSheet/index.ts +0 -2
- package/src/components/Button/BackBtn.tsx +0 -168
- package/src/components/Button/MenuBtn.tsx +0 -229
- package/src/components/Button/PrimaryBtn.tsx +0 -126
- package/src/components/Button/SecondaryBtn.tsx +0 -132
- package/src/components/Button/TextButton.tsx +0 -145
- package/src/components/Button/index.ts +0 -18
- package/src/components/Content/Card/Category/Category.tsx +0 -429
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +0 -624
- package/src/components/Content/Card/Sliders/Styles/One.tsx +0 -490
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +0 -391
- package/src/components/Content/Card/Sliders/index.ts +0 -15
- package/src/components/Content/Card/Styles/Five.tsx +0 -384
- package/src/components/Content/Card/Styles/Four.tsx +0 -378
- package/src/components/Content/Card/Styles/One.tsx +0 -385
- package/src/components/Content/Card/Styles/RotateInOut.tsx +0 -412
- package/src/components/Content/Card/Styles/Six.tsx +0 -392
- package/src/components/Content/Card/Styles/Three.tsx +0 -349
- package/src/components/Content/Card/Styles/TopTen.tsx +0 -411
- package/src/components/Content/Card/Styles/Two.tsx +0 -415
- package/src/components/Content/Card/components/AdsPoster.tsx +0 -202
- package/src/components/Content/Card/components/CardPoster.tsx +0 -258
- package/src/components/Content/Card/components/NavigateToMore.tsx +0 -69
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +0 -129
- package/src/components/Content/Card/components/ShowAllButton.tsx +0 -92
- package/src/components/Content/Card/components/ThumbnailCard.tsx +0 -234
- package/src/components/Content/Card/components/index.ts +0 -1
- package/src/components/Content/Card/index.ts +0 -30
- package/src/components/Content/Content.tsx +0 -369
- package/src/components/Content/Sections.tsx +0 -273
- package/src/components/ContentView/ContentView.tsx +0 -242
- package/src/components/ContentView/MoreContentList.tsx +0 -326
- package/src/components/ContentView/components/AboutSection.tsx +0 -216
- package/src/components/ContentView/components/CastCard.tsx +0 -265
- package/src/components/ContentView/components/EpisodeCard.tsx +0 -536
- package/src/components/ContentView/components/GenreTags.tsx +0 -132
- package/src/components/ContentView/components/HeroBanner.tsx +0 -372
- package/src/components/ContentView/components/MiniInfo.tsx +0 -292
- package/src/components/ContentView/components/PlayButton.tsx +0 -56
- package/src/components/ContentView/components/Title.tsx +0 -149
- package/src/components/ContentView/components/TrailerButton.tsx +0 -76
- package/src/components/ContentView/index.ts +0 -7
- package/src/components/Fallbacks/NoContentFallback.tsx +0 -176
- package/src/components/Fallbacks/NotFoundFallback.tsx +0 -94
- package/src/components/Fallbacks/index.ts +0 -2
- package/src/components/Headers/AppHeader.tsx +0 -150
- package/src/components/Headers/One.tsx +0 -115
- package/src/components/Headers/Three.tsx +0 -72
- package/src/components/Headers/Two.tsx +0 -100
- package/src/components/Headers/index.ts +0 -16
- package/src/components/Input/Input.ts +0 -16
- package/src/components/Input/InputOne.tsx +0 -259
- package/src/components/Input/InputTwo.tsx +0 -212
- package/src/components/Input/PhoneNumberInput.tsx +0 -429
- package/src/components/Keyboard/HideKeyboard.tsx +0 -88
- package/src/components/Loader/Loader.tsx +0 -28
- package/src/components/Logo/Logo.tsx +0 -126
- package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +0 -156
- package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +0 -234
- package/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.tsx +0 -196
- package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +0 -92
- package/src/components/Reels/ReelsSeries/MediaControls/TopControls.tsx +0 -163
- package/src/components/Reels/ReelsSeries/Model/DetailsModal.tsx +0 -210
- package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +0 -143
- package/src/components/Reels/ReelsSeries/Model/UnlockModal.tsx +0 -154
- package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +0 -231
- package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +0 -432
- package/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.tsx +0 -184
- package/src/components/Reels/ReelsSeries/components/Episodes.tsx +0 -154
- package/src/components/Reels/ReelsSeries/components/GradientOverlay.tsx +0 -41
- package/src/components/Reels/ReelsSeries/components/Like.tsx +0 -40
- package/src/components/Reels/ReelsSeries/components/RotatingLoader.tsx +0 -79
- package/src/components/Reels/ReelsSeries/components/Synopsis.tsx +0 -332
- package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +0 -190
- package/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.tsx +0 -80
- package/src/components/Reels/ReelsSeries/components/VideoControls/index.ts +0 -2
- package/src/components/Reels/ReelsSeries/types.ts +0 -38
- package/src/components/Reels/index.ts +0 -8
- package/src/components/Reels/utils/Controls/gestureUtils.ts +0 -42
- package/src/components/Reels/utils/Controls/index.ts +0 -4
- package/src/components/Reels/utils/Controls/overlayUtils.ts +0 -35
- package/src/components/Reels/utils/Controls/videoControlsConstants.ts +0 -25
- package/src/components/Reels/utils/Controls/videoRef.ts +0 -4
- package/src/components/Reels/utils/index.ts +0 -1
- package/src/components/Reels/utils/timeoutUtils.ts +0 -29
- package/src/components/Search/One.tsx +0 -253
- package/src/components/Search/components/RecentSearchesSection.tsx +0 -181
- package/src/components/Search/components/SearchCard.tsx +0 -218
- package/src/components/Search/index.ts +0 -16
- package/src/components/Settings/AppSettings.tsx +0 -428
- package/src/components/Settings/index.ts +0 -1
- package/src/components/Subscription/SubOne.tsx +0 -874
- package/src/components/Subscription/index.ts +0 -12
- package/src/components/TabBar/One.tsx +0 -148
- package/src/components/TabBar/Three.tsx +0 -169
- package/src/components/TabBar/Two.tsx +0 -189
- package/src/components/TabBar/index.ts +0 -20
- package/src/components/Text/Text.tsx +0 -85
- package/src/components/Text/index.ts +0 -5
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +0 -468
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +0 -278
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +0 -493
- package/src/components/User/WatchHistory/WatchHistory.tsx +0 -226
- package/src/components/User/WatchLater/WatchLater.tsx +0 -396
- package/src/components/User/components/UserAvatar.tsx +0 -120
- package/src/components/User/components/UserSection.tsx +0 -228
- package/src/components/User/index.ts +0 -18
- package/src/components/View/View.tsx +0 -37
- package/src/components/View/index.ts +0 -5
- package/src/components/common/AppStatusBar.tsx +0 -51
- package/src/components/index.ts +0 -28
- package/src/components/layout/SafeAreaWrapper.tsx +0 -45
- package/src/components/layout/index.ts +0 -1
- package/src/constants/dummySections.ts +0 -94
- package/src/hooks/Images/index.ts +0 -2
- package/src/hooks/Images/useImageLoader.ts +0 -206
- package/src/hooks/Images/useImageValidation.ts +0 -36
- package/src/hooks/index.ts +0 -17
- package/src/hooks/useAdTracking.ts +0 -349
- package/src/hooks/useCards.ts +0 -228
- package/src/hooks/useDebounce.ts +0 -35
- package/src/hooks/useKeyboard.ts +0 -43
- package/src/hooks/useNavigationMode.ts +0 -46
- package/src/hooks/usePaginatedSection.ts +0 -101
- package/src/hooks/usePrevious.ts +0 -28
- package/src/hooks/useSafeCallback.ts +0 -43
- package/src/hooks/useSkeletonItems.ts +0 -30
- package/src/hooks/useSplashCache.ts +0 -167
- package/src/hooks/useThemeColors.ts +0 -51
- package/src/index.tsx +0 -8
- package/src/store/RecentSearchesStore.ts +0 -78
- package/src/store/splashStore.ts +0 -91
- package/src/store/themeStore.ts +0 -43
- package/src/theme/ThemeProvider.tsx +0 -99
- package/src/theme/hook/index.ts +0 -2
- package/src/theme/hook/useInternalTheme.ts +0 -89
- package/src/theme/hook/useThemeStatusBar.ts +0 -42
- package/src/theme/index.ts +0 -7
- package/src/theme/themes.ts +0 -333
- package/src/types/content/content-view.types.ts +0 -164
- package/src/types/hook/index.ts +0 -5
- package/src/types/hook/usePaginatedSetion.ts +0 -19
- package/src/types/index.ts +0 -7
- package/src/types/sections/index.ts +0 -84
- package/src/utils/Display.ts +0 -14
- package/src/utils/Formater.ts +0 -14
- package/src/utils/PlatformSelector.ts +0 -29
- package/src/utils/SizeMatters.ts +0 -7
- package/src/utils/Spacing.ts +0 -27
- /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
package/src/theme/themes.ts
DELETED
|
@@ -1,333 +0,0 @@
|
|
|
1
|
-
export type MD3ElevationColors = {
|
|
2
|
-
level0: string;
|
|
3
|
-
level1: string;
|
|
4
|
-
level2: string;
|
|
5
|
-
level3: string;
|
|
6
|
-
level4: string;
|
|
7
|
-
level5: string;
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
export type BaseColors = {
|
|
11
|
-
primary: string;
|
|
12
|
-
onPrimary: string;
|
|
13
|
-
primaryContainer: string;
|
|
14
|
-
onPrimaryContainer: string;
|
|
15
|
-
|
|
16
|
-
secondary: string;
|
|
17
|
-
onSecondary: string;
|
|
18
|
-
secondaryContainer: string;
|
|
19
|
-
onSecondaryContainer: string;
|
|
20
|
-
|
|
21
|
-
tertiary: string;
|
|
22
|
-
onTertiary: string;
|
|
23
|
-
tertiaryContainer: string;
|
|
24
|
-
onTertiaryContainer: string;
|
|
25
|
-
|
|
26
|
-
background: string;
|
|
27
|
-
backgroundDisabled: string;
|
|
28
|
-
onBackground: string;
|
|
29
|
-
blueBackground: string;
|
|
30
|
-
|
|
31
|
-
surface: string;
|
|
32
|
-
onSurface: string;
|
|
33
|
-
surfaceVariant: string;
|
|
34
|
-
onSurfaceVariant: string;
|
|
35
|
-
|
|
36
|
-
surfaceDisabled: string;
|
|
37
|
-
onSurfaceDisabled: string;
|
|
38
|
-
|
|
39
|
-
error: string;
|
|
40
|
-
onError: string;
|
|
41
|
-
errorContainer: string;
|
|
42
|
-
onErrorContainer: string;
|
|
43
|
-
|
|
44
|
-
outline: string;
|
|
45
|
-
outlineDisabled: string;
|
|
46
|
-
outlineVariant: string;
|
|
47
|
-
|
|
48
|
-
border: string;
|
|
49
|
-
borderDisabled: string;
|
|
50
|
-
|
|
51
|
-
shadow: string;
|
|
52
|
-
scrim: string;
|
|
53
|
-
backdrop: string;
|
|
54
|
-
overlay: string;
|
|
55
|
-
|
|
56
|
-
inverseSurface: string;
|
|
57
|
-
inverseOnSurface: string;
|
|
58
|
-
inversePrimary: string;
|
|
59
|
-
|
|
60
|
-
elevation: MD3ElevationColors;
|
|
61
|
-
|
|
62
|
-
textPrimary: string;
|
|
63
|
-
textSecondary: string;
|
|
64
|
-
textDisabled: string;
|
|
65
|
-
|
|
66
|
-
button: string;
|
|
67
|
-
buttonDisabled: string;
|
|
68
|
-
buttonText: string;
|
|
69
|
-
|
|
70
|
-
white: string;
|
|
71
|
-
black: string;
|
|
72
|
-
transparent: string;
|
|
73
|
-
backgroundLayoutGradient: string[];
|
|
74
|
-
|
|
75
|
-
heroBannerGradient: string[];
|
|
76
|
-
cardGradient: string[];
|
|
77
|
-
|
|
78
|
-
skeletonHighlightColor: string;
|
|
79
|
-
skeletonBaseColor: string;
|
|
80
|
-
|
|
81
|
-
switchTrackColor: string;
|
|
82
|
-
switchThumbColor: string;
|
|
83
|
-
switchTrackColorDisabled: string;
|
|
84
|
-
switchThumbColorDisabled: string;
|
|
85
|
-
|
|
86
|
-
alert: {
|
|
87
|
-
success: string;
|
|
88
|
-
warning: string;
|
|
89
|
-
info: string;
|
|
90
|
-
error: string;
|
|
91
|
-
};
|
|
92
|
-
premiumIcon: string;
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
export interface ITheme {
|
|
96
|
-
colors: BaseColors;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
export type AppTheme = Omit<ITheme, 'colors'> & {
|
|
100
|
-
colors?: Partial<BaseColors>;
|
|
101
|
-
};
|
|
102
|
-
|
|
103
|
-
// New type for override object
|
|
104
|
-
export type ThemeOverride = {
|
|
105
|
-
light?: Partial<BaseColors>;
|
|
106
|
-
dark?: Partial<BaseColors>;
|
|
107
|
-
};
|
|
108
|
-
export interface useInternalThemeReturn {
|
|
109
|
-
theme: ITheme;
|
|
110
|
-
themeFull: {
|
|
111
|
-
light: ITheme['colors'];
|
|
112
|
-
dark: ITheme['colors'];
|
|
113
|
-
};
|
|
114
|
-
isDarkMode: boolean;
|
|
115
|
-
setTheme: (mode: 'dark' | 'light' | 'system') => void;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
export const LightTheme: ITheme = {
|
|
119
|
-
colors: {
|
|
120
|
-
primary: 'rgba(244, 197, 66, 1)',
|
|
121
|
-
onPrimary: 'rgba(255, 255, 255, 1)',
|
|
122
|
-
primaryContainer: 'rgba(254, 243, 199, 1)',
|
|
123
|
-
onPrimaryContainer: 'rgba(146, 64, 14, 1)',
|
|
124
|
-
|
|
125
|
-
secondary: 'rgba(37, 99, 235, 1)',
|
|
126
|
-
onSecondary: 'rgba(255, 255, 255, 1)',
|
|
127
|
-
secondaryContainer: 'rgba(219, 234, 254, 1)',
|
|
128
|
-
onSecondaryContainer: 'rgba(30, 64, 175, 1)',
|
|
129
|
-
|
|
130
|
-
tertiary: 'rgba(253, 224, 71, 1)',
|
|
131
|
-
onTertiary: 'rgba(38, 38, 38, 1)',
|
|
132
|
-
tertiaryContainer: 'rgba(255, 251, 235, 1)',
|
|
133
|
-
onTertiaryContainer: 'rgba(120, 53, 15, 1)',
|
|
134
|
-
|
|
135
|
-
background: 'rgba(249, 250, 251, 1)',
|
|
136
|
-
onBackground: 'rgba(17, 24, 39, 1)',
|
|
137
|
-
backgroundDisabled: 'rgba(242, 242, 242, 0.78)',
|
|
138
|
-
blueBackground: 'rgba(255, 255, 255, 0.25)',
|
|
139
|
-
|
|
140
|
-
surface: 'rgba(255, 255, 255, 1)',
|
|
141
|
-
onSurface: 'rgba(31, 41, 55, 1)',
|
|
142
|
-
surfaceVariant: 'rgba(243, 244, 246, 1)',
|
|
143
|
-
onSurfaceVariant: 'rgba(107, 114, 128, 1)',
|
|
144
|
-
|
|
145
|
-
surfaceDisabled: 'rgba(0, 0, 0, 0.08)',
|
|
146
|
-
onSurfaceDisabled: 'rgba(0, 0, 0, 0.3)',
|
|
147
|
-
|
|
148
|
-
error: 'rgba(239, 68, 68, 1)',
|
|
149
|
-
onError: 'rgba(255, 255, 255, 1)',
|
|
150
|
-
errorContainer: 'rgba(254, 202, 202, 0.5)',
|
|
151
|
-
onErrorContainer: 'rgba(127, 29, 29, 1)',
|
|
152
|
-
|
|
153
|
-
outline: 'rgba(52, 53, 58, 1)',
|
|
154
|
-
outlineDisabled: 'rgba(208, 208, 208, 1)',
|
|
155
|
-
outlineVariant: 'rgba(229, 231, 235, 1)',
|
|
156
|
-
|
|
157
|
-
border: 'rgba(0, 0, 0, 0.1)',
|
|
158
|
-
borderDisabled: 'rgba(0, 0, 0, 0.04)',
|
|
159
|
-
|
|
160
|
-
shadow: 'rgba(0, 0, 0, 0.1)',
|
|
161
|
-
scrim: 'rgba(0, 0, 0, 0.2)',
|
|
162
|
-
backdrop: 'rgba(243, 244, 246, 0.7)',
|
|
163
|
-
overlay: 'rgba(0,0,0,0.55)',
|
|
164
|
-
|
|
165
|
-
inverseSurface: 'rgba(31, 41, 55, 1)',
|
|
166
|
-
inverseOnSurface: 'rgba(249, 250, 251, 1)',
|
|
167
|
-
inversePrimary: 'rgba(37, 99, 235, 1)',
|
|
168
|
-
|
|
169
|
-
elevation: {
|
|
170
|
-
level0: 'transparent',
|
|
171
|
-
level1: 'rgba(243, 244, 246, 1)',
|
|
172
|
-
level2: 'rgba(229, 231, 235, 1)',
|
|
173
|
-
level3: 'rgba(209, 213, 219, 1)',
|
|
174
|
-
level4: 'rgba(156, 163, 175, 1)',
|
|
175
|
-
level5: 'rgba(107, 114, 128, 1)',
|
|
176
|
-
},
|
|
177
|
-
|
|
178
|
-
textPrimary: 'rgba(0, 0, 0, 1)',
|
|
179
|
-
textSecondary: 'rgba(107, 114, 128, 0.89)',
|
|
180
|
-
textDisabled: 'rgba(160, 160, 160, 0.7)',
|
|
181
|
-
|
|
182
|
-
button: 'rgba(244, 197, 66, 1)',
|
|
183
|
-
buttonDisabled: 'rgba(244, 197, 66, 0.59)',
|
|
184
|
-
buttonText: 'rgba(0, 0, 0, 1)',
|
|
185
|
-
|
|
186
|
-
white: 'rgba(255, 255, 255, 1)',
|
|
187
|
-
black: 'rgba(0, 0, 0, 1)',
|
|
188
|
-
transparent: 'rgba(0, 0, 0, 0)',
|
|
189
|
-
|
|
190
|
-
backgroundLayoutGradient: [
|
|
191
|
-
'rgba(255, 255, 255, 0.3)',
|
|
192
|
-
'rgba(255, 255, 255, 0.98)',
|
|
193
|
-
'rgb(255, 255, 255)',
|
|
194
|
-
'rgb(249, 250, 251)',
|
|
195
|
-
],
|
|
196
|
-
|
|
197
|
-
heroBannerGradient: [
|
|
198
|
-
'rgba(249,250,251,0)',
|
|
199
|
-
'rgba(249,250,251,0.4)',
|
|
200
|
-
'rgba(249,250,251,1)',
|
|
201
|
-
],
|
|
202
|
-
|
|
203
|
-
cardGradient: [
|
|
204
|
-
'rgba(223, 178, 50, 1)',
|
|
205
|
-
'rgba(243, 146, 35, 1)',
|
|
206
|
-
'rgba(248, 159, 16, 1)',
|
|
207
|
-
],
|
|
208
|
-
|
|
209
|
-
skeletonHighlightColor: '#D6D6D6',
|
|
210
|
-
skeletonBaseColor: '#EDEDED',
|
|
211
|
-
|
|
212
|
-
switchTrackColor: '#3CD141',
|
|
213
|
-
switchThumbColor: 'white',
|
|
214
|
-
switchTrackColorDisabled: '#D5D5D5',
|
|
215
|
-
switchThumbColorDisabled: 'white',
|
|
216
|
-
premiumIcon: '#CA091E',
|
|
217
|
-
|
|
218
|
-
alert: {
|
|
219
|
-
success: '#4CAF50',
|
|
220
|
-
error: 'rgba(255, 0, 0, 1)',
|
|
221
|
-
warning: '#FF9800',
|
|
222
|
-
info: '#2196F3',
|
|
223
|
-
},
|
|
224
|
-
},
|
|
225
|
-
};
|
|
226
|
-
|
|
227
|
-
export const DarkTheme: ITheme = {
|
|
228
|
-
colors: {
|
|
229
|
-
primary: 'rgba(244, 197, 66, 1)',
|
|
230
|
-
onPrimary: 'rgba(15, 23, 42, 1)',
|
|
231
|
-
primaryContainer: 'rgba(250, 204, 21, 0.12)',
|
|
232
|
-
onPrimaryContainer: 'rgba(250, 204, 21, 1)',
|
|
233
|
-
|
|
234
|
-
secondary: 'rgba(147, 197, 253, 1)',
|
|
235
|
-
onSecondary: 'rgba(15, 23, 42, 1)',
|
|
236
|
-
secondaryContainer: 'rgba(30, 58, 138, 0.2)',
|
|
237
|
-
onSecondaryContainer: 'rgba(147, 197, 253, 1)',
|
|
238
|
-
|
|
239
|
-
tertiary: 'rgba(253, 224, 71, 1)',
|
|
240
|
-
onTertiary: 'rgba(38, 38, 38, 1)',
|
|
241
|
-
tertiaryContainer: 'rgba(146, 64, 14, 1)',
|
|
242
|
-
onTertiaryContainer: 'rgba(120, 53, 15, 1)',
|
|
243
|
-
|
|
244
|
-
background: 'rgb(22, 21, 21)',
|
|
245
|
-
onBackground: 'rgba(229, 231, 235, 1)',
|
|
246
|
-
backgroundDisabled: 'rgba(10, 10, 10, 0.5)',
|
|
247
|
-
blueBackground: 'rgba(255, 255, 255, 0.25)',
|
|
248
|
-
|
|
249
|
-
surface: 'rgba(24, 33, 51, 1)',
|
|
250
|
-
onSurface: 'rgba(229, 231, 235, 1)',
|
|
251
|
-
surfaceVariant: '#2e2e2e',
|
|
252
|
-
onSurfaceVariant: 'rgba(203, 213, 225, 1)',
|
|
253
|
-
|
|
254
|
-
surfaceDisabled: 'rgba(255, 255, 255, 0.05)',
|
|
255
|
-
onSurfaceDisabled: 'rgba(255, 255, 255, 0.26)',
|
|
256
|
-
|
|
257
|
-
error: 'rgba(239, 68, 68, 1)',
|
|
258
|
-
onError: 'rgba(255, 255, 255, 1)',
|
|
259
|
-
errorContainer: 'rgba(239, 68, 68, 0.05)',
|
|
260
|
-
onErrorContainer: 'rgba(255, 255, 255, 0.92)',
|
|
261
|
-
|
|
262
|
-
outline: 'rgba(148, 163, 184, 0.35)',
|
|
263
|
-
outlineDisabled: 'rgba(58, 58, 58, 1)',
|
|
264
|
-
outlineVariant: 'rgba(71, 85, 105, 1)',
|
|
265
|
-
|
|
266
|
-
border: 'rgba(223, 223, 223, 0.12)',
|
|
267
|
-
borderDisabled: 'rgba(223, 223, 223, 0.05)',
|
|
268
|
-
|
|
269
|
-
shadow: 'rgba(0, 0, 0, 0.5)',
|
|
270
|
-
scrim: 'rgba(0, 0, 0, 0.4)',
|
|
271
|
-
backdrop: 'rgba(30, 41, 59, 0.7)',
|
|
272
|
-
overlay: 'rgba(0,0,0,0.55)',
|
|
273
|
-
|
|
274
|
-
inverseSurface: 'rgba(229, 231, 235, 1)',
|
|
275
|
-
inverseOnSurface: 'rgba(31, 41, 55, 1)',
|
|
276
|
-
inversePrimary: 'rgba(37, 99, 235, 1)',
|
|
277
|
-
|
|
278
|
-
elevation: {
|
|
279
|
-
level0: 'transparent',
|
|
280
|
-
level1: 'rgba(34, 34, 34, 1)',
|
|
281
|
-
level2: 'rgba(60, 60, 60, 1)',
|
|
282
|
-
level3: 'rgba(76, 76, 76, 1)',
|
|
283
|
-
level4: 'rgba(71, 85, 105, 1)',
|
|
284
|
-
level5: 'rgba(100, 116, 139, 1)',
|
|
285
|
-
},
|
|
286
|
-
|
|
287
|
-
textPrimary: 'rgba(243, 244, 246, 1)',
|
|
288
|
-
textSecondary: 'rgba(203, 213, 225, 0.85)',
|
|
289
|
-
textDisabled: 'rgba(148, 163, 184, 0.6)',
|
|
290
|
-
|
|
291
|
-
button: 'rgba(250, 204, 21, 1)',
|
|
292
|
-
buttonDisabled: 'rgba(250, 204, 21, 0.5)',
|
|
293
|
-
buttonText: 'rgba(15, 23, 42, 1)',
|
|
294
|
-
|
|
295
|
-
white: 'rgba(255, 255, 255, 1)',
|
|
296
|
-
black: 'rgba(0, 0, 0, 1)',
|
|
297
|
-
transparent: 'rgba(255, 255, 255, 0.04)',
|
|
298
|
-
|
|
299
|
-
backgroundLayoutGradient: [
|
|
300
|
-
'rgba(22, 21, 21, 0.65)',
|
|
301
|
-
'rgba(22, 21, 21, 0.98)',
|
|
302
|
-
'rgb(22, 21, 21)',
|
|
303
|
-
'rgb(22, 21, 21)',
|
|
304
|
-
],
|
|
305
|
-
heroBannerGradient: [
|
|
306
|
-
'rgba(22,21,21,0)',
|
|
307
|
-
'rgba(22,21,21,0.4)',
|
|
308
|
-
'rgb(22,21,21)',
|
|
309
|
-
],
|
|
310
|
-
|
|
311
|
-
cardGradient: [
|
|
312
|
-
'rgba(223, 178, 50, 1)',
|
|
313
|
-
'rgba(243, 146, 35, 1)',
|
|
314
|
-
'rgba(248, 159, 16, 1)',
|
|
315
|
-
],
|
|
316
|
-
|
|
317
|
-
skeletonHighlightColor: '#C2C2C2',
|
|
318
|
-
skeletonBaseColor: '#2A2A2A',
|
|
319
|
-
|
|
320
|
-
switchTrackColor: '#3CD141',
|
|
321
|
-
switchThumbColor: 'white',
|
|
322
|
-
switchTrackColorDisabled: '#D5D5D5',
|
|
323
|
-
switchThumbColorDisabled: 'white',
|
|
324
|
-
premiumIcon: '#CA091E',
|
|
325
|
-
|
|
326
|
-
alert: {
|
|
327
|
-
success: '#4CAF50',
|
|
328
|
-
error: 'rgba(255, 0, 0, 1)',
|
|
329
|
-
warning: '#FF9800',
|
|
330
|
-
info: '#2196F3',
|
|
331
|
-
},
|
|
332
|
-
},
|
|
333
|
-
};
|
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @author Naresh Dhamu
|
|
3
|
-
* @lastModified Fri 04 Jul 2025 at 10:58 AM
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import type { StyleProp, TextStyle, ViewStyle } from 'react-native';
|
|
7
|
-
import type { ImageStyle as FastImageStyle } from 'react-native-fast-image';
|
|
8
|
-
import type { ThemeOverride } from '../../theme/themes';
|
|
9
|
-
import type { IGetSectionData, ISectionItem } from '../../types/sections';
|
|
10
|
-
import type { MoreFetchData } from '../../types/hook/usePaginatedSetion';
|
|
11
|
-
import type { IHistoryItem } from '../../components/User/WatchHistory/WatchHistory';
|
|
12
|
-
import type React from 'react';
|
|
13
|
-
import type { MiniInfo } from '../../components/ContentView/components/MiniInfo';
|
|
14
|
-
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
15
|
-
|
|
16
|
-
// 🔷 Common Style Aliases
|
|
17
|
-
export type ViewStyleProp = StyleProp<ViewStyle>;
|
|
18
|
-
export type TextStyleProp = StyleProp<TextStyle>;
|
|
19
|
-
export type FastImageStyleProp = StyleProp<FastImageStyle>;
|
|
20
|
-
|
|
21
|
-
// 🔹 UI Style Overrides
|
|
22
|
-
export type TitleStyles = {
|
|
23
|
-
container?: ViewStyleProp;
|
|
24
|
-
title?: TextStyleProp;
|
|
25
|
-
subTitle?: TextStyleProp;
|
|
26
|
-
rating?: TextStyleProp;
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
export type GenreTagStyles = {
|
|
30
|
-
container?: ViewStyleProp;
|
|
31
|
-
tagContainer?: ViewStyleProp;
|
|
32
|
-
tagText?: TextStyleProp;
|
|
33
|
-
skeletonTag?: ViewStyleProp;
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
export type AboutSectionStyles = {
|
|
37
|
-
container?: ViewStyleProp;
|
|
38
|
-
title?: TextStyleProp;
|
|
39
|
-
body?: TextStyleProp;
|
|
40
|
-
scrollExpanded?: ViewStyleProp;
|
|
41
|
-
toggleText?: TextStyleProp;
|
|
42
|
-
skeletonLine?: ViewStyleProp;
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
export type CastCardStyles = {
|
|
46
|
-
container?: ViewStyleProp;
|
|
47
|
-
heading?: TextStyleProp;
|
|
48
|
-
listContent?: ViewStyleProp;
|
|
49
|
-
card?: ViewStyleProp;
|
|
50
|
-
image?: FastImageStyleProp;
|
|
51
|
-
name?: TextStyleProp;
|
|
52
|
-
role?: TextStyleProp;
|
|
53
|
-
imageSkeleton?: ViewStyleProp;
|
|
54
|
-
nameSkeleton?: ViewStyleProp;
|
|
55
|
-
roleSkeleton?: ViewStyleProp;
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export type RecommendedCardStyles = {
|
|
59
|
-
renderItemImage?: (params: {
|
|
60
|
-
item: IContentData;
|
|
61
|
-
index: number;
|
|
62
|
-
}) => React.ReactNode;
|
|
63
|
-
itemWidth?: number;
|
|
64
|
-
itemHeight?: number;
|
|
65
|
-
borderRadius?: number;
|
|
66
|
-
skeletonCount?: number;
|
|
67
|
-
containerStyle?: ViewStyleProp;
|
|
68
|
-
titleStyle?: TextStyleProp;
|
|
69
|
-
itemStyle?: ViewStyleProp;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
// 🟩 Events
|
|
73
|
-
export type PlayEventArgs = {
|
|
74
|
-
id: string;
|
|
75
|
-
slug: string;
|
|
76
|
-
type: IContentData['type'];
|
|
77
|
-
episodeId?: string;
|
|
78
|
-
current_season?: string;
|
|
79
|
-
current_episode?: string;
|
|
80
|
-
episode_number?: number;
|
|
81
|
-
is_trailer?: boolean;
|
|
82
|
-
seekTime?: number;
|
|
83
|
-
mode?: 'fullscreen' | 'normal';
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
export type ContentViewEvents = {
|
|
87
|
-
onPlay?: (args: PlayEventArgs) => void;
|
|
88
|
-
onPressRecommendedItem?: (args: { item: IContentData }) => void;
|
|
89
|
-
onPressRecommendedMore?: (args: {
|
|
90
|
-
section_id: IGetSectionData['_id'];
|
|
91
|
-
name: IGetSectionData['name'];
|
|
92
|
-
type: IGetSectionData['type'];
|
|
93
|
-
}) => void;
|
|
94
|
-
onBackPress?: () => void;
|
|
95
|
-
onPressCast?: (args: { cast: IContentData }) => void;
|
|
96
|
-
moreFetchDataRecommended?: MoreFetchData<IContentData>;
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
// 🟦 Menu
|
|
100
|
-
export type MenuAction = {
|
|
101
|
-
label: string;
|
|
102
|
-
icon?: (props: { size?: number; color?: string }) => React.ReactNode;
|
|
103
|
-
onPress: () => void;
|
|
104
|
-
isLoading?: boolean;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
// 🟨 HeroBanner
|
|
108
|
-
export type RenderButtons = Partial<{
|
|
109
|
-
back: () => React.ReactNode;
|
|
110
|
-
menu: () => React.ReactNode;
|
|
111
|
-
play: () => React.ReactNode;
|
|
112
|
-
trailer: () => React.ReactNode;
|
|
113
|
-
}>;
|
|
114
|
-
|
|
115
|
-
export type SkeletonOverrides = Partial<{
|
|
116
|
-
play: () => React.ReactNode;
|
|
117
|
-
trailer: () => React.ReactNode;
|
|
118
|
-
back: () => React.ReactNode;
|
|
119
|
-
menu: () => React.ReactNode;
|
|
120
|
-
}>;
|
|
121
|
-
|
|
122
|
-
export type HeroBannerProps = {
|
|
123
|
-
backgroundImage: IContentData['thumbnail'];
|
|
124
|
-
title: IContentData['name'];
|
|
125
|
-
theme?: ThemeOverride;
|
|
126
|
-
isLoading?: boolean;
|
|
127
|
-
onPressPlay?: ({ is_trailer }: { is_trailer: boolean }) => void;
|
|
128
|
-
onBackPress?: () => void;
|
|
129
|
-
style?: ViewStyleProp;
|
|
130
|
-
renderButtons?: RenderButtons;
|
|
131
|
-
renderSkeletons?: SkeletonOverrides;
|
|
132
|
-
menuActions?: MenuAction[];
|
|
133
|
-
content_offering_type?: IContentData['content_offering_type'];
|
|
134
|
-
};
|
|
135
|
-
|
|
136
|
-
// 🟧 Final Component Props
|
|
137
|
-
export type ComponentProps = {
|
|
138
|
-
content: IContentData;
|
|
139
|
-
seasons?: IContentData['seasons'];
|
|
140
|
-
text?: {
|
|
141
|
-
notFound?: {
|
|
142
|
-
title?: string;
|
|
143
|
-
subtitle?: string;
|
|
144
|
-
buttonText?: string;
|
|
145
|
-
};
|
|
146
|
-
};
|
|
147
|
-
theme?: ThemeOverride;
|
|
148
|
-
isLoading?: boolean;
|
|
149
|
-
pricingAndExpiryInfo?: Omit<
|
|
150
|
-
React.ComponentProps<typeof MiniInfo>,
|
|
151
|
-
'content' | 'theme'
|
|
152
|
-
>;
|
|
153
|
-
seasonsIsLoading?: boolean;
|
|
154
|
-
recommendedContent?: ISectionItem | null;
|
|
155
|
-
events?: ContentViewEvents;
|
|
156
|
-
heroBannerProps?: Partial<HeroBannerProps>;
|
|
157
|
-
titleStyles?: TitleStyles;
|
|
158
|
-
genreTagsStyles?: GenreTagStyles;
|
|
159
|
-
aboutSectionStyles?: AboutSectionStyles;
|
|
160
|
-
castStyles?: CastCardStyles;
|
|
161
|
-
recommendedContentCardStyles?: RecommendedCardStyles;
|
|
162
|
-
history?: IHistoryItem;
|
|
163
|
-
episodeCardMode?: 'horizontal' | 'vertical';
|
|
164
|
-
};
|
package/src/types/hook/index.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @author Naresh Dhamu
|
|
3
|
-
* @lastModified Wed 02 Jul 2025 at 04:50 PM
|
|
4
|
-
*/
|
|
5
|
-
import type { ISectionMeta } from '../sections';
|
|
6
|
-
|
|
7
|
-
export type MoreFetchData<T> = ({
|
|
8
|
-
sectionId,
|
|
9
|
-
meta,
|
|
10
|
-
}: {
|
|
11
|
-
sectionId: string;
|
|
12
|
-
meta: {
|
|
13
|
-
hasNextPage: boolean;
|
|
14
|
-
nextPage: number;
|
|
15
|
-
};
|
|
16
|
-
}) => Promise<{
|
|
17
|
-
data: T[];
|
|
18
|
-
meta: ISectionMeta;
|
|
19
|
-
} | null>;
|
package/src/types/index.ts
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @author Naresh Dhamu
|
|
3
|
-
* @lastModified Wed 24 Dec 2025 at 12:09 PM
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import type { IContentData, IServeAd } from '@zezosoft/zezo-ott-api-client';
|
|
7
|
-
export type IAdItem = IServeAd & {
|
|
8
|
-
type: 'ads';
|
|
9
|
-
};
|
|
10
|
-
export type ISectionType =
|
|
11
|
-
| 'normal'
|
|
12
|
-
| 'card_style_2'
|
|
13
|
-
| 'card_style_3'
|
|
14
|
-
| 'card_style_4'
|
|
15
|
-
| 'card_style_5'
|
|
16
|
-
| 'card_style_6'
|
|
17
|
-
| 'card_rotate_in_out'
|
|
18
|
-
| 'slider'
|
|
19
|
-
| 'slider_style_2'
|
|
20
|
-
| 'slider_style_3'
|
|
21
|
-
| 'card_series_featured_style_1'
|
|
22
|
-
| 'continue_watching'
|
|
23
|
-
| 'new_releases'
|
|
24
|
-
| 'top_10'
|
|
25
|
-
| 'category';
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Generic pagination metadata
|
|
29
|
-
*/
|
|
30
|
-
export interface ISectionPagination {
|
|
31
|
-
page: number;
|
|
32
|
-
limit: number;
|
|
33
|
-
total: number;
|
|
34
|
-
length: number;
|
|
35
|
-
hasNextPage: boolean;
|
|
36
|
-
nextPage: number | null;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Single section object with associated content
|
|
41
|
-
*/
|
|
42
|
-
export interface IGetSectionData {
|
|
43
|
-
_id: string;
|
|
44
|
-
name: string;
|
|
45
|
-
label: string;
|
|
46
|
-
order: number;
|
|
47
|
-
type: ISectionType;
|
|
48
|
-
content_ids: string[];
|
|
49
|
-
category: {
|
|
50
|
-
_id: string;
|
|
51
|
-
name: string;
|
|
52
|
-
slug: string;
|
|
53
|
-
};
|
|
54
|
-
genre?: string;
|
|
55
|
-
content: {
|
|
56
|
-
data: (IContentData | IAdItem)[];
|
|
57
|
-
meta: {
|
|
58
|
-
pagination: ISectionPagination;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
status: boolean;
|
|
62
|
-
createdAt: Date;
|
|
63
|
-
updatedAt: Date;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Full response from section fetch API
|
|
68
|
-
*/
|
|
69
|
-
export interface IGetSectionResponse {
|
|
70
|
-
success: boolean;
|
|
71
|
-
message: string;
|
|
72
|
-
data: IGetSectionData[];
|
|
73
|
-
meta: {
|
|
74
|
-
pagination: ISectionPagination;
|
|
75
|
-
};
|
|
76
|
-
cache: boolean;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* Optional utility types (for local use)
|
|
81
|
-
*/
|
|
82
|
-
export type ISectionItem = IGetSectionData;
|
|
83
|
-
export type ISectionContent = IGetSectionData['content'];
|
|
84
|
-
export type ISectionMeta = IGetSectionResponse['meta'];
|
package/src/utils/Display.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @author Naresh Dhamu
|
|
3
|
-
* @lastModified Mon 09 Jun 2025 at 04:24 PM
|
|
4
|
-
*/
|
|
5
|
-
import { Dimensions } from 'react-native';
|
|
6
|
-
|
|
7
|
-
const { height, width } = Dimensions.get('window');
|
|
8
|
-
|
|
9
|
-
const setHeight = (h: number) => (height / 100) * h;
|
|
10
|
-
const setWidth = (w: number) => (width / 100) * w;
|
|
11
|
-
const fullWidth = Dimensions.get('window').width;
|
|
12
|
-
const fullHeight = Dimensions.get('window').height;
|
|
13
|
-
|
|
14
|
-
export default { setHeight, setWidth, fullWidth, fullHeight };
|
package/src/utils/Formater.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export function formatCount(count: number): string {
|
|
2
|
-
if (count < 1000) {
|
|
3
|
-
return count.toString();
|
|
4
|
-
} else if (count < 1000000) {
|
|
5
|
-
const thousands = count / 1000;
|
|
6
|
-
return thousands % 1 === 0 ? `${thousands}K` : `${thousands.toFixed(1)}K`;
|
|
7
|
-
} else if (count < 1000000000) {
|
|
8
|
-
const millions = count / 1000000;
|
|
9
|
-
return millions % 1 === 0 ? `${millions}M` : `${millions.toFixed(1)}M`;
|
|
10
|
-
} else {
|
|
11
|
-
const billions = count / 1000000000;
|
|
12
|
-
return billions % 1 === 0 ? `${billions}B` : `${billions.toFixed(1)}B`;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @author Naresh Dhamu
|
|
3
|
-
* @lastModified Mon 09 Jun 2025 at 04:26 PM
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import { Platform } from 'react-native';
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* @description platform selector
|
|
10
|
-
*/
|
|
11
|
-
class PlatformSelector {
|
|
12
|
-
/**
|
|
13
|
-
* @description return true if it is android
|
|
14
|
-
* @returns {boolean}
|
|
15
|
-
*/
|
|
16
|
-
public isAndroid(): boolean {
|
|
17
|
-
return Platform.OS === 'android';
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* @description return true if it is ios
|
|
22
|
-
* @returns {boolean}
|
|
23
|
-
*/
|
|
24
|
-
public isIOS(): boolean {
|
|
25
|
-
return Platform.OS === 'ios';
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export default new PlatformSelector();
|