@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
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Ashok Desai
|
|
5
|
+
* @lastModified Sat 17 Jan 2026 at 02:28 PM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
export * from "./PlayOrTrailer.js";
|
|
9
|
+
export * from "./Title.js";
|
|
10
|
+
export * from "./HeroBanner.js";
|
|
11
|
+
export * from "./GenreTags.js";
|
|
12
|
+
export * from "./AboutSection.js";
|
|
13
|
+
export * from "./LikeShareActions.js";
|
|
14
|
+
export * from "./SectionTabs.js";
|
|
15
|
+
export * from "./MoreLikeThisContentList .js";
|
|
16
|
+
export * from "./Details.js";
|
|
17
|
+
export * from "./EpisodeCard.js";
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../src","sources":["components/ContentView/Two/components/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,cAAc,oBAAiB;AAC/B,cAAc,YAAS;AACvB,cAAc,iBAAc;AAC5B,cAAc,gBAAa;AAC3B,cAAc,mBAAgB;AAC9B,cAAc,uBAAoB;AAClC,cAAc,kBAAe;AAC7B,cAAc,+BAA4B;AAC1C,cAAc,cAAW;AACzB,cAAc,kBAAe","ignoreList":[]}
|
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
* @lastModified Tue 01 Jul 2025 at 02:28 PM
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
import { ContentViewOne } from "./One/ContentViewOne.js";
|
|
9
|
+
import { ContentViewTwo } from "./Two/ContentViewTwo.js";
|
|
9
10
|
export { default as MoreContentList } from "./MoreContentList.js";
|
|
11
|
+
export const ContentView = {
|
|
12
|
+
One: ContentViewOne,
|
|
13
|
+
Two: ContentViewTwo
|
|
14
|
+
};
|
|
10
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","MoreContentList"],"sourceRoot":"../../../../src","sources":["components/ContentView/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,cAAc,
|
|
1
|
+
{"version":3,"names":["ContentViewOne","ContentViewTwo","default","MoreContentList","ContentView","One","Two"],"sourceRoot":"../../../../src","sources":["components/ContentView/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,SAASA,cAAc,QAAQ,yBAAsB;AACrD,SAASC,cAAc,QAAQ,yBAAsB;AAErD,SAASC,OAAO,IAAIC,eAAe,QAAQ,sBAAmB;AAC9D,OAAO,MAAMC,WAAW,GAAG;EACzBC,GAAG,EAAEL,cAAc;EACnBM,GAAG,EAAEL;AACP,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Fri 13 Jun 2025 at 11:10 AM
|
|
6
|
+
*/
|
|
7
|
+
import React, { useMemo } from 'react';
|
|
8
|
+
import { Platform, StyleSheet, View } from 'react-native';
|
|
9
|
+
import { scale, verticalScale } from 'react-native-size-matters';
|
|
10
|
+
import { Logo } from "../Logo/Logo.js";
|
|
11
|
+
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
12
|
+
import CategoryCardTwo from "../Content/Card/Category/CategroyTwo.js";
|
|
13
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
14
|
+
const HeaderFour = ({
|
|
15
|
+
logoUri,
|
|
16
|
+
category,
|
|
17
|
+
activeCategory,
|
|
18
|
+
onPressCategory,
|
|
19
|
+
theme,
|
|
20
|
+
isLoading
|
|
21
|
+
}) => {
|
|
22
|
+
const insets = useSafeAreaInsets();
|
|
23
|
+
const headerStyle = useMemo(() => [styles.headerContainer, {
|
|
24
|
+
paddingTop: insets.top
|
|
25
|
+
}], [insets.top]);
|
|
26
|
+
return /*#__PURE__*/_jsx(View, {
|
|
27
|
+
style: headerStyle,
|
|
28
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
29
|
+
style: styles.leftContainer,
|
|
30
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
31
|
+
style: styles.logo,
|
|
32
|
+
children: /*#__PURE__*/_jsx(Logo, {
|
|
33
|
+
width: scale(55),
|
|
34
|
+
height: scale(50),
|
|
35
|
+
logoUri: logoUri,
|
|
36
|
+
isLoading: isLoading,
|
|
37
|
+
theme: theme
|
|
38
|
+
})
|
|
39
|
+
}), /*#__PURE__*/_jsx(CategoryCardTwo, {
|
|
40
|
+
category: category ?? undefined,
|
|
41
|
+
activeCategory: activeCategory ?? undefined,
|
|
42
|
+
onPressCategory: onPressCategory,
|
|
43
|
+
theme: theme
|
|
44
|
+
})]
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
};
|
|
48
|
+
export default /*#__PURE__*/React.memo(HeaderFour);
|
|
49
|
+
const styles = StyleSheet.create({
|
|
50
|
+
headerContainer: {
|
|
51
|
+
position: 'absolute',
|
|
52
|
+
top: 0,
|
|
53
|
+
left: 0,
|
|
54
|
+
right: 0,
|
|
55
|
+
height: verticalScale(40),
|
|
56
|
+
paddingHorizontal: scale(8)
|
|
57
|
+
},
|
|
58
|
+
leftContainer: {
|
|
59
|
+
flexDirection: 'row',
|
|
60
|
+
alignItems: 'center',
|
|
61
|
+
gap: scale(10)
|
|
62
|
+
},
|
|
63
|
+
logo: {
|
|
64
|
+
alignItems: 'center',
|
|
65
|
+
marginVertical: Platform.OS === 'ios' ? verticalScale(0) : verticalScale(5)
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
//# sourceMappingURL=Four.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useMemo","Platform","StyleSheet","View","scale","verticalScale","Logo","useSafeAreaInsets","CategoryCardTwo","jsx","_jsx","jsxs","_jsxs","HeaderFour","logoUri","category","activeCategory","onPressCategory","theme","isLoading","insets","headerStyle","styles","headerContainer","paddingTop","top","style","children","leftContainer","logo","width","height","undefined","memo","create","position","left","right","paddingHorizontal","flexDirection","alignItems","gap","marginVertical","OS"],"sourceRoot":"../../../../src","sources":["components/Headers/Four.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,OAAO,QAAQ,OAAO;AACtC,SAASC,QAAQ,EAAEC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AACzD,SAASC,KAAK,EAAEC,aAAa,QAAQ,2BAA2B;AAChE,SAASC,IAAI,QAAQ,iBAAc;AAEnC,SAASC,iBAAiB,QAAQ,gCAAgC;AAClE,OAAOC,eAAe,MAEf,yCAAsC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAW9C,MAAMC,UAAqC,GAAGA,CAAC;EAC7CC,OAAO;EACPC,QAAQ;EACRC,cAAc;EACdC,eAAe;EACfC,KAAK;EACLC;AACF,CAAC,KAAK;EACJ,MAAMC,MAAM,GAAGb,iBAAiB,CAAC,CAAC;EAElC,MAAMc,WAAW,GAAGrB,OAAO,CACzB,MAAM,CAACsB,MAAM,CAACC,eAAe,EAAE;IAAEC,UAAU,EAAEJ,MAAM,CAACK;EAAI,CAAC,CAAC,EAC1D,CAACL,MAAM,CAACK,GAAG,CACb,CAAC;EAED,oBACEf,IAAA,CAACP,IAAI;IAACuB,KAAK,EAAEL,WAAY;IAAAM,QAAA,eACvBf,KAAA,CAACT,IAAI;MAACuB,KAAK,EAAEJ,MAAM,CAACM,aAAc;MAAAD,QAAA,gBAChCjB,IAAA,CAACP,IAAI;QAACuB,KAAK,EAAEJ,MAAM,CAACO,IAAK;QAAAF,QAAA,eACvBjB,IAAA,CAACJ,IAAI;UACHwB,KAAK,EAAE1B,KAAK,CAAC,EAAE,CAAE;UACjB2B,MAAM,EAAE3B,KAAK,CAAC,EAAE,CAAE;UAClBU,OAAO,EAAEA,OAAQ;UACjBK,SAAS,EAAEA,SAAU;UACrBD,KAAK,EAAEA;QAAM,CACd;MAAC,CACE,CAAC,eACPR,IAAA,CAACF,eAAe;QACdO,QAAQ,EAAEA,QAAQ,IAAIiB,SAAU;QAChChB,cAAc,EAAEA,cAAc,IAAIgB,SAAU;QAC5Cf,eAAe,EAAEA,eAAgB;QACjCC,KAAK,EAAEA;MAAM,CACd,CAAC;IAAA,CACE;EAAC,CACH,CAAC;AAEX,CAAC;AAED,4BAAenB,KAAK,CAACkC,IAAI,CAACpB,UAAU,CAAC;AAErC,MAAMS,MAAM,GAAGpB,UAAU,CAACgC,MAAM,CAAC;EAC/BX,eAAe,EAAE;IACfY,QAAQ,EAAE,UAAU;IACpBV,GAAG,EAAE,CAAC;IACNW,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRN,MAAM,EAAE1B,aAAa,CAAC,EAAE,CAAC;IACzBiC,iBAAiB,EAAElC,KAAK,CAAC,CAAC;EAC5B,CAAC;EAEDwB,aAAa,EAAE;IACbW,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,GAAG,EAAErC,KAAK,CAAC,EAAE;EACf,CAAC;EACDyB,IAAI,EAAE;IACJW,UAAU,EAAE,QAAQ;IACpBE,cAAc,EAAEzC,QAAQ,CAAC0C,EAAE,KAAK,KAAK,GAAGtC,aAAa,CAAC,CAAC,CAAC,GAAGA,aAAa,CAAC,CAAC;EAC5E;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -5,56 +5,107 @@
|
|
|
5
5
|
* @lastModified Fri 13 Jun 2025 at 11:10 AM
|
|
6
6
|
*/
|
|
7
7
|
import React, { useMemo } from 'react';
|
|
8
|
-
import {
|
|
8
|
+
import { StyleSheet, View } from 'react-native';
|
|
9
9
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
10
|
+
import LinearGradient from 'react-native-linear-gradient';
|
|
11
|
+
import Animated, { useAnimatedStyle, interpolate, Extrapolation } from 'react-native-reanimated';
|
|
10
12
|
import { Logo } from "../Logo/Logo.js";
|
|
11
13
|
import { useInternalTheme } from "../../theme/hook/useInternalTheme.js";
|
|
14
|
+
import CategoryCard from "../Content/Card/Category/Category.js";
|
|
12
15
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
const AnimatedLinearGradient = Animated.createAnimatedComponent(LinearGradient);
|
|
13
17
|
const HeaderThree = ({
|
|
14
18
|
logoUri,
|
|
15
|
-
|
|
19
|
+
categories,
|
|
16
20
|
theme,
|
|
17
|
-
isLoading
|
|
21
|
+
isLoading,
|
|
22
|
+
style,
|
|
23
|
+
scrollY,
|
|
24
|
+
scrollThreshold = 50,
|
|
25
|
+
activeCategory,
|
|
26
|
+
onPressCategory
|
|
18
27
|
}) => {
|
|
19
28
|
const {
|
|
20
|
-
theme: appliedTheme
|
|
29
|
+
theme: appliedTheme,
|
|
30
|
+
isDarkMode
|
|
21
31
|
} = useInternalTheme(theme);
|
|
22
|
-
const
|
|
23
|
-
backgroundColor:
|
|
24
|
-
}], [
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
32
|
+
const headerWrapperStyle = useMemo(() => [styles.wrapper, {
|
|
33
|
+
backgroundColor: 'transparent'
|
|
34
|
+
}, style], [style]);
|
|
35
|
+
const gradientColors = useMemo(() => {
|
|
36
|
+
const bgColor = appliedTheme.colors.background;
|
|
37
|
+
return [bgColor, isDarkMode ? 'rgba(0,0, 0, 0)' : 'rgba(255,255, 255, 0)'];
|
|
38
|
+
}, [appliedTheme.colors.background, isDarkMode]);
|
|
39
|
+
const scrollBackgroundStyle = useAnimatedStyle(() => {
|
|
40
|
+
if (!scrollY) {
|
|
41
|
+
return {
|
|
42
|
+
opacity: 0
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
const opacity = interpolate(scrollY.value, [0, scrollThreshold], [0, 1], Extrapolation.CLAMP);
|
|
46
|
+
return {
|
|
47
|
+
opacity
|
|
48
|
+
};
|
|
49
|
+
}, [scrollY, scrollThreshold]);
|
|
50
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
51
|
+
style: headerWrapperStyle,
|
|
52
|
+
children: [scrollY && /*#__PURE__*/_jsx(AnimatedLinearGradient, {
|
|
53
|
+
colors: gradientColors,
|
|
54
|
+
start: {
|
|
55
|
+
x: 0,
|
|
56
|
+
y: 0
|
|
57
|
+
},
|
|
58
|
+
end: {
|
|
59
|
+
x: 0,
|
|
60
|
+
y: 1
|
|
61
|
+
},
|
|
62
|
+
locations: [0.75, 1],
|
|
63
|
+
style: [styles.scrollBackgroundOverlay, scrollBackgroundStyle]
|
|
64
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
65
|
+
style: styles.headerContent,
|
|
29
66
|
children: [/*#__PURE__*/_jsx(View, {
|
|
30
|
-
style: styles.
|
|
67
|
+
style: styles.logoContainer,
|
|
31
68
|
children: /*#__PURE__*/_jsx(Logo, {
|
|
32
69
|
width: scale(55),
|
|
33
70
|
height: scale(50),
|
|
34
71
|
logoUri: logoUri,
|
|
35
72
|
isLoading: isLoading
|
|
36
73
|
})
|
|
37
|
-
}),
|
|
38
|
-
|
|
74
|
+
}), categories && /*#__PURE__*/_jsx(View, {
|
|
75
|
+
style: styles.categoryWrapper,
|
|
76
|
+
children: /*#__PURE__*/_jsx(CategoryCard, {
|
|
77
|
+
category: categories,
|
|
78
|
+
theme: theme,
|
|
79
|
+
activeCategory: activeCategory,
|
|
80
|
+
onPressCategory: onPressCategory
|
|
81
|
+
})
|
|
82
|
+
})]
|
|
83
|
+
})]
|
|
39
84
|
});
|
|
40
85
|
};
|
|
41
86
|
export default /*#__PURE__*/React.memo(HeaderThree);
|
|
42
87
|
const styles = StyleSheet.create({
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
justifyContent: 'space-between',
|
|
46
|
-
alignItems: 'center',
|
|
47
|
-
paddingHorizontal: scale(8),
|
|
48
|
-
height: verticalScale(40)
|
|
88
|
+
wrapper: {
|
|
89
|
+
overflow: 'hidden'
|
|
49
90
|
},
|
|
50
|
-
|
|
91
|
+
scrollBackgroundOverlay: {
|
|
92
|
+
...StyleSheet.absoluteFillObject
|
|
93
|
+
},
|
|
94
|
+
headerContent: {
|
|
51
95
|
flexDirection: 'row',
|
|
52
96
|
alignItems: 'center',
|
|
53
|
-
|
|
97
|
+
paddingHorizontal: scale(10),
|
|
98
|
+
minHeight: verticalScale(40),
|
|
99
|
+
zIndex: 9999
|
|
54
100
|
},
|
|
55
|
-
|
|
101
|
+
logoContainer: {
|
|
56
102
|
alignItems: 'center',
|
|
57
|
-
|
|
103
|
+
justifyContent: 'center',
|
|
104
|
+
marginVertical: verticalScale(5)
|
|
105
|
+
},
|
|
106
|
+
categoryWrapper: {
|
|
107
|
+
flex: 1,
|
|
108
|
+
marginLeft: scale(10)
|
|
58
109
|
}
|
|
59
110
|
});
|
|
60
111
|
//# sourceMappingURL=Three.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","
|
|
1
|
+
{"version":3,"names":["React","useMemo","StyleSheet","View","scale","verticalScale","LinearGradient","Animated","useAnimatedStyle","interpolate","Extrapolation","Logo","useInternalTheme","CategoryCard","jsx","_jsx","jsxs","_jsxs","AnimatedLinearGradient","createAnimatedComponent","HeaderThree","logoUri","categories","theme","isLoading","style","scrollY","scrollThreshold","activeCategory","onPressCategory","appliedTheme","isDarkMode","headerWrapperStyle","styles","wrapper","backgroundColor","gradientColors","bgColor","colors","background","scrollBackgroundStyle","opacity","value","CLAMP","children","start","x","y","end","locations","scrollBackgroundOverlay","headerContent","logoContainer","width","height","categoryWrapper","category","memo","create","overflow","absoluteFillObject","flexDirection","alignItems","paddingHorizontal","minHeight","zIndex","justifyContent","marginVertical","flex","marginLeft"],"sourceRoot":"../../../../src","sources":["components/Headers/Three.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -8,10 +8,12 @@
|
|
|
8
8
|
import HeaderOne from "./One.js";
|
|
9
9
|
import HeaderThree from "./Three.js";
|
|
10
10
|
import HeaderTwo from "./Two.js";
|
|
11
|
+
import HeaderFour from "./Four.js";
|
|
11
12
|
const Header = {
|
|
12
13
|
One: HeaderOne,
|
|
13
14
|
Two: HeaderTwo,
|
|
14
|
-
Three: HeaderThree
|
|
15
|
+
Three: HeaderThree,
|
|
16
|
+
Four: HeaderFour
|
|
15
17
|
};
|
|
16
18
|
export { Header };
|
|
17
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["HeaderOne","HeaderThree","HeaderTwo","Header","One","Two","Three"],"sourceRoot":"../../../../src","sources":["components/Headers/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,SAAS,MAAM,UAAO;AAC7B,OAAOC,WAAW,MAAM,YAAS;AACjC,OAAOC,SAAS,MAAM,UAAO;
|
|
1
|
+
{"version":3,"names":["HeaderOne","HeaderThree","HeaderTwo","HeaderFour","Header","One","Two","Three","Four"],"sourceRoot":"../../../../src","sources":["components/Headers/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,SAAS,MAAM,UAAO;AAC7B,OAAOC,WAAW,MAAM,YAAS;AACjC,OAAOC,SAAS,MAAM,UAAO;AAC7B,OAAOC,UAAU,MAAM,WAAQ;AAE/B,MAAMC,MAAM,GAAG;EACbC,GAAG,EAAEL,SAAS;EACdM,GAAG,EAAEJ,SAAS;EACdK,KAAK,EAAEN,WAAW;EAClBO,IAAI,EAAEL;AACR,CAAC;AAED,SAASC,MAAM","ignoreList":[]}
|
|
@@ -6,12 +6,16 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import InputOne from "./InputOne.js";
|
|
9
|
+
import InputThree from "./InputThree.js";
|
|
9
10
|
import InputTwo from "./InputTwo.js";
|
|
10
11
|
import PhoneNumberInputOne from "./PhoneNumberInput.js";
|
|
12
|
+
import PhoneNumberInputTwo from "./PhoneNumberInputTwo.js";
|
|
11
13
|
const Input = {
|
|
12
14
|
One: InputOne,
|
|
13
15
|
Two: InputTwo,
|
|
14
|
-
|
|
16
|
+
Three: InputThree,
|
|
17
|
+
Phone: PhoneNumberInputOne,
|
|
18
|
+
phone: PhoneNumberInputTwo
|
|
15
19
|
};
|
|
16
20
|
export { Input };
|
|
17
21
|
//# sourceMappingURL=Input.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["InputOne","InputTwo","PhoneNumberInputOne","Input","One","Two","Phone"],"sourceRoot":"../../../../src","sources":["components/Input/Input.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,QAAQ,MAAM,eAAY;AACjC,OAAOC,QAAQ,MAAM,eAAY;AACjC,OAAOC,mBAAmB,MAAM,uBAAoB;
|
|
1
|
+
{"version":3,"names":["InputOne","InputThree","InputTwo","PhoneNumberInputOne","PhoneNumberInputTwo","Input","One","Two","Three","Phone","phone"],"sourceRoot":"../../../../src","sources":["components/Input/Input.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,QAAQ,MAAM,eAAY;AACjC,OAAOC,UAAU,MAAM,iBAAc;AACrC,OAAOC,QAAQ,MAAM,eAAY;AACjC,OAAOC,mBAAmB,MAAM,uBAAoB;AACpD,OAAOC,mBAAmB,MAAM,0BAAuB;AAEvD,MAAMC,KAAK,GAAG;EACZC,GAAG,EAAEN,QAAQ;EACbO,GAAG,EAAEL,QAAQ;EACbM,KAAK,EAAEP,UAAU;EACjBQ,KAAK,EAAEN,mBAAmB;EAC1BO,KAAK,EAAEN;AACT,CAAC;AAED,SAASC,KAAK","ignoreList":[]}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Tue 17 Jun 2025 at 11:20 AM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { useState, useMemo, useCallback } from 'react';
|
|
9
|
+
import { StyleSheet, View, Text, TextInput, TouchableOpacity } from 'react-native';
|
|
10
|
+
import { Eye, EyeOff } from 'lucide-react-native';
|
|
11
|
+
import { scale, verticalScale, moderateScale } from 'react-native-size-matters';
|
|
12
|
+
import { useInternalTheme } from "../../theme/hook/useInternalTheme.js";
|
|
13
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
|
+
const InputThree = ({
|
|
16
|
+
containerStyle,
|
|
17
|
+
inputStyle,
|
|
18
|
+
error,
|
|
19
|
+
errorMessage,
|
|
20
|
+
secureTextEntry,
|
|
21
|
+
theme,
|
|
22
|
+
placeholderTextColor,
|
|
23
|
+
disabled,
|
|
24
|
+
leftIcon,
|
|
25
|
+
...props
|
|
26
|
+
}) => {
|
|
27
|
+
const {
|
|
28
|
+
theme: appliedTheme,
|
|
29
|
+
isDarkMode
|
|
30
|
+
} = useInternalTheme(theme);
|
|
31
|
+
const [showPassword, setShowPassword] = useState(false);
|
|
32
|
+
const [, setIsFocused] = useState(false);
|
|
33
|
+
const isPasswordField = useMemo(() => !!secureTextEntry, [secureTextEntry]);
|
|
34
|
+
const inputSecure = useMemo(() => isPasswordField && !showPassword, [isPasswordField, showPassword]);
|
|
35
|
+
const handleFocus = useCallback(() => setIsFocused(true), []);
|
|
36
|
+
const handleBlur = useCallback(() => setIsFocused(false), []);
|
|
37
|
+
const togglePassword = useCallback(() => setShowPassword(prev => !prev), []);
|
|
38
|
+
const {
|
|
39
|
+
textPrimary,
|
|
40
|
+
textSecondary,
|
|
41
|
+
textDisabled,
|
|
42
|
+
error: errorColor
|
|
43
|
+
} = appliedTheme.colors;
|
|
44
|
+
const iconColor = 'white';
|
|
45
|
+
|
|
46
|
+
/* ===============================
|
|
47
|
+
🎨 GLASS BACKGROUND
|
|
48
|
+
=============================== */
|
|
49
|
+
const wrapperBackgroundColor = useMemo(() => {
|
|
50
|
+
if (disabled) return appliedTheme.colors.backgroundDisabled;
|
|
51
|
+
if (error) return appliedTheme.colors.errorContainer;
|
|
52
|
+
return isDarkMode ? 'rgba(255, 255, 255, 0.2)' : 'rgba(255, 255, 255, 0.24)';
|
|
53
|
+
}, [disabled, error, isDarkMode, appliedTheme.colors]);
|
|
54
|
+
|
|
55
|
+
/* ===============================
|
|
56
|
+
🟦 WHITE GLASS BORDER
|
|
57
|
+
=============================== */
|
|
58
|
+
const borderColor = useMemo(() => {
|
|
59
|
+
if (disabled) return appliedTheme.colors.outlineDisabled;
|
|
60
|
+
if (error) return errorColor;
|
|
61
|
+
return isDarkMode ? 'rgba(255, 255, 255, 0.46)' : 'rgba(255,255,255,0.9)';
|
|
62
|
+
}, [disabled, error, isDarkMode, errorColor, appliedTheme.colors]);
|
|
63
|
+
const inputWrapperStyle = useMemo(() => [styles.inputWrapper, {
|
|
64
|
+
backgroundColor: wrapperBackgroundColor,
|
|
65
|
+
borderColor,
|
|
66
|
+
// glass polish
|
|
67
|
+
shadowColor: isDarkMode ? 'transparent' : '#000',
|
|
68
|
+
shadowOpacity: isDarkMode ? 0 : 0.12,
|
|
69
|
+
shadowRadius: 10,
|
|
70
|
+
shadowOffset: {
|
|
71
|
+
width: 0,
|
|
72
|
+
height: 6
|
|
73
|
+
},
|
|
74
|
+
elevation: isDarkMode ? 0 : 4
|
|
75
|
+
}], [wrapperBackgroundColor, borderColor, isDarkMode]);
|
|
76
|
+
const inputTextColor = useMemo(() => disabled ? textDisabled : error ? errorColor : textPrimary, [disabled, error, textDisabled, errorColor, textPrimary]);
|
|
77
|
+
const inputColorStyle = useMemo(() => [styles.input, {
|
|
78
|
+
color: inputTextColor
|
|
79
|
+
}, inputStyle], [inputTextColor, inputStyle]);
|
|
80
|
+
const placeholderColor = useMemo(() => placeholderTextColor || (disabled ? textDisabled : textSecondary), [placeholderTextColor, disabled, textDisabled, textSecondary]);
|
|
81
|
+
|
|
82
|
+
// const iconColor = useMemo(
|
|
83
|
+
// () => (disabled ? textDisabled : error ? errorColor : textPrimary),
|
|
84
|
+
// [disabled, error, textDisabled, errorColor, textPrimary]
|
|
85
|
+
// );
|
|
86
|
+
|
|
87
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
88
|
+
style: [styles.container, containerStyle],
|
|
89
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
90
|
+
style: inputWrapperStyle,
|
|
91
|
+
children: [leftIcon && /*#__PURE__*/_jsx(View, {
|
|
92
|
+
style: styles.leftIconWrapper,
|
|
93
|
+
children: /*#__PURE__*/React.isValidElement(leftIcon) ? /*#__PURE__*/React.cloneElement(leftIcon, {
|
|
94
|
+
color: iconColor
|
|
95
|
+
}) : leftIcon
|
|
96
|
+
}), /*#__PURE__*/_jsx(TextInput, {
|
|
97
|
+
...props,
|
|
98
|
+
editable: !disabled,
|
|
99
|
+
onFocus: handleFocus,
|
|
100
|
+
onBlur: handleBlur,
|
|
101
|
+
placeholderTextColor: placeholderColor,
|
|
102
|
+
secureTextEntry: inputSecure,
|
|
103
|
+
cursorColor: appliedTheme.colors.primary,
|
|
104
|
+
selectionColor: appliedTheme.colors.primary,
|
|
105
|
+
style: inputColorStyle
|
|
106
|
+
}), isPasswordField && /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
107
|
+
onPress: togglePassword,
|
|
108
|
+
disabled: disabled,
|
|
109
|
+
children: showPassword ? /*#__PURE__*/_jsx(EyeOff, {
|
|
110
|
+
size: scale(20),
|
|
111
|
+
color: iconColor
|
|
112
|
+
}) : /*#__PURE__*/_jsx(Eye, {
|
|
113
|
+
size: scale(20),
|
|
114
|
+
color: iconColor
|
|
115
|
+
})
|
|
116
|
+
})]
|
|
117
|
+
}), error && errorMessage && /*#__PURE__*/_jsx(Text, {
|
|
118
|
+
style: [styles.errorText, {
|
|
119
|
+
color: errorColor
|
|
120
|
+
}],
|
|
121
|
+
children: errorMessage
|
|
122
|
+
})]
|
|
123
|
+
});
|
|
124
|
+
};
|
|
125
|
+
export default /*#__PURE__*/React.memo(InputThree);
|
|
126
|
+
const styles = StyleSheet.create({
|
|
127
|
+
container: {
|
|
128
|
+
width: '100%',
|
|
129
|
+
marginBottom: verticalScale(10)
|
|
130
|
+
},
|
|
131
|
+
leftIconWrapper: {
|
|
132
|
+
marginRight: scale(8),
|
|
133
|
+
justifyContent: 'center',
|
|
134
|
+
alignItems: 'center'
|
|
135
|
+
},
|
|
136
|
+
inputWrapper: {
|
|
137
|
+
width: '100%',
|
|
138
|
+
flexDirection: 'row',
|
|
139
|
+
alignItems: 'center',
|
|
140
|
+
borderWidth: scale(1.2),
|
|
141
|
+
borderRadius: moderateScale(5),
|
|
142
|
+
paddingHorizontal: scale(12),
|
|
143
|
+
paddingVertical: verticalScale(5.5)
|
|
144
|
+
},
|
|
145
|
+
input: {
|
|
146
|
+
flex: 1,
|
|
147
|
+
width: '100%',
|
|
148
|
+
fontSize: RFValue(14),
|
|
149
|
+
minHeight: verticalScale(34)
|
|
150
|
+
},
|
|
151
|
+
errorText: {
|
|
152
|
+
fontSize: RFValue(10),
|
|
153
|
+
marginTop: verticalScale(4),
|
|
154
|
+
marginLeft: scale(8)
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
//# sourceMappingURL=InputThree.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useState","useMemo","useCallback","StyleSheet","View","Text","TextInput","TouchableOpacity","Eye","EyeOff","scale","verticalScale","moderateScale","useInternalTheme","RFValue","jsx","_jsx","jsxs","_jsxs","InputThree","containerStyle","inputStyle","error","errorMessage","secureTextEntry","theme","placeholderTextColor","disabled","leftIcon","props","appliedTheme","isDarkMode","showPassword","setShowPassword","setIsFocused","isPasswordField","inputSecure","handleFocus","handleBlur","togglePassword","prev","textPrimary","textSecondary","textDisabled","errorColor","colors","iconColor","wrapperBackgroundColor","backgroundDisabled","errorContainer","borderColor","outlineDisabled","inputWrapperStyle","styles","inputWrapper","backgroundColor","shadowColor","shadowOpacity","shadowRadius","shadowOffset","width","height","elevation","inputTextColor","inputColorStyle","input","color","placeholderColor","style","container","children","leftIconWrapper","isValidElement","cloneElement","editable","onFocus","onBlur","cursorColor","primary","selectionColor","onPress","size","errorText","memo","create","marginBottom","marginRight","justifyContent","alignItems","flexDirection","borderWidth","borderRadius","paddingHorizontal","paddingVertical","flex","fontSize","minHeight","marginTop","marginLeft"],"sourceRoot":"../../../../src","sources":["components/Input/InputThree.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","useState","useCallback","useMemo","useEffect","StyleSheet","View","Text","Animated","PhoneInput","scale","verticalScale","moderateScale","ChevronDown","getExampleNumber","examples","parsePhoneNumberFromString","debounce","useInternalTheme","RFValue","jsx","_jsx","jsxs","_jsxs","getMaxLengthForCountry","countryCode","defaultMaxLength","example","nationalNumber","length","error","console","warn","PhoneNumberInputOne","value","onChangeText","label","placeholder","errorMessage","inputStyle","containerStyle","theme","propTheme","accessibilityLabel","accessibilityHint","disabled","phoneInputRef","appliedTheme","isDarkMode","inputError","setInputError","isFocused","setIsFocused","errorAnimation","Value","current","getCountryCode","timing","toValue","duration","useNativeDriver","start","validatePhoneNumber","formattedText","inputCallingCode","rawInput","replace","fullRawNumber","parsedNumber","maxLength","fullNumber","formattedNumber","isValid","e164","number","debouncedHandlePhoneChange","currentCallingCode","getCallingCode","cancel","inputWrapperStyle","styles","inputWrapper","borderColor","colors","outlineDisabled","primary","outline","backgroundColor","backgroundDisabled","errorContainer","background","borderWidth","computedAccessibilityLabel","style","container","opacity","interpolate","inputRange","outputRange","children","labelContainer","color","textDisabled","textPrimary","ref","defaultCode","layout","withShadow","autoFocus","phoneInputContainer","textContainerStyle","phoneInputTextContainer","textInputStyle","textInput","codeTextStyle","onErrorContainer","countryPickerButtonStyle","renderDropdownImage","size","textInputProps","keyboardType","placeholderTextColor","textSecondary","cursorColor","selectionColor","onFocus","onBlur","withDarkTheme","errorText","memo","create","width","marginBottom","position","top","left","zIndex","paddingHorizontal","borderRadius","fontSize","fontWeight","letterSpacing","height","flexDirection","alignItems","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flex","paddingVertical","padding","marginRight","marginLeft","marginTop"],"sourceRoot":"../../../../src","sources":["components/Input/PhoneNumberInput.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","useRef","useState","useCallback","useMemo","useEffect","StyleSheet","View","Text","Animated","PhoneInput","scale","verticalScale","moderateScale","ChevronDown","getExampleNumber","examples","parsePhoneNumberFromString","debounce","useInternalTheme","RFValue","jsx","_jsx","jsxs","_jsxs","getMaxLengthForCountry","countryCode","defaultMaxLength","example","nationalNumber","length","error","console","warn","PhoneNumberInputOne","value","onChangeText","label","placeholder","errorMessage","inputStyle","containerStyle","theme","propTheme","accessibilityLabel","accessibilityHint","disabled","phoneInputRef","appliedTheme","isDarkMode","inputError","setInputError","isFocused","setIsFocused","errorAnimation","Value","current","getCountryCode","timing","toValue","duration","useNativeDriver","start","validatePhoneNumber","formattedText","inputCallingCode","rawInput","replace","fullRawNumber","parsedNumber","maxLength","fullNumber","formattedNumber","isValid","e164","number","debouncedHandlePhoneChange","currentCallingCode","getCallingCode","cancel","inputWrapperStyle","styles","inputWrapper","borderColor","colors","outlineDisabled","primary","outline","backgroundColor","backgroundDisabled","errorContainer","background","borderWidth","computedAccessibilityLabel","style","container","opacity","interpolate","inputRange","outputRange","children","labelContainer","color","textDisabled","textPrimary","ref","defaultCode","layout","withShadow","autoFocus","phoneInputContainer","textContainerStyle","phoneInputTextContainer","textInputStyle","textInput","codeTextStyle","onErrorContainer","countryPickerButtonStyle","renderDropdownImage","size","textInputProps","keyboardType","placeholderTextColor","textSecondary","cursorColor","selectionColor","onFocus","onBlur","withDarkTheme","errorText","memo","create","width","marginBottom","position","top","left","zIndex","paddingHorizontal","borderRadius","fontSize","fontWeight","letterSpacing","height","flexDirection","alignItems","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flex","paddingVertical","padding","marginRight","marginLeft","marginTop"],"sourceRoot":"../../../../src","sources":["components/Input/PhoneNumberInput.tsx"],"mappings":"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","ignoreList":[]}
|