@zezosoft/zezo-ott-react-native-ui-kit 1.1.2 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +5 -2
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +232 -0
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js +324 -0
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/{Login → One/Login}/LoginWithPhone.js +13 -11
- package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/One/OTP/OTP.js +301 -0
- package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js +479 -0
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js +295 -0
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +1 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js +362 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.js +8 -5
- package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +80 -0
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.js +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.js +42 -21
- package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/Auth/One/index.js +25 -0
- package/lib/module/components/Auth/One/index.js.map +1 -0
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +93 -0
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -0
- package/lib/module/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.js +55 -28
- package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/AuthLoginShell.js +138 -0
- package/lib/module/components/Auth/Two/Login/AuthLoginShell.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/LoginWithEmail.js +226 -0
- package/lib/module/components/Auth/Two/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/Two/Login/LoginWithPhone.js +143 -0
- package/lib/module/components/Auth/Two/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/{OTP → Two/OTP}/OTP.js +93 -63
- package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/Two/QrLogin/QrLogin.js +479 -0
- package/lib/module/components/Auth/Two/QrLogin/QrLogin.js.map +1 -0
- package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js +295 -0
- package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js.map +1 -0
- package/lib/module/components/Auth/Two/SignUp/SignUp.js +379 -0
- package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js +141 -0
- package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.js +1 -1
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js +63 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js +157 -0
- package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/Auth/Two/index.js +29 -0
- package/lib/module/components/Auth/Two/index.js.map +1 -0
- package/lib/module/components/Auth/index.js +7 -22
- package/lib/module/components/Auth/index.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +7 -3
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js +52 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js.map +1 -0
- package/lib/module/components/BottomSheet/BottomSheet.js +7 -3
- package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/components/BottomSheet/BottomSheetOne.js +170 -0
- package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -0
- package/lib/module/components/BottomSheet/index.js +1 -0
- package/lib/module/components/BottomSheet/index.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +16 -6
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Content/Card/Category/Category.js +88 -13
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- package/lib/module/components/Content/Card/Category/CategroyTwo.js +287 -0
- package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +237 -108
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +191 -132
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js +714 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +139 -92
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/index.js +3 -1
- package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +132 -48
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +127 -59
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +126 -50
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +139 -53
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Six.js +207 -115
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +119 -94
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +187 -171
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +145 -64
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/AdsPoster.js +162 -0
- package/lib/module/components/Content/Card/components/AdsPoster.js.map +1 -0
- package/lib/module/components/Content/Card/components/CardPoster.js +217 -135
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/NavigateToMore.js +26 -2
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
- package/lib/module/components/Content/Card/components/index.js +4 -0
- package/lib/module/components/Content/Card/components/index.js.map +1 -0
- package/lib/module/components/Content/Content.js +90 -33
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js +41 -11
- package/lib/module/components/Content/Sections.js.map +1 -1
- package/lib/module/components/Content/types.js +4 -0
- package/lib/module/components/Content/types.js.map +1 -0
- package/lib/module/components/ContentView/MoreContentList.js +1 -0
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/{ContentView.js → One/ContentViewOne.js} +6 -5
- package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/AboutSection.js +2 -2
- package/lib/module/components/ContentView/One/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/CastCard.js +2 -2
- package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/EpisodeCard.js +5 -6
- package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/GenreTags.js +2 -2
- package/lib/module/components/ContentView/One/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/HeroBanner.js +45 -44
- package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/MiniInfo.js +50 -5
- package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/PlayButton.js +1 -1
- package/lib/module/components/ContentView/One/components/PlayButton.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/Title.js +1 -1
- package/lib/module/components/ContentView/One/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/{components → One/components}/TrailerButton.js +2 -2
- package/lib/module/components/ContentView/One/components/TrailerButton.js.map +1 -0
- package/lib/module/components/ContentView/Two/ContentViewTwo.js +220 -0
- package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/AboutSection.js +150 -0
- package/lib/module/components/ContentView/Two/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/Details.js +156 -0
- package/lib/module/components/ContentView/Two/components/Details.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js +425 -0
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/GenreTags.js +86 -0
- package/lib/module/components/ContentView/Two/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/HeroBanner.js +339 -0
- package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js +88 -0
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +235 -0
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -0
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +120 -0
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/SectionTabs.js +112 -0
- package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/Title.js +146 -0
- package/lib/module/components/ContentView/Two/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/Two/components/index.js +18 -0
- package/lib/module/components/ContentView/Two/components/index.js.map +1 -0
- package/lib/module/components/ContentView/index.js +6 -1
- package/lib/module/components/ContentView/index.js.map +1 -1
- package/lib/module/components/Headers/Four.js +68 -0
- package/lib/module/components/Headers/Four.js.map +1 -0
- package/lib/module/components/Headers/Three.js +75 -24
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/index.js +3 -1
- package/lib/module/components/Headers/index.js.map +1 -1
- package/lib/module/components/Input/Input.js +5 -1
- package/lib/module/components/Input/Input.js.map +1 -1
- package/lib/module/components/Input/InputThree.js +157 -0
- package/lib/module/components/Input/InputThree.js.map +1 -0
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
- package/lib/module/components/Input/PhoneNumberInputTwo.js +316 -0
- package/lib/module/components/Input/PhoneNumberInputTwo.js.map +1 -0
- package/lib/module/components/Loader/Loader.js +14 -6
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +42 -17
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/NewRelease/NewReleaseSheet.js +227 -0
- package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -0
- package/lib/module/components/NewRelease/index.js +4 -0
- package/lib/module/components/NewRelease/index.js.map +1 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +92 -17
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +65 -2
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +2 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +4 -2
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +80 -46
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +78 -29
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +21 -34
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +58 -0
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -0
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js +44 -0
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -0
- package/lib/module/components/Reels/index.js +1 -0
- package/lib/module/components/Reels/index.js.map +1 -1
- package/lib/module/components/Search/One.js +7 -4
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Search/components/SearchCard.js +59 -7
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +2 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
- package/lib/module/components/User/WatchHistory/WatchHistory.js +1 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js +1 -0
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/common/AppStatusBar.js +2 -1
- package/lib/module/components/common/AppStatusBar.js.map +1 -1
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/constants/dummySections.js +47 -5
- package/lib/module/constants/dummySections.js.map +1 -1
- package/lib/module/hooks/Images/index.js +5 -0
- package/lib/module/hooks/Images/index.js.map +1 -0
- package/lib/module/hooks/Images/useImageLoader.js +168 -0
- package/lib/module/hooks/Images/useImageLoader.js.map +1 -0
- package/lib/module/hooks/Images/useImageValidation.js +36 -0
- package/lib/module/hooks/Images/useImageValidation.js.map +1 -0
- package/lib/module/hooks/index.js +3 -0
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useAdTracking.js +270 -0
- package/lib/module/hooks/useAdTracking.js.map +1 -0
- package/lib/module/hooks/useCards.js +164 -0
- package/lib/module/hooks/useCards.js.map +1 -0
- package/lib/module/hooks/usePaginatedSection.js +11 -6
- package/lib/module/hooks/usePaginatedSection.js.map +1 -1
- package/lib/module/hooks/useSplashCache.js +78 -60
- package/lib/module/hooks/useSplashCache.js.map +1 -1
- package/lib/module/theme/ThemeProvider.js +14 -2
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hook/index.js +0 -1
- package/lib/module/theme/hook/index.js.map +1 -1
- package/lib/module/theme/hook/useInternalTheme.js +21 -7
- package/lib/module/theme/hook/useInternalTheme.js.map +1 -1
- package/lib/module/theme/themes.js +2 -0
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/module/theme/utils/validateColor.js +84 -0
- package/lib/module/theme/utils/validateColor.js.map +1 -0
- package/lib/module/utils/colorUtils.js +68 -0
- package/lib/module/utils/colorUtils.js.map +1 -0
- package/lib/typescript/src/components/Auth/{ForgotPassword → One/ForgotPassword}/ForgotPassword.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithEmail.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithPhone.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{OTP → One/OTP}/OTP.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/QrLogin.d.ts +3 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{SignUp → One/SignUp}/SignUp.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +14 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts +234 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +16 -0
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +53 -0
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts +17 -0
- package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts +52 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts +37 -0
- package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +63 -0
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts +19 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts +14 -0
- package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +67 -0
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts +35 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts +20 -0
- package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Two/index.d.ts +220 -0
- package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/index.d.ts +447 -232
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts +7 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts.map +1 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +19 -0
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts +2 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +1 -0
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/index.d.ts +1 -0
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts +26 -0
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +19 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +11 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +15 -3
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +13 -5
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +13 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts +26 -0
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +4 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +3 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/index.d.ts +2 -0
- package/lib/typescript/src/components/Content/Card/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/index.d.ts +76 -6
- package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Content.d.ts +2 -51
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +2 -39
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/types.d.ts +149 -0
- package/lib/typescript/src/components/Content/types.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/AboutSection.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/CastCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/EpisodeCard.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/GenreTags.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/HeroBanner.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/MiniInfo.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{components → One/components}/Title.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +18 -0
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +27 -0
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts +23 -0
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +8 -0
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +25 -0
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +26 -0
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +21 -0
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +28 -0
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +34 -0
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/index.d.ts +6 -1
- package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Four.d.ts +18 -0
- package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/Three.d.ts +9 -1
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/index.d.ts +1 -0
- package/lib/typescript/src/components/Headers/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/Input.d.ts +2 -0
- package/lib/typescript/src/components/Input/Input.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputThree.d.ts +22 -0
- package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts +26 -0
- package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Loader/Loader.d.ts +2 -0
- package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts +10 -0
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts +2 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +2 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +2 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +9 -2
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +11 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +11 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +15 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +34 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +10 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -0
- package/lib/typescript/src/components/Reels/index.d.ts +1 -0
- package/lib/typescript/src/components/Reels/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +1 -0
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
- package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
- package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -0
- package/lib/typescript/src/components/common/AppStatusBar.d.ts.map +1 -1
- package/lib/typescript/src/components/index.d.ts +1 -0
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/dummySections.d.ts +8 -1
- package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
- package/lib/typescript/src/hooks/Images/index.d.ts +3 -0
- package/lib/typescript/src/hooks/Images/index.d.ts.map +1 -0
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts +36 -0
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts.map +1 -0
- package/lib/typescript/src/hooks/Images/useImageValidation.d.ts +17 -0
- package/lib/typescript/src/hooks/Images/useImageValidation.d.ts.map +1 -0
- package/lib/typescript/src/hooks/index.d.ts +3 -0
- package/lib/typescript/src/hooks/index.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useAdTracking.d.ts +39 -0
- package/lib/typescript/src/hooks/useAdTracking.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useCards.d.ts +36 -0
- package/lib/typescript/src/hooks/useCards.d.ts.map +1 -0
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts +12 -2
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
- package/lib/typescript/src/theme/ThemeProvider.d.ts +2 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/index.d.ts +0 -1
- package/lib/typescript/src/theme/hook/index.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -1
- package/lib/typescript/src/theme/themes.d.ts +1 -0
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/theme/utils/validateColor.d.ts +21 -0
- package/lib/typescript/src/theme/utils/validateColor.d.ts.map +1 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts +40 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/lib/typescript/src/types/sections/index.d.ts +7 -4
- package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
- package/lib/typescript/src/utils/colorUtils.d.ts +19 -0
- package/lib/typescript/src/utils/colorUtils.d.ts.map +1 -0
- package/package.json +13 -4
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +6 -2
- package/src/components/Auth/One/ForgotPassword/ForgotPassword.tsx +324 -0
- package/src/components/Auth/One/Login/LoginWithEmail.tsx +455 -0
- package/src/components/Auth/{Login → One/Login}/LoginWithPhone.tsx +12 -12
- package/src/components/Auth/One/OTP/OTP.tsx +465 -0
- package/src/components/Auth/One/QrLogin/QrLogin.tsx +602 -0
- package/src/components/Auth/One/QrLogin/components/QrViewArea.tsx +423 -0
- package/src/components/Auth/One/SignUp/SignUp.tsx +479 -0
- package/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.tsx +10 -6
- package/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx +103 -0
- package/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.tsx +1 -1
- package/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.tsx +35 -25
- package/src/components/Auth/One/index.ts +24 -0
- package/src/components/Auth/Two/AuthHeader/AuthHeader.tsx +108 -0
- package/src/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.tsx +62 -35
- package/src/components/Auth/Two/Login/AuthLoginShell.tsx +173 -0
- package/src/components/Auth/Two/Login/LoginWithEmail.tsx +279 -0
- package/src/components/Auth/Two/Login/LoginWithPhone.tsx +188 -0
- package/src/components/Auth/{OTP → Two/OTP}/OTP.tsx +92 -81
- package/src/components/Auth/Two/QrLogin/QrLogin.tsx +602 -0
- package/src/components/Auth/Two/QrLogin/components/QrViewArea.tsx +423 -0
- package/src/components/Auth/Two/SignUp/SignUp.tsx +472 -0
- package/src/components/Auth/Two/SplashScreen/SplashScreen.tsx +248 -0
- package/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.tsx +1 -1
- package/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.tsx +77 -0
- package/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.tsx +178 -0
- package/src/components/Auth/Two/index.ts +28 -0
- package/src/components/Auth/index.ts +7 -22
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +2 -0
- package/src/components/BackgroundLayout/BackgroundLayoutOne.tsx +56 -0
- package/src/components/BottomSheet/BottomSheet.tsx +6 -1
- package/src/components/BottomSheet/BottomSheetOne.tsx +220 -0
- package/src/components/BottomSheet/index.ts +2 -0
- package/src/components/Button/PrimaryBtn.tsx +10 -2
- package/src/components/Content/Card/Category/Category.tsx +104 -10
- package/src/components/Content/Card/Category/CategroyTwo.tsx +429 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +281 -136
- package/src/components/Content/Card/Sliders/Styles/One.tsx +248 -152
- package/src/components/Content/Card/Sliders/Styles/Three.tsx +935 -0
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +171 -102
- package/src/components/Content/Card/Sliders/index.ts +2 -0
- package/src/components/Content/Card/Styles/Five.tsx +162 -62
- package/src/components/Content/Card/Styles/Four.tsx +165 -85
- package/src/components/Content/Card/Styles/One.tsx +162 -71
- package/src/components/Content/Card/Styles/RotateInOut.tsx +158 -60
- package/src/components/Content/Card/Styles/Six.tsx +242 -142
- package/src/components/Content/Card/Styles/Three.tsx +160 -162
- package/src/components/Content/Card/Styles/TopTen.tsx +231 -191
- package/src/components/Content/Card/Styles/Two.tsx +183 -79
- package/src/components/Content/Card/components/AdsPoster.tsx +202 -0
- package/src/components/Content/Card/components/CardPoster.tsx +250 -151
- package/src/components/Content/Card/components/NavigateToMore.tsx +29 -1
- package/src/components/Content/Card/components/index.ts +1 -0
- package/src/components/Content/Content.tsx +103 -119
- package/src/components/Content/Sections.tsx +51 -45
- package/src/components/Content/types.ts +176 -0
- package/src/components/ContentView/MoreContentList.tsx +1 -0
- package/src/components/ContentView/{ContentView.tsx → One/ContentViewOne.tsx} +8 -7
- package/src/components/ContentView/{components → One/components}/AboutSection.tsx +3 -3
- package/src/components/ContentView/{components → One/components}/CastCard.tsx +3 -3
- package/src/components/ContentView/{components → One/components}/EpisodeCard.tsx +7 -8
- package/src/components/ContentView/{components → One/components}/GenreTags.tsx +3 -3
- package/src/components/ContentView/{components → One/components}/HeroBanner.tsx +44 -59
- package/src/components/ContentView/{components → One/components}/MiniInfo.tsx +69 -5
- package/src/components/ContentView/{components → One/components}/PlayButton.tsx +1 -1
- package/src/components/ContentView/{components → One/components}/Title.tsx +2 -2
- package/src/components/ContentView/{components → One/components}/TrailerButton.tsx +2 -2
- package/src/components/ContentView/Two/ContentViewTwo.tsx +343 -0
- package/src/components/ContentView/Two/components/AboutSection.tsx +216 -0
- package/src/components/ContentView/Two/components/Details.tsx +193 -0
- package/src/components/ContentView/Two/components/EpisodeCard.tsx +602 -0
- package/src/components/ContentView/Two/components/GenreTags.tsx +123 -0
- package/src/components/ContentView/Two/components/HeroBanner.tsx +402 -0
- package/src/components/ContentView/Two/components/LikeShareActions.tsx +125 -0
- package/src/components/ContentView/Two/components/MoreLikeThisContentList .tsx +305 -0
- package/src/components/ContentView/Two/components/PlayOrTrailer.tsx +133 -0
- package/src/components/ContentView/Two/components/SectionTabs.tsx +177 -0
- package/src/components/ContentView/Two/components/Title.tsx +226 -0
- package/src/components/ContentView/Two/components/index.ts +15 -0
- package/src/components/ContentView/index.ts +7 -1
- package/src/components/Headers/Four.tsx +83 -0
- package/src/components/Headers/Three.tsx +88 -25
- package/src/components/Headers/index.ts +2 -0
- package/src/components/Input/Input.ts +4 -0
- package/src/components/Input/InputThree.tsx +212 -0
- package/src/components/Input/PhoneNumberInput.tsx +4 -2
- package/src/components/Input/PhoneNumberInputTwo.tsx +418 -0
- package/src/components/Loader/Loader.tsx +25 -9
- package/src/components/Logo/Logo.tsx +53 -34
- package/src/components/NewRelease/NewReleaseSheet.tsx +250 -0
- package/src/components/NewRelease/index.ts +1 -0
- package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +92 -27
- package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +81 -1
- package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +4 -1
- package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +6 -3
- package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +88 -55
- package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +92 -30
- package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +35 -38
- package/src/components/Reels/ReelsSeries/types.ts +16 -0
- package/src/components/Reels/ReelsSeries/useReelsWatchProgress.ts +85 -0
- package/src/components/Reels/ReelsSeries/utils/quality.ts +48 -0
- package/src/components/Reels/index.ts +1 -0
- package/src/components/Search/One.tsx +8 -5
- package/src/components/Search/components/SearchCard.tsx +68 -11
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +1 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +1 -0
- package/src/components/User/WatchLater/WatchLater.tsx +1 -0
- package/src/components/common/AppStatusBar.tsx +7 -1
- package/src/components/index.ts +1 -0
- package/src/constants/dummySections.ts +54 -3
- package/src/hooks/Images/index.ts +2 -0
- package/src/hooks/Images/useImageLoader.ts +206 -0
- package/src/hooks/Images/useImageValidation.ts +36 -0
- package/src/hooks/index.ts +3 -0
- package/src/hooks/useAdTracking.ts +349 -0
- package/src/hooks/useCards.ts +228 -0
- package/src/hooks/usePaginatedSection.ts +26 -7
- package/src/hooks/useSplashCache.ts +88 -69
- package/src/theme/ThemeProvider.tsx +15 -2
- package/src/theme/hook/index.ts +0 -1
- package/src/theme/hook/useInternalTheme.ts +22 -13
- package/src/theme/themes.ts +3 -0
- package/src/theme/utils/validateColor.ts +127 -0
- package/src/types/content/content-view.types.ts +43 -1
- package/src/types/sections/index.ts +7 -4
- package/src/utils/colorUtils.ts +70 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +0 -1
- package/lib/module/components/Auth/Login/LoginWithEmail.js +0 -314
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +0 -1
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +0 -1
- package/lib/module/components/Auth/OTP/OTP.js.map +0 -1
- package/lib/module/components/Auth/QrLogin/QrLogin.js +0 -313
- package/lib/module/components/Auth/QrLogin/QrLogin.js.map +0 -1
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js +0 -243
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +0 -1
- package/lib/module/components/Auth/SignUp/SignUp.js +0 -352
- package/lib/module/components/Auth/SignUp/SignUp.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +0 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +0 -1
- package/lib/module/components/ContentView/ContentView.js.map +0 -1
- package/lib/module/components/ContentView/components/AboutSection.js.map +0 -1
- package/lib/module/components/ContentView/components/CastCard.js.map +0 -1
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +0 -1
- package/lib/module/components/ContentView/components/GenreTags.js.map +0 -1
- package/lib/module/components/ContentView/components/HeroBanner.js.map +0 -1
- package/lib/module/components/ContentView/components/MiniInfo.js.map +0 -1
- package/lib/module/components/ContentView/components/PlayButton.js.map +0 -1
- package/lib/module/components/ContentView/components/Title.js.map +0 -1
- package/lib/module/components/ContentView/components/TrailerButton.js.map +0 -1
- package/lib/module/theme/hook/useThemeStatusBar.js +0 -33
- package/lib/module/theme/hook/useThemeStatusBar.js.map +0 -1
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +0 -15
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts +0 -10
- package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts.map +0 -1
- package/src/components/Auth/Login/LoginWithEmail.tsx +0 -441
- package/src/components/Auth/QrLogin/QrLogin.tsx +0 -342
- package/src/components/Auth/QrLogin/components/QrViewArea.tsx +0 -329
- package/src/components/Auth/SignUp/SignUp.tsx +0 -462
- package/src/theme/hook/useThemeStatusBar.ts +0 -42
- /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.d.ts +0 -0
- /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.d.ts +0 -0
- /package/lib/typescript/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.d.ts +0 -0
- /package/lib/typescript/src/components/ContentView/{components → One/components}/PlayButton.d.ts +0 -0
- /package/lib/typescript/src/components/ContentView/{components → One/components}/TrailerButton.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","ScrollView","SkeletonPlaceholder","moderateScale","verticalScale","usePaginatedSection","NavigateToMore","useInternalTheme","CardPoster","FastImage","RFValue","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","DEFAULT_ITEM_WIDTH","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","ASPECT_RATIO","MovieCardFour","title","section_id","type","data","initialData","moreFetchData","onPressItem","onPressMore","renderItemImage","itemWidth","itemHeight","borderRadius","skeletonCount","containerStyle","titleStyle","itemStyle","isLoading","theme","accessibilityLabel","accessibilityHint","flatListRef","onEndReachedCalledDuringMomentum","appliedTheme","styles","getStyles","pagination","loading","isPaginating","loadMoreData","handleItemPress","item","handlePressMore","name","handleEndReached","current","hasNextPage","nextPage","renderItem","index","style","onPress","activeOpacity","children","content_offering_type","posterUri","poster","posterWrapperStyle","image","resizeMode","cover","renderSkeletonItem","highlightColor","colors","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","width","height","marginLeft","marginRight","length","root","marginHorizontal","marginBottom","horizontal","showsHorizontalScrollIndicator","contentContainerStyle","skeletonList","Array","from","map","_","color","textPrimary","navigateToMoreContainer","showAllProps","iconColor","ref","keyExtractor","_id","slug","listContent","initialNumToRender","onEndReached","onEndReachedThreshold","onScrollBeginDrag","onMomentumScrollBegin","ListFooterComponent","radius","create","marginVertical","surfaceVariant","paddingHorizontal","fontSize","fontWeight","paddingRight","flexDirection","alignItems"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/Four.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","ScrollView","SkeletonPlaceholder","moderateScale","verticalScale","FastImage","RFValue","NavigateToMore","AdsPoster","CardPoster","useInternalTheme","useCards","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","DEFAULT_ITEM_WIDTH","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","ASPECT_RATIO","END_REACHED_THRESHOLD","ITEM_ACTIVE_OPACITY","SKELETON_TITLE_WIDTH","SKELETON_TITLE_HEIGHT","SKELETON_TITLE_BORDER_RADIUS","SKELETON_TITLE_MARGIN_HORIZONTAL","SKELETON_TITLE_MARGIN_BOTTOM","SKELETON_ITEM_MARGIN_LEFT","SKELETON_ITEM_MARGIN_RIGHT","ITEM_MARGIN_LEFT","LIST_CONTENT_PADDING_RIGHT","SKELETON_LIST_PADDING_RIGHT","MovieCardFour","title","section_id","type","data","externalData","moreFetchData","onPressItem","onPressMore","itemWidth","itemHeight","borderRadius","skeletonCount","containerStyle","paginationSkeletonCount","titleStyle","itemStyle","isLoading","theme","accessibilityLabel","accessibilityHint","onDisplayAds","screenDimensions","viewportOffsets","flatListRef","onEndReachedCalledDuringMomentum","appliedTheme","styles","getStyles","listData","pagination","loadMore","isEmpty","isPaging","isPaginating","sectionId","fetchMore","loading","initialSkeleton","pagingSkeleton","adsRender","handleItemPress","item","handlePressMore","name","handleEndReached","current","hasNextPage","nextPage","handleMomentumScrollBegin","renderItem","index","adItem","style","children","ad","width","height","imageStyle","image","tracking","impression","contentItem","isSkeleton","_id","startsWith","activeOpacity","onPress","posterUri","poster","content_offering_type","contentType","posterWrapperStyle","resizeMode","cover","renderSkeletonItem","highlightColor","colors","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","marginLeft","marginRight","keyExtractor","length","root","marginHorizontal","marginBottom","horizontal","showsHorizontalScrollIndicator","contentContainerStyle","skeletonList","Array","from","map","_","color","textPrimary","navigateToMoreContainer","showAllProps","iconColor","ref","listContent","onEndReached","onEndReachedThreshold","onMomentumScrollBegin","ListFooterComponent","radius","create","marginVertical","surfaceVariant","paddingHorizontal","fontSize","fontWeight","paddingRight","flexDirection","alignItems"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/Four.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -10,51 +10,88 @@ import { View, FlatList, TouchableOpacity, StyleSheet } from 'react-native';
|
|
|
10
10
|
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
11
11
|
import FastImage from 'react-native-fast-image';
|
|
12
12
|
import { moderateScale, verticalScale } from 'react-native-size-matters';
|
|
13
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
13
14
|
import { useInternalTheme } from "../../../../theme/hook/useInternalTheme.js";
|
|
14
15
|
import CardPoster from "../components/CardPoster.js";
|
|
15
16
|
import NavigateToMore from "../components/NavigateToMore.js";
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
|
|
17
|
+
import { AdsPoster } from "../components/index.js";
|
|
18
|
+
import { useCards } from "../../../../hooks/index.js";
|
|
19
|
+
|
|
19
20
|
// Constants
|
|
21
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
22
|
const DEFAULT_ITEM_WIDTH = moderateScale(105);
|
|
21
23
|
const DEFAULT_ITEM_HEIGHT = moderateScale(160);
|
|
22
24
|
const DEFAULT_BORDER_RADIUS = moderateScale(6);
|
|
23
25
|
const DEFAULT_SKELETON_COUNT = 5;
|
|
26
|
+
const END_REACHED_THRESHOLD = 0.5;
|
|
27
|
+
const SKELETON_TITLE_WIDTH = moderateScale(100);
|
|
28
|
+
const SKELETON_TITLE_HEIGHT = verticalScale(14);
|
|
29
|
+
const SKELETON_TITLE_BORDER_RADIUS = moderateScale(4);
|
|
30
|
+
const SKELETON_ITEM_MARGIN = moderateScale(12);
|
|
31
|
+
const ITEM_ACTIVE_OPACITY = 0.8;
|
|
32
|
+
|
|
33
|
+
// Types
|
|
34
|
+
|
|
35
|
+
// Main Component
|
|
24
36
|
const MovieCard = ({
|
|
25
37
|
title,
|
|
26
38
|
section_id,
|
|
27
39
|
type,
|
|
28
|
-
data:
|
|
40
|
+
data: externalData,
|
|
29
41
|
moreFetchData,
|
|
30
|
-
onPressMore,
|
|
31
42
|
onPressItem,
|
|
43
|
+
onPressMore,
|
|
32
44
|
renderItemImage,
|
|
33
45
|
itemWidth = DEFAULT_ITEM_WIDTH,
|
|
34
46
|
itemHeight = DEFAULT_ITEM_HEIGHT,
|
|
35
47
|
borderRadius = DEFAULT_BORDER_RADIUS,
|
|
36
48
|
skeletonCount = DEFAULT_SKELETON_COUNT,
|
|
49
|
+
paginationSkeletonCount,
|
|
37
50
|
containerStyle,
|
|
38
51
|
titleStyle,
|
|
39
52
|
itemStyle,
|
|
40
53
|
isLoading = false,
|
|
41
54
|
theme,
|
|
42
55
|
accessibilityLabel,
|
|
43
|
-
accessibilityHint
|
|
56
|
+
accessibilityHint,
|
|
57
|
+
onDisplayAds,
|
|
58
|
+
screenDimensions,
|
|
59
|
+
viewportOffsets
|
|
44
60
|
}) => {
|
|
61
|
+
// Refs
|
|
45
62
|
const flatListRef = useRef(null);
|
|
63
|
+
const containerRef = useRef(null);
|
|
46
64
|
const onEndReachedCalledDuringMomentum = useRef(false);
|
|
65
|
+
|
|
66
|
+
// Theme
|
|
47
67
|
const {
|
|
48
68
|
theme: appliedTheme
|
|
49
69
|
} = useInternalTheme(theme);
|
|
70
|
+
|
|
71
|
+
// Styles
|
|
50
72
|
const styles = useMemo(() => getStyles(appliedTheme, itemWidth, itemHeight, borderRadius), [appliedTheme, itemWidth, itemHeight, borderRadius]);
|
|
73
|
+
|
|
74
|
+
// Data Management
|
|
51
75
|
const {
|
|
52
|
-
|
|
76
|
+
listData,
|
|
53
77
|
pagination,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
78
|
+
loadMore,
|
|
79
|
+
isEmpty,
|
|
80
|
+
isPaging: isPaginating
|
|
81
|
+
} = useCards({
|
|
82
|
+
sectionId: section_id,
|
|
83
|
+
data: externalData,
|
|
84
|
+
fetchMore: moreFetchData,
|
|
85
|
+
loading: isLoading,
|
|
86
|
+
initialSkeleton: skeletonCount,
|
|
87
|
+
pagingSkeleton: paginationSkeletonCount,
|
|
88
|
+
adsRender: true
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
// Event Handlers
|
|
92
|
+
const handleItemPress = useCallback(item => {
|
|
93
|
+
onPressItem?.(item);
|
|
94
|
+
}, [onPressItem]);
|
|
58
95
|
const handlePressMore = useCallback(() => {
|
|
59
96
|
onPressMore?.({
|
|
60
97
|
section_id,
|
|
@@ -65,32 +102,68 @@ const MovieCard = ({
|
|
|
65
102
|
const handleEndReached = useCallback(() => {
|
|
66
103
|
if (!onEndReachedCalledDuringMomentum.current && pagination?.hasNextPage && pagination?.nextPage) {
|
|
67
104
|
onEndReachedCalledDuringMomentum.current = true;
|
|
68
|
-
|
|
105
|
+
loadMore(pagination.nextPage);
|
|
69
106
|
}
|
|
70
|
-
}, [
|
|
107
|
+
}, [pagination, loadMore]);
|
|
108
|
+
const handleMomentumScrollBegin = useCallback(() => {
|
|
109
|
+
onEndReachedCalledDuringMomentum.current = false;
|
|
110
|
+
}, []);
|
|
111
|
+
|
|
112
|
+
// Render Functions
|
|
71
113
|
const renderItem = useCallback(({
|
|
72
114
|
item,
|
|
73
115
|
index
|
|
74
116
|
}) => {
|
|
117
|
+
// Handle ads
|
|
118
|
+
if ('type' in item && item.type === 'ads') {
|
|
119
|
+
const adItem = item;
|
|
120
|
+
return /*#__PURE__*/_jsx(View, {
|
|
121
|
+
style: [styles.item, itemStyle],
|
|
122
|
+
children: /*#__PURE__*/_jsx(AdsPoster, {
|
|
123
|
+
ad: adItem,
|
|
124
|
+
theme: appliedTheme,
|
|
125
|
+
isLoading: isLoading,
|
|
126
|
+
containerStyle: {
|
|
127
|
+
width: itemWidth,
|
|
128
|
+
height: itemHeight
|
|
129
|
+
},
|
|
130
|
+
imageStyle: styles.image,
|
|
131
|
+
onPress: () => handleItemPress(adItem),
|
|
132
|
+
borderRadius: borderRadius,
|
|
133
|
+
onDisplayAds: onDisplayAds,
|
|
134
|
+
screenDimensions: screenDimensions,
|
|
135
|
+
viewportOffsets: viewportOffsets
|
|
136
|
+
})
|
|
137
|
+
}, `ad-${adItem.tracking?.impression || index}`);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
// Handle content items
|
|
141
|
+
const contentItem = item;
|
|
142
|
+
const isSkeleton = contentItem._id?.startsWith?.('pagination-skeleton') ?? false;
|
|
75
143
|
return /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
76
144
|
style: [styles.item, itemStyle],
|
|
77
|
-
|
|
78
|
-
|
|
145
|
+
activeOpacity: ITEM_ACTIVE_OPACITY,
|
|
146
|
+
onPress: () => {
|
|
147
|
+
if (!isSkeleton && !isLoading) {
|
|
148
|
+
handleItemPress(contentItem);
|
|
149
|
+
}
|
|
150
|
+
},
|
|
79
151
|
children: renderItemImage ? renderItemImage({
|
|
80
152
|
item,
|
|
81
153
|
index
|
|
82
154
|
}) : /*#__PURE__*/_jsx(CardPoster, {
|
|
83
|
-
|
|
84
|
-
|
|
155
|
+
posterUri: contentItem.poster,
|
|
156
|
+
content_offering_type: contentItem.content_offering_type,
|
|
157
|
+
contentType: contentItem.type,
|
|
85
158
|
theme: appliedTheme,
|
|
86
159
|
borderRadius: borderRadius,
|
|
87
160
|
posterWrapperStyle: styles.image,
|
|
88
161
|
resizeMode: FastImage.resizeMode.cover,
|
|
89
|
-
isLoading: isLoading
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
}, [styles.item, styles.image, itemStyle, renderItemImage, appliedTheme, borderRadius, isLoading, handleItemPress]);
|
|
93
|
-
const renderSkeletonItem = ({
|
|
162
|
+
isLoading: isSkeleton || isLoading
|
|
163
|
+
})
|
|
164
|
+
}, contentItem._id);
|
|
165
|
+
}, [styles.item, styles.image, itemStyle, renderItemImage, appliedTheme, borderRadius, isLoading, itemWidth, itemHeight, onDisplayAds, screenDimensions, viewportOffsets, handleItemPress]);
|
|
166
|
+
const renderSkeletonItem = useCallback(({
|
|
94
167
|
index
|
|
95
168
|
}) => /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
96
169
|
highlightColor: appliedTheme.colors.skeletonHighlightColor,
|
|
@@ -99,32 +172,39 @@ const MovieCard = ({
|
|
|
99
172
|
width: itemWidth,
|
|
100
173
|
height: itemHeight,
|
|
101
174
|
borderRadius: borderRadius,
|
|
102
|
-
marginLeft: index === 0 ?
|
|
103
|
-
marginRight:
|
|
175
|
+
marginLeft: index === 0 ? SKELETON_ITEM_MARGIN : 0,
|
|
176
|
+
marginRight: SKELETON_ITEM_MARGIN
|
|
104
177
|
})
|
|
105
|
-
}, `skeleton-${index}`);
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
178
|
+
}, `skeleton-${index}`), [appliedTheme, itemWidth, itemHeight, borderRadius]);
|
|
179
|
+
const keyExtractor = useCallback((item, index) => {
|
|
180
|
+
if ('type' in item && item.type === 'ads') {
|
|
181
|
+
return `ad-${item.tracking?.impression || index}`;
|
|
182
|
+
}
|
|
183
|
+
return item._id || `item-${index}`;
|
|
184
|
+
}, []);
|
|
185
|
+
|
|
186
|
+
// Early Returns
|
|
187
|
+
if (!externalData) return null;
|
|
188
|
+
if (!isLoading && listData.length === 0 && !isEmpty) return null;
|
|
189
|
+
|
|
190
|
+
// Loading State
|
|
110
191
|
if (isLoading) {
|
|
111
192
|
return /*#__PURE__*/_jsxs(View, {
|
|
112
193
|
style: [styles.root, containerStyle],
|
|
113
|
-
testID: `movie-card-skeleton-${section_id}`,
|
|
114
194
|
children: [/*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
115
195
|
highlightColor: appliedTheme.colors.skeletonHighlightColor,
|
|
116
196
|
backgroundColor: appliedTheme.colors.skeletonBaseColor,
|
|
117
197
|
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
118
|
-
width:
|
|
119
|
-
height:
|
|
120
|
-
borderRadius:
|
|
121
|
-
marginLeft:
|
|
198
|
+
width: SKELETON_TITLE_WIDTH,
|
|
199
|
+
height: SKELETON_TITLE_HEIGHT,
|
|
200
|
+
borderRadius: SKELETON_TITLE_BORDER_RADIUS,
|
|
201
|
+
marginLeft: SKELETON_ITEM_MARGIN,
|
|
122
202
|
marginBottom: verticalScale(6)
|
|
123
203
|
})
|
|
124
204
|
}), /*#__PURE__*/_jsx(FlatList, {
|
|
125
205
|
data: Array.from({
|
|
126
206
|
length: skeletonCount
|
|
127
|
-
}
|
|
207
|
+
}),
|
|
128
208
|
horizontal: true,
|
|
129
209
|
keyExtractor: (_, index) => `skeleton-${index}`,
|
|
130
210
|
renderItem: renderSkeletonItem,
|
|
@@ -133,11 +213,14 @@ const MovieCard = ({
|
|
|
133
213
|
})]
|
|
134
214
|
});
|
|
135
215
|
}
|
|
216
|
+
|
|
217
|
+
// Main Render
|
|
136
218
|
return /*#__PURE__*/_jsxs(View, {
|
|
219
|
+
ref: containerRef,
|
|
137
220
|
style: [styles.root, containerStyle],
|
|
138
|
-
testID: `movie-card-${section_id}`,
|
|
139
221
|
accessibilityLabel: accessibilityLabel || `Movie section: ${title}`,
|
|
140
|
-
accessibilityHint: accessibilityHint || 'Scroll to view
|
|
222
|
+
accessibilityHint: accessibilityHint || 'Scroll to view items',
|
|
223
|
+
testID: `movie-card-${section_id}`,
|
|
141
224
|
children: [/*#__PURE__*/_jsx(NavigateToMore, {
|
|
142
225
|
title: title,
|
|
143
226
|
onPress: handlePressMore,
|
|
@@ -151,27 +234,23 @@ const MovieCard = ({
|
|
|
151
234
|
}
|
|
152
235
|
}), /*#__PURE__*/_jsx(FlatList, {
|
|
153
236
|
ref: flatListRef,
|
|
154
|
-
data:
|
|
237
|
+
data: listData,
|
|
155
238
|
horizontal: true,
|
|
156
|
-
keyExtractor:
|
|
239
|
+
keyExtractor: keyExtractor,
|
|
157
240
|
renderItem: renderItem,
|
|
158
241
|
showsHorizontalScrollIndicator: false,
|
|
159
242
|
contentContainerStyle: styles.listContent,
|
|
160
|
-
initialNumToRender: 5,
|
|
161
243
|
onEndReached: handleEndReached,
|
|
162
|
-
onEndReachedThreshold:
|
|
163
|
-
|
|
164
|
-
onEndReachedCalledDuringMomentum.current = false;
|
|
165
|
-
},
|
|
166
|
-
onMomentumScrollBegin: () => {
|
|
167
|
-
onEndReachedCalledDuringMomentum.current = false;
|
|
168
|
-
},
|
|
244
|
+
onEndReachedThreshold: END_REACHED_THRESHOLD,
|
|
245
|
+
onMomentumScrollBegin: handleMomentumScrollBegin,
|
|
169
246
|
ListFooterComponent: isPaginating ? renderSkeletonItem({
|
|
170
247
|
index: 0
|
|
171
248
|
}) : null
|
|
172
249
|
})]
|
|
173
250
|
});
|
|
174
251
|
};
|
|
252
|
+
|
|
253
|
+
// Styles
|
|
175
254
|
const getStyles = (theme, width, height, radius) => StyleSheet.create({
|
|
176
255
|
root: {
|
|
177
256
|
marginVertical: verticalScale(6)
|
|
@@ -185,9 +264,6 @@ const getStyles = (theme, width, height, radius) => StyleSheet.create({
|
|
|
185
264
|
borderRadius: radius,
|
|
186
265
|
backgroundColor: theme.colors.surfaceVariant
|
|
187
266
|
},
|
|
188
|
-
imageWrapper: {
|
|
189
|
-
position: 'relative'
|
|
190
|
-
},
|
|
191
267
|
navigateToMoreContainer: {
|
|
192
268
|
paddingHorizontal: moderateScale(10),
|
|
193
269
|
marginBottom: verticalScale(8)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","SkeletonPlaceholder","FastImage","moderateScale","verticalScale","useInternalTheme","CardPoster","NavigateToMore","
|
|
1
|
+
{"version":3,"names":["React","memo","useCallback","useMemo","useRef","View","FlatList","TouchableOpacity","StyleSheet","SkeletonPlaceholder","FastImage","moderateScale","verticalScale","RFValue","useInternalTheme","CardPoster","NavigateToMore","AdsPoster","useCards","jsx","_jsx","jsxs","_jsxs","DEFAULT_ITEM_WIDTH","DEFAULT_ITEM_HEIGHT","DEFAULT_BORDER_RADIUS","DEFAULT_SKELETON_COUNT","END_REACHED_THRESHOLD","SKELETON_TITLE_WIDTH","SKELETON_TITLE_HEIGHT","SKELETON_TITLE_BORDER_RADIUS","SKELETON_ITEM_MARGIN","ITEM_ACTIVE_OPACITY","MovieCard","title","section_id","type","data","externalData","moreFetchData","onPressItem","onPressMore","renderItemImage","itemWidth","itemHeight","borderRadius","skeletonCount","paginationSkeletonCount","containerStyle","titleStyle","itemStyle","isLoading","theme","accessibilityLabel","accessibilityHint","onDisplayAds","screenDimensions","viewportOffsets","flatListRef","containerRef","onEndReachedCalledDuringMomentum","appliedTheme","styles","getStyles","listData","pagination","loadMore","isEmpty","isPaging","isPaginating","sectionId","fetchMore","loading","initialSkeleton","pagingSkeleton","adsRender","handleItemPress","item","handlePressMore","name","handleEndReached","current","hasNextPage","nextPage","handleMomentumScrollBegin","renderItem","index","adItem","style","children","ad","width","height","imageStyle","image","onPress","tracking","impression","contentItem","isSkeleton","_id","startsWith","activeOpacity","posterUri","poster","content_offering_type","contentType","posterWrapperStyle","resizeMode","cover","renderSkeletonItem","highlightColor","colors","skeletonHighlightColor","backgroundColor","skeletonBaseColor","Item","marginLeft","marginRight","keyExtractor","length","root","marginBottom","Array","from","horizontal","_","showsHorizontalScrollIndicator","contentContainerStyle","listContent","ref","testID","color","textPrimary","navigateToMoreContainer","showAllProps","iconColor","onEndReached","onEndReachedThreshold","onMomentumScrollBegin","ListFooterComponent","radius","create","marginVertical","surfaceVariant","paddingHorizontal","fontSize","fontWeight","paddingRight"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/Styles/One.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAIC,IAAI,EAAEC,WAAW,EAAEC,OAAO,EAAEC,MAAM,QAAQ,OAAO;AACjE,SACEC,IAAI,EACJC,QAAQ,EACRC,gBAAgB,EAChBC,UAAU,QAKL,cAAc;AAErB,OAAOC,mBAAmB,MAAM,mCAAmC;AACnE,OAAOC,SAAS,MAAM,yBAAyB;AAC/C,SAASC,aAAa,EAAEC,aAAa,QAAQ,2BAA2B;AACxE,SAASC,OAAO,QAAQ,kCAAkC;AAE1D,SAASC,gBAAgB,QAAQ,4CAAyC;AAG1E,OAAOC,UAAU,MAAM,6BAA0B;AACjD,OAAOC,cAAc,MAAM,iCAA8B;AACzD,SAASC,SAAS,QAAQ,wBAAe;AAUzC,SAASC,QAAQ,QAAQ,4BAAmB;;AAE5C;AAAA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AACA,MAAMC,kBAAkB,GAAGZ,aAAa,CAAC,GAAG,CAAC;AAC7C,MAAMa,mBAAmB,GAAGb,aAAa,CAAC,GAAG,CAAC;AAC9C,MAAMc,qBAAqB,GAAGd,aAAa,CAAC,CAAC,CAAC;AAC9C,MAAMe,sBAAsB,GAAG,CAAC;AAChC,MAAMC,qBAAqB,GAAG,GAAG;AACjC,MAAMC,oBAAoB,GAAGjB,aAAa,CAAC,GAAG,CAAC;AAC/C,MAAMkB,qBAAqB,GAAGjB,aAAa,CAAC,EAAE,CAAC;AAC/C,MAAMkB,4BAA4B,GAAGnB,aAAa,CAAC,CAAC,CAAC;AACrD,MAAMoB,oBAAoB,GAAGpB,aAAa,CAAC,EAAE,CAAC;AAC9C,MAAMqB,mBAAmB,GAAG,GAAG;;AAE/B;;AAqCA;AACA,MAAMC,SAAmC,GAAGA,CAAC;EAC3CC,KAAK;EACLC,UAAU;EACVC,IAAI;EACJC,IAAI,EAAEC,YAAY;EAClBC,aAAa;EACbC,WAAW;EACXC,WAAW;EAEXC,eAAe;EACfC,SAAS,GAAGpB,kBAAkB;EAC9BqB,UAAU,GAAGpB,mBAAmB;EAChCqB,YAAY,GAAGpB,qBAAqB;EACpCqB,aAAa,GAAGpB,sBAAsB;EACtCqB,uBAAuB;EACvBC,cAAc;EACdC,UAAU;EACVC,SAAS;EACTC,SAAS,GAAG,KAAK;EACjBC,KAAK;EACLC,kBAAkB;EAClBC,iBAAiB;EACjBC,YAAY;EACZC,gBAAgB;EAChBC;AACF,CAAC,KAAK;EACJ;EACA,MAAMC,WAAW,GAAGtD,MAAM,CAAmC,IAAI,CAAC;EAClE,MAAMuD,YAAY,GAAGvD,MAAM,CAAO,IAAI,CAAC;EACvC,MAAMwD,gCAAgC,GAAGxD,MAAM,CAAC,KAAK,CAAC;;EAEtD;EACA,MAAM;IAAEgD,KAAK,EAAES;EAAa,CAAC,GAAG/C,gBAAgB,CAACsC,KAAK,CAAC;;EAEvD;EACA,MAAMU,MAAM,GAAG3D,OAAO,CACpB,MAAM4D,SAAS,CAACF,YAAY,EAAElB,SAAS,EAAEC,UAAU,EAAEC,YAAY,CAAC,EAClE,CAACgB,YAAY,EAAElB,SAAS,EAAEC,UAAU,EAAEC,YAAY,CACpD,CAAC;;EAED;EACA,MAAM;IACJmB,QAAQ;IACRC,UAAU;IACVC,QAAQ;IACRC,OAAO;IACPC,QAAQ,EAAEC;EACZ,CAAC,GAAGnD,QAAQ,CAAC;IACXoD,SAAS,EAAEnC,UAAU;IACrBE,IAAI,EAAEC,YAAY;IAClBiC,SAAS,EAAEhC,aAAa;IACxBiC,OAAO,EAAErB,SAAS;IAClBsB,eAAe,EAAE3B,aAAa;IAC9B4B,cAAc,EAAE3B,uBAAuB;IACvC4B,SAAS,EAAE;EACb,CAAC,CAAC;;EAEF;EACA,MAAMC,eAAe,GAAG1E,WAAW,CAChC2E,IAA4B,IAAK;IAChCrC,WAAW,GAAGqC,IAAI,CAAC;EACrB,CAAC,EACD,CAACrC,WAAW,CACd,CAAC;EAED,MAAMsC,eAAe,GAAG5E,WAAW,CAAC,MAAM;IACxCuC,WAAW,GAAG;MAAEN,UAAU;MAAE4C,IAAI,EAAE7C,KAAK;MAAEE;IAAK,CAAC,CAAC;EAClD,CAAC,EAAE,CAACK,WAAW,EAAEN,UAAU,EAAED,KAAK,EAAEE,IAAI,CAAC,CAAC;EAE1C,MAAM4C,gBAAgB,GAAG9E,WAAW,CAAC,MAAM;IACzC,IACE,CAAC0D,gCAAgC,CAACqB,OAAO,IACzChB,UAAU,EAAEiB,WAAW,IACvBjB,UAAU,EAAEkB,QAAQ,EACpB;MACAvB,gCAAgC,CAACqB,OAAO,GAAG,IAAI;MAC/Cf,QAAQ,CAACD,UAAU,CAACkB,QAAQ,CAAC;IAC/B;EACF,CAAC,EAAE,CAAClB,UAAU,EAAEC,QAAQ,CAAC,CAAC;EAE1B,MAAMkB,yBAAyB,GAAGlF,WAAW,CAAC,MAAM;IAClD0D,gCAAgC,CAACqB,OAAO,GAAG,KAAK;EAClD,CAAC,EAAE,EAAE,CAAC;;EAEN;EACA,MAAMI,UAAU,GAAGnF,WAAW,CAC5B,CAAC;IAAE2E,IAAI;IAAES;EAAuD,CAAC,KAAK;IACpE;IACA,IAAI,MAAM,IAAIT,IAAI,IAAIA,IAAI,CAACzC,IAAI,KAAK,KAAK,EAAE;MACzC,MAAMmD,MAAM,GAAGV,IAAe;MAC9B,oBACEzD,IAAA,CAACf,IAAI;QAEHmF,KAAK,EAAE,CAAC1B,MAAM,CAACe,IAAI,EAAE3B,SAAS,CAAE;QAAAuC,QAAA,eAEhCrE,IAAA,CAACH,SAAS;UACRyE,EAAE,EAAEH,MAAO;UACXnC,KAAK,EAAES,YAAa;UACpBV,SAAS,EAAEA,SAAU;UACrBH,cAAc,EAAE;YAAE2C,KAAK,EAAEhD,SAAS;YAAEiD,MAAM,EAAEhD;UAAW,CAAE;UACzDiD,UAAU,EAAE/B,MAAM,CAACgC,KAAM;UACzBC,OAAO,EAAEA,CAAA,KAAMnB,eAAe,CAACW,MAAM,CAAE;UACvC1C,YAAY,EAAEA,YAAa;UAC3BU,YAAY,EAAEA,YAAa;UAC3BC,gBAAgB,EAAEA,gBAAiB;UACnCC,eAAe,EAAEA;QAAgB,CAClC;MAAC,GAdG,MAAM8B,MAAM,CAACS,QAAQ,EAAEC,UAAU,IAAIX,KAAK,EAe3C,CAAC;IAEX;;IAEA;IACA,MAAMY,WAAW,GAAGrB,IAAoB;IACxC,MAAMsB,UAAU,GACdD,WAAW,CAACE,GAAG,EAAEC,UAAU,GAAG,qBAAqB,CAAC,IAAI,KAAK;IAE/D,oBACEjF,IAAA,CAACb,gBAAgB;MAEfiF,KAAK,EAAE,CAAC1B,MAAM,CAACe,IAAI,EAAE3B,SAAS,CAAE;MAChCoD,aAAa,EAAEtE,mBAAoB;MACnC+D,OAAO,EAAEA,CAAA,KAAM;QACb,IAAI,CAACI,UAAU,IAAI,CAAChD,SAAS,EAAE;UAC7ByB,eAAe,CAACsB,WAAW,CAAC;QAC9B;MACF,CAAE;MAAAT,QAAA,EAED/C,eAAe,GACdA,eAAe,CAAC;QAAEmC,IAAI;QAAES;MAAM,CAAC,CAAC,gBAEhClE,IAAA,CAACL,UAAU;QACTwF,SAAS,EAAEL,WAAW,CAACM,MAAO;QAC9BC,qBAAqB,EAAEP,WAAW,CAACO,qBAAsB;QACzDC,WAAW,EAAER,WAAW,CAAC9D,IAAK;QAC9BgB,KAAK,EAAES,YAAa;QACpBhB,YAAY,EAAEA,YAAa;QAC3B8D,kBAAkB,EAAE7C,MAAM,CAACgC,KAAM;QACjCc,UAAU,EAAElG,SAAS,CAACkG,UAAU,CAACC,KAAM;QACvC1D,SAAS,EAAEgD,UAAU,IAAIhD;MAAU,CACpC;IACF,GAtBI+C,WAAW,CAACE,GAuBD,CAAC;EAEvB,CAAC,EACD,CACEtC,MAAM,CAACe,IAAI,EACXf,MAAM,CAACgC,KAAK,EACZ5C,SAAS,EACTR,eAAe,EACfmB,YAAY,EACZhB,YAAY,EACZM,SAAS,EACTR,SAAS,EACTC,UAAU,EACVW,YAAY,EACZC,gBAAgB,EAChBC,eAAe,EACfmB,eAAe,CAEnB,CAAC;EAED,MAAMkC,kBAAkB,GAAG5G,WAAW,CACpC,CAAC;IAAEoF;EAAyB,CAAC,kBAC3BlE,IAAA,CAACX,mBAAmB;IAElBsG,cAAc,EAAElD,YAAY,CAACmD,MAAM,CAACC,sBAAuB;IAC3DC,eAAe,EAAErD,YAAY,CAACmD,MAAM,CAACG,iBAAkB;IAAA1B,QAAA,eAEvDrE,IAAA,CAACX,mBAAmB,CAAC2G,IAAI;MACvBzB,KAAK,EAAEhD,SAAU;MACjBiD,MAAM,EAAEhD,UAAW;MACnBC,YAAY,EAAEA,YAAa;MAC3BwE,UAAU,EAAE/B,KAAK,KAAK,CAAC,GAAGvD,oBAAoB,GAAG,CAAE;MACnDuF,WAAW,EAAEvF;IAAqB,CACnC;EAAC,GAVG,YAAYuD,KAAK,EAWH,CACtB,EACD,CAACzB,YAAY,EAAElB,SAAS,EAAEC,UAAU,EAAEC,YAAY,CACpD,CAAC;EAED,MAAM0E,YAAY,GAAGrH,WAAW,CAC9B,CAAC2E,IAA4B,EAAES,KAAa,KAAK;IAC/C,IAAI,MAAM,IAAIT,IAAI,IAAIA,IAAI,CAACzC,IAAI,KAAK,KAAK,EAAE;MACzC,OAAO,MAAOyC,IAAI,CAAamB,QAAQ,EAAEC,UAAU,IAAIX,KAAK,EAAE;IAChE;IACA,OAAQT,IAAI,CAAkBuB,GAAG,IAAI,QAAQd,KAAK,EAAE;EACtD,CAAC,EACD,EACF,CAAC;;EAED;EACA,IAAI,CAAChD,YAAY,EAAE,OAAO,IAAI;EAC9B,IAAI,CAACa,SAAS,IAAIa,QAAQ,CAACwD,MAAM,KAAK,CAAC,IAAI,CAACrD,OAAO,EAAE,OAAO,IAAI;;EAEhE;EACA,IAAIhB,SAAS,EAAE;IACb,oBACE7B,KAAA,CAACjB,IAAI;MAACmF,KAAK,EAAE,CAAC1B,MAAM,CAAC2D,IAAI,EAAEzE,cAAc,CAAE;MAAAyC,QAAA,gBACzCrE,IAAA,CAACX,mBAAmB;QAClBsG,cAAc,EAAElD,YAAY,CAACmD,MAAM,CAACC,sBAAuB;QAC3DC,eAAe,EAAErD,YAAY,CAACmD,MAAM,CAACG,iBAAkB;QAAA1B,QAAA,eAEvDrE,IAAA,CAACX,mBAAmB,CAAC2G,IAAI;UACvBzB,KAAK,EAAE/D,oBAAqB;UAC5BgE,MAAM,EAAE/D,qBAAsB;UAC9BgB,YAAY,EAAEf,4BAA6B;UAC3CuF,UAAU,EAAEtF,oBAAqB;UACjC2F,YAAY,EAAE9G,aAAa,CAAC,CAAC;QAAE,CAChC;MAAC,CACiB,CAAC,eAEtBQ,IAAA,CAACd,QAAQ;QACP+B,IAAI,EAAEsF,KAAK,CAACC,IAAI,CAAC;UAAEJ,MAAM,EAAE1E;QAAc,CAAC,CAAE;QAC5C+E,UAAU;QACVN,YAAY,EAAEA,CAACO,CAAC,EAAExC,KAAK,KAAK,YAAYA,KAAK,EAAG;QAChDD,UAAU,EAAEyB,kBAAmB;QAC/BiB,8BAA8B,EAAE,KAAM;QACtCC,qBAAqB,EAAElE,MAAM,CAACmE;MAAY,CAC3C,CAAC;IAAA,CACE,CAAC;EAEX;;EAEA;EACA,oBACE3G,KAAA,CAACjB,IAAI;IACH6H,GAAG,EAAEvE,YAAa;IAClB6B,KAAK,EAAE,CAAC1B,MAAM,CAAC2D,IAAI,EAAEzE,cAAc,CAAE;IACrCK,kBAAkB,EAAEA,kBAAkB,IAAI,kBAAkBnB,KAAK,EAAG;IACpEoB,iBAAiB,EAAEA,iBAAiB,IAAI,sBAAuB;IAC/D6E,MAAM,EAAE,cAAchG,UAAU,EAAG;IAAAsD,QAAA,gBAEnCrE,IAAA,CAACJ,cAAc;MACbkB,KAAK,EAAEA,KAAM;MACb6D,OAAO,EAAEjB,eAAgB;MACzB7B,UAAU,EAAE,CACVa,MAAM,CAAC5B,KAAK,EACZ;QAAEkG,KAAK,EAAEvE,YAAY,CAACmD,MAAM,CAACqB;MAAY,CAAC,EAC1CpF,UAAU,CACV;MACFD,cAAc,EAAEc,MAAM,CAACwE,uBAAwB;MAC/CC,YAAY,EAAE;QAAEC,SAAS,EAAE3E,YAAY,CAACmD,MAAM,CAACqB,WAAW;QAAEjF;MAAM;IAAE,CACrE,CAAC,eAEFhC,IAAA,CAACd,QAAQ;MACP4H,GAAG,EAAExE,WAAY;MACjBrB,IAAI,EAAE2B,QAAS;MACf6D,UAAU;MACVN,YAAY,EAAEA,YAAa;MAC3BlC,UAAU,EAAEA,UAAW;MACvB0C,8BAA8B,EAAE,KAAM;MACtCC,qBAAqB,EAAElE,MAAM,CAACmE,WAAY;MAC1CQ,YAAY,EAAEzD,gBAAiB;MAC/B0D,qBAAqB,EAAE/G,qBAAsB;MAC7CgH,qBAAqB,EAAEvD,yBAA0B;MACjDwD,mBAAmB,EACjBvE,YAAY,GAAGyC,kBAAkB,CAAC;QAAExB,KAAK,EAAE;MAAE,CAAC,CAAC,GAAG;IACnD,CACF,CAAC;EAAA,CACE,CAAC;AAEX,CAAC;;AAED;AACA,MAAMvB,SAAS,GAAGA,CAChBX,KAAa,EACbuC,KAAa,EACbC,MAAc,EACdiD,MAAc,KAEdrI,UAAU,CAACsI,MAAM,CAAC;EAChBrB,IAAI,EAAE;IACJsB,cAAc,EAAEnI,aAAa,CAAC,CAAC;EACjC,CAAC;EACDiE,IAAI,EAAE;IACJwC,UAAU,EAAE1G,aAAa,CAAC,EAAE;EAC9B,CAAC;EACDmF,KAAK,EAAE;IACLH,KAAK;IACLC,MAAM;IACN/C,YAAY,EAAEgG,MAAM;IACpB3B,eAAe,EAAE9D,KAAK,CAAC4D,MAAM,CAACgC;EAChC,CAAC;EACDV,uBAAuB,EAAE;IACvBW,iBAAiB,EAAEtI,aAAa,CAAC,EAAE,CAAC;IACpC+G,YAAY,EAAE9G,aAAa,CAAC,CAAC;EAC/B,CAAC;EACDsB,KAAK,EAAE;IACLgH,QAAQ,EAAErI,OAAO,CAAC,EAAE,CAAC;IACrBsI,UAAU,EAAE;EACd,CAAC;EACDlB,WAAW,EAAE;IACXmB,YAAY,EAAEzI,aAAa,CAAC,EAAE;EAChC;AACF,CAAC,CAAC;AAEJ,4BAAeV,IAAI,CAACgC,SAAS,CAAC","ignoreList":[]}
|