@zezosoft/zezo-ott-react-native-ui-kit 1.3.5 → 1.3.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/LICENSE +1 -1
- package/README.md +40 -36
- package/lib/module/components/Account/Account.js +10 -9
- package/lib/module/components/Account/Account.js.map +1 -1
- package/lib/module/components/Account/index.js +5 -0
- package/lib/module/components/Account/index.js.map +1 -1
- package/lib/module/components/Alert/AlertDialog.js +11 -9
- package/lib/module/components/Alert/AlertDialog.js.map +1 -1
- package/lib/module/components/Alert/UAAlert.js +15 -8
- package/lib/module/components/Alert/UAAlert.js.map +1 -1
- package/lib/module/components/Alert/index.js +5 -0
- package/lib/module/components/Alert/index.js.map +1 -1
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +41 -33
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +18 -15
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -1
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js +7 -8
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -1
- package/lib/module/components/Auth/One/Login/LoginWithPhone.js +5 -5
- package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -1
- package/lib/module/components/Auth/One/OTP/OTP.js +19 -10
- package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js +178 -425
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -1
- package/lib/module/components/Auth/One/QrLogin/components/index.js +8 -0
- package/lib/module/components/Auth/One/QrLogin/components/index.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-fallback.js +125 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-fallback.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-frame.js +153 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-frame.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-header.js +50 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-header.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-intro.js +199 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-intro.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-overlay.js +219 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-overlay.js.map +1 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js +8 -12
- package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js +74 -37
- package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +17 -14
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js +19 -9
- package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js +8 -12
- package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/utils/splashUtils.js +22 -0
- package/lib/module/components/Auth/One/SplashScreen/utils/splashUtils.js.map +1 -0
- package/lib/module/components/Auth/One/index.js +1 -1
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +11 -5
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -1
- package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js +15 -21
- package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -1
- package/lib/module/components/Auth/Two/Login/EmailOrPhoneLogin.js +36 -25
- package/lib/module/components/Auth/Two/Login/EmailOrPhoneLogin.js.map +1 -1
- package/lib/module/components/Auth/Two/OTP/OTP.js +20 -11
- package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/Two/SignUp/SignUp.js +6 -11
- package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/Auth/Two/index.js +1 -1
- package/lib/module/components/Auth/index.js +5 -0
- package/lib/module/components/Auth/index.js.map +1 -1
- package/lib/module/components/BackgroundLayout/One/One.js +8 -3
- package/lib/module/components/BackgroundLayout/One/One.js.map +1 -1
- package/lib/module/components/BackgroundLayout/Two/Two.js +8 -3
- package/lib/module/components/BackgroundLayout/Two/Two.js.map +1 -1
- package/lib/module/components/BackgroundLayout/index.js +5 -0
- package/lib/module/components/BackgroundLayout/index.js.map +1 -1
- package/lib/module/components/BlogView/BlogView.js +7 -2
- package/lib/module/components/BlogView/BlogView.js.map +1 -1
- package/lib/module/components/BlogView/index.js +1 -1
- package/lib/module/components/BlurView/BlurView.js +2 -2
- package/lib/module/components/BlurView/BlurView.js.map +1 -1
- package/lib/module/components/BlurView/index.js +1 -1
- package/lib/module/components/BottomSheet/BottomSheet.js +9 -4
- package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/components/BottomSheet/BottomSheetOne.js +10 -8
- package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -1
- package/lib/module/components/BottomSheet/index.js +5 -0
- package/lib/module/components/BottomSheet/index.js.map +1 -1
- package/lib/module/components/Button/BackBtn.js +41 -35
- package/lib/module/components/Button/BackBtn.js.map +1 -1
- package/lib/module/components/Button/MenuBtn.js +30 -28
- package/lib/module/components/Button/MenuBtn.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +11 -9
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Button/SecondaryBtn.js +29 -22
- package/lib/module/components/Button/SecondaryBtn.js.map +1 -1
- package/lib/module/components/Button/TextButton.js +7 -2
- package/lib/module/components/Button/TextButton.js.map +1 -1
- package/lib/module/components/Button/index.js +1 -1
- package/lib/module/components/Button/types.js +4 -0
- package/lib/module/components/Button/types.js.map +1 -0
- package/lib/module/components/Content/Card/Category/Category.js +11 -11
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- package/lib/module/components/Content/Card/Category/CategroyTwo.js +6 -5
- package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -1
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +5 -25
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +4 -4
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js +19 -14
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +6 -5
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/index.js +2 -1
- package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +7 -7
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +8 -9
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +7 -7
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +6 -6
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Six.js +6 -6
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +7 -7
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +4 -4
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +7 -7
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/AdsPoster.js +5 -0
- package/lib/module/components/Content/Card/components/AdsPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js +21 -24
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/LiveBadge.js +93 -0
- package/lib/module/components/Content/Card/components/LiveBadge.js.map +1 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js +3 -3
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js +5 -0
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js.map +1 -1
- package/lib/module/components/Content/Card/components/ShowAllButton.js +2 -2
- package/lib/module/components/Content/Card/components/ThumbnailCard.js +12 -18
- package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
- package/lib/module/components/Content/Card/components/index.js +11 -0
- package/lib/module/components/Content/Card/components/index.js.map +1 -1
- package/lib/module/components/Content/Card/index.js +2 -1
- package/lib/module/components/Content/Card/index.js.map +1 -1
- package/lib/module/components/Content/Content.js +11 -14
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js +2 -1
- package/lib/module/components/Content/Sections.js.map +1 -1
- package/lib/module/components/ContentView/MoreContentList.js +7 -6
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/One/ContentViewOne.js +10 -7
- package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -1
- package/lib/module/components/ContentView/One/components/CastCard.js +2 -1
- package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -1
- package/lib/module/components/ContentView/One/components/HeroBanner.js +223 -184
- package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -1
- package/lib/module/components/ContentView/One/components/MiniInfo.js +3 -3
- package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -1
- package/lib/module/components/ContentView/One/components/Title.js +1 -1
- package/lib/module/components/ContentView/Two/ContentViewTwo.js +17 -13
- package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/Details.js +2 -2
- package/lib/module/components/ContentView/Two/components/HeroBanner.js +141 -265
- package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js +2 -2
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +8 -7
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -1
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +10 -7
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/SectionTabs.js +3 -2
- package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/Title.js +6 -6
- package/lib/module/components/ContentView/Two/components/Title.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/index.js +2 -5
- package/lib/module/components/ContentView/Two/components/index.js.map +1 -1
- package/lib/module/components/ContentView/index.js +1 -1
- package/lib/module/components/ContentView/{One/components → shared}/AboutSection.js +49 -41
- package/lib/module/components/ContentView/shared/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/{Two/components → shared}/EpisodeCard.js +17 -23
- package/lib/module/components/ContentView/shared/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/shared/GenreTags.js +127 -0
- package/lib/module/components/ContentView/shared/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/{One/components → shared}/PlayButton.js +3 -3
- package/lib/module/components/ContentView/shared/PlayButton.js.map +1 -0
- package/lib/module/components/ContentView/{One/components → shared}/TrailerButton.js +3 -3
- package/lib/module/components/ContentView/shared/TrailerButton.js.map +1 -0
- package/lib/module/components/Fallbacks/NoContentFallback.js +13 -11
- package/lib/module/components/Fallbacks/NoContentFallback.js.map +1 -1
- package/lib/module/components/Fallbacks/NotFoundFallback.js +3 -3
- package/lib/module/components/Fallbacks/NotFoundFallback.js.map +1 -1
- package/lib/module/components/Fallbacks/index.js +5 -0
- package/lib/module/components/Fallbacks/index.js.map +1 -1
- package/lib/module/components/Headers/AppHeader.js +4 -3
- package/lib/module/components/Headers/AppHeader.js.map +1 -1
- package/lib/module/components/Headers/Four.js +2 -1
- package/lib/module/components/Headers/Four.js.map +1 -1
- package/lib/module/components/Headers/One.js +3 -3
- package/lib/module/components/Headers/One.js.map +1 -1
- package/lib/module/components/Headers/Three.js +5 -4
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +4 -3
- package/lib/module/components/Headers/Two.js.map +1 -1
- package/lib/module/components/Headers/index.js +1 -1
- package/lib/module/components/Input/Input.js +1 -1
- package/lib/module/components/Input/InputOne.js +10 -3
- package/lib/module/components/Input/InputOne.js.map +1 -1
- package/lib/module/components/Input/InputThree.js +3 -3
- package/lib/module/components/Input/InputThree.js.map +1 -1
- package/lib/module/components/Input/InputTwo.js +21 -3
- package/lib/module/components/Input/InputTwo.js.map +1 -1
- package/lib/module/components/Input/PhoneInput/One/One.js +37 -65
- package/lib/module/components/Input/PhoneInput/One/One.js.map +1 -1
- package/lib/module/components/Input/PhoneInput/Two/Two.js +38 -65
- package/lib/module/components/Input/PhoneInput/Two/Two.js.map +1 -1
- package/lib/module/components/Input/PhoneInput/index.js +1 -1
- package/lib/module/components/Keyboard/HideKeyboard.js +13 -11
- package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -1
- package/lib/module/components/Loader/Loader.js +7 -2
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +16 -10
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/NewRelease/NewReleaseSheet.js +19 -12
- package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -1
- package/lib/module/components/NewRelease/index.js +5 -0
- package/lib/module/components/NewRelease/index.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +7 -2
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MiddleControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MiddleControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/TopControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/TopControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/DetailsModal.js +15 -8
- package/lib/module/components/Reels/ReelsSeries/Model/DetailsModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +15 -8
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/UnlockModal.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/Model/UnlockModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +7 -2
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +22 -19
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/AnimatedThreeLines.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/AnimatedThreeLines.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/Episodes.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/Episodes.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/GradientOverlay.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/GradientOverlay.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/Like.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/Like.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/RotatingLoader.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/RotatingLoader.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/Synopsis.js +12 -6
- package/lib/module/components/Reels/ReelsSeries/components/Synopsis.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +14 -7
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.js +14 -7
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/index.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/index.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js +6 -1
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -1
- package/lib/module/components/Reels/index.js +1 -1
- package/lib/module/components/Reels/utils/Controls/gestureUtils.js +25 -16
- package/lib/module/components/Reels/utils/Controls/gestureUtils.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/index.js +5 -0
- package/lib/module/components/Reels/utils/Controls/index.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/overlayUtils.js +5 -0
- package/lib/module/components/Reels/utils/Controls/overlayUtils.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/videoControlsConstants.js +5 -0
- package/lib/module/components/Reels/utils/Controls/videoControlsConstants.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/videoRef.js +5 -0
- package/lib/module/components/Reels/utils/Controls/videoRef.js.map +1 -1
- package/lib/module/components/Reels/utils/index.js +5 -0
- package/lib/module/components/Reels/utils/index.js.map +1 -1
- package/lib/module/components/Reels/utils/timeoutUtils.js +5 -0
- package/lib/module/components/Reels/utils/timeoutUtils.js.map +1 -1
- package/lib/module/components/Search/One.js +16 -14
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Search/components/RecentSearchesSection.js +2 -2
- package/lib/module/components/Search/components/SearchCard.js +4 -4
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/module/components/Search/index.js +2 -2
- package/lib/module/components/Settings/AppSettings.js +3 -3
- package/lib/module/components/Settings/AppSettings.js.map +1 -1
- package/lib/module/components/Settings/index.js +5 -0
- package/lib/module/components/Settings/index.js.map +1 -1
- package/lib/module/components/Subscription/SubOne.js +19 -10
- package/lib/module/components/Subscription/SubOne.js.map +1 -1
- package/lib/module/components/Subscription/components/SubsDetailsModal.js +5 -0
- package/lib/module/components/Subscription/components/SubsDetailsModal.js.map +1 -1
- package/lib/module/components/Subscription/components/SubscriptionCard.js +17 -10
- package/lib/module/components/Subscription/components/SubscriptionCard.js.map +1 -1
- package/lib/module/components/Subscription/index.js +2 -2
- package/lib/module/components/TabBar/One.js +50 -48
- package/lib/module/components/TabBar/One.js.map +1 -1
- package/lib/module/components/TabBar/Three.js +52 -48
- package/lib/module/components/TabBar/Three.js.map +1 -1
- package/lib/module/components/TabBar/Two.js +5 -5
- package/lib/module/components/TabBar/Two.js.map +1 -1
- package/lib/module/components/TabBar/index.js +2 -2
- package/lib/module/components/Text/Text.js +7 -2
- package/lib/module/components/Text/Text.js.map +1 -1
- package/lib/module/components/Text/index.js +2 -1
- package/lib/module/components/Text/index.js.map +1 -1
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js +3 -3
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js +24 -19
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js.map +1 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +3 -3
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.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 +37 -31
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/User/components/UserAvatar.js +4 -3
- package/lib/module/components/User/components/UserAvatar.js.map +1 -1
- package/lib/module/components/User/components/UserSection.js +6 -5
- package/lib/module/components/User/components/UserSection.js.map +1 -1
- package/lib/module/components/User/index.js +1 -1
- package/lib/module/components/View/View.js +2 -1
- package/lib/module/components/View/View.js.map +1 -1
- package/lib/module/components/View/index.js +2 -1
- package/lib/module/components/View/index.js.map +1 -1
- package/lib/module/components/common/AppStatusBar.js +5 -5
- package/lib/module/components/common/AppStatusBar.js.map +1 -1
- package/lib/module/components/common/index.js +4 -0
- package/lib/module/components/common/index.js.map +1 -0
- package/lib/module/components/index.js +2 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/SafeAreaWrapper.js +7 -2
- package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
- package/lib/module/components/layout/index.js +5 -0
- package/lib/module/components/layout/index.js.map +1 -1
- package/lib/module/constants/dummySections.js +5 -0
- package/lib/module/constants/dummySections.js.map +1 -1
- package/lib/module/hooks/Images/index.js +5 -1
- package/lib/module/hooks/Images/index.js.map +1 -1
- package/lib/module/hooks/Images/useImageLoader.js +18 -15
- package/lib/module/hooks/Images/useImageLoader.js.map +1 -1
- package/lib/module/hooks/index.js +1 -2
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useAdTracking.js +5 -0
- package/lib/module/hooks/useAdTracking.js.map +1 -1
- package/lib/module/hooks/useCards.js +10 -2
- package/lib/module/hooks/useCards.js.map +1 -1
- package/lib/module/hooks/useDebounce.js +5 -0
- package/lib/module/hooks/useDebounce.js.map +1 -1
- package/lib/module/hooks/useKeyboard.js +1 -1
- package/lib/module/hooks/useNavigationMode.js +3 -4
- package/lib/module/hooks/useNavigationMode.js.map +1 -1
- package/lib/module/hooks/usePaginatedSection.js +21 -5
- package/lib/module/hooks/usePaginatedSection.js.map +1 -1
- package/lib/module/hooks/usePrevious.js +1 -1
- package/lib/module/hooks/useSafeCallback.js +15 -22
- package/lib/module/hooks/useSafeCallback.js.map +1 -1
- package/lib/module/hooks/useSkeletonItems.js +1 -1
- package/lib/module/hooks/useSplashCache.js +70 -57
- package/lib/module/hooks/useSplashCache.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/store/RecentSearchesStore.js +1 -1
- package/lib/module/store/splashStore.js +1 -1
- package/lib/module/store/storage.js +1 -1
- package/lib/module/theme/ThemeContext.js +10 -0
- package/lib/module/theme/ThemeContext.js.map +1 -0
- package/lib/module/theme/ThemeProvider.js +12 -22
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hooks/index.js +9 -0
- package/lib/module/theme/hooks/index.js.map +1 -0
- package/lib/module/theme/hooks/useTheme.js +91 -0
- package/lib/module/theme/hooks/useTheme.js.map +1 -0
- package/lib/module/theme/index.js +2 -1
- package/lib/module/theme/index.js.map +1 -1
- package/lib/module/{store/themeStore.js → theme/store/theme.js} +8 -6
- package/lib/module/theme/store/theme.js.map +1 -0
- package/lib/module/theme/themes.js +35 -70
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/module/theme/utils/cleanColors.js +60 -0
- package/lib/module/theme/utils/cleanColors.js.map +1 -0
- package/lib/module/theme/utils/toRgba.js +128 -0
- package/lib/module/theme/utils/toRgba.js.map +1 -0
- package/lib/module/types/hook/usePaginatedSection.js +4 -0
- package/lib/module/types/hook/usePaginatedSection.js.map +1 -0
- package/lib/module/types/navigation.js +4 -0
- package/lib/module/types/navigation.js.map +1 -0
- package/lib/module/types/user.js +4 -0
- package/lib/module/types/user.js.map +1 -0
- package/lib/module/utils/Display.js +2 -1
- package/lib/module/utils/Display.js.map +1 -1
- package/lib/module/utils/Formater.js +19 -0
- package/lib/module/utils/Formater.js.map +1 -1
- package/lib/module/utils/SizeMatters.js +2 -1
- package/lib/module/utils/SizeMatters.js.map +1 -1
- package/lib/module/utils/Spacing.js +1 -1
- package/lib/module/utils/colorUtils.js +1 -1
- package/lib/module/{hooks/Images/useImageValidation.js → utils/imageValidation.js} +10 -7
- package/lib/module/utils/imageValidation.js.map +1 -0
- package/lib/module/utils/interaction.js +20 -0
- package/lib/module/utils/interaction.js.map +1 -0
- package/lib/typescript/src/components/Account/Account.d.ts +3 -12
- package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
- package/lib/typescript/src/components/Account/index.d.ts +4 -0
- package/lib/typescript/src/components/Account/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts +1 -1
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/UAAlert.d.ts +4 -0
- package/lib/typescript/src/components/Alert/UAAlert.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/index.d.ts +4 -0
- package/lib/typescript/src/components/Alert/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts +2 -2
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts +9 -12
- package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts +8 -11
- package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts +8 -11
- package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts +11 -12
- package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts +13 -9
- package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/components/index.d.ts +6 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.d.ts +9 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-frame.d.ts +4 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-frame.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-header.d.ts +8 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-header.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-intro.d.ts +11 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-intro.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.d.ts +14 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts +8 -11
- package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts +3 -3
- package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/utils/splashUtils.d.ts +8 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/utils/splashUtils.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts +4426 -40
- package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +6 -2
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +10 -16
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/Login/EmailOrPhoneLogin.d.ts +13 -5
- package/lib/typescript/src/components/Auth/Two/Login/EmailOrPhoneLogin.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +11 -7
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +8 -8
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/index.d.ts +3037 -25
- package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/index.d.ts +7465 -63
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/One/One.d.ts +6 -2
- package/lib/typescript/src/components/BackgroundLayout/One/One.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/Two/Two.d.ts +4 -0
- package/lib/typescript/src/components/BackgroundLayout/Two/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/index.d.ts +172 -1
- package/lib/typescript/src/components/BackgroundLayout/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +6 -2
- package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
- package/lib/typescript/src/components/BlogView/index.d.ts +1 -1
- package/lib/typescript/src/components/BlurView/BlurView.d.ts +1 -1
- package/lib/typescript/src/components/BlurView/index.d.ts +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +6 -2
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +6 -2
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -1
- package/lib/typescript/src/components/BottomSheet/index.d.ts +4 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/BackBtn.d.ts +1 -1
- package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/MenuBtn.d.ts +1 -1
- package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +4 -16
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts +5 -17
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/TextButton.d.ts +8 -4
- package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/index.d.ts +726 -28
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/types.d.ts +32 -0
- package/lib/typescript/src/components/Button/types.d.ts.map +1 -0
- 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/Category/CategroyTwo.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +5 -7
- 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 +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +4 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +1 -1
- 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 +115 -3
- 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 +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +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 +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +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 +1 -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 +5 -1
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +3 -2
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/LiveBadge.d.ts +16 -0
- package/lib/typescript/src/components/Content/Card/components/LiveBadge.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts +4 -0
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/index.d.ts +10 -0
- package/lib/typescript/src/components/Content/Card/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/index.d.ts +4990 -36
- package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Content.d.ts +1 -1
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/types.d.ts +6 -7
- package/lib/typescript/src/components/Content/types.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/Title.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +4 -3
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +2 -5
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/index.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/{One/components → shared}/AboutSection.d.ts +6 -4
- package/lib/typescript/src/components/ContentView/shared/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{Two/components → shared}/EpisodeCard.d.ts +4 -4
- package/lib/typescript/src/components/ContentView/shared/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{One/components → shared}/GenreTags.d.ts +5 -4
- package/lib/typescript/src/components/ContentView/shared/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/shared/PlayButton.d.ts +14 -0
- package/lib/typescript/src/components/ContentView/shared/PlayButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/shared/TrailerButton.d.ts +18 -0
- package/lib/typescript/src/components/ContentView/shared/TrailerButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts +2 -2
- package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts.map +1 -1
- package/lib/typescript/src/components/Fallbacks/NotFoundFallback.d.ts +1 -1
- package/lib/typescript/src/components/Fallbacks/index.d.ts +4 -0
- package/lib/typescript/src/components/Fallbacks/index.d.ts.map +1 -1
- 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/Four.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/One.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/index.d.ts +1 -1
- package/lib/typescript/src/components/Input/Input.d.ts +1 -1
- package/lib/typescript/src/components/Input/InputOne.d.ts +4 -4
- package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputThree.d.ts +4 -4
- package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputTwo.d.ts +4 -4
- package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneInput/One/One.d.ts +4 -4
- package/lib/typescript/src/components/Input/PhoneInput/One/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneInput/Two/Two.d.ts +4 -4
- package/lib/typescript/src/components/Input/PhoneInput/Two/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneInput/index.d.ts +1 -1
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts +3 -3
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -1
- package/lib/typescript/src/components/Loader/Loader.d.ts +4 -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 +5 -1
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/NewRelease/index.d.ts +4 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +4 -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 +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/TopControls.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/TopControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/DetailsModal.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/DetailsModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/UnlockModal.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/UnlockModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Episodes.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Episodes.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/GradientOverlay.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/GradientOverlay.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Like.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Like.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/RotatingLoader.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/RotatingLoader.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Synopsis.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Synopsis.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/index.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/index.d.ts +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/gestureUtils.d.ts +9 -5
- package/lib/typescript/src/components/Reels/utils/Controls/gestureUtils.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/index.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/overlayUtils.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/overlayUtils.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/videoControlsConstants.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/videoControlsConstants.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/videoRef.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/videoRef.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/index.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/timeoutUtils.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/timeoutUtils.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/RecentSearchesSection.d.ts +2 -2
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +2 -2
- package/lib/typescript/src/components/Search/index.d.ts +2 -2
- package/lib/typescript/src/components/Settings/AppSettings.d.ts +7 -7
- package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
- package/lib/typescript/src/components/Settings/index.d.ts +4 -0
- package/lib/typescript/src/components/Settings/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts +5 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/components/SubsDetailsModal.d.ts +5 -1
- package/lib/typescript/src/components/Subscription/components/SubsDetailsModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/components/SubscriptionCard.d.ts +5 -1
- package/lib/typescript/src/components/Subscription/components/SubscriptionCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts +5 -5
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/One.d.ts +3 -12
- package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Three.d.ts +2 -11
- package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Two.d.ts +3 -12
- package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/index.d.ts +4 -4
- package/lib/typescript/src/components/Text/Text.d.ts +4 -0
- package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/Text/index.d.ts +1 -1
- package/lib/typescript/src/components/Text/index.d.ts.map +1 -1
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +1 -1
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts +5 -1
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts.map +1 -1
- package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +5 -17
- 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 +1 -1
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -1
- package/lib/typescript/src/components/User/components/UserSection.d.ts +2 -12
- package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
- package/lib/typescript/src/components/User/index.d.ts +1 -1
- package/lib/typescript/src/components/View/View.d.ts +1 -1
- package/lib/typescript/src/components/View/View.d.ts.map +1 -1
- package/lib/typescript/src/components/View/index.d.ts +1 -1
- package/lib/typescript/src/components/View/index.d.ts.map +1 -1
- package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -1
- package/lib/typescript/src/components/common/index.d.ts +2 -0
- package/lib/typescript/src/components/common/index.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +2 -1
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +6 -2
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/index.d.ts +4 -0
- package/lib/typescript/src/components/layout/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/dummySections.d.ts +4 -0
- package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
- package/lib/typescript/src/hooks/Images/index.d.ts +4 -1
- package/lib/typescript/src/hooks/Images/index.d.ts.map +1 -1
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts +1 -1
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts.map +1 -1
- package/lib/typescript/src/hooks/index.d.ts +1 -2
- package/lib/typescript/src/hooks/index.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useAdTracking.d.ts +7 -3
- package/lib/typescript/src/hooks/useAdTracking.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useCards.d.ts +2 -7
- package/lib/typescript/src/hooks/useCards.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useDebounce.d.ts +4 -0
- package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useKeyboard.d.ts +1 -1
- package/lib/typescript/src/hooks/useNavigationMode.d.ts +1 -2
- package/lib/typescript/src/hooks/useNavigationMode.d.ts.map +1 -1
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts +5 -11
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
- package/lib/typescript/src/hooks/usePrevious.d.ts +1 -1
- package/lib/typescript/src/hooks/useSafeCallback.d.ts +6 -9
- package/lib/typescript/src/hooks/useSafeCallback.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSkeletonItems.d.ts +2 -2
- package/lib/typescript/src/hooks/useSkeletonItems.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/store/RecentSearchesStore.d.ts +1 -1
- package/lib/typescript/src/store/splashStore.d.ts +1 -1
- package/lib/typescript/src/store/storage.d.ts +1 -1
- package/lib/typescript/src/theme/ThemeContext.d.ts +16 -0
- package/lib/typescript/src/theme/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts +4 -17
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hooks/index.d.ts +6 -0
- package/lib/typescript/src/theme/hooks/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/hooks/useTheme.d.ts +7 -0
- package/lib/typescript/src/theme/hooks/useTheme.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +2 -1
- package/lib/typescript/src/theme/index.d.ts.map +1 -1
- package/lib/typescript/src/{store/themeStore.d.ts → theme/store/theme.d.ts} +3 -3
- package/lib/typescript/src/theme/store/theme.d.ts.map +1 -0
- package/lib/typescript/src/theme/themes.d.ts +9 -18
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/theme/utils/cleanColors.d.ts +15 -0
- package/lib/typescript/src/theme/utils/cleanColors.d.ts.map +1 -0
- package/lib/typescript/src/theme/utils/toRgba.d.ts +16 -0
- package/lib/typescript/src/theme/utils/toRgba.d.ts.map +1 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts +5 -8
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/lib/typescript/src/types/hook/index.d.ts +2 -2
- package/lib/typescript/src/types/hook/index.d.ts.map +1 -1
- package/lib/typescript/src/types/hook/{usePaginatedSetion.d.ts → usePaginatedSection.d.ts} +2 -2
- package/lib/typescript/src/types/hook/usePaginatedSection.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts +3 -1
- package/lib/typescript/src/types/index.d.ts.map +1 -1
- package/lib/typescript/src/types/navigation.d.ts +16 -0
- package/lib/typescript/src/types/navigation.d.ts.map +1 -0
- package/lib/typescript/src/types/sections/index.d.ts +2 -1
- package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
- package/lib/typescript/src/types/user.d.ts +16 -0
- package/lib/typescript/src/types/user.d.ts.map +1 -0
- package/lib/typescript/src/utils/Display.d.ts +4 -0
- package/lib/typescript/src/utils/Display.d.ts.map +1 -1
- package/lib/typescript/src/utils/Formater.d.ts +10 -0
- package/lib/typescript/src/utils/Formater.d.ts.map +1 -1
- package/lib/typescript/src/utils/SizeMatters.d.ts +1 -1
- package/lib/typescript/src/utils/SizeMatters.d.ts.map +1 -1
- package/lib/typescript/src/utils/Spacing.d.ts +1 -1
- package/lib/typescript/src/utils/colorUtils.d.ts +1 -1
- package/lib/typescript/src/{hooks/Images/useImageValidation.d.ts → utils/imageValidation.d.ts} +3 -3
- package/lib/typescript/src/utils/imageValidation.d.ts.map +1 -0
- package/lib/typescript/src/utils/interaction.d.ts +9 -0
- package/lib/typescript/src/utils/interaction.d.ts.map +1 -0
- package/package.json +132 -128
- package/lib/module/Styles/globalStyles.js +0 -71
- package/lib/module/Styles/globalStyles.js.map +0 -1
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js +0 -295
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +0 -1
- package/lib/module/components/Content/index.js +0 -8
- package/lib/module/components/Content/index.js.map +0 -1
- package/lib/module/components/ContentView/One/components/AboutSection.js.map +0 -1
- package/lib/module/components/ContentView/One/components/EpisodeCard.js +0 -398
- package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +0 -1
- package/lib/module/components/ContentView/One/components/GenreTags.js +0 -94
- package/lib/module/components/ContentView/One/components/GenreTags.js.map +0 -1
- package/lib/module/components/ContentView/One/components/PlayButton.js.map +0 -1
- package/lib/module/components/ContentView/One/components/TrailerButton.js.map +0 -1
- package/lib/module/components/ContentView/Two/components/AboutSection.js +0 -153
- package/lib/module/components/ContentView/Two/components/AboutSection.js.map +0 -1
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +0 -1
- package/lib/module/components/ContentView/Two/components/GenreTags.js +0 -89
- package/lib/module/components/ContentView/Two/components/GenreTags.js.map +0 -1
- package/lib/module/components/Subscription/components/index.js +0 -5
- package/lib/module/components/Subscription/components/index.js.map +0 -1
- package/lib/module/hooks/Images/useImageValidation.js.map +0 -1
- package/lib/module/hooks/useThemeColors.js +0 -33
- package/lib/module/hooks/useThemeColors.js.map +0 -1
- package/lib/module/store/themeStore.js.map +0 -1
- package/lib/module/theme/hook/index.js +0 -4
- package/lib/module/theme/hook/index.js.map +0 -1
- package/lib/module/theme/hook/useInternalTheme.js +0 -78
- package/lib/module/theme/hook/useInternalTheme.js.map +0 -1
- package/lib/module/theme/utils/validateColor.js +0 -84
- package/lib/module/theme/utils/validateColor.js.map +0 -1
- package/lib/module/types/hook/usePaginatedSetion.js +0 -4
- package/lib/module/types/hook/usePaginatedSetion.js.map +0 -1
- package/lib/module/utils/PlatformSelector.js +0 -31
- package/lib/module/utils/PlatformSelector.js.map +0 -1
- package/lib/typescript/src/Styles/globalStyles.d.ts +0 -66
- package/lib/typescript/src/Styles/globalStyles.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts +0 -14
- package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +0 -1
- package/lib/typescript/src/components/Content/index.d.ts +0 -6
- package/lib/typescript/src/components/Content/index.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts +0 -23
- package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts +0 -15
- package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts +0 -18
- package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +0 -27
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +0 -22
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +0 -1
- package/lib/typescript/src/components/Subscription/components/index.d.ts +0 -3
- package/lib/typescript/src/components/Subscription/components/index.d.ts.map +0 -1
- package/lib/typescript/src/hooks/Images/useImageValidation.d.ts.map +0 -1
- package/lib/typescript/src/hooks/useThemeColors.d.ts +0 -27
- package/lib/typescript/src/hooks/useThemeColors.d.ts.map +0 -1
- package/lib/typescript/src/store/themeStore.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/index.d.ts +0 -2
- package/lib/typescript/src/theme/hook/index.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts +0 -7
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +0 -1
- package/lib/typescript/src/theme/utils/validateColor.d.ts +0 -21
- package/lib/typescript/src/theme/utils/validateColor.d.ts.map +0 -1
- package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +0 -1
- package/lib/typescript/src/utils/PlatformSelector.d.ts +0 -22
- package/lib/typescript/src/utils/PlatformSelector.d.ts.map +0 -1
|
@@ -1,49 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @author
|
|
5
|
-
* @
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @LastModified Tue 14 Jul 2026 at 3:08 PM
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import React, { useMemo
|
|
9
|
-
import { View, StyleSheet
|
|
8
|
+
import React, { useMemo } from 'react';
|
|
9
|
+
import { View, StyleSheet } from 'react-native';
|
|
10
10
|
import LinearGradient from 'react-native-linear-gradient';
|
|
11
|
-
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
12
11
|
import { scale, verticalScale } from 'react-native-size-matters';
|
|
13
12
|
import FastImage from 'react-native-fast-image';
|
|
14
13
|
import tinycolor from 'tinycolor2';
|
|
15
14
|
import BackBtn from "../../../Button/BackBtn.js";
|
|
16
|
-
import MenuBtn from "../../../Button/MenuBtn.js";
|
|
17
15
|
import { RFValue } from 'react-native-responsive-fontsize';
|
|
18
|
-
import
|
|
19
|
-
import { useInternalTheme } from "../../../../theme/hook/index.js";
|
|
16
|
+
import { useTheme } from "../../../../theme/index.js";
|
|
20
17
|
import { Text } from "../../../Text/index.js";
|
|
21
18
|
import { useImageLoader } from "../../../../hooks/Images/index.js";
|
|
22
|
-
import
|
|
23
|
-
import {
|
|
24
|
-
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
25
|
-
const SKELETON_CIRCLE_SIZE = scale(50);
|
|
19
|
+
import LiveBadge from "../../../Content/Card/components/LiveBadge.js";
|
|
20
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
26
21
|
const BANNER_HEIGHT = verticalScale(200);
|
|
27
|
-
const BACK_BTN_SIZE = scale(35);
|
|
28
22
|
export const HeroBanner = /*#__PURE__*/React.memo(({
|
|
29
23
|
backgroundImage,
|
|
30
24
|
title,
|
|
31
25
|
titleImage,
|
|
32
26
|
theme: themeOverride,
|
|
33
27
|
isLoading = false,
|
|
34
|
-
onPressPlay,
|
|
35
28
|
onBackPress,
|
|
36
|
-
|
|
37
|
-
renderButtons,
|
|
38
|
-
renderSkeletons,
|
|
39
|
-
menuActions,
|
|
40
|
-
content_offering_type
|
|
29
|
+
contentType
|
|
41
30
|
}) => {
|
|
42
31
|
const {
|
|
43
32
|
theme
|
|
44
|
-
} =
|
|
45
|
-
|
|
46
|
-
// Use reusable image loading hook with caching support
|
|
33
|
+
} = useTheme(themeOverride);
|
|
34
|
+
const isLiveStream = contentType === 'live_stream';
|
|
47
35
|
const {
|
|
48
36
|
imageError,
|
|
49
37
|
showSkeleton: imageShowSkeleton,
|
|
@@ -54,176 +42,52 @@ export const HeroBanner = /*#__PURE__*/React.memo(({
|
|
|
54
42
|
imageUri: backgroundImage || '',
|
|
55
43
|
isLoading
|
|
56
44
|
});
|
|
57
|
-
const handlePressPlay = useCallback(({
|
|
58
|
-
is_trailer
|
|
59
|
-
}) => {
|
|
60
|
-
onPressPlay?.({
|
|
61
|
-
is_trailer
|
|
62
|
-
});
|
|
63
|
-
}, [onPressPlay]);
|
|
64
45
|
const showSkeleton = useMemo(() => isLoading || imageShowSkeleton && !!backgroundImage, [isLoading, imageShowSkeleton, backgroundImage]);
|
|
65
|
-
|
|
66
|
-
// Memoize gradient colors - use theme gradient with optimized transition
|
|
46
|
+
const shouldShowLiveBadge = !showSkeleton && !imageError && isLiveStream;
|
|
67
47
|
const gradientColors = useMemo(() => {
|
|
68
48
|
const bgColorBase = theme.colors.background;
|
|
69
|
-
return [tinycolor(bgColorBase).toRgbString(),
|
|
70
|
-
// Solid at bottom (100% opacity)
|
|
71
|
-
tinycolor(bgColorBase).setAlpha(0.66).toRgbString(),
|
|
72
|
-
// 66% opacity
|
|
73
|
-
tinycolor(bgColorBase).setAlpha(0.2).toRgbString(),
|
|
74
|
-
// 20% opacity
|
|
75
|
-
tinycolor(bgColorBase).setAlpha(0.1).toRgbString(),
|
|
76
|
-
// 10% opacity
|
|
77
|
-
'rgba(0, 0, 0, 0)'];
|
|
49
|
+
return [tinycolor(bgColorBase).toRgbString(), tinycolor(bgColorBase).setAlpha(0.66).toRgbString(), tinycolor(bgColorBase).setAlpha(0.2).toRgbString(), tinycolor(bgColorBase).setAlpha(0.1).toRgbString(), 'rgba(0, 0, 0, 0)'];
|
|
78
50
|
}, [theme.colors.background]);
|
|
79
|
-
const
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
skeletonContainer: {
|
|
101
|
-
...StyleSheet.absoluteFillObject,
|
|
102
|
-
backgroundColor: theme.colors.backgroundDisabled,
|
|
103
|
-
justifyContent: 'center',
|
|
104
|
-
alignItems: 'center',
|
|
105
|
-
zIndex: 2
|
|
106
|
-
},
|
|
107
|
-
errorContainer: {
|
|
108
|
-
...StyleSheet.absoluteFillObject,
|
|
109
|
-
justifyContent: 'center',
|
|
110
|
-
alignItems: 'center',
|
|
111
|
-
backgroundColor: theme.colors.backgroundDisabled,
|
|
112
|
-
zIndex: 1
|
|
113
|
-
},
|
|
114
|
-
errorText: {
|
|
115
|
-
color: theme.colors.textSecondary,
|
|
116
|
-
fontSize: RFValue(15),
|
|
117
|
-
textAlign: 'center'
|
|
118
|
-
},
|
|
119
|
-
imageContainer: {
|
|
120
|
-
position: 'absolute',
|
|
121
|
-
top: 0,
|
|
122
|
-
left: 0,
|
|
123
|
-
right: 0,
|
|
124
|
-
backgroundColor: theme.colors.backgroundDisabled,
|
|
125
|
-
alignItems: 'center'
|
|
126
|
-
},
|
|
127
|
-
image: {
|
|
128
|
-
width: '100%',
|
|
129
|
-
height: BANNER_HEIGHT,
|
|
130
|
-
aspectRatio: 16 / 9,
|
|
131
|
-
alignSelf: 'flex-start'
|
|
132
|
-
},
|
|
133
|
-
titleImageWrapper: {
|
|
134
|
-
position: 'absolute',
|
|
135
|
-
bottom: verticalScale(10),
|
|
136
|
-
left: scale(12),
|
|
137
|
-
zIndex: 3
|
|
138
|
-
},
|
|
139
|
-
titleImage: {
|
|
140
|
-
width: scale(140),
|
|
141
|
-
height: verticalScale(32)
|
|
142
|
-
},
|
|
143
|
-
trailerButtonWrapper: {
|
|
144
|
-
...StyleSheet.absoluteFillObject,
|
|
145
|
-
justifyContent: 'flex-end',
|
|
146
|
-
alignItems: 'center',
|
|
147
|
-
bottom: verticalScale(10),
|
|
148
|
-
zIndex: 4,
|
|
149
|
-
pointerEvents: 'box-none'
|
|
150
|
-
},
|
|
151
|
-
backBtnSkeleton: {
|
|
152
|
-
position: 'absolute',
|
|
153
|
-
top: scale(6),
|
|
154
|
-
left: scale(13),
|
|
155
|
-
zIndex: 4
|
|
156
|
-
},
|
|
157
|
-
menuBtnSkeleton: {
|
|
158
|
-
position: 'absolute',
|
|
159
|
-
top: scale(6),
|
|
160
|
-
right: scale(13),
|
|
161
|
-
zIndex: 4
|
|
162
|
-
},
|
|
163
|
-
defaultBackBtn: {
|
|
164
|
-
position: 'absolute',
|
|
165
|
-
top: scale(7),
|
|
166
|
-
left: scale(7),
|
|
167
|
-
zIndex: 4,
|
|
168
|
-
backgroundColor: theme.colors.background
|
|
169
|
-
},
|
|
170
|
-
defaultMenuBtn: {
|
|
171
|
-
position: 'absolute',
|
|
172
|
-
top: scale(6),
|
|
173
|
-
right: scale(13),
|
|
174
|
-
zIndex: 4,
|
|
175
|
-
backgroundColor: theme.colors.background
|
|
176
|
-
},
|
|
177
|
-
badge: {
|
|
178
|
-
position: 'absolute',
|
|
179
|
-
bottom: verticalScale(20),
|
|
180
|
-
left: scale(10),
|
|
181
|
-
paddingHorizontal: scale(8),
|
|
182
|
-
paddingVertical: scale(4),
|
|
183
|
-
borderRadius: scale(8)
|
|
184
|
-
}
|
|
185
|
-
}), [theme]);
|
|
51
|
+
const containerStyle = [styles.container, {
|
|
52
|
+
backgroundColor: theme.colors.backgroundDisabled
|
|
53
|
+
}];
|
|
54
|
+
const defaultBackBtnStyle = [styles.defaultBackBtn, {
|
|
55
|
+
backgroundColor: theme.colors.background
|
|
56
|
+
}];
|
|
57
|
+
const liveBadgeStyle = [styles.liveBadgeInline, {
|
|
58
|
+
marginLeft: onBackPress ? scale(12) : 0
|
|
59
|
+
}];
|
|
60
|
+
const imageContainerStyle = [styles.imageContainer, {
|
|
61
|
+
backgroundColor: theme.colors.backgroundDisabled
|
|
62
|
+
}];
|
|
63
|
+
const titleTextStyle = [styles.titleText, {
|
|
64
|
+
color: theme.colors.textPrimary
|
|
65
|
+
}];
|
|
66
|
+
const errorContainerStyle = [styles.errorContainer, {
|
|
67
|
+
backgroundColor: theme.colors.backgroundDisabled
|
|
68
|
+
}];
|
|
69
|
+
const errorTextStyle = [styles.errorText, {
|
|
70
|
+
color: theme.colors.textSecondary
|
|
71
|
+
}];
|
|
186
72
|
return /*#__PURE__*/_jsxs(View, {
|
|
187
|
-
style:
|
|
73
|
+
style: containerStyle,
|
|
188
74
|
accessibilityLabel: title,
|
|
189
|
-
children: [
|
|
190
|
-
style: styles.
|
|
191
|
-
children: /*#__PURE__*/_jsx(
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
onPress: onBackPress,
|
|
204
|
-
style: styles.defaultBackBtn,
|
|
205
|
-
size: scale(26)
|
|
206
|
-
})), showSkeleton && menuActions ? renderSkeletons?.menu?.() ?? /*#__PURE__*/_jsx(View, {
|
|
207
|
-
style: styles.menuBtnSkeleton,
|
|
208
|
-
children: /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
209
|
-
backgroundColor: theme.colors.skeletonBaseColor,
|
|
210
|
-
highlightColor: theme.colors.skeletonHighlightColor,
|
|
211
|
-
speed: 800,
|
|
212
|
-
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
213
|
-
width: BACK_BTN_SIZE,
|
|
214
|
-
height: BACK_BTN_SIZE,
|
|
215
|
-
borderRadius: BACK_BTN_SIZE / 2
|
|
216
|
-
})
|
|
217
|
-
})
|
|
218
|
-
}) : menuActions && (renderButtons?.menu?.() ?? /*#__PURE__*/_jsx(MenuBtn, {
|
|
219
|
-
theme: themeOverride,
|
|
220
|
-
style: styles.defaultMenuBtn,
|
|
221
|
-
actions: menuActions
|
|
222
|
-
})), !showSkeleton && /*#__PURE__*/_jsx(LinearGradient, {
|
|
75
|
+
children: [(onBackPress || shouldShowLiveBadge) && /*#__PURE__*/_jsxs(View, {
|
|
76
|
+
style: styles.headerContainer,
|
|
77
|
+
children: [onBackPress && /*#__PURE__*/_jsx(BackBtn, {
|
|
78
|
+
theme: themeOverride,
|
|
79
|
+
onPress: onBackPress,
|
|
80
|
+
style: defaultBackBtnStyle,
|
|
81
|
+
size: scale(32)
|
|
82
|
+
}), shouldShowLiveBadge && /*#__PURE__*/_jsx(LiveBadge, {
|
|
83
|
+
position: "topLeft",
|
|
84
|
+
theme: theme,
|
|
85
|
+
style: liveBadgeStyle,
|
|
86
|
+
size: "large"
|
|
87
|
+
})]
|
|
88
|
+
}), !showSkeleton && /*#__PURE__*/_jsx(LinearGradient, {
|
|
223
89
|
colors: gradientColors,
|
|
224
|
-
style:
|
|
225
|
-
zIndex: 1
|
|
226
|
-
}],
|
|
90
|
+
style: styles.absoluteFillZ1,
|
|
227
91
|
start: {
|
|
228
92
|
x: 0,
|
|
229
93
|
y: 1
|
|
@@ -234,7 +98,7 @@ export const HeroBanner = /*#__PURE__*/React.memo(({
|
|
|
234
98
|
}
|
|
235
99
|
}), !isLoading && /*#__PURE__*/_jsxs(_Fragment, {
|
|
236
100
|
children: [/*#__PURE__*/_jsx(View, {
|
|
237
|
-
style:
|
|
101
|
+
style: imageContainerStyle,
|
|
238
102
|
children: /*#__PURE__*/_jsx(FastImage, {
|
|
239
103
|
source: imageSource,
|
|
240
104
|
style: styles.image,
|
|
@@ -243,97 +107,109 @@ export const HeroBanner = /*#__PURE__*/React.memo(({
|
|
|
243
107
|
onError: handleImageError,
|
|
244
108
|
accessibilityLabel: `Background image for ${title}`
|
|
245
109
|
})
|
|
246
|
-
}),
|
|
247
|
-
style: styles.titleImageWrapper,
|
|
248
|
-
children: /*#__PURE__*/_jsx(FastImage, {
|
|
110
|
+
}), !showSkeleton && /*#__PURE__*/_jsx(View, {
|
|
111
|
+
style: titleImage ? styles.titleImageWrapper : styles.titleTextWrapper,
|
|
112
|
+
children: titleImage ? /*#__PURE__*/_jsx(FastImage, {
|
|
249
113
|
source: {
|
|
250
114
|
uri: titleImage
|
|
251
115
|
},
|
|
252
116
|
style: styles.titleImage,
|
|
253
117
|
resizeMode: FastImage.resizeMode.contain,
|
|
254
118
|
accessibilityLabel: `Title image for ${title}`
|
|
255
|
-
})
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
}],
|
|
261
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
262
|
-
type: "caption",
|
|
263
|
-
style: {
|
|
264
|
-
color: theme.colors.onPrimary,
|
|
265
|
-
fontWeight: '600'
|
|
266
|
-
},
|
|
267
|
-
theme: themeOverride,
|
|
268
|
-
children: content_offering_type
|
|
269
|
-
})
|
|
270
|
-
}), content_offering_type && /*#__PURE__*/_jsx(RentOrBuyIcon, {
|
|
271
|
-
size: 30,
|
|
272
|
-
theme: theme,
|
|
273
|
-
style: [styles.rentOrBuyIcon, {
|
|
274
|
-
zIndex: 2
|
|
275
|
-
}],
|
|
276
|
-
content_offering_type: content_offering_type
|
|
277
|
-
})]
|
|
278
|
-
}), showSkeleton && !imageError && onPressPlay && /*#__PURE__*/_jsxs(_Fragment, {
|
|
279
|
-
children: [/*#__PURE__*/_jsx(View, {
|
|
280
|
-
style: styles.skeletonContainer,
|
|
281
|
-
children: renderSkeletons?.play?.() ?? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
282
|
-
backgroundColor: theme.colors.skeletonBaseColor,
|
|
283
|
-
highlightColor: theme.colors.skeletonHighlightColor,
|
|
284
|
-
speed: 800,
|
|
285
|
-
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
286
|
-
width: "100%",
|
|
287
|
-
height: "100%",
|
|
288
|
-
justifyContent: "center",
|
|
289
|
-
alignItems: "center",
|
|
290
|
-
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
291
|
-
width: SKELETON_CIRCLE_SIZE,
|
|
292
|
-
height: SKELETON_CIRCLE_SIZE,
|
|
293
|
-
borderRadius: SKELETON_CIRCLE_SIZE / 2
|
|
294
|
-
})
|
|
295
|
-
})
|
|
296
|
-
})
|
|
297
|
-
}), /*#__PURE__*/_jsx(View, {
|
|
298
|
-
style: styles.trailerButtonWrapper,
|
|
299
|
-
children: renderSkeletons?.trailer?.() ?? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
300
|
-
backgroundColor: theme.colors.skeletonBaseColor,
|
|
301
|
-
highlightColor: theme.colors.skeletonHighlightColor,
|
|
302
|
-
speed: 800,
|
|
303
|
-
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
304
|
-
width: scale(110),
|
|
305
|
-
height: verticalScale(25),
|
|
306
|
-
borderRadius: scale(14)
|
|
307
|
-
})
|
|
119
|
+
}) : /*#__PURE__*/_jsx(Text, {
|
|
120
|
+
style: titleTextStyle,
|
|
121
|
+
numberOfLines: 1,
|
|
122
|
+
ellipsizeMode: "tail",
|
|
123
|
+
children: title
|
|
308
124
|
})
|
|
309
125
|
})]
|
|
310
|
-
}),
|
|
311
|
-
|
|
312
|
-
style: styles.centeredContent,
|
|
313
|
-
children: renderButtons?.play?.() ?? /*#__PURE__*/_jsx(PlayButton, {
|
|
314
|
-
color: theme.colors.buttonText,
|
|
315
|
-
backgroundColor: theme.colors.button,
|
|
316
|
-
onPress: () => handlePressPlay({
|
|
317
|
-
is_trailer: false
|
|
318
|
-
})
|
|
319
|
-
})
|
|
320
|
-
}), /*#__PURE__*/_jsx(Animated.View, {
|
|
321
|
-
style: styles.trailerButtonWrapper,
|
|
322
|
-
children: renderButtons?.trailer?.() ?? /*#__PURE__*/_jsx(TrailerButton, {
|
|
323
|
-
color: theme.colors.buttonText,
|
|
324
|
-
backgroundColor: theme.colors.button,
|
|
325
|
-
onPress: () => handlePressPlay({
|
|
326
|
-
is_trailer: true
|
|
327
|
-
})
|
|
328
|
-
})
|
|
329
|
-
})]
|
|
330
|
-
}), imageError && !isLoading && /*#__PURE__*/_jsx(Animated.View, {
|
|
331
|
-
style: styles.errorContainer,
|
|
126
|
+
}), imageError && !isLoading && /*#__PURE__*/_jsx(View, {
|
|
127
|
+
style: errorContainerStyle,
|
|
332
128
|
children: /*#__PURE__*/_jsx(Text, {
|
|
333
|
-
style:
|
|
129
|
+
style: errorTextStyle,
|
|
334
130
|
children: "Failed to load image"
|
|
335
131
|
})
|
|
336
132
|
})]
|
|
337
133
|
});
|
|
338
134
|
});
|
|
135
|
+
const styles = StyleSheet.create({
|
|
136
|
+
container: {
|
|
137
|
+
height: BANNER_HEIGHT,
|
|
138
|
+
width: '100%',
|
|
139
|
+
overflow: 'hidden',
|
|
140
|
+
position: 'relative'
|
|
141
|
+
},
|
|
142
|
+
errorContainer: {
|
|
143
|
+
...StyleSheet.absoluteFill,
|
|
144
|
+
justifyContent: 'center',
|
|
145
|
+
alignItems: 'center',
|
|
146
|
+
zIndex: 1
|
|
147
|
+
},
|
|
148
|
+
errorText: {
|
|
149
|
+
fontSize: RFValue(15),
|
|
150
|
+
textAlign: 'center'
|
|
151
|
+
},
|
|
152
|
+
imageContainer: {
|
|
153
|
+
position: 'absolute',
|
|
154
|
+
top: 0,
|
|
155
|
+
left: 0,
|
|
156
|
+
right: 0,
|
|
157
|
+
alignItems: 'center'
|
|
158
|
+
},
|
|
159
|
+
image: {
|
|
160
|
+
width: '100%',
|
|
161
|
+
height: BANNER_HEIGHT,
|
|
162
|
+
aspectRatio: 16 / 9,
|
|
163
|
+
alignSelf: 'flex-start'
|
|
164
|
+
},
|
|
165
|
+
titleImageWrapper: {
|
|
166
|
+
position: 'absolute',
|
|
167
|
+
bottom: verticalScale(12),
|
|
168
|
+
left: scale(12),
|
|
169
|
+
zIndex: 3
|
|
170
|
+
},
|
|
171
|
+
titleImage: {
|
|
172
|
+
width: scale(160),
|
|
173
|
+
height: verticalScale(55)
|
|
174
|
+
},
|
|
175
|
+
titleTextWrapper: {
|
|
176
|
+
position: 'absolute',
|
|
177
|
+
bottom: verticalScale(10),
|
|
178
|
+
left: scale(12),
|
|
179
|
+
right: scale(12),
|
|
180
|
+
zIndex: 3
|
|
181
|
+
},
|
|
182
|
+
titleText: {
|
|
183
|
+
fontSize: RFValue(18),
|
|
184
|
+
fontWeight: 'bold',
|
|
185
|
+
textShadowColor: 'rgba(0, 0, 0, 0.6)',
|
|
186
|
+
textShadowOffset: {
|
|
187
|
+
width: 0,
|
|
188
|
+
height: 1
|
|
189
|
+
},
|
|
190
|
+
textShadowRadius: 3
|
|
191
|
+
},
|
|
192
|
+
headerContainer: {
|
|
193
|
+
position: 'absolute',
|
|
194
|
+
top: scale(10),
|
|
195
|
+
left: 0,
|
|
196
|
+
gap: scale(7),
|
|
197
|
+
flexDirection: 'row',
|
|
198
|
+
alignItems: 'center',
|
|
199
|
+
zIndex: 15
|
|
200
|
+
},
|
|
201
|
+
defaultBackBtn: {
|
|
202
|
+
position: 'relative',
|
|
203
|
+
top: 0
|
|
204
|
+
},
|
|
205
|
+
absoluteFillZ1: {
|
|
206
|
+
...StyleSheet.absoluteFill,
|
|
207
|
+
zIndex: 1
|
|
208
|
+
},
|
|
209
|
+
liveBadgeInline: {
|
|
210
|
+
position: 'relative',
|
|
211
|
+
top: 0,
|
|
212
|
+
left: 0
|
|
213
|
+
}
|
|
214
|
+
});
|
|
339
215
|
//# sourceMappingURL=HeroBanner.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","useCallback","View","StyleSheet","Animated","LinearGradient","SkeletonPlaceholder","scale","verticalScale","FastImage","tinycolor","BackBtn","MenuBtn","RFValue","RentOrBuyIcon","useInternalTheme","Text","useImageLoader","PlayButton","TrailerButton","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","SKELETON_CIRCLE_SIZE","BANNER_HEIGHT","BACK_BTN_SIZE","HeroBanner","memo","backgroundImage","title","titleImage","theme","themeOverride","isLoading","onPressPlay","onBackPress","style","renderButtons","renderSkeletons","menuActions","content_offering_type","imageError","showSkeleton","imageShowSkeleton","imageSource","handleLoad","handleImageLoad","handleError","handleImageError","imageUri","handlePressPlay","is_trailer","gradientColors","bgColorBase","colors","background","toRgbString","setAlpha","styles","create","container","height","width","overflow","position","backgroundColor","backgroundDisabled","rentOrBuyIcon","bottom","zIndex","left","centeredContent","absoluteFillObject","justifyContent","alignItems","pointerEvents","skeletonContainer","errorContainer","errorText","color","textSecondary","fontSize","textAlign","imageContainer","top","right","image","aspectRatio","alignSelf","titleImageWrapper","trailerButtonWrapper","backBtnSkeleton","menuBtnSkeleton","defaultBackBtn","defaultMenuBtn","badge","paddingHorizontal","paddingVertical","borderRadius","accessibilityLabel","children","back","skeletonBaseColor","highlightColor","skeletonHighlightColor","speed","Item","onPress","size","menu","actions","absoluteFill","start","x","y","end","source","resizeMode","contain","onLoad","onError","uri","primary","type","onPrimary","fontWeight","play","trailer","buttonText","button"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/Two/components/HeroBanner.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAIC,OAAO,EAAEC,WAAW,QAAQ,OAAO;AACnD,SAASC,IAAI,EAAEC,UAAU,EAAEC,QAAQ,QAAQ,cAAc;AACzD,OAAOC,cAAc,MAAM,8BAA8B;AACzD,OAAOC,mBAAmB,MAAM,mCAAmC;AACnE,SAASC,KAAK,EAAEC,aAAa,QAAQ,2BAA2B;AAChE,OAAOC,SAAS,MAAM,yBAAyB;AAC/C,OAAOC,SAAS,MAAM,YAAY;AAElC,OAAOC,OAAO,MAAM,4BAAyB;AAC7C,OAAOC,OAAO,MAAM,4BAAyB;AAE7C,SAASC,OAAO,QAAQ,kCAAkC;AAC1D,OAAOC,aAAa,MAAM,mDAAgD;AAC1E,SAASC,gBAAgB,QAAQ,iCAAwB;AACzD,SAASC,IAAI,QAAQ,wBAAe;AACpC,SAASC,cAAc,QAAQ,mCAA0B;AACzD,SAASC,UAAU,QAAQ,oCAAiC;AAC5D,SAASC,aAAa,QAAQ,uCAAoC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,QAAA,IAAAC,SAAA,EAAAC,IAAA,IAAAC,KAAA;AAEnE,MAAMC,oBAAoB,GAAGnB,KAAK,CAAC,EAAE,CAAC;AACtC,MAAMoB,aAAa,GAAGnB,aAAa,CAAC,GAAG,CAAC;AACxC,MAAMoB,aAAa,GAAGrB,KAAK,CAAC,EAAE,CAAC;AAE/B,OAAO,MAAMsB,UAAU,gBAAG9B,KAAK,CAAC+B,IAAI,CAClC,CAAC;EACCC,eAAe;EACfC,KAAK;EACLC,UAAU;EACVC,KAAK,EAAEC,aAAa;EACpBC,SAAS,GAAG,KAAK;EACjBC,WAAW;EACXC,WAAW;EACXC,KAAK;EACLC,aAAa;EACbC,eAAe;EACfC,WAAW;EACXC;AACe,CAAC,KAAK;EACrB,MAAM;IAAET;EAAM,CAAC,GAAGnB,gBAAgB,CAACoB,aAAa,CAAC;;EAEjD;EACA,MAAM;IACJS,UAAU;IACVC,YAAY,EAAEC,iBAAiB;IAC/BC,WAAW;IACXC,UAAU,EAAEC,eAAe;IAC3BC,WAAW,EAAEC;EACf,CAAC,GAAGlC,cAAc,CAAC;IACjBmC,QAAQ,EAAErB,eAAe,IAAI,EAAE;IAC/BK;EACF,CAAC,CAAC;EAEF,MAAMiB,eAAe,GAAGpD,WAAW,CACjC,CAAC;IAAEqD;EAAoC,CAAC,KAAK;IAC3CjB,WAAW,GAAG;MAAEiB;IAAW,CAAC,CAAC;EAC/B,CAAC,EACD,CAACjB,WAAW,CACd,CAAC;EAED,MAAMQ,YAAY,GAAG7C,OAAO,CAC1B,MAAMoC,SAAS,IAAKU,iBAAiB,IAAI,CAAC,CAACf,eAAgB,EAC3D,CAACK,SAAS,EAAEU,iBAAiB,EAAEf,eAAe,CAChD,CAAC;;EAED;EACA,MAAMwB,cAAc,GAAGvD,OAAO,CAAC,MAAM;IACnC,MAAMwD,WAAW,GAAGtB,KAAK,CAACuB,MAAM,CAACC,UAAU;IAC3C,OAAO,CACLhD,SAAS,CAAC8C,WAAW,CAAC,CAACG,WAAW,CAAC,CAAC;IAAE;IACtCjD,SAAS,CAAC8C,WAAW,CAAC,CAACI,QAAQ,CAAC,IAAI,CAAC,CAACD,WAAW,CAAC,CAAC;IAAE;IACrDjD,SAAS,CAAC8C,WAAW,CAAC,CAACI,QAAQ,CAAC,GAAG,CAAC,CAACD,WAAW,CAAC,CAAC;IAAE;IACpDjD,SAAS,CAAC8C,WAAW,CAAC,CAACI,QAAQ,CAAC,GAAG,CAAC,CAACD,WAAW,CAAC,CAAC;IAAE;IACpD,kBAAkB,CACnB;EACH,CAAC,EAAE,CAACzB,KAAK,CAACuB,MAAM,CAACC,UAAU,CAAC,CAAC;EAE7B,MAAMG,MAAM,GAAG7D,OAAO,CACpB,MACEG,UAAU,CAAC2D,MAAM,CAAC;IAChBC,SAAS,EAAE;MACTC,MAAM,EAAErC,aAAa;MACrBsC,KAAK,EAAE,MAAM;MACbC,QAAQ,EAAE,QAAQ;MAClBC,QAAQ,EAAE,UAAU;MACpBC,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACY;IAChC,CAAC;IACDC,aAAa,EAAE;MACbH,QAAQ,EAAE,UAAU;MACpBI,MAAM,EAAE/D,aAAa,CAAC,EAAE,CAAC;MACzBgE,MAAM,EAAE,CAAC;MACTC,IAAI,EAAElE,KAAK,CAAC,EAAE;IAChB,CAAC;IACDmE,eAAe,EAAE;MACf,GAAGvE,UAAU,CAACwE,kBAAkB;MAChCC,cAAc,EAAE,QAAQ;MACxBC,UAAU,EAAE,QAAQ;MACpBL,MAAM,EAAE,CAAC;MACTM,aAAa,EAAE;IACjB,CAAC;IACDC,iBAAiB,EAAE;MACjB,GAAG5E,UAAU,CAACwE,kBAAkB;MAChCP,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACY,kBAAkB;MAChDO,cAAc,EAAE,QAAQ;MACxBC,UAAU,EAAE,QAAQ;MACpBL,MAAM,EAAE;IACV,CAAC;IACDQ,cAAc,EAAE;MACd,GAAG7E,UAAU,CAACwE,kBAAkB;MAChCC,cAAc,EAAE,QAAQ;MACxBC,UAAU,EAAE,QAAQ;MACpBT,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACY,kBAAkB;MAChDG,MAAM,EAAE;IACV,CAAC;IACDS,SAAS,EAAE;MACTC,KAAK,EAAEhD,KAAK,CAACuB,MAAM,CAAC0B,aAAa;MACjCC,QAAQ,EAAEvE,OAAO,CAAC,EAAE,CAAC;MACrBwE,SAAS,EAAE;IACb,CAAC;IACDC,cAAc,EAAE;MACdnB,QAAQ,EAAE,UAAU;MACpBoB,GAAG,EAAE,CAAC;MACNd,IAAI,EAAE,CAAC;MACPe,KAAK,EAAE,CAAC;MACRpB,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACY,kBAAkB;MAChDQ,UAAU,EAAE;IACd,CAAC;IAEDY,KAAK,EAAE;MACLxB,KAAK,EAAE,MAAM;MACbD,MAAM,EAAErC,aAAa;MACrB+D,WAAW,EAAE,EAAE,GAAG,CAAC;MACnBC,SAAS,EAAE;IACb,CAAC;IAEDC,iBAAiB,EAAE;MACjBzB,QAAQ,EAAE,UAAU;MACpBI,MAAM,EAAE/D,aAAa,CAAC,EAAE,CAAC;MACzBiE,IAAI,EAAElE,KAAK,CAAC,EAAE,CAAC;MACfiE,MAAM,EAAE;IACV,CAAC;IAEDvC,UAAU,EAAE;MACVgC,KAAK,EAAE1D,KAAK,CAAC,GAAG,CAAC;MACjByD,MAAM,EAAExD,aAAa,CAAC,EAAE;IAC1B,CAAC;IAEDqF,oBAAoB,EAAE;MACpB,GAAG1F,UAAU,CAACwE,kBAAkB;MAChCC,cAAc,EAAE,UAAU;MAC1BC,UAAU,EAAE,QAAQ;MACpBN,MAAM,EAAE/D,aAAa,CAAC,EAAE,CAAC;MACzBgE,MAAM,EAAE,CAAC;MACTM,aAAa,EAAE;IACjB,CAAC;IACDgB,eAAe,EAAE;MACf3B,QAAQ,EAAE,UAAU;MACpBoB,GAAG,EAAEhF,KAAK,CAAC,CAAC,CAAC;MACbkE,IAAI,EAAElE,KAAK,CAAC,EAAE,CAAC;MACfiE,MAAM,EAAE;IACV,CAAC;IACDuB,eAAe,EAAE;MACf5B,QAAQ,EAAE,UAAU;MACpBoB,GAAG,EAAEhF,KAAK,CAAC,CAAC,CAAC;MACbiF,KAAK,EAAEjF,KAAK,CAAC,EAAE,CAAC;MAChBiE,MAAM,EAAE;IACV,CAAC;IACDwB,cAAc,EAAE;MACd7B,QAAQ,EAAE,UAAU;MACpBoB,GAAG,EAAEhF,KAAK,CAAC,CAAC,CAAC;MACbkE,IAAI,EAAElE,KAAK,CAAC,CAAC,CAAC;MACdiE,MAAM,EAAE,CAAC;MACTJ,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACC;IAChC,CAAC;IACDuC,cAAc,EAAE;MACd9B,QAAQ,EAAE,UAAU;MACpBoB,GAAG,EAAEhF,KAAK,CAAC,CAAC,CAAC;MACbiF,KAAK,EAAEjF,KAAK,CAAC,EAAE,CAAC;MAChBiE,MAAM,EAAE,CAAC;MACTJ,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACC;IAChC,CAAC;IACDwC,KAAK,EAAE;MACL/B,QAAQ,EAAE,UAAU;MACpBI,MAAM,EAAE/D,aAAa,CAAC,EAAE,CAAC;MACzBiE,IAAI,EAAElE,KAAK,CAAC,EAAE,CAAC;MACf4F,iBAAiB,EAAE5F,KAAK,CAAC,CAAC,CAAC;MAC3B6F,eAAe,EAAE7F,KAAK,CAAC,CAAC,CAAC;MACzB8F,YAAY,EAAE9F,KAAK,CAAC,CAAC;IACvB;EACF,CAAC,CAAC,EACJ,CAAC2B,KAAK,CACR,CAAC;EAED,oBACET,KAAA,CAACvB,IAAI;IAACqC,KAAK,EAAE,CAACsB,MAAM,CAACE,SAAS,EAAExB,KAAK,CAAE;IAAC+D,kBAAkB,EAAEtE,KAAM;IAAAuE,QAAA,GAE/D1D,YAAY,GACRJ,eAAe,EAAE+D,IAAI,GAAG,CAAC,iBACxBnF,IAAA,CAACnB,IAAI;MAACqC,KAAK,EAAEsB,MAAM,CAACiC,eAAgB;MAAAS,QAAA,eAClClF,IAAA,CAACf,mBAAmB;QAClB8D,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACgD,iBAAkB;QAChDC,cAAc,EAAExE,KAAK,CAACuB,MAAM,CAACkD,sBAAuB;QACpDC,KAAK,EAAE,GAAI;QAAAL,QAAA,eAEXlF,IAAA,CAACf,mBAAmB,CAACuG,IAAI;UACvB5C,KAAK,EAAErC,aAAc;UACrBoC,MAAM,EAAEpC,aAAc;UACtByE,YAAY,EAAEzE,aAAa,GAAG;QAAE,CACjC;MAAC,CACiB;IAAC,CAClB,CACP,GACAY,aAAa,EAAEgE,IAAI,GAAG,CAAC,KACvBlE,WAAW,iBACVjB,IAAA,CAACV,OAAO;MACNuB,KAAK,EAAEC,aAAc;MACrB2E,OAAO,EAAExE,WAAY;MACrBC,KAAK,EAAEsB,MAAM,CAACmC,cAAe;MAC7Be,IAAI,EAAExG,KAAK,CAAC,EAAE;IAAE,CACjB,CACF,CAAE,EAGNsC,YAAY,IAAIH,WAAW,GACvBD,eAAe,EAAEuE,IAAI,GAAG,CAAC,iBACxB3F,IAAA,CAACnB,IAAI;MAACqC,KAAK,EAAEsB,MAAM,CAACkC,eAAgB;MAAAQ,QAAA,eAClClF,IAAA,CAACf,mBAAmB;QAClB8D,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACgD,iBAAkB;QAChDC,cAAc,EAAExE,KAAK,CAACuB,MAAM,CAACkD,sBAAuB;QACpDC,KAAK,EAAE,GAAI;QAAAL,QAAA,eAEXlF,IAAA,CAACf,mBAAmB,CAACuG,IAAI;UACvB5C,KAAK,EAAErC,aAAc;UACrBoC,MAAM,EAAEpC,aAAc;UACtByE,YAAY,EAAEzE,aAAa,GAAG;QAAE,CACjC;MAAC,CACiB;IAAC,CAClB,CACP,GACDc,WAAW,KACVF,aAAa,EAAEwE,IAAI,GAAG,CAAC,iBACtB3F,IAAA,CAACT,OAAO;MACNsB,KAAK,EAAEC,aAAc;MACrBI,KAAK,EAAEsB,MAAM,CAACoC,cAAe;MAC7BgB,OAAO,EAAEvE;IAAY,CACtB,CACF,CAAC,EAGL,CAACG,YAAY,iBACZxB,IAAA,CAAChB,cAAc;MACboD,MAAM,EAAEF,cAAe;MACvBhB,KAAK,EAAE,CAACpC,UAAU,CAAC+G,YAAY,EAAE;QAAE1C,MAAM,EAAE;MAAE,CAAC,CAAE;MAChD2C,KAAK,EAAE;QAAEC,CAAC,EAAE,CAAC;QAAEC,CAAC,EAAE;MAAE,CAAE;MACtBC,GAAG,EAAE;QAAEF,CAAC,EAAE,CAAC;QAAEC,CAAC,EAAE;MAAE;IAAE,CACrB,CACF,EAEA,CAACjF,SAAS,iBACTX,KAAA,CAAAF,SAAA;MAAAgF,QAAA,gBACElF,IAAA,CAACnB,IAAI;QAACqC,KAAK,EAAEsB,MAAM,CAACyB,cAAe;QAAAiB,QAAA,eASjClF,IAAA,CAACZ,SAAS;UACR8G,MAAM,EAAExE,WAAY;UACpBR,KAAK,EAAEsB,MAAM,CAAC4B,KAAM;UACpB+B,UAAU,EAAE/G,SAAS,CAAC+G,UAAU,CAACC,OAAQ;UACzCC,MAAM,EAAEzE,eAAgB;UACxB0E,OAAO,EAAExE,gBAAiB;UAC1BmD,kBAAkB,EAAE,wBAAwBtE,KAAK;QAAG,CACrD;MAAC,CACE,CAAC,EAEN,CAAC,CAACC,UAAU,IAAI,CAACY,YAAY,iBAC5BxB,IAAA,CAACnB,IAAI;QAACqC,KAAK,EAAEsB,MAAM,CAAC+B,iBAAkB;QAAAW,QAAA,eACpClF,IAAA,CAACZ,SAAS;UACR8G,MAAM,EAAE;YAAEK,GAAG,EAAE3F;UAAW,CAAE;UAC5BM,KAAK,EAAEsB,MAAM,CAAC5B,UAAW;UACzBuF,UAAU,EAAE/G,SAAS,CAAC+G,UAAU,CAACC,OAAQ;UACzCnB,kBAAkB,EAAE,mBAAmBtE,KAAK;QAAG,CAChD;MAAC,CACE,CACP,EAGAW,qBAAqB,IAAIA,qBAAqB,KAAK,MAAM,iBACxDtB,IAAA,CAACnB,IAAI;QACHqC,KAAK,EAAE,CACLsB,MAAM,CAACqC,KAAK,EACZ;UAAE9B,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACoE,OAAO;UAAErD,MAAM,EAAE;QAAE,CAAC,CACpD;QAAA+B,QAAA,eAEFlF,IAAA,CAACL,IAAI;UACH8G,IAAI,EAAC,SAAS;UACdvF,KAAK,EAAE;YAAE2C,KAAK,EAAEhD,KAAK,CAACuB,MAAM,CAACsE,SAAS;YAAEC,UAAU,EAAE;UAAM,CAAE;UAC5D9F,KAAK,EAAEC,aAAc;UAAAoE,QAAA,EAEpB5D;QAAqB,CAClB;MAAC,CACH,CACP,EAEAA,qBAAqB,iBACpBtB,IAAA,CAACP,aAAa;QACZiG,IAAI,EAAE,EAAG;QACT7E,KAAK,EAAEA,KAAM;QACbK,KAAK,EAAE,CAACsB,MAAM,CAACS,aAAa,EAAE;UAAEE,MAAM,EAAE;QAAE,CAAC,CAAE;QAC7C7B,qBAAqB,EAAEA;MAAsB,CAC9C,CACF;IAAA,CACD,CACH,EAGAE,YAAY,IAAI,CAACD,UAAU,IAAIP,WAAW,iBACzCZ,KAAA,CAAAF,SAAA;MAAAgF,QAAA,gBACElF,IAAA,CAACnB,IAAI;QAACqC,KAAK,EAAEsB,MAAM,CAACkB,iBAAkB;QAAAwB,QAAA,EACnC9D,eAAe,EAAEwF,IAAI,GAAG,CAAC,iBACxB5G,IAAA,CAACf,mBAAmB;UAClB8D,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACgD,iBAAkB;UAChDC,cAAc,EAAExE,KAAK,CAACuB,MAAM,CAACkD,sBAAuB;UACpDC,KAAK,EAAE,GAAI;UAAAL,QAAA,eAEXlF,IAAA,CAACf,mBAAmB,CAACuG,IAAI;YACvB5C,KAAK,EAAC,MAAM;YACZD,MAAM,EAAC,MAAM;YACbY,cAAc,EAAC,QAAQ;YACvBC,UAAU,EAAC,QAAQ;YAAA0B,QAAA,eAEnBlF,IAAA,CAACf,mBAAmB,CAACuG,IAAI;cACvB5C,KAAK,EAAEvC,oBAAqB;cAC5BsC,MAAM,EAAEtC,oBAAqB;cAC7B2E,YAAY,EAAE3E,oBAAoB,GAAG;YAAE,CACxC;UAAC,CACsB;QAAC,CACR;MACtB,CACG,CAAC,eAEPL,IAAA,CAACnB,IAAI;QAACqC,KAAK,EAAEsB,MAAM,CAACgC,oBAAqB;QAAAU,QAAA,EACtC9D,eAAe,EAAEyF,OAAO,GAAG,CAAC,iBAC3B7G,IAAA,CAACf,mBAAmB;UAClB8D,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAACgD,iBAAkB;UAChDC,cAAc,EAAExE,KAAK,CAACuB,MAAM,CAACkD,sBAAuB;UACpDC,KAAK,EAAE,GAAI;UAAAL,QAAA,eAEXlF,IAAA,CAACf,mBAAmB,CAACuG,IAAI;YACvB5C,KAAK,EAAE1D,KAAK,CAAC,GAAG,CAAE;YAClByD,MAAM,EAAExD,aAAa,CAAC,EAAE,CAAE;YAC1B6F,YAAY,EAAE9F,KAAK,CAAC,EAAE;UAAE,CACzB;QAAC,CACiB;MACtB,CACG,CAAC;IAAA,CACP,CACH,EAGA,CAACsC,YAAY,IAAI,CAACD,UAAU,IAAIP,WAAW,iBAC1CZ,KAAA,CAAAF,SAAA;MAAAgF,QAAA,gBACElF,IAAA,CAACjB,QAAQ,CAACF,IAAI;QAACqC,KAAK,EAAEsB,MAAM,CAACa,eAAgB;QAAA6B,QAAA,EAC1C/D,aAAa,EAAEyF,IAAI,GAAG,CAAC,iBACtB5G,IAAA,CAACH,UAAU;UACTgE,KAAK,EAAEhD,KAAK,CAACuB,MAAM,CAAC0E,UAAW;UAC/B/D,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAAC2E,MAAO;UACrCtB,OAAO,EAAEA,CAAA,KAAMzD,eAAe,CAAC;YAAEC,UAAU,EAAE;UAAM,CAAC;QAAE,CACvD;MACF,CACY,CAAC,eAEhBjC,IAAA,CAACjB,QAAQ,CAACF,IAAI;QAACqC,KAAK,EAAEsB,MAAM,CAACgC,oBAAqB;QAAAU,QAAA,EAC/C/D,aAAa,EAAE0F,OAAO,GAAG,CAAC,iBACzB7G,IAAA,CAACF,aAAa;UACZ+D,KAAK,EAAEhD,KAAK,CAACuB,MAAM,CAAC0E,UAAW;UAC/B/D,eAAe,EAAElC,KAAK,CAACuB,MAAM,CAAC2E,MAAO;UACrCtB,OAAO,EAAEA,CAAA,KAAMzD,eAAe,CAAC;YAAEC,UAAU,EAAE;UAAK,CAAC;QAAE,CACtD;MACF,CACY,CAAC;IAAA,CAChB,CACH,EAGAV,UAAU,IAAI,CAACR,SAAS,iBACvBf,IAAA,CAACjB,QAAQ,CAACF,IAAI;MAACqC,KAAK,EAAEsB,MAAM,CAACmB,cAAe;MAAAuB,QAAA,eAC1ClF,IAAA,CAACL,IAAI;QAACuB,KAAK,EAAEsB,MAAM,CAACoB,SAAU;QAAAsB,QAAA,EAAC;MAAoB,CAAM;IAAC,CAC7C,CAChB;EAAA,CACG,CAAC;AAEX,CACF,CAAC","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","useMemo","View","StyleSheet","LinearGradient","scale","verticalScale","FastImage","tinycolor","BackBtn","RFValue","useTheme","Text","useImageLoader","LiveBadge","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","BANNER_HEIGHT","HeroBanner","memo","backgroundImage","title","titleImage","theme","themeOverride","isLoading","onBackPress","contentType","isLiveStream","imageError","showSkeleton","imageShowSkeleton","imageSource","handleLoad","handleImageLoad","handleError","handleImageError","imageUri","shouldShowLiveBadge","gradientColors","bgColorBase","colors","background","toRgbString","setAlpha","containerStyle","styles","container","backgroundColor","backgroundDisabled","defaultBackBtnStyle","defaultBackBtn","liveBadgeStyle","liveBadgeInline","marginLeft","imageContainerStyle","imageContainer","titleTextStyle","titleText","color","textPrimary","errorContainerStyle","errorContainer","errorTextStyle","errorText","textSecondary","style","accessibilityLabel","children","headerContainer","onPress","size","position","absoluteFillZ1","start","x","y","end","source","image","resizeMode","contain","onLoad","onError","titleImageWrapper","titleTextWrapper","uri","numberOfLines","ellipsizeMode","create","height","width","overflow","absoluteFill","justifyContent","alignItems","zIndex","fontSize","textAlign","top","left","right","aspectRatio","alignSelf","bottom","fontWeight","textShadowColor","textShadowOffset","textShadowRadius","gap","flexDirection"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/Two/components/HeroBanner.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @author
|
|
5
|
-
* @
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @LastModified Mon 13 Jul 2026 at 10:13 AM
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import React, { useCallback, useRef, useMemo } from 'react';
|
|
@@ -15,7 +15,7 @@ import Display from "../../../../utils/Display.js";
|
|
|
15
15
|
import { Text } from "../../../Text/index.js";
|
|
16
16
|
import View from "../../../View/View.js";
|
|
17
17
|
import CardPoster from "../../../Content/Card/components/CardPoster.js";
|
|
18
|
-
import {
|
|
18
|
+
import { useTheme } from "../../../../theme/index.js";
|
|
19
19
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
20
20
|
const AnimatedFlatList = Animated.createAnimatedComponent(FlatList);
|
|
21
21
|
const MoreLikeThisContentList = /*#__PURE__*/React.memo(({
|
|
@@ -36,7 +36,7 @@ const MoreLikeThisContentList = /*#__PURE__*/React.memo(({
|
|
|
36
36
|
}) => {
|
|
37
37
|
const {
|
|
38
38
|
theme: appliedTheme
|
|
39
|
-
} =
|
|
39
|
+
} = useTheme(theme);
|
|
40
40
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
41
41
|
|
|
42
42
|
// Memoize computed values
|
|
@@ -183,14 +183,15 @@ const MoreLikeThisContentList = /*#__PURE__*/React.memo(({
|
|
|
183
183
|
});
|
|
184
184
|
}, [isLoading, error, isEmpty, skeletonData, skeletonKeyExtractor, renderSkeletonItem, contentContainerStyle, errorMessage, numColumns, contentList, keyExtractor, renderItem, footerComponentMemo, handleEndReached, handleMomentumScrollBegin, refreshing, onRefresh]);
|
|
185
185
|
return /*#__PURE__*/_jsx(View, {
|
|
186
|
-
style:
|
|
187
|
-
flex: 1
|
|
188
|
-
},
|
|
186
|
+
style: styles.container,
|
|
189
187
|
children: renderContent
|
|
190
188
|
});
|
|
191
189
|
});
|
|
192
190
|
export default MoreLikeThisContentList;
|
|
193
191
|
const styles = StyleSheet.create({
|
|
192
|
+
container: {
|
|
193
|
+
flex: 1
|
|
194
|
+
},
|
|
194
195
|
listContent: {
|
|
195
196
|
paddingHorizontal: scale(6),
|
|
196
197
|
paddingBottom: scale(100)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useRef","useMemo","FlatList","StyleSheet","TouchableOpacity","ActivityIndicator","scale","verticalScale","RFValue","Animated","useSkeletonItems","Display","Text","View","CardPoster","
|
|
1
|
+
{"version":3,"names":["React","useCallback","useRef","useMemo","FlatList","StyleSheet","TouchableOpacity","ActivityIndicator","scale","verticalScale","RFValue","Animated","useSkeletonItems","Display","Text","View","CardPoster","useTheme","jsx","_jsx","AnimatedFlatList","createAnimatedComponent","MoreLikeThisContentList","memo","contentList","onItemPress","isLoading","error","errorText","theme","moreDataIsLoading","onEndReached","skeletonCount","numColumns","footerComponent","refreshing","onRefresh","hasFetchedOnce","appliedTheme","onEndReachedCalledDuringMomentum","isEmpty","Array","isArray","length","errorMessage","Error","message","skeletonItems","skeletonData","map","_","index","_id","keyExtractor","item","toString","renderItem","style","styles","cardWrapper","children","onPress","activeOpacity","content_offering_type","contentType","type","posterUri","poster","borderRadius","imageStyle","itemContainer","renderSkeletonItem","footerComponentMemo","footerLoading","size","handleEndReached","current","handleMomentumScrollBegin","contentContainerStyle","listContent","minHeight","fullHeight","skeletonKeyExtractor","renderContent","data","scrollEnabled","showsVerticalScrollIndicator","centered","emptyText","nestedScrollEnabled","removeClippedSubviews","initialNumToRender","bounces","scrollEventThrottle","ListFooterComponent","onEndReachedThreshold","onMomentumScrollBegin","windowSize","maxToRenderPerBatch","updateCellsBatchingPeriod","container","create","flex","paddingHorizontal","paddingBottom","flexBasis","maxWidth","padding","alignItems","justifyContent","width","aspectRatio","paddingVertical","fontSize","color","fontWeight","headerTitle","textTransform","marginTop"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/Two/components/MoreLikeThisContentList .tsx"],"mappings":"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","ignoreList":[]}
|