@zezosoft/zezo-ott-react-native-ui-kit 1.3.5 → 1.3.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- 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 +134 -128
- package/src/assets/animations/135037-payment-processing-error.json +1347 -0
- package/src/assets/animations/7227-vui-animation.json +3377 -0
- package/src/assets/animations/Failed.json +2103 -0
- package/src/assets/animations/Pending.json +522 -0
- package/src/assets/animations/Successful.json +2289 -0
- package/src/assets/animations/heart.json +788 -0
- package/src/assets/animations/succesfull-payment.json +2379 -0
- package/src/assets/animations/voice-icon.json +542 -0
- package/src/assets/img/back.png +0 -0
- package/src/assets/img/bottom-panel.png +0 -0
- package/src/assets/img/camera.png +0 -0
- package/src/assets/img/camera2.png +0 -0
- package/src/assets/img/home.png +0 -0
- package/src/assets/img/lock.png +0 -0
- package/src/assets/img/play.png +0 -0
- package/src/assets/img/profile.jpg +0 -0
- package/src/assets/img/qr-code.png +0 -0
- package/src/assets/img/shadow.png +0 -0
- package/src/assets/img/shadow2.png +0 -0
- package/src/assets/img/user.png +0 -0
- package/src/assets/svg/Account.svg +4 -0
- package/src/assets/svg/Favourite.svg +14 -0
- package/src/assets/svg/Upcoming.svg +4 -0
- package/src/assets/svg/content-error.svg +28 -0
- package/src/assets/svg/download.svg +3 -0
- package/src/assets/svg/eye-off.svg +10 -0
- package/src/assets/svg/favorites.svg +3 -0
- package/src/assets/svg/h.svg +4 -0
- package/src/assets/svg/home.svg +5 -0
- package/src/assets/svg/home1.svg +3 -0
- package/src/assets/svg/menu-bar.svg +4 -0
- package/src/assets/svg/my-space.svg +14 -0
- package/src/assets/svg/play-icon-with-bg.svg +5 -0
- package/src/assets/svg/profile.svg +4 -0
- package/src/assets/svg/search.svg +5 -0
- package/src/assets/svg/search1.svg +4 -0
- package/src/assets/svg/server-error.svg +139 -0
- package/src/components/Account/Account.tsx +354 -0
- package/src/components/Account/index.ts +6 -0
- package/src/components/Alert/AlertDialog.tsx +253 -0
- package/src/components/Alert/UAAlert.tsx +176 -0
- package/src/components/Alert/index.ts +7 -0
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +412 -0
- package/src/components/Auth/One/ForgotPassword/ForgotPassword.tsx +333 -0
- package/src/components/Auth/One/Login/LoginWithEmail.tsx +449 -0
- package/src/components/Auth/One/Login/LoginWithPhone.tsx +309 -0
- package/src/components/Auth/One/OTP/OTP.tsx +539 -0
- package/src/components/Auth/One/QrLogin/QrLogin.tsx +329 -0
- package/src/components/Auth/One/QrLogin/components/index.ts +8 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.tsx +158 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-frame.tsx +207 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-header.tsx +65 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-intro.tsx +255 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.tsx +291 -0
- package/src/components/Auth/One/SignUp/SignUp.tsx +470 -0
- package/src/components/Auth/One/SplashScreen/SplashScreen.tsx +229 -0
- package/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx +92 -0
- package/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.tsx +129 -0
- package/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.tsx +172 -0
- package/src/components/Auth/One/SplashScreen/utils/splashUtils.ts +23 -0
- package/src/components/Auth/One/index.ts +24 -0
- package/src/components/Auth/Two/AuthHeader/AuthHeader.tsx +130 -0
- package/src/components/Auth/Two/ForgotPassword/ForgotPassword.tsx +331 -0
- package/src/components/Auth/Two/Login/EmailOrPhoneLogin.tsx +612 -0
- package/src/components/Auth/Two/OTP/OTP.tsx +504 -0
- package/src/components/Auth/Two/SignUp/SignUp.tsx +439 -0
- package/src/components/Auth/Two/index.ts +20 -0
- package/src/components/Auth/index.ts +16 -0
- package/src/components/BackgroundLayout/One/One.tsx +184 -0
- package/src/components/BackgroundLayout/Two/Two.tsx +65 -0
- package/src/components/BackgroundLayout/index.ts +14 -0
- package/src/components/BlogView/BlogView.tsx +282 -0
- package/src/components/BlogView/index.ts +8 -0
- package/src/components/BlurView/BlurView.tsx +199 -0
- package/src/components/BlurView/index.ts +7 -0
- package/src/components/BottomSheet/BottomSheet.tsx +204 -0
- package/src/components/BottomSheet/BottomSheetOne.tsx +223 -0
- package/src/components/BottomSheet/index.ts +9 -0
- package/src/components/Button/BackBtn.tsx +149 -0
- package/src/components/Button/MenuBtn.tsx +220 -0
- package/src/components/Button/PrimaryBtn.tsx +123 -0
- package/src/components/Button/SecondaryBtn.tsx +123 -0
- package/src/components/Button/TextButton.tsx +150 -0
- package/src/components/Button/index.ts +18 -0
- package/src/components/Button/types.ts +33 -0
- package/src/components/Content/Card/Category/Category.tsx +436 -0
- package/src/components/Content/Card/Category/CategroyTwo.tsx +429 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +607 -0
- package/src/components/Content/Card/Sliders/Styles/One.tsx +490 -0
- package/src/components/Content/Card/Sliders/Styles/Three.tsx +1017 -0
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +395 -0
- package/src/components/Content/Card/Sliders/index.ts +18 -0
- package/src/components/Content/Card/Styles/Five.tsx +367 -0
- package/src/components/Content/Card/Styles/Four.tsx +366 -0
- package/src/components/Content/Card/Styles/One.tsx +372 -0
- package/src/components/Content/Card/Styles/RotateInOut.tsx +413 -0
- package/src/components/Content/Card/Styles/Six.tsx +378 -0
- package/src/components/Content/Card/Styles/Three.tsx +312 -0
- package/src/components/Content/Card/Styles/TopTen.tsx +402 -0
- package/src/components/Content/Card/Styles/Two.tsx +404 -0
- package/src/components/Content/Card/components/AdsPoster.tsx +207 -0
- package/src/components/Content/Card/components/CardPoster.tsx +377 -0
- package/src/components/Content/Card/components/LiveBadge.tsx +125 -0
- package/src/components/Content/Card/components/NavigateToMore.tsx +97 -0
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +134 -0
- package/src/components/Content/Card/components/ShowAllButton.tsx +92 -0
- package/src/components/Content/Card/components/ThumbnailCard.tsx +219 -0
- package/src/components/Content/Card/components/index.ts +12 -0
- package/src/components/Content/Card/index.ts +31 -0
- package/src/components/Content/Content.tsx +338 -0
- package/src/components/Content/Sections.tsx +239 -0
- package/src/components/Content/types.ts +180 -0
- package/src/components/ContentView/MoreContentList.tsx +330 -0
- package/src/components/ContentView/One/ContentViewOne.tsx +251 -0
- package/src/components/ContentView/One/components/CastCard.tsx +266 -0
- package/src/components/ContentView/One/components/HeroBanner.tsx +413 -0
- package/src/components/ContentView/One/components/MiniInfo.tsx +343 -0
- package/src/components/ContentView/One/components/Title.tsx +149 -0
- package/src/components/ContentView/Two/ContentViewTwo.tsx +332 -0
- package/src/components/ContentView/Two/components/Details.tsx +196 -0
- package/src/components/ContentView/Two/components/HeroBanner.tsx +267 -0
- package/src/components/ContentView/Two/components/LikeShareActions.tsx +125 -0
- package/src/components/ContentView/Two/components/MoreLikeThisContentList .tsx +308 -0
- package/src/components/ContentView/Two/components/PlayOrTrailer.tsx +162 -0
- package/src/components/ContentView/Two/components/SectionTabs.tsx +181 -0
- package/src/components/ContentView/Two/components/Title.tsx +229 -0
- package/src/components/ContentView/Two/components/index.ts +12 -0
- package/src/components/ContentView/index.ts +13 -0
- package/src/components/ContentView/shared/AboutSection.tsx +226 -0
- package/src/components/ContentView/shared/EpisodeCard.tsx +600 -0
- package/src/components/ContentView/shared/GenreTags.tsx +189 -0
- package/src/components/ContentView/shared/PlayButton.tsx +52 -0
- package/src/components/ContentView/shared/TrailerButton.tsx +76 -0
- package/src/components/Fallbacks/NoContentFallback.tsx +175 -0
- package/src/components/Fallbacks/NotFoundFallback.tsx +94 -0
- package/src/components/Fallbacks/index.ts +7 -0
- package/src/components/Headers/AppHeader.tsx +151 -0
- package/src/components/Headers/Four.tsx +84 -0
- package/src/components/Headers/One.tsx +115 -0
- package/src/components/Headers/Three.tsx +137 -0
- package/src/components/Headers/Two.tsx +101 -0
- package/src/components/Headers/index.ts +34 -0
- package/src/components/Input/Input.ts +18 -0
- package/src/components/Input/InputOne.tsx +265 -0
- package/src/components/Input/InputThree.tsx +205 -0
- package/src/components/Input/InputTwo.tsx +217 -0
- package/src/components/Input/PhoneInput/One/One.tsx +415 -0
- package/src/components/Input/PhoneInput/Two/Two.tsx +406 -0
- package/src/components/Input/PhoneInput/index.ts +14 -0
- package/src/components/Keyboard/HideKeyboard.tsx +91 -0
- package/src/components/Loader/Loader.tsx +49 -0
- package/src/components/Logo/Logo.tsx +150 -0
- package/src/components/NewRelease/NewReleaseSheet.tsx +260 -0
- package/src/components/NewRelease/index.ts +6 -0
- package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +226 -0
- package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +324 -0
- package/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.tsx +201 -0
- package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +100 -0
- package/src/components/Reels/ReelsSeries/MediaControls/TopControls.tsx +168 -0
- package/src/components/Reels/ReelsSeries/Model/DetailsModal.tsx +207 -0
- package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +151 -0
- package/src/components/Reels/ReelsSeries/Model/UnlockModal.tsx +159 -0
- package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +278 -0
- package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +569 -0
- package/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.tsx +189 -0
- package/src/components/Reels/ReelsSeries/components/Episodes.tsx +159 -0
- package/src/components/Reels/ReelsSeries/components/GradientOverlay.tsx +46 -0
- package/src/components/Reels/ReelsSeries/components/Like.tsx +45 -0
- package/src/components/Reels/ReelsSeries/components/RotatingLoader.tsx +84 -0
- package/src/components/Reels/ReelsSeries/components/Synopsis.tsx +338 -0
- package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +185 -0
- package/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.tsx +77 -0
- package/src/components/Reels/ReelsSeries/components/VideoControls/index.ts +7 -0
- package/src/components/Reels/ReelsSeries/types.ts +78 -0
- package/src/components/Reels/ReelsSeries/useReelsWatchProgress.ts +90 -0
- package/src/components/Reels/ReelsSeries/utils/quality.ts +72 -0
- package/src/components/Reels/index.ts +9 -0
- package/src/components/Reels/utils/Controls/gestureUtils.ts +46 -0
- package/src/components/Reels/utils/Controls/index.ts +9 -0
- package/src/components/Reels/utils/Controls/overlayUtils.ts +40 -0
- package/src/components/Reels/utils/Controls/videoControlsConstants.ts +30 -0
- package/src/components/Reels/utils/Controls/videoRef.ts +9 -0
- package/src/components/Reels/utils/index.ts +6 -0
- package/src/components/Reels/utils/timeoutUtils.ts +34 -0
- package/src/components/Search/One.tsx +262 -0
- package/src/components/Search/components/RecentSearchesSection.tsx +181 -0
- package/src/components/Search/components/SearchCard.tsx +285 -0
- package/src/components/Search/index.ts +16 -0
- package/src/components/Settings/AppSettings.tsx +442 -0
- package/src/components/Settings/index.ts +6 -0
- package/src/components/Subscription/SubOne.tsx +423 -0
- package/src/components/Subscription/components/SubsDetailsModal.tsx +347 -0
- package/src/components/Subscription/components/SubscriptionCard.tsx +342 -0
- package/src/components/Subscription/index.ts +12 -0
- package/src/components/TabBar/One.tsx +145 -0
- package/src/components/TabBar/Three.tsx +162 -0
- package/src/components/TabBar/Two.tsx +179 -0
- package/src/components/TabBar/index.ts +20 -0
- package/src/components/Text/Text.tsx +90 -0
- package/src/components/Text/index.ts +6 -0
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +468 -0
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +293 -0
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +504 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +214 -0
- package/src/components/User/WatchLater/WatchLater.tsx +400 -0
- package/src/components/User/components/UserAvatar.tsx +121 -0
- package/src/components/User/components/UserSection.tsx +218 -0
- package/src/components/User/index.ts +18 -0
- package/src/components/View/View.tsx +38 -0
- package/src/components/View/index.ts +6 -0
- package/src/components/common/AppStatusBar.tsx +57 -0
- package/src/components/common/index.ts +1 -0
- package/src/components/index.ts +30 -0
- package/src/components/layout/SafeAreaWrapper.tsx +50 -0
- package/src/components/layout/index.ts +6 -0
- package/src/constants/dummySections.ts +103 -0
- package/src/hooks/Images/index.ts +6 -0
- package/src/hooks/Images/useImageLoader.ts +209 -0
- package/src/hooks/index.ts +16 -0
- package/src/hooks/useAdTracking.ts +354 -0
- package/src/hooks/useCards.ts +247 -0
- package/src/hooks/useDebounce.ts +40 -0
- package/src/hooks/useKeyboard.ts +43 -0
- package/src/hooks/useNavigationMode.ts +48 -0
- package/src/hooks/usePaginatedSection.ts +108 -0
- package/src/hooks/usePrevious.ts +28 -0
- package/src/hooks/useSafeCallback.ts +29 -0
- package/src/hooks/useSkeletonItems.ts +30 -0
- package/src/hooks/useSplashCache.ts +245 -0
- package/src/index.tsx +9 -0
- package/src/store/RecentSearchesStore.ts +72 -0
- package/src/store/splashStore.ts +86 -0
- package/src/store/storage.ts +29 -0
- package/src/theme/ThemeContext.ts +19 -0
- package/src/theme/ThemeProvider.tsx +87 -0
- package/src/theme/hooks/index.ts +6 -0
- package/src/theme/hooks/useTheme.ts +118 -0
- package/src/theme/index.ts +8 -0
- package/src/theme/store/theme.ts +50 -0
- package/src/theme/themes.ts +262 -0
- package/src/theme/utils/cleanColors.ts +71 -0
- package/src/theme/utils/toRgba.ts +150 -0
- package/src/types/content/content-view.types.ts +209 -0
- package/src/types/hook/index.ts +6 -0
- package/src/types/hook/usePaginatedSection.ts +20 -0
- package/src/types/index.ts +10 -0
- package/src/types/navigation.ts +17 -0
- package/src/types/sections/index.ts +87 -0
- package/src/types/user.ts +18 -0
- package/src/utils/Display.ts +15 -0
- package/src/utils/Formater.ts +33 -0
- package/src/utils/SizeMatters.ts +8 -0
- package/src/utils/Spacing.ts +27 -0
- package/src/utils/colorUtils.ts +70 -0
- package/src/utils/imageValidation.ts +36 -0
- package/src/utils/interaction.ts +19 -0
- 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,153 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @author Ashok Desai
|
|
5
|
-
* @lastModified Tue 13 Jun 2026 at 02:28 PM
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import React, { useRef, useState, useCallback, useMemo } from 'react';
|
|
9
|
-
import { useSkeletonItems } from "../../../../hooks/useSkeletonItems.js";
|
|
10
|
-
import { View, StyleSheet, ScrollView, TouchableOpacity } from 'react-native';
|
|
11
|
-
import { Text } from "../../../Text/index.js";
|
|
12
|
-
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
13
|
-
import { scale, verticalScale } from 'react-native-size-matters';
|
|
14
|
-
import { RFValue } from 'react-native-responsive-fontsize';
|
|
15
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
-
export const AboutSection = /*#__PURE__*/React.memo(({
|
|
17
|
-
theme,
|
|
18
|
-
title = 'About',
|
|
19
|
-
release_year,
|
|
20
|
-
description,
|
|
21
|
-
isLoading = false,
|
|
22
|
-
style
|
|
23
|
-
}) => {
|
|
24
|
-
const [expanded, setExpanded] = useState(false);
|
|
25
|
-
const scrollRef = useRef(null);
|
|
26
|
-
const skeletonItems = useSkeletonItems(4);
|
|
27
|
-
const toggle = useCallback(() => {
|
|
28
|
-
if (expanded) {
|
|
29
|
-
scrollRef.current?.scrollTo({
|
|
30
|
-
y: 0,
|
|
31
|
-
animated: false
|
|
32
|
-
});
|
|
33
|
-
}
|
|
34
|
-
setExpanded(prev => !prev);
|
|
35
|
-
}, [expanded]);
|
|
36
|
-
|
|
37
|
-
// Memoize show toggle condition
|
|
38
|
-
const showToggle = useMemo(() => description && description.length > 150, [description]);
|
|
39
|
-
|
|
40
|
-
// Memoize container style
|
|
41
|
-
const containerStyle = useMemo(() => [styles.container, style?.container], [style?.container]);
|
|
42
|
-
|
|
43
|
-
// Memoize title style
|
|
44
|
-
const titleStyleMemo = useMemo(() => [styles.title, style?.title], [style?.title]);
|
|
45
|
-
|
|
46
|
-
// Memoize body style
|
|
47
|
-
const bodyStyleMemo = useMemo(() => [styles.body, style?.body], [style?.body]);
|
|
48
|
-
|
|
49
|
-
// Memoize scroll expanded style
|
|
50
|
-
const scrollExpandedStyleMemo = useMemo(() => [styles.scrollExpanded, style?.scrollExpanded], [style?.scrollExpanded]);
|
|
51
|
-
|
|
52
|
-
// Memoize release year style
|
|
53
|
-
const releaseYearStyleMemo = useMemo(() => [styles.releaseYear, style?.releaseYear], [style?.releaseYear]);
|
|
54
|
-
|
|
55
|
-
// Memoize toggle text style
|
|
56
|
-
const toggleTextStyleMemo = useMemo(() => [styles.toggleText, {
|
|
57
|
-
color: theme.colors.primary
|
|
58
|
-
}, style?.toggleText], [theme.colors.primary, style?.toggleText]);
|
|
59
|
-
if (isLoading && !description) {
|
|
60
|
-
return /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
61
|
-
backgroundColor: theme.colors.skeletonBaseColor,
|
|
62
|
-
highlightColor: theme.colors.skeletonHighlightColor,
|
|
63
|
-
children: /*#__PURE__*/_jsxs(SkeletonPlaceholder.Item, {
|
|
64
|
-
paddingHorizontal: scale(12),
|
|
65
|
-
marginTop: verticalScale(7),
|
|
66
|
-
children: [/*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
67
|
-
width: scale(70),
|
|
68
|
-
height: scale(16),
|
|
69
|
-
borderRadius: scale(4),
|
|
70
|
-
marginBottom: scale(10),
|
|
71
|
-
style: style?.skeletonLine
|
|
72
|
-
}), skeletonItems.map((_, idx) => /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
73
|
-
width: idx === 3 ? '80%' : idx % 3 === 0 ? '95%' : '100%',
|
|
74
|
-
height: scale(14),
|
|
75
|
-
borderRadius: scale(4),
|
|
76
|
-
marginBottom: scale(6),
|
|
77
|
-
style: style?.skeletonLine
|
|
78
|
-
}, idx))]
|
|
79
|
-
})
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
if (!description) {
|
|
83
|
-
return null;
|
|
84
|
-
}
|
|
85
|
-
return /*#__PURE__*/_jsxs(View, {
|
|
86
|
-
style: containerStyle,
|
|
87
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
88
|
-
color: theme.colors.primary,
|
|
89
|
-
style: titleStyleMemo,
|
|
90
|
-
children: title
|
|
91
|
-
}), release_year && /*#__PURE__*/_jsxs(Text, {
|
|
92
|
-
color: theme.colors.onSurface,
|
|
93
|
-
style: releaseYearStyleMemo,
|
|
94
|
-
children: ["Release:", ' ', /*#__PURE__*/_jsx(Text, {
|
|
95
|
-
color: theme.colors.textPrimary,
|
|
96
|
-
children: release_year
|
|
97
|
-
})]
|
|
98
|
-
}), !expanded ? /*#__PURE__*/_jsx(Text, {
|
|
99
|
-
color: theme.colors.onSurface,
|
|
100
|
-
style: bodyStyleMemo,
|
|
101
|
-
numberOfLines: 3,
|
|
102
|
-
ellipsizeMode: "tail",
|
|
103
|
-
children: description
|
|
104
|
-
}) : /*#__PURE__*/_jsx(ScrollView, {
|
|
105
|
-
style: scrollExpandedStyleMemo,
|
|
106
|
-
showsVerticalScrollIndicator: true,
|
|
107
|
-
ref: scrollRef,
|
|
108
|
-
nestedScrollEnabled: true,
|
|
109
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
110
|
-
color: theme.colors.onSurface,
|
|
111
|
-
style: bodyStyleMemo,
|
|
112
|
-
children: description
|
|
113
|
-
})
|
|
114
|
-
}), showToggle && /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
115
|
-
onPress: toggle,
|
|
116
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
117
|
-
style: toggleTextStyleMemo,
|
|
118
|
-
children: expanded ? 'See less' : 'See more'
|
|
119
|
-
})
|
|
120
|
-
})]
|
|
121
|
-
});
|
|
122
|
-
});
|
|
123
|
-
const styles = StyleSheet.create({
|
|
124
|
-
container: {
|
|
125
|
-
paddingHorizontal: scale(12),
|
|
126
|
-
marginTop: verticalScale(7)
|
|
127
|
-
},
|
|
128
|
-
title: {
|
|
129
|
-
fontSize: RFValue(13),
|
|
130
|
-
fontWeight: 'bold',
|
|
131
|
-
marginBottom: scale(6)
|
|
132
|
-
},
|
|
133
|
-
body: {
|
|
134
|
-
fontSize: RFValue(11),
|
|
135
|
-
lineHeight: scale(16),
|
|
136
|
-
textAlign: 'auto'
|
|
137
|
-
},
|
|
138
|
-
scrollExpanded: {
|
|
139
|
-
maxHeight: verticalScale(250)
|
|
140
|
-
},
|
|
141
|
-
releaseYear: {
|
|
142
|
-
fontSize: RFValue(12),
|
|
143
|
-
fontWeight: '500',
|
|
144
|
-
marginBottom: scale(6),
|
|
145
|
-
letterSpacing: 0.3
|
|
146
|
-
},
|
|
147
|
-
toggleText: {
|
|
148
|
-
fontSize: RFValue(9.5),
|
|
149
|
-
fontWeight: '600',
|
|
150
|
-
marginTop: scale(4)
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
//# sourceMappingURL=AboutSection.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","useRef","useState","useCallback","useMemo","useSkeletonItems","View","StyleSheet","ScrollView","TouchableOpacity","Text","SkeletonPlaceholder","scale","verticalScale","RFValue","jsx","_jsx","jsxs","_jsxs","AboutSection","memo","theme","title","release_year","description","isLoading","style","expanded","setExpanded","scrollRef","skeletonItems","toggle","current","scrollTo","y","animated","prev","showToggle","length","containerStyle","styles","container","titleStyleMemo","bodyStyleMemo","body","scrollExpandedStyleMemo","scrollExpanded","releaseYearStyleMemo","releaseYear","toggleTextStyleMemo","toggleText","color","colors","primary","backgroundColor","skeletonBaseColor","highlightColor","skeletonHighlightColor","children","Item","paddingHorizontal","marginTop","width","height","borderRadius","marginBottom","skeletonLine","map","_","idx","onSurface","textPrimary","numberOfLines","ellipsizeMode","showsVerticalScrollIndicator","ref","nestedScrollEnabled","onPress","create","fontSize","fontWeight","lineHeight","textAlign","maxHeight","letterSpacing"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/Two/components/AboutSection.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","useMemo","useCallback","memo","View","FlatList","TouchableOpacity","StyleSheet","FastImage","SkeletonPlaceholder","scale","verticalScale","moderateScale","Text","Display","ThumbnailCard","RFValue","RentOrBuyIcon","useInternalTheme","jsx","_jsx","jsxs","_jsxs","SKELETON_COUNT","LOADING_EPISODES","THUMBNAIL_ASPECT_RATIO","CARD_ELEVATION","BORDER_WIDTH","TAB_PADDING_HORIZONTAL","TAB_PADDING_VERTICAL","TAB_MARGIN_RIGHT","CONTAINER_PADDING_HORIZONTAL","CONTAINER_GAP","TEXT_PADDING","TITLE_FONT_SIZE","SUBTITLE_FONT_SIZE","SUBTITLE_LINE_HEIGHT","formatDate","dateString","date","Date","toLocaleDateString","day","month","year","EpisodeCardItem","season_id","season_number","episode","onPress","isDarkMode","theme","style","thumbnailHeight","isLoading","content_offering_type","handlePress","episode_title","name","episode_id","_id","episode_number","number","isVerticalMode","width","fullWidth","cardStyle","styles","card","shadowColor","shadowOffset","height","shadowOpacity","shadowRadius","backgroundColor","colors","surfaceVariant","flexDirection","borderWidth","borderColor","border","windowWidth","thumbnailStyle","thumbnailCommon","borderRadius","aspectRatio","children","skeletonBaseColor","highlightColor","skeletonHighlightColor","Item","alignItems","paddingLeft","justifyContent","paddingTop","Array","fill","map","_","index","marginTop","activeOpacity","accessibilityRole","accessibilityLabel","cardContent","cardGrid","thumbnailUri","thumbnail","resizeMode","cover","textRightHalf","textWrapper","numberOfLines","color","textPrimary","title","onSurface","fontSize","String","padStart","createdAt","description","textSecondary","subtitle","prevProps","nextProps","EpisodeCard","seasons","themeOverride","mode","selectedSeasonIndex","setSelectedSeasonIndex","selectedSeason","cardWidth","Math","min","renderSeasonTab","item","season","tab","button","accessibilityState","selected","tabText","buttonText","renderVerticalEpisodes","episodes","renderEpisodeItem","renderLoadingItem","duration","source_link","trailer_source_link","subtitles","updatedAt","source_type","status","data","container","background","keyExtractor","horizontal","showsHorizontalScrollIndicator","contentContainerStyle","tabsContainer","renderItem","marginRight","listContainer","length","emptyContainer","ListEmptyComponent","create","paddingVertical","gap","paddingHorizontal","fontWeight","overflow","elevation","padding","flex","lineHeight","opacity"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/Two/components/EpisodeCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @author Ashok Desai
|
|
5
|
-
* @lastModified Tue 13 Jun 2025 at 02:28 PM
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import React, { useMemo } from 'react';
|
|
9
|
-
import { useSkeletonItems } from "../../../../hooks/useSkeletonItems.js";
|
|
10
|
-
import { View, StyleSheet } from 'react-native';
|
|
11
|
-
import { Text } from "../../../Text/index.js";
|
|
12
|
-
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
13
|
-
import { scale, verticalScale } from 'react-native-size-matters';
|
|
14
|
-
import { RFValue } from 'react-native-responsive-fontsize';
|
|
15
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
-
export const GenreTags = /*#__PURE__*/React.memo(({
|
|
17
|
-
genres,
|
|
18
|
-
theme,
|
|
19
|
-
isLoading = false,
|
|
20
|
-
style
|
|
21
|
-
}) => {
|
|
22
|
-
const skeletonItems = useSkeletonItems(3, i => i + 1);
|
|
23
|
-
const tagTextStyle = useMemo(() => [styles.tagText, {
|
|
24
|
-
color: theme.colors.textPrimary
|
|
25
|
-
}, style?.tagText], [theme.colors.textPrimary, style?.tagText]);
|
|
26
|
-
const containerStyleMemo = useMemo(() => StyleSheet.flatten([styles.tagRow, style?.container]), [style?.container]);
|
|
27
|
-
if (isLoading) {
|
|
28
|
-
return /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
29
|
-
backgroundColor: theme.colors.skeletonBaseColor,
|
|
30
|
-
highlightColor: theme.colors.skeletonHighlightColor,
|
|
31
|
-
borderRadius: scale(16),
|
|
32
|
-
children: /*#__PURE__*/_jsx(View, {
|
|
33
|
-
style: containerStyleMemo,
|
|
34
|
-
children: skeletonItems.map((_, idx) => /*#__PURE__*/_jsx(View, {
|
|
35
|
-
style: StyleSheet.flatten([styles.skeletonTag, style?.skeletonTag])
|
|
36
|
-
}, idx))
|
|
37
|
-
})
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
if (!genres?.length) {
|
|
41
|
-
return null;
|
|
42
|
-
}
|
|
43
|
-
return /*#__PURE__*/_jsx(View, {
|
|
44
|
-
style: containerStyleMemo,
|
|
45
|
-
children: genres.map((tag, idx) => /*#__PURE__*/_jsxs(View, {
|
|
46
|
-
style: styles.inlineRow,
|
|
47
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
48
|
-
style: tagTextStyle,
|
|
49
|
-
numberOfLines: 1,
|
|
50
|
-
ellipsizeMode: "tail",
|
|
51
|
-
children: tag?.name || String(tag)
|
|
52
|
-
}), idx < genres.length - 1 && /*#__PURE__*/_jsx(Text, {
|
|
53
|
-
style: [styles.separator, {
|
|
54
|
-
color: theme.colors.textPrimary
|
|
55
|
-
}],
|
|
56
|
-
children: "|"
|
|
57
|
-
})]
|
|
58
|
-
}, idx))
|
|
59
|
-
});
|
|
60
|
-
});
|
|
61
|
-
const styles = StyleSheet.create({
|
|
62
|
-
tagRow: {
|
|
63
|
-
flexDirection: 'row',
|
|
64
|
-
flexWrap: 'wrap',
|
|
65
|
-
marginTop: verticalScale(10),
|
|
66
|
-
paddingHorizontal: scale(10),
|
|
67
|
-
marginVertical: verticalScale(6)
|
|
68
|
-
},
|
|
69
|
-
inlineRow: {
|
|
70
|
-
flexDirection: 'row',
|
|
71
|
-
alignItems: 'center'
|
|
72
|
-
},
|
|
73
|
-
tagText: {
|
|
74
|
-
fontSize: RFValue(12),
|
|
75
|
-
maxWidth: scale(110)
|
|
76
|
-
},
|
|
77
|
-
separator: {
|
|
78
|
-
marginHorizontal: scale(6),
|
|
79
|
-
fontSize: RFValue(12),
|
|
80
|
-
opacity: 0.7
|
|
81
|
-
},
|
|
82
|
-
skeletonTag: {
|
|
83
|
-
width: scale(56),
|
|
84
|
-
height: scale(24),
|
|
85
|
-
borderRadius: scale(14),
|
|
86
|
-
marginRight: scale(6)
|
|
87
|
-
}
|
|
88
|
-
});
|
|
89
|
-
//# sourceMappingURL=GenreTags.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["React","useMemo","useSkeletonItems","View","StyleSheet","Text","SkeletonPlaceholder","scale","verticalScale","RFValue","jsx","_jsx","jsxs","_jsxs","GenreTags","memo","genres","theme","isLoading","style","skeletonItems","i","tagTextStyle","styles","tagText","color","colors","textPrimary","containerStyleMemo","flatten","tagRow","container","backgroundColor","skeletonBaseColor","highlightColor","skeletonHighlightColor","borderRadius","children","map","_","idx","skeletonTag","length","tag","inlineRow","numberOfLines","ellipsizeMode","name","String","separator","create","flexDirection","flexWrap","marginTop","paddingHorizontal","marginVertical","alignItems","fontSize","maxWidth","marginHorizontal","opacity","width","height","marginRight"],"sourceRoot":"../../../../../../src","sources":["components/ContentView/Two/components/GenreTags.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["components/Subscription/components/index.ts"],"mappings":";;AAAA,cAAc,uBAAoB;AAClC,cAAc,uBAAoB","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["IMAGE_URL_REGEX","isLocalFile","url","startsWith","isValidImageUrl","cleaned","trim","test","length"],"sourceRoot":"../../../../src","sources":["hooks/Images/useImageValidation.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,MAAMA,eAAe,GAAG,iCAAiC;;AAEzD;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,WAAW,GAAIC,GAAW,IAAc;EACnD,OAAOA,GAAG,EAAEC,UAAU,GAAG,SAAS,CAAC,IAAID,GAAG,EAAEC,UAAU,GAAG,GAAG,CAAC;AAC/D,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,eAAe,GAAIF,GAA8B,IAAc;EAC1E,IAAI,CAACA,GAAG,IAAI,OAAOA,GAAG,KAAK,QAAQ,EAAE,OAAO,KAAK;EACjD,MAAMG,OAAO,GAAGH,GAAG,CAACI,IAAI,CAAC,CAAC;;EAE1B;EACA,IAAIL,WAAW,CAACI,OAAO,CAAC,EAAE;IACxB,OAAOL,eAAe,CAACO,IAAI,CAACF,OAAO,CAAC,IAAIA,OAAO,CAACG,MAAM,GAAG,CAAC;EAC5D;;EAEA;EACA,OACE,CAACH,OAAO,EAAEF,UAAU,GAAG,SAAS,CAAC,IAAIE,OAAO,EAAEF,UAAU,GAAG,UAAU,CAAC,KACtEH,eAAe,CAACO,IAAI,CAACF,OAAO,CAAC;AAEjC,CAAC","ignoreList":[]}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @author Naresh Dhamu
|
|
5
|
-
* @lastModified Optimized for performance
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import { useMemo } from 'react';
|
|
9
|
-
/**
|
|
10
|
-
* Hook to extract and memoize theme colors
|
|
11
|
-
* Reduces repeated color extraction patterns
|
|
12
|
-
*/
|
|
13
|
-
export function useThemeColors(theme) {
|
|
14
|
-
const colors = theme.colors;
|
|
15
|
-
return useMemo(() => ({
|
|
16
|
-
textPrimary: colors.textPrimary,
|
|
17
|
-
textSecondary: colors.textSecondary,
|
|
18
|
-
background: colors.background,
|
|
19
|
-
surface: colors.surface,
|
|
20
|
-
surfaceVariant: colors.surfaceVariant,
|
|
21
|
-
primary: colors.primary,
|
|
22
|
-
error: colors.error,
|
|
23
|
-
errorContainer: colors.errorContainer,
|
|
24
|
-
skeletonBaseColor: colors.skeletonBaseColor,
|
|
25
|
-
skeletonHighlightColor: colors.skeletonHighlightColor,
|
|
26
|
-
border: colors.border,
|
|
27
|
-
onBackground: colors.onBackground,
|
|
28
|
-
onPrimary: colors.onPrimary,
|
|
29
|
-
onSurface: colors.onSurface,
|
|
30
|
-
outline: colors.outline
|
|
31
|
-
}), [colors.textPrimary, colors.textSecondary, colors.background, colors.surface, colors.surfaceVariant, colors.primary, colors.error, colors.errorContainer, colors.skeletonBaseColor, colors.skeletonHighlightColor, colors.border, colors.onBackground, colors.onPrimary, colors.onSurface, colors.outline]);
|
|
32
|
-
}
|
|
33
|
-
//# sourceMappingURL=useThemeColors.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["useMemo","useThemeColors","theme","colors","textPrimary","textSecondary","background","surface","surfaceVariant","primary","error","errorContainer","skeletonBaseColor","skeletonHighlightColor","border","onBackground","onPrimary","onSurface","outline"],"sourceRoot":"../../../src","sources":["hooks/useThemeColors.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,SAASA,OAAO,QAAQ,OAAO;AAG/B;AACA;AACA;AACA;AACA,OAAO,SAASC,cAAcA,CAACC,KAAa,EAAE;EAC5C,MAAMC,MAAM,GAAGD,KAAK,CAACC,MAAM;EAC3B,OAAOH,OAAO,CACZ,OAAO;IACLI,WAAW,EAAED,MAAM,CAACC,WAAW;IAC/BC,aAAa,EAAEF,MAAM,CAACE,aAAa;IACnCC,UAAU,EAAEH,MAAM,CAACG,UAAU;IAC7BC,OAAO,EAAEJ,MAAM,CAACI,OAAO;IACvBC,cAAc,EAAEL,MAAM,CAACK,cAAc;IACrCC,OAAO,EAAEN,MAAM,CAACM,OAAO;IACvBC,KAAK,EAAEP,MAAM,CAACO,KAAK;IACnBC,cAAc,EAAER,MAAM,CAACQ,cAAc;IACrCC,iBAAiB,EAAET,MAAM,CAACS,iBAAiB;IAC3CC,sBAAsB,EAAEV,MAAM,CAACU,sBAAsB;IACrDC,MAAM,EAAEX,MAAM,CAACW,MAAM;IACrBC,YAAY,EAAEZ,MAAM,CAACY,YAAY;IACjCC,SAAS,EAAEb,MAAM,CAACa,SAAS;IAC3BC,SAAS,EAAEd,MAAM,CAACc,SAAS;IAC3BC,OAAO,EAAEf,MAAM,CAACe;EAClB,CAAC,CAAC,EACF,CACEf,MAAM,CAACC,WAAW,EAClBD,MAAM,CAACE,aAAa,EACpBF,MAAM,CAACG,UAAU,EACjBH,MAAM,CAACI,OAAO,EACdJ,MAAM,CAACK,cAAc,EACrBL,MAAM,CAACM,OAAO,EACdN,MAAM,CAACO,KAAK,EACZP,MAAM,CAACQ,cAAc,EACrBR,MAAM,CAACS,iBAAiB,EACxBT,MAAM,CAACU,sBAAsB,EAC7BV,MAAM,CAACW,MAAM,EACbX,MAAM,CAACY,YAAY,EACnBZ,MAAM,CAACa,SAAS,EAChBb,MAAM,CAACc,SAAS,EAChBd,MAAM,CAACe,OAAO,CAElB,CAAC;AACH","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["create","persist","createJSONStorage","mmkvZustandStorage","useInternalThemeStore","set","isDarkMode","themeMode","setIsDarkMode","value","setTheme","mode","name","storage","version","partialize","state"],"sourceRoot":"../../../src","sources":["store/themeStore.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,SAASA,MAAM,QAAQ,SAAS;AAChC,SAASC,OAAO,EAAEC,iBAAiB,QAAQ,oBAAoB;AAC/D,SAASC,kBAAkB,QAAQ,cAAW;AAS9C,OAAO,MAAMC,qBAAqB,GAAGJ,MAAM,CACzCC,OAAO,CACJI,GAAG,KAAM;EACRC,UAAU,EAAE,KAAK;EACjBC,SAAS,EAAE,QAAQ;EAEnBC,aAAa,EAAGC,KAAc,IAAK;IACjCJ,GAAG,CAAC;MAAEC,UAAU,EAAEG;IAAM,CAAC,CAAC;EAC5B,CAAC;EAEDC,QAAQ,EAAGC,IAAiC,IAAK;IAC/C,IAAIA,IAAI,KAAK,QAAQ,EAAE;MACrBN,GAAG,CAAC;QAAEE,SAAS,EAAE;MAAS,CAAC,CAAC;IAC9B,CAAC,MAAM;MACLF,GAAG,CAAC;QAAEE,SAAS,EAAEI,IAAI;QAAEL,UAAU,EAAEK,IAAI,KAAK;MAAO,CAAC,CAAC;IACvD;EACF;AACF,CAAC,CAAC,EACF;EACEC,IAAI,EAAE,eAAe;EACrBC,OAAO,EAAEX,iBAAiB,CAAC,MAAMC,kBAAkB,CAAC;EACpDW,OAAO,EAAE,CAAC;EACVC,UAAU,EAAGC,KAAK,KACf;IACCV,UAAU,EAAEU,KAAK,CAACV,UAAU;IAC5BC,SAAS,EAAES,KAAK,CAACT;EACnB,CAAC;AACL,CACF,CACF,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["theme/hook/index.ts"],"mappings":";;AAAA,cAAc,uBAAoB","ignoreList":[]}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @author Naresh Dhamu
|
|
5
|
-
* @lastModified Fri 24 Oct 2025 at 10:45 AM
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import { useMemo, useEffect } from 'react';
|
|
9
|
-
import { DarkTheme, LightTheme } from "../themes.js";
|
|
10
|
-
import { filterValidOverrideColors } from "../utils/validateColor.js";
|
|
11
|
-
import { useInternalThemeStore } from "../../store/themeStore.js";
|
|
12
|
-
import { Appearance } from 'react-native';
|
|
13
|
-
export const useInternalTheme = (override, isDark) => {
|
|
14
|
-
const {
|
|
15
|
-
isDarkMode: storeDarkMode,
|
|
16
|
-
setTheme,
|
|
17
|
-
themeMode,
|
|
18
|
-
setIsDarkMode
|
|
19
|
-
} = useInternalThemeStore();
|
|
20
|
-
const isDarkMode = isDark ?? storeDarkMode;
|
|
21
|
-
useEffect(() => {
|
|
22
|
-
if (isDark !== undefined) {
|
|
23
|
-
setTheme(isDark ? 'dark' : 'light');
|
|
24
|
-
}
|
|
25
|
-
}, [isDark, setTheme]);
|
|
26
|
-
useEffect(() => {
|
|
27
|
-
if (themeMode !== 'system') return;
|
|
28
|
-
const subscription = Appearance.addChangeListener(({
|
|
29
|
-
colorScheme
|
|
30
|
-
}) => {
|
|
31
|
-
if (colorScheme === 'dark' || colorScheme === 'light') {
|
|
32
|
-
setIsDarkMode(colorScheme === 'dark');
|
|
33
|
-
}
|
|
34
|
-
});
|
|
35
|
-
return () => subscription.remove();
|
|
36
|
-
}, [themeMode, setIsDarkMode]);
|
|
37
|
-
|
|
38
|
-
// Memoize base theme selection
|
|
39
|
-
const baseTheme = useMemo(() => isDarkMode ? DarkTheme : LightTheme, [isDarkMode]);
|
|
40
|
-
|
|
41
|
-
// Memoize override colors — only valid, non-empty colors; empty/invalid skipped
|
|
42
|
-
const overrideColors = useMemo(() => {
|
|
43
|
-
const raw = isDarkMode ? override?.dark ?? {} : override?.light ?? {};
|
|
44
|
-
return filterValidOverrideColors(raw);
|
|
45
|
-
}, [override?.dark, override?.light, isDarkMode]);
|
|
46
|
-
|
|
47
|
-
// Memoize final theme with proper dependencies
|
|
48
|
-
const finalTheme = useMemo(() => ({
|
|
49
|
-
...baseTheme,
|
|
50
|
-
colors: {
|
|
51
|
-
...baseTheme.colors,
|
|
52
|
-
...overrideColors
|
|
53
|
-
}
|
|
54
|
-
}), [baseTheme, overrideColors]);
|
|
55
|
-
|
|
56
|
-
// Memoize themeFull — only valid overrides merged with base; empty/invalid skipped
|
|
57
|
-
const themeFull = useMemo(() => {
|
|
58
|
-
const validLight = filterValidOverrideColors(override?.light);
|
|
59
|
-
const validDark = filterValidOverrideColors(override?.dark);
|
|
60
|
-
return {
|
|
61
|
-
light: {
|
|
62
|
-
...LightTheme.colors,
|
|
63
|
-
...validLight
|
|
64
|
-
},
|
|
65
|
-
dark: {
|
|
66
|
-
...DarkTheme.colors,
|
|
67
|
-
...validDark
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
}, [override?.light, override?.dark]);
|
|
71
|
-
return useMemo(() => ({
|
|
72
|
-
theme: finalTheme,
|
|
73
|
-
isDarkMode,
|
|
74
|
-
setTheme,
|
|
75
|
-
themeFull
|
|
76
|
-
}), [finalTheme, isDarkMode, setTheme, themeFull]);
|
|
77
|
-
};
|
|
78
|
-
//# sourceMappingURL=useInternalTheme.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["useMemo","useEffect","DarkTheme","LightTheme","filterValidOverrideColors","useInternalThemeStore","Appearance","useInternalTheme","override","isDark","isDarkMode","storeDarkMode","setTheme","themeMode","setIsDarkMode","undefined","subscription","addChangeListener","colorScheme","remove","baseTheme","overrideColors","raw","dark","light","finalTheme","colors","themeFull","validLight","validDark","theme"],"sourceRoot":"../../../../src","sources":["theme/hook/useInternalTheme.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,SAASA,OAAO,EAAEC,SAAS,QAAQ,OAAO;AAC1C,SACEC,SAAS,EACTC,UAAU,QAIL,cAAW;AAClB,SAASC,yBAAyB,QAAQ,2BAAwB;AAClE,SAASC,qBAAqB,QAAQ,2BAAwB;AAE9D,SAASC,UAAU,QAAQ,cAAc;AAEzC,OAAO,MAAMC,gBAAgB,GAAGA,CAC9BC,QAAwB,EACxBC,MAAgB,KACW;EAC3B,MAAM;IACJC,UAAU,EAAEC,aAAa;IACzBC,QAAQ;IACRC,SAAS;IACTC;EACF,CAAC,GAAGT,qBAAqB,CAAC,CAAC;EAE3B,MAAMK,UAAU,GAAGD,MAAM,IAAIE,aAAa;EAE1CV,SAAS,CAAC,MAAM;IACd,IAAIQ,MAAM,KAAKM,SAAS,EAAE;MACxBH,QAAQ,CAACH,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC;EACF,CAAC,EAAE,CAACA,MAAM,EAAEG,QAAQ,CAAC,CAAC;EAEtBX,SAAS,CAAC,MAAM;IACd,IAAIY,SAAS,KAAK,QAAQ,EAAE;IAC5B,MAAMG,YAAY,GAAGV,UAAU,CAACW,iBAAiB,CAAC,CAAC;MAAEC;IAAY,CAAC,KAAK;MACrE,IAAIA,WAAW,KAAK,MAAM,IAAIA,WAAW,KAAK,OAAO,EAAE;QACrDJ,aAAa,CAACI,WAAW,KAAK,MAAM,CAAC;MACvC;IACF,CAAC,CAAC;IAEF,OAAO,MAAMF,YAAY,CAACG,MAAM,CAAC,CAAC;EACpC,CAAC,EAAE,CAACN,SAAS,EAAEC,aAAa,CAAC,CAAC;;EAE9B;EACA,MAAMM,SAAS,GAAGpB,OAAO,CACvB,MAAOU,UAAU,GAAGR,SAAS,GAAGC,UAAW,EAC3C,CAACO,UAAU,CACb,CAAC;;EAED;EACA,MAAMW,cAAc,GAAGrB,OAAO,CAAC,MAAM;IACnC,MAAMsB,GAAG,GAAGZ,UAAU,GAAIF,QAAQ,EAAEe,IAAI,IAAI,CAAC,CAAC,GAAKf,QAAQ,EAAEgB,KAAK,IAAI,CAAC,CAAE;IACzE,OAAOpB,yBAAyB,CAACkB,GAAG,CAAC;EACvC,CAAC,EAAE,CAACd,QAAQ,EAAEe,IAAI,EAAEf,QAAQ,EAAEgB,KAAK,EAAEd,UAAU,CAAC,CAAC;;EAEjD;EACA,MAAMe,UAAU,GAAGzB,OAAO,CACxB,OAAO;IACL,GAAGoB,SAAS;IACZM,MAAM,EAAE;MACN,GAAGN,SAAS,CAACM,MAAM;MACnB,GAAGL;IACL;EACF,CAAC,CAAC,EACF,CAACD,SAAS,EAAEC,cAAc,CAC5B,CAAC;;EAED;EACA,MAAMM,SAAS,GAAG3B,OAAO,CAAC,MAAM;IAC9B,MAAM4B,UAAU,GAAGxB,yBAAyB,CAACI,QAAQ,EAAEgB,KAAK,CAAC;IAC7D,MAAMK,SAAS,GAAGzB,yBAAyB,CAACI,QAAQ,EAAEe,IAAI,CAAC;IAC3D,OAAO;MACLC,KAAK,EAAE;QACL,GAAGrB,UAAU,CAACuB,MAAM;QACpB,GAAIE;MACN,CAAqB;MACrBL,IAAI,EAAE;QACJ,GAAGrB,SAAS,CAACwB,MAAM;QACnB,GAAIG;MACN;IACF,CAAC;EACH,CAAC,EAAE,CAACrB,QAAQ,EAAEgB,KAAK,EAAEhB,QAAQ,EAAEe,IAAI,CAAC,CAAC;EAErC,OAAOvB,OAAO,CACZ,OAAO;IACL8B,KAAK,EAAEL,UAAU;IACjBf,UAAU;IACVE,QAAQ;IACRe;EACF,CAAC,CAAC,EACF,CAACF,UAAU,EAAEf,UAAU,EAAEE,QAAQ,EAAEe,SAAS,CAC9C,CAAC;AACH,CAAC","ignoreList":[]}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @author Naresh Dhamu
|
|
5
|
-
* @lastModified Sun 08 Feb 2026
|
|
6
|
-
*
|
|
7
|
-
* Validates theme color values. Only valid colors are used for overrides.
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/** Hex color: #RGB | #RRGGBB | #RRGGBBAA */
|
|
11
|
-
const HEX_REGEX = /^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/;
|
|
12
|
-
|
|
13
|
-
/** rgb(r, g, b) - numbers 0-255 */
|
|
14
|
-
const RGB_REGEX = /^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/;
|
|
15
|
-
|
|
16
|
-
/** rgba(r, g, b, a) */
|
|
17
|
-
const RGBA_REGEX = /^rgba\(\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)\s*,\s*([\d.]+)\s*\)$/;
|
|
18
|
-
|
|
19
|
-
/** React Native / CSS named colors (common set) */
|
|
20
|
-
const VALID_NAMED_COLORS = new Set(['transparent', 'black', 'white', 'red', 'green', 'blue', 'yellow', 'orange', 'gray', 'grey', 'purple', 'pink', 'cyan', 'magenta', 'brown', 'lime', 'navy', 'teal', 'silver', 'maroon', 'olive', 'aqua', 'fuchsia', 'currentColor']);
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Returns true if the given string is a valid color (hex, rgb, rgba, or named).
|
|
24
|
-
*/
|
|
25
|
-
export function isValidColorString(value) {
|
|
26
|
-
if (typeof value !== 'string' || value.length === 0) return false;
|
|
27
|
-
if (HEX_REGEX.test(value)) return true;
|
|
28
|
-
if (VALID_NAMED_COLORS.has(value.toLowerCase())) return true;
|
|
29
|
-
const rgbMatch = value.match(RGB_REGEX);
|
|
30
|
-
if (rgbMatch) {
|
|
31
|
-
const r = Number(rgbMatch[1]);
|
|
32
|
-
const g = Number(rgbMatch[2]);
|
|
33
|
-
const b = Number(rgbMatch[3]);
|
|
34
|
-
return r >= 0 && r <= 255 && g >= 0 && g <= 255 && b >= 0 && b <= 255;
|
|
35
|
-
}
|
|
36
|
-
const rgbaMatch = value.match(RGBA_REGEX);
|
|
37
|
-
if (rgbaMatch) {
|
|
38
|
-
const r = Number(rgbaMatch[1]);
|
|
39
|
-
const g = Number(rgbaMatch[2]);
|
|
40
|
-
const b = Number(rgbaMatch[3]);
|
|
41
|
-
const a = Number(rgbaMatch[4]);
|
|
42
|
-
return r >= 0 && r <= 255 && g >= 0 && g <= 255 && b >= 0 && b <= 255 && a >= 0 && a <= 1;
|
|
43
|
-
}
|
|
44
|
-
return false;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* Validates a single theme color value (string, string[], or nested object).
|
|
49
|
-
* Empty values (empty string, empty array, empty object) are invalid — no override.
|
|
50
|
-
*/
|
|
51
|
-
export function isValidColorValue(value) {
|
|
52
|
-
if (value == null) return false;
|
|
53
|
-
if (typeof value === 'string') {
|
|
54
|
-
if (value.trim().length === 0) return false;
|
|
55
|
-
return isValidColorString(value);
|
|
56
|
-
}
|
|
57
|
-
if (Array.isArray(value)) {
|
|
58
|
-
if (value.length === 0) return false;
|
|
59
|
-
return value.every(item => isValidColorString(item));
|
|
60
|
-
}
|
|
61
|
-
if (typeof value === 'object' && value !== null) {
|
|
62
|
-
const entries = Object.values(value);
|
|
63
|
-
if (entries.length === 0) return false;
|
|
64
|
-
return entries.every(v => isValidColorValue(v));
|
|
65
|
-
}
|
|
66
|
-
return false;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* Filters override colors to only include entries with valid, non-empty color values.
|
|
71
|
-
* Empty colors (empty string, [], {}) and invalid values are skipped — no override.
|
|
72
|
-
*/
|
|
73
|
-
export function filterValidOverrideColors(override) {
|
|
74
|
-
if (!override || typeof override !== 'object') return {};
|
|
75
|
-
const result = {};
|
|
76
|
-
for (const key of Object.keys(override)) {
|
|
77
|
-
const value = override[key];
|
|
78
|
-
if (isValidColorValue(value)) {
|
|
79
|
-
result[key] = value;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
return result;
|
|
83
|
-
}
|
|
84
|
-
//# sourceMappingURL=validateColor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["HEX_REGEX","RGB_REGEX","RGBA_REGEX","VALID_NAMED_COLORS","Set","isValidColorString","value","length","test","has","toLowerCase","rgbMatch","match","r","Number","g","b","rgbaMatch","a","isValidColorValue","trim","Array","isArray","every","item","entries","Object","values","v","filterValidOverrideColors","override","result","key","keys"],"sourceRoot":"../../../../src","sources":["theme/utils/validateColor.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["types/hook/usePaginatedSetion.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @author Naresh Dhamu
|
|
5
|
-
* @lastModified Mon 09 Jun 2025 at 04:26 PM
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
import { Platform } from 'react-native';
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* @description platform selector
|
|
12
|
-
*/
|
|
13
|
-
class PlatformSelector {
|
|
14
|
-
/**
|
|
15
|
-
* @description return true if it is android
|
|
16
|
-
* @returns {boolean}
|
|
17
|
-
*/
|
|
18
|
-
isAndroid() {
|
|
19
|
-
return Platform.OS === 'android';
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description return true if it is ios
|
|
24
|
-
* @returns {boolean}
|
|
25
|
-
*/
|
|
26
|
-
isIOS() {
|
|
27
|
-
return Platform.OS === 'ios';
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
export default new PlatformSelector();
|
|
31
|
-
//# sourceMappingURL=PlatformSelector.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["Platform","PlatformSelector","isAndroid","OS","isIOS"],"sourceRoot":"../../../src","sources":["utils/PlatformSelector.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,SAASA,QAAQ,QAAQ,cAAc;;AAEvC;AACA;AACA;AACA,MAAMC,gBAAgB,CAAC;EACrB;AACF;AACA;AACA;EACSC,SAASA,CAAA,EAAY;IAC1B,OAAOF,QAAQ,CAACG,EAAE,KAAK,SAAS;EAClC;;EAEA;AACF;AACA;AACA;EACSC,KAAKA,CAAA,EAAY;IACtB,OAAOJ,QAAQ,CAACG,EAAE,KAAK,KAAK;EAC9B;AACF;AAEA,eAAe,IAAIF,gBAAgB,CAAC,CAAC","ignoreList":[]}
|