@zezosoft/zezo-ott-react-native-ui-kit 1.0.5 → 1.0.7
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/Account/Account.js +4 -4
- package/lib/module/components/Account/Account.js.map +1 -1
- package/lib/module/components/Alert/AlertDialog.js +2 -2
- package/lib/module/components/Alert/AlertDialog.js.map +1 -1
- package/lib/module/components/Alert/UAAlert.js +5 -1
- package/lib/module/components/Alert/UAAlert.js.map +1 -1
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +74 -104
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +4 -8
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -1
- package/lib/module/components/Auth/Login/LoginWithEmail.js +7 -7
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
- package/lib/module/components/Auth/Login/LoginWithPhone.js +6 -6
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -1
- package/lib/module/components/Auth/OTP/OTP.js +5 -5
- package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/QrLogin/QrLogin.js +8 -9
- package/lib/module/components/Auth/QrLogin/QrLogin.js.map +1 -1
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js +2 -2
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +1 -1
- package/lib/module/components/Auth/SignUp/SignUp.js +9 -9
- package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js +14 -23
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js +71 -47
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +5 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
- package/lib/module/components/BlogView/BlogView.js +8 -7
- package/lib/module/components/BlogView/BlogView.js.map +1 -1
- package/lib/module/components/Button/BackBtn.js +2 -2
- package/lib/module/components/Button/BackBtn.js.map +1 -1
- package/lib/module/components/Button/MenuBtn.js +2 -2
- package/lib/module/components/Button/MenuBtn.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +2 -2
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Button/SecondaryBtn.js +2 -2
- package/lib/module/components/Button/SecondaryBtn.js.map +1 -1
- package/lib/module/components/Button/TextButton.js +2 -2
- package/lib/module/components/Button/TextButton.js.map +1 -1
- package/lib/module/components/Content/Card/Category/Category.js +3 -3
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +5 -3
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +5 -5
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +3 -2
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +4 -3
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +4 -3
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +4 -3
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +4 -3
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Six.js +5 -3
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +4 -3
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +4 -3
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +4 -3
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js +6 -0
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js +1 -1
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js.map +1 -1
- package/lib/module/components/Content/Card/components/ShowAllButton.js +3 -1
- package/lib/module/components/Content/Card/components/ShowAllButton.js.map +1 -1
- package/lib/module/components/Content/Content.js +22 -7
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/ContentView/ContentView.js +101 -85
- package/lib/module/components/ContentView/ContentView.js.map +1 -1
- package/lib/module/components/ContentView/MoreContentList.js +3 -2
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/components/AboutSection.js +15 -1
- package/lib/module/components/ContentView/components/AboutSection.js.map +1 -1
- package/lib/module/components/ContentView/components/CastCard.js +1 -1
- package/lib/module/components/ContentView/components/EpisodeCard.js +15 -6
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
- package/lib/module/components/ContentView/components/HeroBanner.js +56 -20
- package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -1
- package/lib/module/components/ContentView/components/MiniInfo.js +136 -0
- package/lib/module/components/ContentView/components/MiniInfo.js.map +1 -0
- package/lib/module/components/ContentView/components/Title.js +19 -27
- package/lib/module/components/ContentView/components/Title.js.map +1 -1
- package/lib/module/components/ContentView/components/TrailerButton.js +5 -5
- package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -1
- package/lib/module/components/{Content/Card/components → Fallbacks}/NoContentFallback.js +50 -33
- package/lib/module/components/Fallbacks/NoContentFallback.js.map +1 -0
- package/lib/module/components/Fallbacks/NotFoundFallback.js +79 -0
- package/lib/module/components/Fallbacks/NotFoundFallback.js.map +1 -0
- package/lib/module/components/Fallbacks/index.js +5 -0
- package/lib/module/components/Fallbacks/index.js.map +1 -0
- package/lib/module/components/Headers/AppHeader.js +2 -2
- package/lib/module/components/Headers/AppHeader.js.map +1 -1
- package/lib/module/components/Headers/One.js +2 -2
- package/lib/module/components/Headers/One.js.map +1 -1
- package/lib/module/components/Headers/Three.js +2 -2
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +2 -2
- package/lib/module/components/Headers/Two.js.map +1 -1
- package/lib/module/components/Input/InputOne.js +11 -5
- package/lib/module/components/Input/InputOne.js.map +1 -1
- package/lib/module/components/Input/InputTwo.js +2 -2
- package/lib/module/components/Input/InputTwo.js.map +1 -1
- package/lib/module/components/Input/PhoneNumberInput.js +5 -4
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +2 -2
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/Search/One.js +4 -4
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Search/components/SearchCard.js +2 -2
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/module/components/Settings/AppSettings.js +4 -4
- package/lib/module/components/Settings/AppSettings.js.map +1 -1
- package/lib/module/components/Subscription/SubOne.js +9 -8
- package/lib/module/components/Subscription/SubOne.js.map +1 -1
- package/lib/module/components/TabBar/One.js +8 -5
- package/lib/module/components/TabBar/One.js.map +1 -1
- package/lib/module/components/TabBar/Three.js +2 -2
- package/lib/module/components/TabBar/Three.js.map +1 -1
- package/lib/module/components/TabBar/Two.js +8 -5
- package/lib/module/components/TabBar/Two.js.map +1 -1
- package/lib/module/components/Text/Text.js +34 -12
- package/lib/module/components/Text/Text.js.map +1 -1
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js +4 -3
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js +8 -8
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js.map +1 -1
- package/lib/module/components/User/WatchHistory/WatchHistory.js +3 -3
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js +5 -3
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/User/components/UserAvatar.js +13 -10
- package/lib/module/components/User/components/UserAvatar.js.map +1 -1
- package/lib/module/components/User/components/UserSection.js +3 -3
- package/lib/module/components/User/components/UserSection.js.map +1 -1
- package/lib/module/components/View/View.js.map +1 -1
- package/lib/module/components/common/AppStatusBar.js +41 -0
- package/lib/module/components/common/AppStatusBar.js.map +1 -0
- package/lib/module/components/index.js +3 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/SafeAreaWrapper.js +2 -2
- package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
- package/lib/module/store/splashStore.js +3 -7
- package/lib/module/store/splashStore.js.map +1 -1
- package/lib/module/store/themeStore.js +36 -0
- package/lib/module/store/themeStore.js.map +1 -0
- package/lib/module/theme/ThemeProvider.js +40 -69
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hook/index.js +5 -0
- package/lib/module/theme/hook/index.js.map +1 -0
- package/lib/module/theme/hook/useInternalTheme.js +57 -0
- package/lib/module/theme/hook/useInternalTheme.js.map +1 -0
- package/lib/module/theme/hook/useThemeStatusBar.js +27 -0
- package/lib/module/theme/hook/useThemeStatusBar.js.map +1 -0
- package/lib/module/theme/index.js +1 -2
- package/lib/module/theme/index.js.map +1 -1
- package/lib/module/theme/themes.js +18 -4
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/typescript/src/components/Account/Account.d.ts +2 -2
- package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts +2 -2
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/UAAlert.d.ts +2 -2
- package/lib/typescript/src/components/Alert/UAAlert.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts +6 -6
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts +2 -2
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts +2 -2
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts +2 -2
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +2 -2
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts +2 -2
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts +2 -2
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts +2 -2
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts +2 -2
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts +7 -6
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/index.d.ts +5 -5
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +2 -2
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +2 -2
- package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/BackBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/MenuBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/index.d.ts +3 -3
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +2 -2
- 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 +2 -2
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +2 -2
- 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 +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +4 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +2 -0
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/index.d.ts +10 -10
- package/lib/typescript/src/components/Content/Content.d.ts +4 -2
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +2 -2
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +1 -5
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +6 -3
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts +16 -0
- package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts.map +1 -0
- package/lib/typescript/src/components/Fallbacks/NotFoundFallback.d.ts +19 -0
- package/lib/typescript/src/components/Fallbacks/NotFoundFallback.d.ts.map +1 -0
- package/lib/typescript/src/components/Fallbacks/index.d.ts +3 -0
- package/lib/typescript/src/components/Fallbacks/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/AppHeader.d.ts +2 -2
- package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/One.d.ts +2 -2
- package/lib/typescript/src/components/Headers/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts +2 -2
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +2 -2
- package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputOne.d.ts +2 -2
- package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputTwo.d.ts +2 -2
- package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts +2 -2
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts +2 -2
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts +2 -2
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +2 -2
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Settings/AppSettings.d.ts +2 -2
- package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts +2 -2
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/One.d.ts +2 -2
- package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Three.d.ts +2 -2
- package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Two.d.ts +2 -2
- package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Text/Text.d.ts +3 -4
- package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +2 -2
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -1
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts +2 -2
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +2 -2
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +2 -2
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts +2 -2
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -1
- package/lib/typescript/src/components/User/components/UserSection.d.ts +2 -2
- package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
- package/lib/typescript/src/components/View/View.d.ts +2 -2
- package/lib/typescript/src/components/View/View.d.ts.map +1 -1
- package/lib/typescript/src/components/common/AppStatusBar.d.ts +17 -0
- package/lib/typescript/src/components/common/AppStatusBar.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +3 -1
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +2 -2
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
- package/lib/typescript/src/store/themeStore.d.ts +25 -0
- package/lib/typescript/src/store/themeStore.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts +17 -10
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/index.d.ts +3 -0
- package/lib/typescript/src/theme/hook/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts +7 -0
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -0
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts +10 -0
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +1 -6
- package/lib/typescript/src/theme/index.d.ts.map +1 -1
- package/lib/typescript/src/theme/themes.d.ts +20 -2
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts +10 -3
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/Account/Account.tsx +6 -6
- package/src/components/Alert/AlertDialog.tsx +4 -4
- package/src/components/Alert/UAAlert.tsx +5 -3
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +106 -156
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +6 -8
- package/src/components/Auth/Login/LoginWithEmail.tsx +9 -9
- package/src/components/Auth/Login/LoginWithPhone.tsx +8 -8
- package/src/components/Auth/OTP/OTP.tsx +7 -7
- package/src/components/Auth/QrLogin/QrLogin.tsx +8 -12
- package/src/components/Auth/QrLogin/components/QrViewArea.tsx +4 -4
- package/src/components/Auth/SignUp/SignUp.tsx +11 -11
- package/src/components/Auth/SplashScreen/SplashScreen.tsx +17 -30
- package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +90 -74
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +5 -3
- package/src/components/BlogView/BlogView.tsx +13 -8
- package/src/components/Button/BackBtn.tsx +4 -4
- package/src/components/Button/MenuBtn.tsx +4 -4
- package/src/components/Button/PrimaryBtn.tsx +4 -4
- package/src/components/Button/SecondaryBtn.tsx +4 -4
- package/src/components/Button/TextButton.tsx +2 -2
- package/src/components/Content/Card/Category/Category.tsx +5 -5
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +6 -5
- package/src/components/Content/Card/Sliders/Styles/One.tsx +9 -6
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +8 -5
- package/src/components/Content/Card/Styles/Five.tsx +5 -5
- package/src/components/Content/Card/Styles/Four.tsx +5 -5
- package/src/components/Content/Card/Styles/One.tsx +5 -5
- package/src/components/Content/Card/Styles/RotateInOut.tsx +5 -5
- package/src/components/Content/Card/Styles/Six.tsx +9 -6
- package/src/components/Content/Card/Styles/Three.tsx +5 -5
- package/src/components/Content/Card/Styles/TopTen.tsx +5 -5
- package/src/components/Content/Card/Styles/Two.tsx +5 -5
- package/src/components/Content/Card/components/CardPoster.tsx +6 -0
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +1 -1
- package/src/components/Content/Card/components/ShowAllButton.tsx +6 -1
- package/src/components/Content/Content.tsx +25 -5
- package/src/components/Content/Sections.tsx +2 -2
- package/src/components/ContentView/ContentView.tsx +112 -88
- package/src/components/ContentView/MoreContentList.tsx +5 -4
- package/src/components/ContentView/components/AboutSection.tsx +23 -3
- package/src/components/ContentView/components/CastCard.tsx +1 -1
- package/src/components/ContentView/components/EpisodeCard.tsx +21 -8
- package/src/components/ContentView/components/HeroBanner.tsx +55 -20
- package/src/components/ContentView/components/MiniInfo.tsx +193 -0
- package/src/components/ContentView/components/Title.tsx +17 -26
- package/src/components/ContentView/components/TrailerButton.tsx +6 -5
- package/src/components/Fallbacks/NoContentFallback.tsx +172 -0
- package/src/components/Fallbacks/NotFoundFallback.tsx +86 -0
- package/src/components/Fallbacks/index.ts +2 -0
- package/src/components/Headers/AppHeader.tsx +4 -4
- package/src/components/Headers/One.tsx +4 -4
- package/src/components/Headers/Three.tsx +4 -4
- package/src/components/Headers/Two.tsx +4 -4
- package/src/components/Input/InputOne.tsx +30 -7
- package/src/components/Input/InputTwo.tsx +4 -4
- package/src/components/Input/PhoneNumberInput.tsx +5 -5
- package/src/components/Logo/Logo.tsx +4 -4
- package/src/components/Search/One.tsx +10 -9
- package/src/components/Search/components/SearchCard.tsx +4 -4
- package/src/components/Settings/AppSettings.tsx +6 -6
- package/src/components/Subscription/SubOne.tsx +15 -16
- package/src/components/TabBar/One.tsx +10 -6
- package/src/components/TabBar/Three.tsx +4 -4
- package/src/components/TabBar/Two.tsx +9 -6
- package/src/components/Text/Text.tsx +26 -13
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +6 -5
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +10 -14
- package/src/components/User/WatchHistory/WatchHistory.tsx +5 -5
- package/src/components/User/WatchLater/WatchLater.tsx +7 -6
- package/src/components/User/components/UserAvatar.tsx +16 -10
- package/src/components/User/components/UserSection.tsx +5 -5
- package/src/components/View/View.tsx +2 -1
- package/src/components/common/AppStatusBar.tsx +51 -0
- package/src/components/index.ts +3 -1
- package/src/components/layout/SafeAreaWrapper.tsx +4 -4
- package/src/store/splashStore.ts +5 -5
- package/src/store/themeStore.ts +43 -0
- package/src/theme/ThemeProvider.tsx +39 -102
- package/src/theme/hook/index.ts +2 -0
- package/src/theme/hook/useInternalTheme.ts +83 -0
- package/src/theme/hook/useThemeStatusBar.ts +33 -0
- package/src/theme/index.ts +1 -7
- package/src/theme/themes.ts +40 -6
- package/src/types/content/content-view.types.ts +10 -3
- package/lib/module/components/Content/Card/components/NoContentFallback.js.map +0 -1
- package/lib/module/theme/hook/useTheme.js +0 -45
- package/lib/module/theme/hook/useTheme.js.map +0 -1
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts +0 -17
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/useTheme.d.ts +0 -9
- package/lib/typescript/src/theme/hook/useTheme.d.ts.map +0 -1
- package/src/components/Content/Card/components/NoContentFallback.tsx +0 -147
- package/src/theme/hook/useTheme.ts +0 -45
|
@@ -14,9 +14,9 @@ import {
|
|
|
14
14
|
type TextStyle,
|
|
15
15
|
} from 'react-native';
|
|
16
16
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
17
|
-
import {
|
|
17
|
+
import { useInternalTheme } from '../../theme/hook/useInternalTheme';
|
|
18
18
|
import { Text } from '../Text';
|
|
19
|
-
import type {
|
|
19
|
+
import type { ThemeOverride } from '../../theme/themes';
|
|
20
20
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
21
21
|
|
|
22
22
|
type PrimaryBtnProps = {
|
|
@@ -27,7 +27,7 @@ type PrimaryBtnProps = {
|
|
|
27
27
|
disabled?: boolean;
|
|
28
28
|
containerStyle?: ViewStyle;
|
|
29
29
|
titleStyle?: TextStyle;
|
|
30
|
-
theme?:
|
|
30
|
+
theme?: ThemeOverride;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
export const PrimaryBtn: React.FC<PrimaryBtnProps> = ({
|
|
@@ -40,7 +40,7 @@ export const PrimaryBtn: React.FC<PrimaryBtnProps> = ({
|
|
|
40
40
|
titleStyle,
|
|
41
41
|
theme,
|
|
42
42
|
}) => {
|
|
43
|
-
const { theme: appliedTheme } =
|
|
43
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
44
44
|
const backgroundColor =
|
|
45
45
|
disabled || loading
|
|
46
46
|
? appliedTheme.colors?.buttonDisabled
|
|
@@ -14,9 +14,9 @@ import {
|
|
|
14
14
|
type TextStyle,
|
|
15
15
|
} from 'react-native';
|
|
16
16
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
17
|
-
import {
|
|
17
|
+
import { useInternalTheme } from '../../theme/hook/useInternalTheme';
|
|
18
18
|
import { Text } from '../Text';
|
|
19
|
-
import type {
|
|
19
|
+
import type { ThemeOverride } from '../../theme/themes';
|
|
20
20
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
21
21
|
|
|
22
22
|
type SecondaryBtnProps = {
|
|
@@ -27,7 +27,7 @@ type SecondaryBtnProps = {
|
|
|
27
27
|
disabled?: boolean;
|
|
28
28
|
containerStyle?: ViewStyle;
|
|
29
29
|
titleStyle?: TextStyle;
|
|
30
|
-
theme?:
|
|
30
|
+
theme?: ThemeOverride;
|
|
31
31
|
leftIcon?: React.ReactNode;
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -42,7 +42,7 @@ export const SecondaryBtn: React.FC<SecondaryBtnProps> = ({
|
|
|
42
42
|
leftIcon,
|
|
43
43
|
theme,
|
|
44
44
|
}) => {
|
|
45
|
-
const { theme: appliedTheme } =
|
|
45
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
46
46
|
|
|
47
47
|
const backgroundColor =
|
|
48
48
|
disabled || loading
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
type TextStyle,
|
|
8
8
|
type ViewStyle,
|
|
9
9
|
} from 'react-native';
|
|
10
|
-
import {
|
|
10
|
+
import { useInternalTheme } from '../../theme/hook/useInternalTheme';
|
|
11
11
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
12
12
|
import { Text } from '../Text';
|
|
13
13
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
@@ -37,7 +37,7 @@ const TextButton: React.FC<TextButtonProps> = ({
|
|
|
37
37
|
align = 'center',
|
|
38
38
|
leftIcon,
|
|
39
39
|
}) => {
|
|
40
|
-
const { theme } =
|
|
40
|
+
const { theme } = useInternalTheme();
|
|
41
41
|
|
|
42
42
|
const alignSelfMap: Record<
|
|
43
43
|
'left' | 'center' | 'right',
|
|
@@ -22,10 +22,10 @@ import {
|
|
|
22
22
|
type ListRenderItemInfo,
|
|
23
23
|
} from 'react-native';
|
|
24
24
|
import { Text } from '../../../Text';
|
|
25
|
-
import {
|
|
25
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
26
26
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
27
27
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
28
|
-
import type {
|
|
28
|
+
import type { ThemeOverride } from '../../../../theme/themes';
|
|
29
29
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
30
30
|
|
|
31
31
|
export type ICategory = {
|
|
@@ -42,7 +42,7 @@ type CategoryCardProps = {
|
|
|
42
42
|
category?: ICategory[];
|
|
43
43
|
activeCategory?: ICategory;
|
|
44
44
|
onPressCategory?: (category: ICategory) => void;
|
|
45
|
-
theme?:
|
|
45
|
+
theme?: ThemeOverride;
|
|
46
46
|
mode?: 'text' | 'filled';
|
|
47
47
|
isLoading?: boolean;
|
|
48
48
|
};
|
|
@@ -68,7 +68,7 @@ const CategoryCard = React.memo(
|
|
|
68
68
|
mode = 'text',
|
|
69
69
|
isLoading = false,
|
|
70
70
|
}: CategoryCardProps) => {
|
|
71
|
-
const { theme: appliedTheme } =
|
|
71
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
72
72
|
const flatListRef = useRef<FlatList<ICategory>>(null);
|
|
73
73
|
const [itemWidths, setItemWidths] = useState<number[]>([]);
|
|
74
74
|
|
|
@@ -162,7 +162,7 @@ const CategoryCard = React.memo(
|
|
|
162
162
|
|
|
163
163
|
const textColor = isFilledMode
|
|
164
164
|
? isSelected
|
|
165
|
-
? appliedTheme.colors.
|
|
165
|
+
? appliedTheme.colors.buttonText
|
|
166
166
|
: appliedTheme.colors.textPrimary
|
|
167
167
|
: isSelected
|
|
168
168
|
? appliedTheme.colors.primary
|
|
@@ -26,14 +26,14 @@ import Animated, {
|
|
|
26
26
|
} from 'react-native-reanimated';
|
|
27
27
|
|
|
28
28
|
import { usePaginatedSection } from '../../../../hooks/usePaginatedSection';
|
|
29
|
-
import {
|
|
29
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
30
30
|
import NavigateToMore from '../components/NavigateToMore';
|
|
31
31
|
import type {
|
|
32
32
|
IContentData,
|
|
33
33
|
IGetSectionData,
|
|
34
34
|
MoreFetchData,
|
|
35
35
|
} from '../../../../types';
|
|
36
|
-
import type {
|
|
36
|
+
import type { ITheme, ThemeOverride } from '../../../../theme/themes';
|
|
37
37
|
import { Text } from '../../../Text';
|
|
38
38
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
39
39
|
import RentOrBuyIcon from '../components/RentOrBuyIcon';
|
|
@@ -57,7 +57,7 @@ type Props = {
|
|
|
57
57
|
historyData?: IHistoryItem[];
|
|
58
58
|
type: IGetSectionData['type'];
|
|
59
59
|
moreFetchDataHistory?: MoreFetchData<IHistoryItem>;
|
|
60
|
-
theme?:
|
|
60
|
+
theme?: ThemeOverride;
|
|
61
61
|
onPressItem?: (item: IContentData) => void;
|
|
62
62
|
onPressMore?: (params: {
|
|
63
63
|
section_id: IGetSectionData['_id'];
|
|
@@ -150,6 +150,7 @@ const NowWatchingItem = memo(
|
|
|
150
150
|
style={styles.poster}
|
|
151
151
|
>
|
|
152
152
|
<RentOrBuyIcon
|
|
153
|
+
theme={appliedTheme}
|
|
153
154
|
content_offering_type={item.content.content_offering_type}
|
|
154
155
|
/>
|
|
155
156
|
<LinearGradient
|
|
@@ -212,7 +213,7 @@ const NowWatching: React.FC<Props> = ({
|
|
|
212
213
|
}) => {
|
|
213
214
|
const flatListRef = useRef<FlatList<IHistoryItem>>(null);
|
|
214
215
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
215
|
-
const { theme: appliedTheme } =
|
|
216
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
216
217
|
const styles = useMemo(
|
|
217
218
|
() => getStyles(appliedTheme, itemWidth, borderRadius),
|
|
218
219
|
[appliedTheme, itemWidth, borderRadius]
|
|
@@ -319,7 +320,7 @@ const NowWatching: React.FC<Props> = ({
|
|
|
319
320
|
titleStyle,
|
|
320
321
|
]}
|
|
321
322
|
containerStyle={styles.navigateToMoreContainer}
|
|
322
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
323
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
323
324
|
/>
|
|
324
325
|
)}
|
|
325
326
|
{(isLoading || isLoadingHistory) && (
|
|
@@ -19,10 +19,10 @@ import { Play } from 'lucide-react-native';
|
|
|
19
19
|
import { Text } from '../../../../Text';
|
|
20
20
|
import Display from '../../../../../utils/Display';
|
|
21
21
|
import type { IContentData, ISectionContent } from '../../../../../types';
|
|
22
|
-
import
|
|
23
|
-
import { useTheme } from '../../../../../theme/hook/useTheme';
|
|
22
|
+
import { useInternalTheme } from '../../../../../theme/hook/useInternalTheme';
|
|
24
23
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
25
24
|
import RentOrBuyIcon from '../../components/RentOrBuyIcon';
|
|
25
|
+
import type { ThemeOverride } from '../../../../../theme/themes';
|
|
26
26
|
|
|
27
27
|
// Constants
|
|
28
28
|
const DEFAULT_SKELETON_COUNT = 3;
|
|
@@ -38,7 +38,7 @@ type SliderOneProps = {
|
|
|
38
38
|
showPlayIcon?: boolean;
|
|
39
39
|
isLoading?: boolean;
|
|
40
40
|
skeletonCount?: number;
|
|
41
|
-
theme?:
|
|
41
|
+
theme?: ThemeOverride;
|
|
42
42
|
} & AccessibilityProps;
|
|
43
43
|
|
|
44
44
|
// ImageTouchable component
|
|
@@ -74,7 +74,7 @@ const SliderOne: React.FC<SliderOneProps> = ({
|
|
|
74
74
|
accessibilityLabel = 'Content carousel',
|
|
75
75
|
accessibilityHint = 'Swipe to view content',
|
|
76
76
|
}) => {
|
|
77
|
-
const { theme: appliedTheme } =
|
|
77
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
78
78
|
const contentData = useMemo(() => data?.data ?? [], [data]);
|
|
79
79
|
const [activeIndex, setActiveIndex] = useState<number>(0);
|
|
80
80
|
|
|
@@ -90,7 +90,10 @@ const SliderOne: React.FC<SliderOneProps> = ({
|
|
|
90
90
|
({ item }: { item: IContentData }) => (
|
|
91
91
|
<View style={styles.sliderContainer}>
|
|
92
92
|
<ImageTouchable onImagePress={() => onPressItem?.(item)}>
|
|
93
|
-
<RentOrBuyIcon
|
|
93
|
+
<RentOrBuyIcon
|
|
94
|
+
theme={appliedTheme}
|
|
95
|
+
content_offering_type={item.content_offering_type}
|
|
96
|
+
/>
|
|
94
97
|
<FastImage
|
|
95
98
|
source={{
|
|
96
99
|
uri: item.thumbnail,
|
|
@@ -139,7 +142,7 @@ const SliderOne: React.FC<SliderOneProps> = ({
|
|
|
139
142
|
</ImageTouchable>
|
|
140
143
|
</View>
|
|
141
144
|
),
|
|
142
|
-
[
|
|
145
|
+
[appliedTheme, showPlayIcon, onPressItem]
|
|
143
146
|
);
|
|
144
147
|
|
|
145
148
|
// Render skeleton item
|
|
@@ -15,13 +15,13 @@ import FastImage from 'react-native-fast-image';
|
|
|
15
15
|
import LinearGradient from 'react-native-linear-gradient';
|
|
16
16
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
17
17
|
import { Text } from '../../../../Text';
|
|
18
|
-
import {
|
|
18
|
+
import { useInternalTheme } from '../../../../../theme/hook/useInternalTheme';
|
|
19
19
|
import Display from '../../../../../utils/Display';
|
|
20
20
|
import { ThumbnailCard } from '../../components/ThumbnailCard';
|
|
21
21
|
import type { IContentData, ISectionContent } from '../../../../../types';
|
|
22
|
-
import type { AppTheme } from '../../../../../theme/themes';
|
|
23
22
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
24
23
|
import RentOrBuyIcon from '../../components/RentOrBuyIcon';
|
|
24
|
+
import type { ThemeOverride } from '../../../../../theme/themes';
|
|
25
25
|
|
|
26
26
|
const FULL_WIDTH = Display.fullWidth;
|
|
27
27
|
const FULL_HEIGHT = FULL_WIDTH * (9 / 16);
|
|
@@ -31,7 +31,7 @@ type SliderTwoProps = {
|
|
|
31
31
|
onPressItem?: (item: IContentData) => void;
|
|
32
32
|
isLoading?: boolean;
|
|
33
33
|
skeletonCount?: number;
|
|
34
|
-
theme?:
|
|
34
|
+
theme?: ThemeOverride;
|
|
35
35
|
} & AccessibilityProps;
|
|
36
36
|
|
|
37
37
|
const SliderTwo: React.FC<SliderTwoProps> = ({
|
|
@@ -43,7 +43,7 @@ const SliderTwo: React.FC<SliderTwoProps> = ({
|
|
|
43
43
|
accessibilityHint = 'Swipe to view content',
|
|
44
44
|
theme,
|
|
45
45
|
}) => {
|
|
46
|
-
const { theme: appliedTheme } =
|
|
46
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
47
47
|
const contentData = useMemo(() => data?.data ?? [], [data]);
|
|
48
48
|
const [activeIndex, setActiveIndex] = useState(0);
|
|
49
49
|
const gradientColors = useMemo(
|
|
@@ -75,7 +75,10 @@ const SliderTwo: React.FC<SliderTwoProps> = ({
|
|
|
75
75
|
accessibilityRole="button"
|
|
76
76
|
accessibilityLabel={`View ${item.name}`}
|
|
77
77
|
>
|
|
78
|
-
<RentOrBuyIcon
|
|
78
|
+
<RentOrBuyIcon
|
|
79
|
+
theme={appliedTheme}
|
|
80
|
+
content_offering_type={item.content_offering_type}
|
|
81
|
+
/>
|
|
79
82
|
<ThumbnailCard
|
|
80
83
|
thumbnailUri={item.thumbnail}
|
|
81
84
|
theme={appliedTheme}
|
|
@@ -23,8 +23,8 @@ import FastImage from 'react-native-fast-image';
|
|
|
23
23
|
import CardPoster from '../components/CardPoster';
|
|
24
24
|
import NavigateToMore from '../components/NavigateToMore';
|
|
25
25
|
import { usePaginatedSection } from '../../../../hooks/usePaginatedSection';
|
|
26
|
-
import {
|
|
27
|
-
import type {
|
|
26
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
27
|
+
import type { ITheme, ThemeOverride } from '../../../../theme/themes';
|
|
28
28
|
import type {
|
|
29
29
|
IContentData,
|
|
30
30
|
IGetSectionData,
|
|
@@ -38,7 +38,7 @@ const DEFAULT_BORDER_RADIUS = moderateScale(5);
|
|
|
38
38
|
const DEFAULT_SKELETON_COUNT = 3;
|
|
39
39
|
|
|
40
40
|
type MovieCardFiveProps = {
|
|
41
|
-
theme?:
|
|
41
|
+
theme?: ThemeOverride;
|
|
42
42
|
title: string;
|
|
43
43
|
section_id: string;
|
|
44
44
|
type: IGetSectionData['type'];
|
|
@@ -83,7 +83,7 @@ const MovieCardFive: React.FC<MovieCardFiveProps> = ({
|
|
|
83
83
|
accessibilityLabel,
|
|
84
84
|
accessibilityHint,
|
|
85
85
|
}) => {
|
|
86
|
-
const { theme: appliedTheme } =
|
|
86
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
87
87
|
const flatListRef = useRef<FlatList<IContentData>>(null);
|
|
88
88
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
89
89
|
const styles = useMemo(
|
|
@@ -220,7 +220,7 @@ const MovieCardFive: React.FC<MovieCardFiveProps> = ({
|
|
|
220
220
|
titleStyle,
|
|
221
221
|
]}
|
|
222
222
|
containerStyle={styles.navigateToMoreContainer}
|
|
223
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
223
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
224
224
|
/>
|
|
225
225
|
<FlatList
|
|
226
226
|
ref={flatListRef}
|
|
@@ -20,7 +20,7 @@ import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
|
20
20
|
import { moderateScale, verticalScale } from 'react-native-size-matters';
|
|
21
21
|
import { usePaginatedSection } from '../../../../hooks/usePaginatedSection';
|
|
22
22
|
import NavigateToMore from '../components/NavigateToMore';
|
|
23
|
-
import {
|
|
23
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
24
24
|
import CardPoster from '../components/CardPoster';
|
|
25
25
|
import FastImage from 'react-native-fast-image';
|
|
26
26
|
import type {
|
|
@@ -29,7 +29,7 @@ import type {
|
|
|
29
29
|
ISectionContent,
|
|
30
30
|
MoreFetchData,
|
|
31
31
|
} from '../../../../types';
|
|
32
|
-
import type {
|
|
32
|
+
import type { ITheme, ThemeOverride } from '../../../../theme/themes';
|
|
33
33
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
34
34
|
|
|
35
35
|
// default values
|
|
@@ -62,7 +62,7 @@ type MovieCardFourProps = {
|
|
|
62
62
|
titleStyle?: StyleProp<TextStyle>;
|
|
63
63
|
itemStyle?: StyleProp<ViewStyle>;
|
|
64
64
|
isLoading?: boolean;
|
|
65
|
-
theme?:
|
|
65
|
+
theme?: ThemeOverride;
|
|
66
66
|
} & AccessibilityProps;
|
|
67
67
|
|
|
68
68
|
const MovieCardFour: React.FC<MovieCardFourProps> = ({
|
|
@@ -88,7 +88,7 @@ const MovieCardFour: React.FC<MovieCardFourProps> = ({
|
|
|
88
88
|
}) => {
|
|
89
89
|
const flatListRef = useRef<FlatList<IContentData>>(null);
|
|
90
90
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
91
|
-
const { theme: appliedTheme } =
|
|
91
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
92
92
|
|
|
93
93
|
const styles = useMemo(
|
|
94
94
|
() => getStyles(appliedTheme, itemWidth, itemHeight, borderRadius),
|
|
@@ -228,7 +228,7 @@ const MovieCardFour: React.FC<MovieCardFourProps> = ({
|
|
|
228
228
|
titleStyle,
|
|
229
229
|
]}
|
|
230
230
|
containerStyle={styles.navigateToMoreContainer}
|
|
231
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
231
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
232
232
|
/>
|
|
233
233
|
<FlatList
|
|
234
234
|
ref={flatListRef}
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
19
19
|
import FastImage from 'react-native-fast-image';
|
|
20
20
|
import { moderateScale, verticalScale } from 'react-native-size-matters';
|
|
21
|
-
import {
|
|
21
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
22
22
|
import CardPoster from '../components/CardPoster';
|
|
23
23
|
import NavigateToMore from '../components/NavigateToMore';
|
|
24
24
|
import { usePaginatedSection } from '../../../../hooks/usePaginatedSection';
|
|
@@ -28,7 +28,7 @@ import type {
|
|
|
28
28
|
ISectionContent,
|
|
29
29
|
MoreFetchData,
|
|
30
30
|
} from '../../../../types';
|
|
31
|
-
import type {
|
|
31
|
+
import type { ITheme, ThemeOverride } from '../../../../theme/themes';
|
|
32
32
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
33
33
|
|
|
34
34
|
// Constants
|
|
@@ -61,7 +61,7 @@ type MovieCardProps = {
|
|
|
61
61
|
titleStyle?: StyleProp<TextStyle>;
|
|
62
62
|
itemStyle?: StyleProp<ViewStyle>;
|
|
63
63
|
isLoading?: boolean;
|
|
64
|
-
theme?:
|
|
64
|
+
theme?: ThemeOverride;
|
|
65
65
|
} & AccessibilityProps;
|
|
66
66
|
|
|
67
67
|
const MovieCard: React.FC<MovieCardProps> = ({
|
|
@@ -87,7 +87,7 @@ const MovieCard: React.FC<MovieCardProps> = ({
|
|
|
87
87
|
}) => {
|
|
88
88
|
const flatListRef = useRef<FlatList<IContentData>>(null);
|
|
89
89
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
90
|
-
const { theme: appliedTheme } =
|
|
90
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
91
91
|
|
|
92
92
|
const styles = useMemo(
|
|
93
93
|
() => getStyles(appliedTheme, itemWidth, itemHeight, borderRadius),
|
|
@@ -230,7 +230,7 @@ const MovieCard: React.FC<MovieCardProps> = ({
|
|
|
230
230
|
titleStyle,
|
|
231
231
|
]}
|
|
232
232
|
containerStyle={styles.navigateToMoreContainer}
|
|
233
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
233
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
234
234
|
/>
|
|
235
235
|
<FlatList
|
|
236
236
|
ref={flatListRef}
|
|
@@ -19,7 +19,7 @@ import Carousel from 'react-native-snap-carousel';
|
|
|
19
19
|
import { moderateScale, verticalScale } from 'react-native-size-matters';
|
|
20
20
|
import { debounce } from 'lodash';
|
|
21
21
|
|
|
22
|
-
import {
|
|
22
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
23
23
|
import CardPoster from '../components/CardPoster';
|
|
24
24
|
import NavigateToMore from '../components/NavigateToMore';
|
|
25
25
|
|
|
@@ -30,7 +30,7 @@ import type {
|
|
|
30
30
|
ISectionContent,
|
|
31
31
|
MoreFetchData,
|
|
32
32
|
} from '../../../../types';
|
|
33
|
-
import type {
|
|
33
|
+
import type { ThemeOverride } from '../../../../theme/themes';
|
|
34
34
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
35
35
|
|
|
36
36
|
const { width, height } = Dimensions.get('window');
|
|
@@ -80,7 +80,7 @@ type Props = {
|
|
|
80
80
|
titleStyle?: StyleProp<TextStyle>;
|
|
81
81
|
itemStyle?: StyleProp<ViewStyle>;
|
|
82
82
|
isLoading?: boolean;
|
|
83
|
-
theme?:
|
|
83
|
+
theme?: ThemeOverride;
|
|
84
84
|
};
|
|
85
85
|
|
|
86
86
|
const RotateCarousel: React.FC<Props> = ({
|
|
@@ -102,7 +102,7 @@ const RotateCarousel: React.FC<Props> = ({
|
|
|
102
102
|
isLoading = false,
|
|
103
103
|
theme,
|
|
104
104
|
}) => {
|
|
105
|
-
const { theme: appliedTheme } =
|
|
105
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
106
106
|
const carouselRef = useRef<any>(null);
|
|
107
107
|
|
|
108
108
|
// Memoized dynamic styles
|
|
@@ -289,7 +289,7 @@ const RotateCarousel: React.FC<Props> = ({
|
|
|
289
289
|
titleStyle,
|
|
290
290
|
]}
|
|
291
291
|
containerStyle={staticStyles.navigateToMoreContainer}
|
|
292
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
292
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
293
293
|
/>
|
|
294
294
|
)}
|
|
295
295
|
<Carousel
|
|
@@ -20,12 +20,12 @@ import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
|
20
20
|
import { moderateScale, verticalScale } from 'react-native-size-matters';
|
|
21
21
|
import FastImage from 'react-native-fast-image';
|
|
22
22
|
|
|
23
|
-
import {
|
|
23
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
24
24
|
import NavigateToMore from '../components/NavigateToMore';
|
|
25
25
|
import { ThumbnailCard } from '../components/ThumbnailCard';
|
|
26
26
|
import { Text } from '../../../Text';
|
|
27
27
|
import { usePaginatedSection } from '../../../../hooks/usePaginatedSection';
|
|
28
|
-
import type {
|
|
28
|
+
import type { ThemeOverride } from '../../../../theme/themes';
|
|
29
29
|
import type {
|
|
30
30
|
IContentData,
|
|
31
31
|
IGetSectionData,
|
|
@@ -39,7 +39,7 @@ const DEFAULT_BORDER_RADIUS = moderateScale(5);
|
|
|
39
39
|
const DEFAULT_SKELETON_COUNT = 3;
|
|
40
40
|
|
|
41
41
|
type MovieCardSixProps = {
|
|
42
|
-
theme?:
|
|
42
|
+
theme?: ThemeOverride;
|
|
43
43
|
title: string;
|
|
44
44
|
section_id: string;
|
|
45
45
|
type: IGetSectionData['type'];
|
|
@@ -81,7 +81,7 @@ const MovieCardSix: React.FC<MovieCardSixProps> = ({
|
|
|
81
81
|
}) => {
|
|
82
82
|
const flatListRef = useRef<FlatList<IContentData>>(null);
|
|
83
83
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
84
|
-
const { theme: appliedTheme } =
|
|
84
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
85
85
|
|
|
86
86
|
const paginated = usePaginatedSection(
|
|
87
87
|
section_id,
|
|
@@ -124,7 +124,10 @@ const MovieCardSix: React.FC<MovieCardSixProps> = ({
|
|
|
124
124
|
onPress={() => handleItemPress(item)}
|
|
125
125
|
activeOpacity={0.8}
|
|
126
126
|
>
|
|
127
|
-
<RentOrBuyIcon
|
|
127
|
+
<RentOrBuyIcon
|
|
128
|
+
theme={appliedTheme}
|
|
129
|
+
content_offering_type={item.content_offering_type}
|
|
130
|
+
/>
|
|
128
131
|
<ThumbnailCard
|
|
129
132
|
thumbnailUri={item.thumbnail}
|
|
130
133
|
theme={appliedTheme}
|
|
@@ -228,7 +231,7 @@ const MovieCardSix: React.FC<MovieCardSixProps> = ({
|
|
|
228
231
|
titleStyle,
|
|
229
232
|
]}
|
|
230
233
|
containerStyle={styles.navigateToMoreContainer}
|
|
231
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
234
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
232
235
|
/>
|
|
233
236
|
<FlatList
|
|
234
237
|
ref={flatListRef}
|
|
@@ -21,7 +21,7 @@ import { debounce } from 'lodash';
|
|
|
21
21
|
|
|
22
22
|
import { usePaginatedSection } from '../../../../hooks/usePaginatedSection';
|
|
23
23
|
|
|
24
|
-
import {
|
|
24
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
25
25
|
import CardPoster from '../components/CardPoster';
|
|
26
26
|
import NavigateToMore from '../components/NavigateToMore';
|
|
27
27
|
import type {
|
|
@@ -30,7 +30,7 @@ import type {
|
|
|
30
30
|
ISectionContent,
|
|
31
31
|
MoreFetchData,
|
|
32
32
|
} from '../../../../types';
|
|
33
|
-
import type {
|
|
33
|
+
import type { ThemeOverride } from '../../../../theme/themes';
|
|
34
34
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
35
35
|
|
|
36
36
|
const { width, height } = Dimensions.get('window');
|
|
@@ -80,7 +80,7 @@ type Props = {
|
|
|
80
80
|
titleStyle?: StyleProp<TextStyle>;
|
|
81
81
|
itemStyle?: StyleProp<ViewStyle>;
|
|
82
82
|
isLoading?: boolean;
|
|
83
|
-
theme?:
|
|
83
|
+
theme?: ThemeOverride;
|
|
84
84
|
};
|
|
85
85
|
|
|
86
86
|
const MovieCardThree: React.FC<Props> = ({
|
|
@@ -102,7 +102,7 @@ const MovieCardThree: React.FC<Props> = ({
|
|
|
102
102
|
isLoading = false,
|
|
103
103
|
theme,
|
|
104
104
|
}) => {
|
|
105
|
-
const { theme: appliedTheme } =
|
|
105
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
106
106
|
|
|
107
107
|
const carouselRef = useRef<any>(null);
|
|
108
108
|
|
|
@@ -288,7 +288,7 @@ const MovieCardThree: React.FC<Props> = ({
|
|
|
288
288
|
titleStyle,
|
|
289
289
|
]}
|
|
290
290
|
containerStyle={staticStyles.navigateToMoreContainer}
|
|
291
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
291
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
292
292
|
/>
|
|
293
293
|
)}
|
|
294
294
|
<Carousel
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
} from 'react-native';
|
|
18
18
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
19
19
|
import { moderateScale, scale, verticalScale } from 'react-native-size-matters';
|
|
20
|
-
import {
|
|
20
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
21
21
|
import NavigateToMore from '../components/NavigateToMore';
|
|
22
22
|
import { usePaginatedSection } from '../../../../hooks/usePaginatedSection';
|
|
23
23
|
import type {
|
|
@@ -26,7 +26,7 @@ import type {
|
|
|
26
26
|
ISectionContent,
|
|
27
27
|
MoreFetchData,
|
|
28
28
|
} from '../../../../types';
|
|
29
|
-
import type {
|
|
29
|
+
import type { ITheme, ThemeOverride } from '../../../../theme/themes';
|
|
30
30
|
import FastImage from 'react-native-fast-image';
|
|
31
31
|
import LinearGradient from 'react-native-linear-gradient';
|
|
32
32
|
import { Text } from '../../../Text';
|
|
@@ -58,7 +58,7 @@ type TopTenCardProps = {
|
|
|
58
58
|
titleStyle?: StyleProp<TextStyle>;
|
|
59
59
|
itemStyle?: StyleProp<ViewStyle>;
|
|
60
60
|
isLoading?: boolean;
|
|
61
|
-
theme?:
|
|
61
|
+
theme?: ThemeOverride;
|
|
62
62
|
} & AccessibilityProps;
|
|
63
63
|
|
|
64
64
|
const TopTenCard: React.FC<TopTenCardProps> = ({
|
|
@@ -83,7 +83,7 @@ const TopTenCard: React.FC<TopTenCardProps> = ({
|
|
|
83
83
|
}) => {
|
|
84
84
|
const flatListRef = useRef<FlatList<IContentData>>(null);
|
|
85
85
|
const onEndReachedDuringMomentum = useRef(false);
|
|
86
|
-
const { theme: appliedTheme } =
|
|
86
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
87
87
|
const styles = useMemo(
|
|
88
88
|
() => getStyles(appliedTheme, itemWidth, itemHeight, borderRadius),
|
|
89
89
|
[appliedTheme, itemWidth, itemHeight, borderRadius]
|
|
@@ -240,7 +240,7 @@ const TopTenCard: React.FC<TopTenCardProps> = ({
|
|
|
240
240
|
}
|
|
241
241
|
titleStyle={[styles.title, titleStyle]}
|
|
242
242
|
containerStyle={styles.navigateToMoreContainer}
|
|
243
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
243
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
244
244
|
/>
|
|
245
245
|
<FlatList
|
|
246
246
|
ref={flatListRef}
|
|
@@ -27,8 +27,8 @@ import type {
|
|
|
27
27
|
ISectionContent,
|
|
28
28
|
MoreFetchData,
|
|
29
29
|
} from '../../../../types';
|
|
30
|
-
import type {
|
|
31
|
-
import {
|
|
30
|
+
import type { ITheme, ThemeOverride } from '../../../../theme/themes';
|
|
31
|
+
import { useInternalTheme } from '../../../../theme/hook/useInternalTheme';
|
|
32
32
|
import NavigateToMore from '../components/NavigateToMore';
|
|
33
33
|
import CardPoster from '../components/CardPoster';
|
|
34
34
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
@@ -61,7 +61,7 @@ type MovieCardTwoProps = {
|
|
|
61
61
|
titleStyle?: StyleProp<TextStyle>;
|
|
62
62
|
itemStyle?: StyleProp<ViewStyle>;
|
|
63
63
|
isLoading?: boolean;
|
|
64
|
-
theme?:
|
|
64
|
+
theme?: ThemeOverride;
|
|
65
65
|
} & AccessibilityProps;
|
|
66
66
|
|
|
67
67
|
const MovieCardTwo: React.FC<MovieCardTwoProps> = ({
|
|
@@ -87,7 +87,7 @@ const MovieCardTwo: React.FC<MovieCardTwoProps> = ({
|
|
|
87
87
|
const flatListRef = useRef<FlatList<IContentData>>(null);
|
|
88
88
|
|
|
89
89
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
90
|
-
const { theme: appliedTheme } =
|
|
90
|
+
const { theme: appliedTheme } = useInternalTheme(theme);
|
|
91
91
|
|
|
92
92
|
const styles = useMemo(
|
|
93
93
|
() => getStyles(appliedTheme, itemWidth, borderRadius),
|
|
@@ -238,7 +238,7 @@ const MovieCardTwo: React.FC<MovieCardTwoProps> = ({
|
|
|
238
238
|
{ color: appliedTheme.colors.textPrimary },
|
|
239
239
|
titleStyle,
|
|
240
240
|
]}
|
|
241
|
-
showAllProps={{ iconColor: appliedTheme.colors.textPrimary }}
|
|
241
|
+
showAllProps={{ iconColor: appliedTheme.colors.textPrimary, theme }}
|
|
242
242
|
/>
|
|
243
243
|
<FlatList
|
|
244
244
|
ref={flatListRef}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Sat 25 Oct 2025 at 04:01 PM
|
|
4
|
+
*/
|
|
5
|
+
|
|
1
6
|
import React, { useState, useEffect, useMemo } from 'react';
|
|
2
7
|
import { View, StyleSheet, type StyleProp, type ViewStyle } from 'react-native';
|
|
3
8
|
import FastImage, {
|
|
@@ -81,6 +86,7 @@ const CardPoster: React.FC<CardPosterProps> = ({
|
|
|
81
86
|
>
|
|
82
87
|
{!showSkeleton && content_offering_type && (
|
|
83
88
|
<RentOrBuyIcon
|
|
89
|
+
theme={theme}
|
|
84
90
|
key={posterUri}
|
|
85
91
|
content_offering_type={content_offering_type}
|
|
86
92
|
/>
|
|
@@ -51,7 +51,7 @@ const RentOrBuyIcon: React.FC<RentOrBuyIconProps> = ({
|
|
|
51
51
|
const typeUpper = content_offering_type.toUpperCase();
|
|
52
52
|
if (!['PREMIUM', 'BUY_OR_RENT'].includes(typeUpper)) return null;
|
|
53
53
|
|
|
54
|
-
const fillColor = theme?.colors.
|
|
54
|
+
const fillColor = theme?.colors.premiumIcon || '#CA091E';
|
|
55
55
|
|
|
56
56
|
const positionStyle: ViewStyle = (() => {
|
|
57
57
|
switch (position) {
|