@zezosoft/zezo-ott-react-native-ui-kit 1.1.1 → 1.1.3
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/Styles/globalStyles.js +0 -5
- package/lib/module/Styles/globalStyles.js.map +1 -1
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +64 -40
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +5 -2
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -1
- package/lib/module/components/Auth/Login/LoginWithEmail.js +17 -11
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -1
- package/lib/module/components/Auth/Login/LoginWithPhone.js +12 -6
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -1
- package/lib/module/components/Auth/OTP/OTP.js +7 -4
- package/lib/module/components/Auth/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/QrLogin/QrLogin.js +357 -144
- package/lib/module/components/Auth/QrLogin/QrLogin.js.map +1 -1
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js +227 -110
- package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +1 -1
- package/lib/module/components/Auth/SignUp/SignUp.js +19 -13
- package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js +54 -36
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js +29 -11
- package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js +13 -7
- package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -1
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js +33 -21
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +26 -20
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
- package/lib/module/components/BlogView/BlogView.js +36 -20
- package/lib/module/components/BlogView/BlogView.js.map +1 -1
- package/lib/module/components/Button/BackBtn.js +24 -20
- package/lib/module/components/Button/BackBtn.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +19 -13
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Button/SecondaryBtn.js +19 -13
- package/lib/module/components/Button/SecondaryBtn.js.map +1 -1
- package/lib/module/components/Button/TextButton.js +19 -13
- package/lib/module/components/Button/TextButton.js.map +1 -1
- package/lib/module/components/Content/Card/Category/Category.js +151 -46
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- 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 +200 -133
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +192 -84
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +131 -48
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +126 -59
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +125 -50
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +143 -65
- 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 +134 -79
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +186 -171
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +144 -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 +139 -93
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js +18 -17
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js.map +1 -1
- package/lib/module/components/Content/Card/components/ThumbnailCard.js +78 -28
- package/lib/module/components/Content/Card/components/ThumbnailCard.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 +99 -40
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js +63 -34
- package/lib/module/components/Content/Sections.js.map +1 -1
- package/lib/module/components/ContentView/ContentView.js +70 -41
- package/lib/module/components/ContentView/ContentView.js.map +1 -1
- package/lib/module/components/ContentView/MoreContentList.js +74 -40
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/components/AboutSection.js +40 -19
- package/lib/module/components/ContentView/components/AboutSection.js.map +1 -1
- package/lib/module/components/ContentView/components/CastCard.js +6 -7
- package/lib/module/components/ContentView/components/CastCard.js.map +1 -1
- package/lib/module/components/ContentView/components/EpisodeCard.js +2 -2
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -1
- package/lib/module/components/ContentView/components/GenreTags.js +25 -13
- package/lib/module/components/ContentView/components/GenreTags.js.map +1 -1
- package/lib/module/components/ContentView/components/HeroBanner.js +39 -11
- package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -1
- package/lib/module/components/ContentView/components/MiniInfo.js +84 -77
- package/lib/module/components/ContentView/components/MiniInfo.js.map +1 -1
- package/lib/module/components/ContentView/components/PlayButton.js +11 -7
- package/lib/module/components/ContentView/components/PlayButton.js.map +1 -1
- package/lib/module/components/ContentView/components/Title.js +12 -12
- package/lib/module/components/ContentView/components/Title.js.map +1 -1
- package/lib/module/components/ContentView/components/TrailerButton.js +12 -7
- package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -1
- package/lib/module/components/Fallbacks/NoContentFallback.js +27 -22
- package/lib/module/components/Fallbacks/NoContentFallback.js.map +1 -1
- package/lib/module/components/Fallbacks/NotFoundFallback.js +6 -4
- package/lib/module/components/Fallbacks/NotFoundFallback.js.map +1 -1
- package/lib/module/components/Headers/AppHeader.js +22 -13
- package/lib/module/components/Headers/AppHeader.js.map +1 -1
- package/lib/module/components/Headers/Three.js +6 -5
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +19 -14
- package/lib/module/components/Headers/Two.js.map +1 -1
- package/lib/module/components/Input/InputOne.js +46 -31
- package/lib/module/components/Input/InputOne.js.map +1 -1
- package/lib/module/components/Loader/Loader.js +2 -2
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +17 -14
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/Search/One.js +2 -1
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Search/components/SearchCard.js +15 -19
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/module/components/Settings/AppSettings.js +97 -62
- package/lib/module/components/Settings/AppSettings.js.map +1 -1
- package/lib/module/components/Subscription/SubOne.js +313 -254
- package/lib/module/components/Subscription/SubOne.js.map +1 -1
- package/lib/module/components/Text/Text.js +15 -12
- package/lib/module/components/Text/Text.js.map +1 -1
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js +25 -23
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js +23 -18
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js.map +1 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +38 -24
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
- package/lib/module/components/User/WatchHistory/WatchHistory.js +21 -14
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js +30 -21
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/User/components/UserAvatar.js +38 -19
- package/lib/module/components/User/components/UserAvatar.js.map +1 -1
- package/lib/module/components/User/components/UserSection.js +37 -17
- package/lib/module/components/User/components/UserSection.js.map +1 -1
- package/lib/module/components/View/View.js +7 -4
- package/lib/module/components/View/View.js.map +1 -1
- package/lib/module/components/index.js +0 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/constants/dummySections.js +44 -4
- 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 +20 -0
- package/lib/module/hooks/index.js.map +1 -0
- 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/useDebounce.js +25 -6
- package/lib/module/hooks/useDebounce.js.map +1 -1
- package/lib/module/hooks/useKeyboard.js +7 -4
- package/lib/module/hooks/useKeyboard.js.map +1 -1
- package/lib/module/hooks/useNavigationMode.js +10 -4
- package/lib/module/hooks/useNavigationMode.js.map +1 -1
- package/lib/module/hooks/usePaginatedSection.js +12 -7
- package/lib/module/hooks/usePaginatedSection.js.map +1 -1
- package/lib/module/hooks/usePrevious.js +30 -0
- package/lib/module/hooks/usePrevious.js.map +1 -0
- package/lib/module/hooks/useSafeCallback.js +33 -0
- package/lib/module/hooks/useSafeCallback.js.map +1 -0
- package/lib/module/hooks/useSkeletonItems.js +33 -0
- package/lib/module/hooks/useSkeletonItems.js.map +1 -0
- package/lib/module/hooks/useSplashCache.js +2 -1
- package/lib/module/hooks/useSplashCache.js.map +1 -1
- package/lib/module/hooks/useThemeColors.js +33 -0
- package/lib/module/hooks/useThemeColors.js.map +1 -0
- package/lib/module/theme/ThemeProvider.js +17 -11
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hook/useInternalTheme.js +18 -11
- package/lib/module/theme/hook/useInternalTheme.js.map +1 -1
- package/lib/module/theme/hook/useThemeStatusBar.js +10 -4
- package/lib/module/theme/hook/useThemeStatusBar.js.map +1 -1
- package/lib/typescript/src/Styles/globalStyles.d.ts +0 -5
- package/lib/typescript/src/Styles/globalStyles.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts +2 -15
- package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts +0 -1
- package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +1 -1
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +2 -1
- package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/BackBtn.d.ts +2 -2
- package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +2 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts +2 -1
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/TextButton.d.ts +2 -2
- package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/index.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.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/Two.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 +3 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +2 -0
- 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 +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 +6 -3
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +22 -8
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +6 -1
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +2 -1
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +6 -1
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +2 -1
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +2 -1
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts +2 -1
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/Title.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +2 -1
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts +2 -1
- 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/NotFoundFallback.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/Three.d.ts +2 -2
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +2 -2
- package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/index.d.ts +2 -2
- package/lib/typescript/src/components/Input/Input.d.ts +1 -1
- package/lib/typescript/src/components/Input/InputOne.d.ts +2 -2
- package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts +2 -1
- package/lib/typescript/src/components/Logo/Logo.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 +2 -5
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/index.d.ts +1 -1
- package/lib/typescript/src/components/Settings/AppSettings.d.ts +2 -2
- package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Text/Text.d.ts +2 -2
- package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +1 -1
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -1
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts +1 -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/PurchaseHistory/PurchaseHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +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 +1 -1
- 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 +1 -1
- package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
- package/lib/typescript/src/components/View/View.d.ts +2 -0
- package/lib/typescript/src/components/View/View.d.ts.map +1 -1
- package/lib/typescript/src/components/index.d.ts +0 -1
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/dummySections.d.ts +5 -0
- 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 +17 -0
- package/lib/typescript/src/hooks/index.d.ts.map +1 -0
- 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/useDebounce.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useKeyboard.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useNavigationMode.d.ts.map +1 -1
- 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/usePrevious.d.ts +12 -0
- package/lib/typescript/src/hooks/usePrevious.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useSafeCallback.d.ts +15 -0
- package/lib/typescript/src/hooks/useSafeCallback.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useSkeletonItems.d.ts +11 -0
- package/lib/typescript/src/hooks/useSkeletonItems.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useThemeColors.d.ts +27 -0
- package/lib/typescript/src/hooks/useThemeColors.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -1
- package/lib/typescript/src/theme/hook/useThemeStatusBar.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/package.json +6 -3
- package/src/Styles/globalStyles.ts +0 -5
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +288 -212
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +11 -4
- package/src/components/Auth/Login/LoginWithEmail.tsx +266 -238
- package/src/components/Auth/Login/LoginWithPhone.tsx +18 -6
- package/src/components/Auth/OTP/OTP.tsx +21 -5
- package/src/components/Auth/QrLogin/QrLogin.tsx +477 -177
- package/src/components/Auth/QrLogin/components/QrViewArea.tsx +349 -139
- package/src/components/Auth/SignUp/SignUp.tsx +312 -293
- package/src/components/Auth/SplashScreen/SplashScreen.tsx +186 -131
- package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +32 -15
- package/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.tsx +11 -5
- package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +34 -18
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +43 -37
- package/src/components/BlogView/BlogView.tsx +66 -30
- package/src/components/Button/BackBtn.tsx +64 -34
- package/src/components/Button/PrimaryBtn.tsx +42 -25
- package/src/components/Button/SecondaryBtn.tsx +41 -25
- package/src/components/Button/TextButton.tsx +54 -32
- package/src/components/Content/Card/Category/Category.tsx +189 -64
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +281 -136
- package/src/components/Content/Card/Sliders/Styles/One.tsx +270 -158
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +239 -90
- package/src/components/Content/Card/Styles/Five.tsx +161 -62
- package/src/components/Content/Card/Styles/Four.tsx +164 -85
- package/src/components/Content/Card/Styles/One.tsx +161 -71
- package/src/components/Content/Card/Styles/RotateInOut.tsx +162 -67
- package/src/components/Content/Card/Styles/Six.tsx +242 -142
- package/src/components/Content/Card/Styles/Three.tsx +166 -133
- package/src/components/Content/Card/Styles/TopTen.tsx +230 -191
- package/src/components/Content/Card/Styles/Two.tsx +182 -79
- package/src/components/Content/Card/components/AdsPoster.tsx +202 -0
- package/src/components/Content/Card/components/CardPoster.tsx +166 -105
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +58 -38
- package/src/components/Content/Card/components/ThumbnailCard.tsx +122 -47
- package/src/components/Content/Card/components/index.ts +1 -0
- package/src/components/Content/Content.tsx +211 -106
- package/src/components/Content/Sections.tsx +148 -51
- package/src/components/ContentView/ContentView.tsx +194 -128
- package/src/components/ContentView/MoreContentList.tsx +215 -151
- package/src/components/ContentView/components/AboutSection.tsx +132 -93
- package/src/components/ContentView/components/CastCard.tsx +148 -138
- package/src/components/ContentView/components/EpisodeCard.tsx +160 -155
- package/src/components/ContentView/components/GenreTags.tsx +68 -53
- package/src/components/ContentView/components/HeroBanner.tsx +326 -284
- package/src/components/ContentView/components/MiniInfo.tsx +181 -159
- package/src/components/ContentView/components/PlayButton.tsx +27 -16
- package/src/components/ContentView/components/Title.tsx +89 -72
- package/src/components/ContentView/components/TrailerButton.tsx +35 -22
- package/src/components/Fallbacks/NoContentFallback.tsx +107 -103
- package/src/components/Fallbacks/NotFoundFallback.tsx +12 -4
- package/src/components/Headers/AppHeader.tsx +42 -26
- package/src/components/Headers/Three.tsx +12 -8
- package/src/components/Headers/Two.tsx +31 -10
- package/src/components/Input/InputOne.tsx +136 -108
- package/src/components/Loader/Loader.tsx +2 -2
- package/src/components/Logo/Logo.tsx +43 -27
- package/src/components/Search/One.tsx +2 -4
- package/src/components/Search/components/SearchCard.tsx +19 -13
- package/src/components/Settings/AppSettings.tsx +217 -128
- package/src/components/Subscription/SubOne.tsx +394 -317
- package/src/components/Text/Text.tsx +33 -22
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +129 -102
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +36 -17
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +194 -140
- package/src/components/User/WatchHistory/WatchHistory.tsx +63 -36
- package/src/components/User/WatchLater/WatchLater.tsx +119 -81
- package/src/components/User/components/UserAvatar.tsx +49 -15
- package/src/components/User/components/UserSection.tsx +71 -37
- package/src/components/View/View.tsx +10 -2
- package/src/components/index.ts +0 -1
- package/src/constants/dummySections.ts +48 -1
- 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 +17 -0
- package/src/hooks/useAdTracking.ts +349 -0
- package/src/hooks/useCards.ts +228 -0
- package/src/hooks/useDebounce.ts +25 -6
- package/src/hooks/useKeyboard.ts +12 -5
- package/src/hooks/useNavigationMode.ts +16 -5
- package/src/hooks/usePaginatedSection.ts +27 -8
- package/src/hooks/usePrevious.ts +28 -0
- package/src/hooks/useSafeCallback.ts +43 -0
- package/src/hooks/useSkeletonItems.ts +30 -0
- package/src/hooks/useSplashCache.ts +2 -1
- package/src/hooks/useThemeColors.ts +51 -0
- package/src/theme/ThemeProvider.tsx +25 -9
- package/src/theme/hook/useInternalTheme.ts +19 -13
- package/src/theme/hook/useThemeStatusBar.ts +14 -5
- package/src/types/sections/index.ts +7 -4
|
@@ -6,7 +6,7 @@ declare const Cards: {
|
|
|
6
6
|
type: import("../../..").IGetSectionData["type"];
|
|
7
7
|
data: import("../../..").ISectionContent | null;
|
|
8
8
|
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
9
|
-
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
9
|
+
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData | import("../../..").IAdItem) => void;
|
|
10
10
|
onPressMore?: (params: {
|
|
11
11
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
12
12
|
name: import("../../..").IGetSectionData["name"];
|
|
@@ -22,9 +22,21 @@ declare const Cards: {
|
|
|
22
22
|
skeletonCount?: number;
|
|
23
23
|
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
24
24
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
25
|
+
paginationSkeletonCount?: number;
|
|
25
26
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
26
27
|
isLoading?: boolean;
|
|
27
28
|
theme?: import("../../..").ThemeOverride;
|
|
29
|
+
onDisplayAds?: (ad: import("@zezosoft/zezo-ott-api-client").IServeAd) => void;
|
|
30
|
+
screenDimensions?: {
|
|
31
|
+
width: number;
|
|
32
|
+
height: number;
|
|
33
|
+
};
|
|
34
|
+
viewportOffsets?: {
|
|
35
|
+
top: number;
|
|
36
|
+
bottom: number;
|
|
37
|
+
left: number;
|
|
38
|
+
right: number;
|
|
39
|
+
};
|
|
28
40
|
} & import("react-native").AccessibilityProps>;
|
|
29
41
|
Two: import("react").NamedExoticComponent<{
|
|
30
42
|
title: string;
|
|
@@ -45,11 +57,23 @@ declare const Cards: {
|
|
|
45
57
|
itemWidth?: number;
|
|
46
58
|
borderRadius?: number;
|
|
47
59
|
skeletonCount?: number;
|
|
60
|
+
paginationSkeletonCount?: number;
|
|
48
61
|
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
49
62
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
50
63
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
51
64
|
isLoading?: boolean;
|
|
52
65
|
theme?: import("../../..").ThemeOverride;
|
|
66
|
+
onDisplayAds?: (ad: import("@zezosoft/zezo-ott-api-client").IServeAd) => void;
|
|
67
|
+
screenDimensions?: {
|
|
68
|
+
width: number;
|
|
69
|
+
height: number;
|
|
70
|
+
};
|
|
71
|
+
viewportOffsets?: {
|
|
72
|
+
top: number;
|
|
73
|
+
bottom: number;
|
|
74
|
+
left: number;
|
|
75
|
+
right: number;
|
|
76
|
+
};
|
|
53
77
|
} & import("react-native").AccessibilityProps>;
|
|
54
78
|
Three: import("react").NamedExoticComponent<{
|
|
55
79
|
title: string;
|
|
@@ -63,19 +87,27 @@ declare const Cards: {
|
|
|
63
87
|
name: import("../../..").IGetSectionData["name"];
|
|
64
88
|
type: import("../../..").IGetSectionData["type"];
|
|
65
89
|
}) => void;
|
|
66
|
-
renderItemImage?: (params: {
|
|
67
|
-
item: import("@zezosoft/zezo-ott-api-client").IContentData;
|
|
68
|
-
index: number;
|
|
69
|
-
}) => React.ReactNode;
|
|
70
90
|
itemWidth?: number;
|
|
71
91
|
itemHeight?: number;
|
|
72
92
|
borderRadius?: number;
|
|
73
93
|
skeletonCount?: number;
|
|
74
94
|
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
75
95
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
96
|
+
paginationSkeletonCount?: number;
|
|
76
97
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
77
98
|
isLoading?: boolean;
|
|
78
99
|
theme?: import("../../..").ThemeOverride;
|
|
100
|
+
onDisplayAds?: (ad: import("@zezosoft/zezo-ott-api-client").IServeAd) => void;
|
|
101
|
+
screenDimensions?: {
|
|
102
|
+
width: number;
|
|
103
|
+
height: number;
|
|
104
|
+
};
|
|
105
|
+
viewportOffsets?: {
|
|
106
|
+
top: number;
|
|
107
|
+
bottom: number;
|
|
108
|
+
left: number;
|
|
109
|
+
right: number;
|
|
110
|
+
};
|
|
79
111
|
}>;
|
|
80
112
|
Four: import("react").NamedExoticComponent<{
|
|
81
113
|
title: string;
|
|
@@ -99,9 +131,21 @@ declare const Cards: {
|
|
|
99
131
|
skeletonCount?: number;
|
|
100
132
|
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
101
133
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
134
|
+
paginationSkeletonCount?: number;
|
|
102
135
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
103
136
|
isLoading?: boolean;
|
|
104
137
|
theme?: import("../../..").ThemeOverride;
|
|
138
|
+
onDisplayAds?: (ad: import("@zezosoft/zezo-ott-api-client").IServeAd) => void;
|
|
139
|
+
screenDimensions?: {
|
|
140
|
+
width: number;
|
|
141
|
+
height: number;
|
|
142
|
+
};
|
|
143
|
+
viewportOffsets?: {
|
|
144
|
+
top: number;
|
|
145
|
+
bottom: number;
|
|
146
|
+
left: number;
|
|
147
|
+
right: number;
|
|
148
|
+
};
|
|
105
149
|
} & import("react-native").AccessibilityProps>;
|
|
106
150
|
Five: import("react").NamedExoticComponent<{
|
|
107
151
|
theme?: import("../../..").ThemeOverride;
|
|
@@ -123,10 +167,22 @@ declare const Cards: {
|
|
|
123
167
|
itemWidth?: number;
|
|
124
168
|
borderRadius?: number;
|
|
125
169
|
skeletonCount?: number;
|
|
170
|
+
paginationSkeletonCount?: number;
|
|
126
171
|
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
127
172
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
128
173
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
129
174
|
isLoading?: boolean;
|
|
175
|
+
onDisplayAds?: (ad: import("@zezosoft/zezo-ott-api-client").IServeAd) => void;
|
|
176
|
+
screenDimensions?: {
|
|
177
|
+
width: number;
|
|
178
|
+
height: number;
|
|
179
|
+
};
|
|
180
|
+
viewportOffsets?: {
|
|
181
|
+
top: number;
|
|
182
|
+
bottom: number;
|
|
183
|
+
left: number;
|
|
184
|
+
right: number;
|
|
185
|
+
};
|
|
130
186
|
} & import("react-native").AccessibilityProps>;
|
|
131
187
|
Six: import("react").NamedExoticComponent<{
|
|
132
188
|
theme?: import("../../..").ThemeOverride;
|
|
@@ -144,6 +200,7 @@ declare const Cards: {
|
|
|
144
200
|
itemWidth?: number;
|
|
145
201
|
borderRadius?: number;
|
|
146
202
|
skeletonCount?: number;
|
|
203
|
+
paginationSkeletonCount?: number;
|
|
147
204
|
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
148
205
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
149
206
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
@@ -165,6 +222,7 @@ declare const Cards: {
|
|
|
165
222
|
itemHeight?: number;
|
|
166
223
|
borderRadius?: number;
|
|
167
224
|
skeletonCount?: number;
|
|
225
|
+
paginationSkeletonCount?: number;
|
|
168
226
|
containerStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
169
227
|
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
170
228
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
@@ -175,8 +233,9 @@ declare const Cards: {
|
|
|
175
233
|
title: string;
|
|
176
234
|
section_id: string;
|
|
177
235
|
data: import("../../..").ISectionContent | null;
|
|
178
|
-
type: import("../../..").IGetSectionData["type"];
|
|
179
236
|
moreFetchData?: import("../../..").MoreFetchData<import("@zezosoft/zezo-ott-api-client").IContentData>;
|
|
237
|
+
type: import("../../..").IGetSectionData["type"];
|
|
238
|
+
paginationSkeletonCount?: number;
|
|
180
239
|
onPressItem?: (item: import("@zezosoft/zezo-ott-api-client").IContentData) => void;
|
|
181
240
|
onPressMore?: (params: {
|
|
182
241
|
section_id: import("../../..").IGetSectionData["_id"];
|
|
@@ -196,6 +255,17 @@ declare const Cards: {
|
|
|
196
255
|
itemStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
197
256
|
isLoading?: boolean;
|
|
198
257
|
theme?: import("../../..").ThemeOverride;
|
|
258
|
+
onDisplayAds?: (ad: any) => void;
|
|
259
|
+
screenDimensions?: {
|
|
260
|
+
width: number;
|
|
261
|
+
height: number;
|
|
262
|
+
};
|
|
263
|
+
viewportOffsets?: {
|
|
264
|
+
top: number;
|
|
265
|
+
bottom: number;
|
|
266
|
+
left: number;
|
|
267
|
+
right: number;
|
|
268
|
+
};
|
|
199
269
|
}>;
|
|
200
270
|
NowWatching: import("react").NamedExoticComponent<{
|
|
201
271
|
section_id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Content/Card/index.ts"],"names":[],"mappings":"AAcA,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Content/Card/index.ts"],"names":[],"mappings":"AAcA,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAaV,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import { type NativeScrollEvent, type NativeSyntheticEvent, type StyleProp, type ViewStyle } from 'react-native';
|
|
7
7
|
import { type AnimatedStyle, type SharedValue } from 'react-native-reanimated';
|
|
8
|
-
import type { IGetSectionData, MoreFetchData } from '../../types';
|
|
8
|
+
import type { IAdItem, IGetSectionData, MoreFetchData } from '../../types';
|
|
9
9
|
import { type ICategory } from './Card/Category/Category';
|
|
10
10
|
import type { IHistoryItem } from './Card/NowWatching/NowWatching';
|
|
11
11
|
import type { ThemeOverride } from '../../theme/themes';
|
|
12
12
|
import { type NoContentFallbackProps } from '../Fallbacks';
|
|
13
|
-
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
13
|
+
import type { IContentData, IServeAd } from '@zezosoft/zezo-ott-api-client';
|
|
14
14
|
export interface ICustomComponentsForContent {
|
|
15
15
|
type: string;
|
|
16
16
|
component: React.ReactElement;
|
|
@@ -37,7 +37,7 @@ export interface IContentProps {
|
|
|
37
37
|
theme?: ThemeOverride;
|
|
38
38
|
autoSwitchTheme?: boolean;
|
|
39
39
|
events?: {
|
|
40
|
-
onPressItem?: (item: IContentData) => void;
|
|
40
|
+
onPressItem?: (item: IContentData | IAdItem) => void;
|
|
41
41
|
onPressMore?: (params: {
|
|
42
42
|
section_id: IGetSectionData['_id'];
|
|
43
43
|
name: IGetSectionData['name'];
|
|
@@ -45,6 +45,7 @@ export interface IContentProps {
|
|
|
45
45
|
}) => void;
|
|
46
46
|
activeCategory?: ICategory;
|
|
47
47
|
onPressCategory?: (category: ICategory) => void;
|
|
48
|
+
onDisplayAds?: (ad: IServeAd) => void;
|
|
48
49
|
};
|
|
49
50
|
sectionProps?: {
|
|
50
51
|
showPlayBtn?: boolean;
|
|
@@ -55,6 +56,8 @@ export interface IContentProps {
|
|
|
55
56
|
noContentFallbackProps?: NoContentFallbackProps;
|
|
56
57
|
}
|
|
57
58
|
export declare const Content: React.FC<IContentProps>;
|
|
59
|
+
declare const _default: React.NamedExoticComponent<IContentProps>;
|
|
60
|
+
export default _default;
|
|
58
61
|
export declare namespace Content {
|
|
59
62
|
type Props = IContentProps;
|
|
60
63
|
type Data = Props['contentData'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Content.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,
|
|
1
|
+
{"version":3,"file":"Content.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Content.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAKL,KAAK,iBAAiB,EACtB,KAAK,oBAAoB,EACzB,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAEtB,OAAiB,EACf,KAAK,aAAa,EAClB,KAAK,WAAW,EACjB,MAAM,yBAAyB,CAAC;AAGjC,OAAO,KAAK,EAAE,OAAO,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE3E,OAAqB,EAAE,KAAK,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAqB,KAAK,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAG9E,OAAO,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAiB5E,MAAM,WAAW,2BAA2B;IAC1C,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC;CAC/B;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AACF,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE;QACX,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;QACvB,WAAW,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;QACtC,WAAW,CAAC,EAAE,YAAY,EAAE,CAAC;KAC9B,CAAC;IACF,gBAAgB,CAAC,EAAE,2BAA2B,EAAE,CAAC;IACjD,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACjC,6BAA6B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChD,QAAQ,CAAC,EACL,CAAC,CAAC,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC,GAC1D,WAAW,CACT,CAAC,CAAC,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC,GAAG,SAAS,CACvE,CAAC;IACN,qBAAqB,CAAC,EAClB,SAAS,CAAC,SAAS,CAAC,GACpB,aAAa,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IACxC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,MAAM,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,KAAK,IAAI,CAAC;QACrD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE;YACrB,UAAU,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;YACnC,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;YAC9B,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;SAC/B,KAAK,IAAI,CAAC;QACX,cAAc,CAAC,EAAE,SAAS,CAAC;QAC3B,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,SAAS,KAAK,IAAI,CAAC;QAChD,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,QAAQ,KAAK,IAAI,CAAC;KACvC,CAAC;IAEF,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,aAAa,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5C,oBAAoB,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IACnD,SAAS,CAAC,EAAE,eAAe,CAAC;IAE5B,sBAAsB,CAAC,EAAE,sBAAsB,CAAC;CACjD;AAqED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAiM3C,CAAC;;AAEF,wBAAmC;AAEnC,yBAAiB,OAAO,CAAC;IACvB,KAAY,KAAK,GAAG,aAAa,CAAC;IAClC,KAAY,IAAI,GAAG,KAAK,CAAC,aAAa,CAAC,CAAC;CACzC"}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
|
-
* @lastModified Sun 08 Jun 2025
|
|
3
|
+
* @lastModified Sun 08 Jun 2025
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import type { IGetSectionData, MoreFetchData } from '../../types';
|
|
6
|
+
import type { IGetSectionData, MoreFetchData, IAdItem } from '../../types';
|
|
7
7
|
import type { IHistoryItem } from './Card/NowWatching/NowWatching';
|
|
8
8
|
import type { ICategory } from './Card/Category/Category';
|
|
9
9
|
import type { ThemeOverride } from '../../theme/themes';
|
|
10
10
|
import type { IContentLoading } from './Content';
|
|
11
|
-
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
11
|
+
import type { IContentData, IServeAd } from '@zezosoft/zezo-ott-api-client';
|
|
12
12
|
export interface ICustomComponentsForSections {
|
|
13
13
|
type: string;
|
|
14
14
|
component: React.ReactElement;
|
|
15
15
|
}
|
|
16
16
|
export interface IProps {
|
|
17
17
|
type: IGetSectionData['type'];
|
|
18
|
+
ads?: IServeAd[];
|
|
18
19
|
data: {
|
|
19
20
|
sectionData: IGetSectionData['content'] | null;
|
|
20
21
|
historyData?: IHistoryItem[];
|
|
@@ -26,13 +27,15 @@ export interface IProps {
|
|
|
26
27
|
index: number;
|
|
27
28
|
section_id: string;
|
|
28
29
|
events?: {
|
|
29
|
-
onPressItem?: (item: IContentData) => void;
|
|
30
|
+
onPressItem?: (item: IContentData | IAdItem) => void;
|
|
30
31
|
onPressMore?: (params: {
|
|
31
|
-
section_id:
|
|
32
|
-
name:
|
|
32
|
+
section_id: string;
|
|
33
|
+
name: string;
|
|
33
34
|
type: IGetSectionData['type'];
|
|
34
35
|
}) => void;
|
|
35
36
|
onPressCategory?: (category: ICategory) => void;
|
|
37
|
+
onAdVisible?: (ad: IServeAd, percent: number) => void;
|
|
38
|
+
onDisplayAds?: (ad: IServeAd) => void;
|
|
36
39
|
};
|
|
37
40
|
sectionProps?: {
|
|
38
41
|
showPlayBtn?: boolean;
|
|
@@ -40,7 +43,18 @@ export interface IProps {
|
|
|
40
43
|
isLoading?: IContentLoading;
|
|
41
44
|
moreFetchData?: MoreFetchData<IContentData>;
|
|
42
45
|
moreFetchDataHistory?: MoreFetchData<IHistoryItem>;
|
|
46
|
+
onDisplayAds?: (ad: IServeAd) => void;
|
|
47
|
+
screenDimensions?: {
|
|
48
|
+
width: number;
|
|
49
|
+
height: number;
|
|
50
|
+
};
|
|
51
|
+
viewportOffsets?: {
|
|
52
|
+
top: number;
|
|
53
|
+
bottom: number;
|
|
54
|
+
left: number;
|
|
55
|
+
right: number;
|
|
56
|
+
};
|
|
43
57
|
}
|
|
44
|
-
declare const
|
|
45
|
-
export default
|
|
58
|
+
declare const _default: React.NamedExoticComponent<IProps>;
|
|
59
|
+
export default _default;
|
|
46
60
|
//# sourceMappingURL=Sections.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sections.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Sections.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,
|
|
1
|
+
{"version":3,"file":"Sections.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Sections.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAGvC,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AACjD,OAAO,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAE5E,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,KAAK,CAAC,YAAY,CAAC;CAC/B;AAED,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;IAC9B,GAAG,CAAC,EAAE,QAAQ,EAAE,CAAC;IACjB,IAAI,EAAE;QACJ,WAAW,EAAE,eAAe,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;QAC/C,WAAW,CAAC,EAAE,YAAY,EAAE,CAAC;QAC7B,QAAQ,CAAC,EAAE,SAAS,EAAE,CAAC;KACxB,CAAC;IACF,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,CAAC,EAAE,4BAA4B,EAAE,CAAC;IAClD,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,KAAK,IAAI,CAAC;QACrD,WAAW,CAAC,EAAE,CAAC,MAAM,EAAE;YACrB,UAAU,EAAE,MAAM,CAAC;YACnB,IAAI,EAAE,MAAM,CAAC;YACb,IAAI,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC;SAC/B,KAAK,IAAI,CAAC;QACX,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,SAAS,KAAK,IAAI,CAAC;QAChD,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;QACtD,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,QAAQ,KAAK,IAAI,CAAC;KACvC,CAAC;IACF,YAAY,CAAC,EAAE;QACb,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,aAAa,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IAC5C,oBAAoB,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IACnD,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,QAAQ,KAAK,IAAI,CAAC;IACtC,gBAAgB,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IACrD,eAAe,CAAC,EAAE;QAChB,GAAG,EAAE,MAAM,CAAC;QACZ,MAAM,EAAE,MAAM,CAAC;QACf,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;;AAuND,wBAAoC"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Tue 01 Jul 2025 at 02:28 PM
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
1
6
|
import type { ComponentProps } from '../../types/content/content-view.types';
|
|
2
|
-
export declare const ContentView: ({ content, seasons, isLoading, seasonsIsLoading, theme, text, recommendedContent, events, heroBannerProps, titleStyles, genreTagsStyles, aboutSectionStyles, castStyles, recommendedContentCardStyles, history, episodeCardMode, pricingAndExpiryInfo, }: ComponentProps) => import("react/jsx-runtime").JSX.Element
|
|
7
|
+
export declare const ContentView: React.MemoExoticComponent<({ content, seasons, isLoading, seasonsIsLoading, theme, text, recommendedContent, events, heroBannerProps, titleStyles, genreTagsStyles, aboutSectionStyles, castStyles, recommendedContentCardStyles, history, episodeCardMode, pricingAndExpiryInfo, }: ComponentProps) => import("react/jsx-runtime").JSX.Element>;
|
|
3
8
|
export declare namespace ContentView {
|
|
4
9
|
type Props = ComponentProps;
|
|
5
10
|
type RecommendedContent = Props['recommendedContent'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentView.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/ContentView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContentView.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/ContentView.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAWpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wCAAwC,CAAC;AAI7E,eAAO,MAAM,WAAW,uRAmBnB,cAAc,6CA2LlB,CAAC;AAQF,yBAAiB,WAAW,CAAC;IAC3B,KAAY,KAAK,GAAG,cAAc,CAAC;IACnC,KAAY,kBAAkB,GAAG,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAC7D,KAAY,eAAe,GAAG,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvD,KAAY,UAAU,GAAG,WAAW,CAClC,WAAW,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC,aAAa,CAAC,CAC9D,CAAC,MAAM,CAAC,CAAC;IACV,KAAY,OAAO,GAAG,WAAW,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC,CAAC;CAC9D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MoreContentList.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/MoreContentList.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"MoreContentList.d.ts","sourceRoot":"","sources":["../../../../../src/components/ContentView/MoreContentList.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAuC,MAAM,OAAO,CAAC;AAa5D,OAAkB,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAGtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,UAAU,KAAK;IACb,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,WAAW,EAAE,YAAY,EAAE,CAAC;IAC5B,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAC3C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAClC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAMD,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAwOpC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
3
|
* @lastModified Tue 01 Jul 2025 at 02:28 PM
|
|
4
4
|
*/
|
|
5
|
+
import React from 'react';
|
|
5
6
|
import { type StyleProp, type ViewStyle, type TextStyle } from 'react-native';
|
|
6
7
|
import type { ITheme } from '../../../theme/themes';
|
|
7
8
|
import type { IContentData } from '@zezosoft/zezo-ott-api-client';
|
|
@@ -21,6 +22,6 @@ type Props = {
|
|
|
21
22
|
releaseYear?: StyleProp<ViewStyle>;
|
|
22
23
|
};
|
|
23
24
|
};
|
|
24
|
-
export declare const AboutSection: ({ theme, title, release_year, description, isLoading, style, }: Props) => import("react/jsx-runtime").JSX.Element
|
|
25
|
+
export declare const AboutSection: React.MemoExoticComponent<({ theme, title, release_year, description, isLoading, style, }: Props) => import("react/jsx-runtime").JSX.Element>;
|
|
25
26
|
export {};
|
|
26
27
|
//# sourceMappingURL=AboutSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AboutSection.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/AboutSection.tsx"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"AboutSection.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/AboutSection.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAiD,MAAM,OAAO,CAAC;AAEtE,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,YAAY,CAAC,aAAa,CAAC,CAAC;IAC1C,YAAY,CAAC,EAAE,YAAY,CAAC,cAAc,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC5B,cAAc,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACtC,UAAU,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAClC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACpC,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACpC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,YAAY,6FAQpB,KAAK,6CAwIT,CAAC"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Wed 02 Jul 2025 at 09:58 PM
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
1
6
|
import { type StyleProp, type ViewStyle, type TextStyle } from 'react-native';
|
|
2
7
|
import { type ImageStyle } from 'react-native-fast-image';
|
|
3
8
|
import type { ITheme } from '../../../theme/themes';
|
|
@@ -22,6 +27,6 @@ type Props = {
|
|
|
22
27
|
onItemPress?: (cast: IContentCast) => void;
|
|
23
28
|
style?: StyleProps;
|
|
24
29
|
};
|
|
25
|
-
export declare const CastCard: ({ theme, data, isLoading, heading, onItemPress, style, }: Props) => import("react/jsx-runtime").JSX.Element | null
|
|
30
|
+
export declare const CastCard: React.MemoExoticComponent<({ theme, data, isLoading, heading, onItemPress, style, }: Props) => import("react/jsx-runtime").JSX.Element | null>;
|
|
26
31
|
export {};
|
|
27
32
|
//# sourceMappingURL=CastCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CastCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/CastCard.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CastCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/CastCard.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAEpD,OAAO,EAKL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EAEf,MAAM,cAAc,CAAC;AAEtB,OAAkB,EAAE,KAAK,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrE,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,UAAU,GAAG;IAChB,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACjC,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC/B,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACnC,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAC9B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC5B,aAAa,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACrC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IACpC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CACrC,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;IAC3C,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB,CAAC;AAKF,eAAO,MAAM,QAAQ,uFAQhB,KAAK,oDAuJT,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
3
|
* @lastModified Thu 03 Jul 2025 at 01:46 AM
|
|
4
4
|
*/
|
|
5
|
+
import React from 'react';
|
|
5
6
|
import type { ThemeOverride } from '../../../theme/themes';
|
|
6
7
|
import type { IContentSeasons } from '@zezosoft/zezo-ott-api-client';
|
|
7
8
|
interface IOnPressParams {
|
|
@@ -16,6 +17,6 @@ interface EpisodeCardProps {
|
|
|
16
17
|
isLoading?: boolean;
|
|
17
18
|
mode?: 'horizontal' | 'vertical';
|
|
18
19
|
}
|
|
19
|
-
export declare const EpisodeCard: ({ seasons, onPress, theme: themeOverride, isLoading, mode, }: EpisodeCardProps) => import("react/jsx-runtime").JSX.Element
|
|
20
|
+
export declare const EpisodeCard: React.MemoExoticComponent<({ seasons, onPress, theme: themeOverride, isLoading, mode, }: EpisodeCardProps) => import("react/jsx-runtime").JSX.Element>;
|
|
20
21
|
export {};
|
|
21
22
|
//# sourceMappingURL=EpisodeCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EpisodeCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/EpisodeCard.tsx"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"EpisodeCard.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/EpisodeCard.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA+C,MAAM,OAAO,CAAC;AAOpE,OAAO,KAAK,EAAU,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAKnE,OAAO,KAAK,EAEV,eAAe,EAChB,MAAM,+BAA+B,CAAC;AAmBvC,UAAU,cAAc;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;CACxB;AAcD,UAAU,gBAAgB;IACxB,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,OAAO,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAC;IACrC,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;CAClC;AA2MD,eAAO,MAAM,WAAW,2FAOnB,gBAAgB,6CA6LpB,CAAC"}
|
|
@@ -17,6 +17,6 @@ type Props = {
|
|
|
17
17
|
skeletonTag?: StyleProp<ViewStyle>;
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
|
-
export declare const GenreTags: ({ genres, theme, isLoading, style
|
|
20
|
+
export declare const GenreTags: React.MemoExoticComponent<({ genres, theme, isLoading, style }: Props) => React.ReactElement>;
|
|
21
21
|
export {};
|
|
22
22
|
//# sourceMappingURL=GenreTags.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GenreTags.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/GenreTags.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"GenreTags.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/GenreTags.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,YAAY,CAAC,QAAQ,CAAC,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,YAAY,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACpC,OAAO,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC/B,WAAW,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KACpC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,SAAS,kEAC0B,KAAK,KAAG,KAAK,CAAC,YAAY,CAsEzE,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
3
|
* @lastModified Wed 02 Jul 2025 at 04:50 PM
|
|
4
4
|
*/
|
|
5
|
+
import React from 'react';
|
|
5
6
|
import type { HeroBannerProps } from '../../../types/content/content-view.types';
|
|
6
|
-
export declare const HeroBanner: ({ backgroundImage, title, theme: themeOverride, isLoading, onPressPlay, onBackPress, style, renderButtons, renderSkeletons, menuActions, content_offering_type, }: HeroBannerProps) => import("react/jsx-runtime").JSX.Element
|
|
7
|
+
export declare const HeroBanner: React.MemoExoticComponent<({ backgroundImage, title, theme: themeOverride, isLoading, onPressPlay, onBackPress, style, renderButtons, renderSkeletons, menuActions, content_offering_type, }: HeroBannerProps) => import("react/jsx-runtime").JSX.Element>;
|
|
7
8
|
//# sourceMappingURL=HeroBanner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeroBanner.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/HeroBanner.tsx"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"HeroBanner.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/HeroBanner.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAoD,MAAM,OAAO,CAAC;AAWzE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAWjF,eAAO,MAAM,UAAU,gMAalB,eAAe,6CA2UnB,CAAC"}
|
|
@@ -33,6 +33,6 @@ type Props = {
|
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
export declare function formatCurrency(amount: number, currency?: string): string;
|
|
36
|
-
export declare const MiniInfo: ({ content, theme, userData, isLoading, style, labels, visible, }: Props) => React.ReactElement | null
|
|
36
|
+
export declare const MiniInfo: React.MemoExoticComponent<({ content, theme, userData, isLoading, style, labels, visible, }: Props) => React.ReactElement | null>;
|
|
37
37
|
export {};
|
|
38
38
|
//# sourceMappingURL=MiniInfo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MiniInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/MiniInfo.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"MiniInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/MiniInfo.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAG3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE;QACT,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;QAChC,gBAAgB,CAAC,EAAE,GAAG,CAAC;KACxB,CAAC;IAEF,MAAM,CAAC,EAAE;QACP,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;QAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC;IAEF,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,GAAG,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC3B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAChC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,wBAAgB,cAAc,CAC5B,MAAM,EAAE,MAAM,EACd,QAAQ,GAAE,MAAc,GACvB,MAAM,CAOR;AAED,eAAO,MAAM,QAAQ,+FAShB,KAAK,KAAG,KAAK,CAAC,YAAY,GAAG,IAAI,CAkMrC,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
3
|
* @lastModified Wed 02 Jul 2025 at 03:38 PM
|
|
4
4
|
* */
|
|
5
|
+
import React from 'react';
|
|
5
6
|
import { type GestureResponderEvent } from 'react-native';
|
|
6
7
|
interface Props {
|
|
7
8
|
onPress?: (event: GestureResponderEvent) => void;
|
|
@@ -9,6 +10,6 @@ interface Props {
|
|
|
9
10
|
color?: string;
|
|
10
11
|
backgroundColor?: string;
|
|
11
12
|
}
|
|
12
|
-
export declare const PlayButton: ({ onPress, size, color, backgroundColor, }: Props) => import("react/jsx-runtime").JSX.Element
|
|
13
|
+
export declare const PlayButton: React.MemoExoticComponent<({ onPress, size, color, backgroundColor, }: Props) => import("react/jsx-runtime").JSX.Element>;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=PlayButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/PlayButton.tsx"],"names":[],"mappings":"AAAA;;;KAGK;AAEL,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"PlayButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/PlayButton.tsx"],"names":[],"mappings":"AAAA;;;KAGK;AAEL,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,cAAc,CAAC;AAKtB,UAAU,KAAK;IACb,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,eAAO,MAAM,UAAU,yEAMlB,KAAK,6CAkBT,CAAC"}
|
|
@@ -19,6 +19,6 @@ type Props = {
|
|
|
19
19
|
rating?: StyleProp<TextStyle>;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
export declare const Title: ({ title, subtitle, rating, theme, isLoading, style, }: Props) => React.ReactElement
|
|
22
|
+
export declare const Title: React.MemoExoticComponent<({ title, subtitle, rating, theme, isLoading, style, }: Props) => React.ReactElement>;
|
|
23
23
|
export {};
|
|
24
24
|
//# sourceMappingURL=Title.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/Title.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"Title.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/Title.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAItB,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QACjC,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAC7B,QAAQ,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;QAChC,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;KAC/B,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,KAAK,oFAQb,KAAK,KAAG,KAAK,CAAC,YAAY,CAuF9B,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
3
|
* @lastModified Wed 02 Jul 2025 at 03:39 PM
|
|
4
4
|
*/
|
|
5
|
+
import React from 'react';
|
|
5
6
|
import { type GestureResponderEvent, type TextStyle, type ViewStyle } from 'react-native';
|
|
6
7
|
interface Props {
|
|
7
8
|
onPress?: (event: GestureResponderEvent) => void;
|
|
@@ -12,6 +13,6 @@ interface Props {
|
|
|
12
13
|
textStyle?: TextStyle;
|
|
13
14
|
style?: ViewStyle;
|
|
14
15
|
}
|
|
15
|
-
export declare const TrailerButton: ({ onPress, label, iconSize, color, backgroundColor, textStyle, style, }: Props) => import("react/jsx-runtime").JSX.Element
|
|
16
|
+
export declare const TrailerButton: React.MemoExoticComponent<({ onPress, label, iconSize, color, backgroundColor, textStyle, style, }: Props) => import("react/jsx-runtime").JSX.Element>;
|
|
16
17
|
export {};
|
|
17
18
|
//# sourceMappingURL=TrailerButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TrailerButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/TrailerButton.tsx"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"TrailerButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ContentView/components/TrailerButton.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,OAAO,EAGL,KAAK,qBAAqB,EAC1B,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,UAAU,KAAK;IACb,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,qBAAqB,KAAK,IAAI,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED,eAAO,MAAM,aAAa,sGASrB,KAAK,6CAuBT,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* @author Naresh Dhamu
|
|
3
3
|
* @lastModified Sat 25 Oct 2025 at 11:15 AM
|
|
4
4
|
*/
|
|
5
|
+
import React from 'react';
|
|
5
6
|
import { type StyleProp, type ViewStyle } from 'react-native';
|
|
6
7
|
import type { ThemeOverride } from '../../theme/themes';
|
|
7
8
|
export type NoContentFallbackProps = {
|
|
@@ -12,5 +13,5 @@ export type NoContentFallbackProps = {
|
|
|
12
13
|
theme?: ThemeOverride;
|
|
13
14
|
style?: StyleProp<ViewStyle>;
|
|
14
15
|
};
|
|
15
|
-
export declare const NoContentFallback: ({ message, retryText, onRetry,
|
|
16
|
+
export declare const NoContentFallback: React.MemoExoticComponent<({ message, retryText, onRetry, theme, style, isLoading, }: NoContentFallbackProps) => import("react/jsx-runtime").JSX.Element>;
|
|
16
17
|
//# sourceMappingURL=NoContentFallback.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NoContentFallback.d.ts","sourceRoot":"","sources":["../../../../../src/components/Fallbacks/NoContentFallback.tsx"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"NoContentFallback.d.ts","sourceRoot":"","sources":["../../../../../src/components/Fallbacks/NoContentFallback.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAIL,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAStB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAIxD,MAAM,MAAM,sBAAsB,GAAG;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,wFAQzB,sBAAsB,6CAyG1B,CAAC"}
|
|
@@ -14,6 +14,6 @@ interface NotFoundFallbackProps {
|
|
|
14
14
|
iconSize?: number;
|
|
15
15
|
iconColor?: string;
|
|
16
16
|
}
|
|
17
|
-
export declare const NotFoundFallback: React.
|
|
17
|
+
export declare const NotFoundFallback: React.NamedExoticComponent<NotFoundFallbackProps>;
|
|
18
18
|
export {};
|
|
19
19
|
//# sourceMappingURL=NotFoundFallback.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotFoundFallback.d.ts","sourceRoot":"","sources":["../../../../../src/components/Fallbacks/NotFoundFallback.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"NotFoundFallback.d.ts","sourceRoot":"","sources":["../../../../../src/components/Fallbacks/NotFoundFallback.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAMjD,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA+CD,eAAO,MAAM,gBAAgB,mDAAwC,CAAC"}
|
|
@@ -15,6 +15,6 @@ export type AppHeaderProps = {
|
|
|
15
15
|
titleAlign?: 'center' | 'left';
|
|
16
16
|
theme?: ThemeOverride;
|
|
17
17
|
};
|
|
18
|
-
declare const
|
|
19
|
-
export default
|
|
18
|
+
declare const _default: React.NamedExoticComponent<AppHeaderProps>;
|
|
19
|
+
export default _default;
|
|
20
20
|
//# sourceMappingURL=AppHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Headers/AppHeader.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,
|
|
1
|
+
{"version":3,"file":"AppHeader.d.ts","sourceRoot":"","sources":["../../../../../src/components/Headers/AppHeader.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,EAIL,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,SAAS,EACf,MAAM,cAAc,CAAC;AAKtB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,UAAU,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC/B,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC;;AAqFF,wBAAqC"}
|
|
@@ -10,6 +10,6 @@ export interface HeaderThreeProps {
|
|
|
10
10
|
theme?: ThemeOverride;
|
|
11
11
|
isLoading?: boolean;
|
|
12
12
|
}
|
|
13
|
-
declare const
|
|
14
|
-
export default
|
|
13
|
+
declare const _default: React.NamedExoticComponent<HeaderThreeProps>;
|
|
14
|
+
export default _default;
|
|
15
15
|
//# sourceMappingURL=Three.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Three.d.ts","sourceRoot":"","sources":["../../../../../src/components/Headers/Three.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,
|
|
1
|
+
{"version":3,"file":"Three.d.ts","sourceRoot":"","sources":["../../../../../src/components/Headers/Three.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAkB,MAAM,OAAO,CAAC;AAIvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;;AAmCD,wBAAuC"}
|