@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,235 +1,450 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import AuthOne from './One';
|
|
2
|
+
import AuthTwo from './Two';
|
|
3
|
+
import AuthProvider from './AuthProvider/AuthProvider';
|
|
4
|
+
export declare const Auth: {
|
|
5
|
+
One: {
|
|
6
|
+
LoginWithEmail: import("react").FC<{
|
|
7
|
+
title: string;
|
|
8
|
+
onSubmit?: (values: {
|
|
9
|
+
email: string;
|
|
10
|
+
password: string;
|
|
11
|
+
}) => void;
|
|
12
|
+
onSignup?: () => void;
|
|
13
|
+
onForgotPassword?: () => void;
|
|
14
|
+
onSwitchToPhoneLogin?: () => void;
|
|
15
|
+
onTopBackBtnPress?: () => void;
|
|
16
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
17
|
+
titleStyle?: import("react-native").TextStyle;
|
|
18
|
+
formStyle?: import("react-native").ViewStyle;
|
|
19
|
+
inputStyle?: import("react-native").TextStyle;
|
|
20
|
+
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
21
|
+
inputContainerStyle?: import("react-native").ViewStyle;
|
|
22
|
+
minPasswordLength?: number;
|
|
23
|
+
backgroundImage?: {
|
|
24
|
+
source?: string | null;
|
|
25
|
+
onImageError?: (error: Error) => void;
|
|
26
|
+
gradientSplitBackground?: number;
|
|
27
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
28
|
+
};
|
|
29
|
+
logoUri?: string;
|
|
30
|
+
loadingSubmitBtn?: boolean;
|
|
31
|
+
theme?: import("../..").ThemeOverride;
|
|
32
|
+
text?: {
|
|
33
|
+
emailLabel?: string;
|
|
34
|
+
emailPlaceholder?: string;
|
|
35
|
+
passwordLabel?: string;
|
|
36
|
+
passwordPlaceholder?: string;
|
|
37
|
+
forgotPassword?: string;
|
|
38
|
+
loadingSubmitBtnText?: string;
|
|
39
|
+
loginButton?: string;
|
|
40
|
+
signupPrompt?: string;
|
|
41
|
+
signupLink?: string;
|
|
42
|
+
switchToPhoneLogin?: string;
|
|
43
|
+
};
|
|
44
|
+
signupTextProps?: import("react-native").TextStyle;
|
|
45
|
+
signupLinkTextProps?: import("react-native").TextStyle;
|
|
46
|
+
renderLogo?: () => React.ReactNode;
|
|
47
|
+
renderForgotPassword?: () => React.ReactNode;
|
|
48
|
+
renderEmailHeader?: () => React.ReactNode;
|
|
49
|
+
renderSignupPrompt?: (props: {
|
|
50
|
+
onPress: () => void;
|
|
51
|
+
}) => React.ReactNode;
|
|
52
|
+
renderSubmitButton?: (props: {
|
|
53
|
+
onPress: () => void;
|
|
54
|
+
disabled: boolean;
|
|
55
|
+
loading: boolean;
|
|
56
|
+
}) => React.ReactNode;
|
|
57
|
+
renderSwitchToPhoneLogin?: (props: {
|
|
58
|
+
onPress: () => void;
|
|
59
|
+
}) => React.ReactNode;
|
|
60
|
+
renderTopBackBtn?: (props: {
|
|
61
|
+
onPress: () => void;
|
|
62
|
+
}) => React.ReactNode;
|
|
63
|
+
}>;
|
|
64
|
+
LoginWithPhone: import("react").NamedExoticComponent<{
|
|
65
|
+
title?: string;
|
|
66
|
+
onSubmit?: (values: {
|
|
67
|
+
phone: {
|
|
68
|
+
fullNumber: string;
|
|
69
|
+
countryCode: string;
|
|
70
|
+
formattedNumber: string;
|
|
71
|
+
};
|
|
72
|
+
}) => Promise<void> | void;
|
|
73
|
+
onTopBackBtnPress?: () => void;
|
|
74
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
75
|
+
titleStyle?: import("react-native").TextStyle;
|
|
76
|
+
formStyle?: import("react-native").ViewStyle;
|
|
77
|
+
inputStyle?: import("react-native").TextStyle;
|
|
78
|
+
inputContainerStyle?: import("react-native").ViewStyle;
|
|
79
|
+
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
80
|
+
backgroundImage?: {
|
|
81
|
+
source?: string | null;
|
|
82
|
+
onImageError?: (error: Error) => void;
|
|
83
|
+
gradientSplitBackground?: number;
|
|
84
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
85
|
+
};
|
|
86
|
+
loadingSubmitBtn?: boolean;
|
|
87
|
+
logoUri?: string;
|
|
88
|
+
theme?: import("../..").ThemeOverride;
|
|
89
|
+
text?: {
|
|
90
|
+
phoneLabel?: string;
|
|
91
|
+
phonePlaceholder?: string;
|
|
92
|
+
loadingSubmitBtnText?: string;
|
|
93
|
+
loginButton?: string;
|
|
94
|
+
loginWithEmailButton?: string;
|
|
95
|
+
};
|
|
96
|
+
renderLogo?: () => React.ReactNode;
|
|
97
|
+
renderPhoneHeader?: () => React.ReactNode;
|
|
98
|
+
renderSubmitButton?: (props: {
|
|
99
|
+
onPress: () => void;
|
|
100
|
+
disabled: boolean;
|
|
101
|
+
loading: boolean;
|
|
102
|
+
}) => React.ReactNode;
|
|
103
|
+
renderLoginWithEmail?: () => React.ReactNode;
|
|
104
|
+
onLoginWithEmail?: () => void;
|
|
105
|
+
renderTopBackBtn?: (props: {
|
|
106
|
+
onPress: () => void;
|
|
107
|
+
}) => React.ReactNode;
|
|
108
|
+
}>;
|
|
109
|
+
SignUp: import("react").FC<import("./One/SignUp/SignUp").SignupProps>;
|
|
110
|
+
OTP: import("react").NamedExoticComponent<{
|
|
111
|
+
title?: string;
|
|
112
|
+
onSubmit?: (values: {
|
|
113
|
+
otp: string;
|
|
114
|
+
}) => Promise<void> | void;
|
|
115
|
+
onTopBackBtnPress?: () => void;
|
|
116
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
117
|
+
titleStyle?: import("react-native").TextStyle;
|
|
118
|
+
formStyle?: import("react-native").ViewStyle;
|
|
119
|
+
backBtnStyle?: import("react-native").ViewStyle;
|
|
120
|
+
backgroundImage?: {
|
|
121
|
+
source?: string | null;
|
|
122
|
+
onImageError?: (error: Error) => void;
|
|
123
|
+
gradientSplitBackground?: number;
|
|
124
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
125
|
+
};
|
|
126
|
+
loading?: boolean;
|
|
127
|
+
logoUri?: string;
|
|
128
|
+
theme?: import("../..").ThemeOverride;
|
|
129
|
+
otpDigitCount?: number;
|
|
130
|
+
keyboardType?: import("react-native").KeyboardTypeOptions;
|
|
131
|
+
phoneNumber?: string;
|
|
132
|
+
enableAutoFill?: boolean;
|
|
133
|
+
autoSubmitOnFill?: boolean;
|
|
134
|
+
text?: {
|
|
135
|
+
otpLabel?: string;
|
|
136
|
+
otpPlaceholder?: string;
|
|
137
|
+
loadingSubmitBtnText?: string;
|
|
138
|
+
submitButton?: string;
|
|
139
|
+
otpSentText?: string;
|
|
140
|
+
resendOtpText?: string;
|
|
141
|
+
resendOtpCountdownText?: string;
|
|
142
|
+
};
|
|
143
|
+
onResendOtp?: () => void;
|
|
144
|
+
renderResendButton?: (props: {
|
|
145
|
+
onPress: () => void;
|
|
146
|
+
disabled: boolean;
|
|
147
|
+
}) => React.ReactNode;
|
|
148
|
+
resendDisabledTime?: number;
|
|
149
|
+
renderLogo?: () => React.ReactNode;
|
|
150
|
+
renderSubmitButton?: (props: {
|
|
151
|
+
onPress: () => void;
|
|
152
|
+
disabled: boolean;
|
|
153
|
+
loading: boolean;
|
|
154
|
+
}) => React.ReactNode;
|
|
155
|
+
renderBackButton?: (props: {
|
|
156
|
+
onPress: () => void;
|
|
157
|
+
}) => React.ReactNode;
|
|
158
|
+
renderOtpHeader?: () => React.ReactNode;
|
|
159
|
+
renderOtpInput?: (props: {
|
|
160
|
+
value: string;
|
|
161
|
+
onChange: (value: string) => void;
|
|
162
|
+
isFocused: boolean[];
|
|
163
|
+
}) => React.ReactNode;
|
|
164
|
+
renderPhoneText?: (phoneNumber: string) => React.ReactNode;
|
|
165
|
+
cellStyle?: import("react-native").TextStyle;
|
|
166
|
+
focusCellStyle?: import("react-native").TextStyle;
|
|
167
|
+
}>;
|
|
168
|
+
ForgotPassword: import("react").NamedExoticComponent<{
|
|
169
|
+
title?: string;
|
|
170
|
+
onSubmit?: ({ email }: {
|
|
171
|
+
email: string;
|
|
172
|
+
}) => Promise<void> | void;
|
|
173
|
+
onTopBackBtnPress?: () => void;
|
|
174
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
175
|
+
titleStyle?: import("react-native").TextStyle;
|
|
176
|
+
formStyle?: import("react-native").ViewStyle;
|
|
177
|
+
inputStyle?: import("react-native").TextStyle;
|
|
178
|
+
inputContainerStyle?: import("react-native").ViewStyle;
|
|
179
|
+
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
180
|
+
backgroundImage?: {
|
|
181
|
+
source?: string | null;
|
|
182
|
+
onImageError?: (error: Error) => void;
|
|
183
|
+
gradientSplitBackground?: number;
|
|
184
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
185
|
+
};
|
|
186
|
+
logoUri?: string;
|
|
187
|
+
theme?: import("../..").ThemeOverride;
|
|
188
|
+
loadingSubmitBtn?: boolean;
|
|
189
|
+
text?: {
|
|
190
|
+
emailLabel?: string;
|
|
191
|
+
emailPlaceholder?: string;
|
|
192
|
+
loadingSubmitBtnText?: string;
|
|
193
|
+
forgetPasswordButton?: string;
|
|
194
|
+
bottomInfoText?: string;
|
|
195
|
+
};
|
|
196
|
+
renderLogo?: () => React.ReactNode;
|
|
197
|
+
renderForgetPasswordHeader?: () => React.ReactNode;
|
|
198
|
+
renderSubmitButton?: (props: {
|
|
199
|
+
onPress: () => void;
|
|
200
|
+
disabled: boolean;
|
|
201
|
+
loading: boolean;
|
|
202
|
+
}) => React.ReactNode;
|
|
203
|
+
renderTopBackBtn?: (props: {
|
|
204
|
+
onPress: () => void;
|
|
205
|
+
}) => React.ReactNode;
|
|
206
|
+
renderBottomInfoText?: () => React.ReactNode;
|
|
207
|
+
}>;
|
|
208
|
+
SplashScreen: import("react").FC<{
|
|
209
|
+
logoUrl: string;
|
|
210
|
+
splashScreenConfig: {
|
|
211
|
+
source: string;
|
|
212
|
+
type?: "image" | "video" | "lottie-animation";
|
|
213
|
+
width: number;
|
|
214
|
+
height: number;
|
|
215
|
+
isStatic?: boolean;
|
|
216
|
+
screenTime?: number;
|
|
217
|
+
fullscreen?: boolean;
|
|
218
|
+
resizeMode?: "contain" | "cover" | "stretch" | "repeat" | "center";
|
|
219
|
+
backgroundColor?: string;
|
|
220
|
+
};
|
|
221
|
+
innerContainerStyle?: import("react-native").ViewStyle;
|
|
222
|
+
onRedirect: () => void;
|
|
223
|
+
theme?: import("../..").ThemeOverride;
|
|
224
|
+
backgroundImage?: {
|
|
225
|
+
source?: string | null;
|
|
226
|
+
onImageError?: (error: Error) => void;
|
|
227
|
+
gradientSplitBackground?: number;
|
|
228
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
229
|
+
};
|
|
230
|
+
}>;
|
|
231
|
+
QrLogin: import("react").FC<import("./One/QrLogin/QrLogin").QrLoginProps>;
|
|
232
|
+
};
|
|
233
|
+
Two: {
|
|
234
|
+
AuthHeader: import("react").NamedExoticComponent<{
|
|
235
|
+
logoUri?: string;
|
|
236
|
+
onLogoPress?: () => void;
|
|
237
|
+
rightTitle?: string;
|
|
238
|
+
onRightPress?: () => void;
|
|
239
|
+
rightComponent?: React.ReactNode;
|
|
240
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
241
|
+
theme?: import("../..").ThemeOverride;
|
|
242
|
+
headerTitle?: string;
|
|
243
|
+
}>;
|
|
244
|
+
LoginWithEmail: import("react").FC<{
|
|
245
|
+
title?: string;
|
|
246
|
+
description?: string;
|
|
247
|
+
bottomTitle?: string;
|
|
248
|
+
onSubmit?: (values: {
|
|
249
|
+
email: string;
|
|
250
|
+
password: string;
|
|
251
|
+
}) => void;
|
|
252
|
+
onSignup?: () => void;
|
|
253
|
+
onForgotPassword?: () => void;
|
|
254
|
+
onSwitchToPhoneLogin?: () => void;
|
|
255
|
+
onTopBackBtnPress?: () => void;
|
|
256
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
257
|
+
titleStyle?: import("react-native").TextStyle;
|
|
258
|
+
formStyle?: import("react-native").ViewStyle;
|
|
259
|
+
inputStyle?: import("react-native").TextStyle;
|
|
260
|
+
inputContainerStyle?: import("react-native").ViewStyle;
|
|
261
|
+
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
262
|
+
minPasswordLength?: number;
|
|
263
|
+
backgroundImage?: {
|
|
264
|
+
source?: string | null;
|
|
265
|
+
gradientSplitBackground?: number;
|
|
266
|
+
};
|
|
267
|
+
logoUri?: string;
|
|
268
|
+
loadingSubmitBtn?: boolean;
|
|
269
|
+
theme?: import("../..").ThemeOverride;
|
|
270
|
+
text?: {
|
|
271
|
+
emailLabel?: string;
|
|
272
|
+
emailPlaceholder?: string;
|
|
273
|
+
passwordLabel?: string;
|
|
274
|
+
passwordPlaceholder?: string;
|
|
275
|
+
forgotPassword?: string;
|
|
276
|
+
loadingSubmitBtnText?: string;
|
|
277
|
+
loginButton?: string;
|
|
278
|
+
signupPrompt?: string;
|
|
279
|
+
signupLink?: string;
|
|
280
|
+
switchToPhoneLogin?: string;
|
|
281
|
+
};
|
|
282
|
+
signupTextProps?: import("react-native").TextStyle;
|
|
283
|
+
signupLinkTextProps?: import("react-native").TextStyle;
|
|
284
|
+
}>;
|
|
285
|
+
LoginWithPhone: import("react").NamedExoticComponent<{
|
|
286
|
+
title?: string;
|
|
287
|
+
description?: string;
|
|
288
|
+
bottomTitle?: string;
|
|
289
|
+
onSubmit?: (values: {
|
|
290
|
+
phone: {
|
|
291
|
+
fullNumber: string;
|
|
292
|
+
countryCode: string;
|
|
293
|
+
formattedNumber: string;
|
|
294
|
+
};
|
|
295
|
+
}) => Promise<void> | void;
|
|
296
|
+
onLoginWithEmail?: () => void;
|
|
297
|
+
onSignup?: () => void;
|
|
298
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
299
|
+
formStyle?: import("react-native").ViewStyle;
|
|
300
|
+
inputStyle?: import("react-native").TextStyle;
|
|
301
|
+
inputContainerStyle?: import("react-native").ViewStyle;
|
|
302
|
+
backgroundImage?: {
|
|
303
|
+
source?: string | null;
|
|
304
|
+
gradientSplitBackground?: number;
|
|
305
|
+
};
|
|
306
|
+
loadingSubmitBtn?: boolean;
|
|
307
|
+
logoUri?: string;
|
|
308
|
+
theme?: import("../..").ThemeOverride;
|
|
309
|
+
}>;
|
|
310
|
+
SignUp: import("react").FC<import("./Two/SignUp/SignUp").SignupProps>;
|
|
311
|
+
OTP: import("react").NamedExoticComponent<{
|
|
312
|
+
title?: string;
|
|
313
|
+
countryCode?: string;
|
|
314
|
+
onSubmit?: (values: {
|
|
315
|
+
otp: string;
|
|
316
|
+
}) => Promise<void> | void;
|
|
317
|
+
onTopBackBtnPress?: () => void;
|
|
318
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
319
|
+
titleStyle?: import("react-native").TextStyle;
|
|
320
|
+
formStyle?: import("react-native").ViewStyle;
|
|
321
|
+
backBtnStyle?: import("react-native").ViewStyle;
|
|
322
|
+
backgroundImage?: {
|
|
323
|
+
source?: string | null;
|
|
324
|
+
onImageError?: (error: Error) => void;
|
|
325
|
+
gradientSplitBackground?: number;
|
|
326
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
327
|
+
};
|
|
328
|
+
loading?: boolean;
|
|
329
|
+
theme?: import("../..").ThemeOverride;
|
|
330
|
+
otpDigitCount?: number;
|
|
331
|
+
keyboardType?: import("react-native").KeyboardTypeOptions;
|
|
332
|
+
phoneNumber?: string;
|
|
333
|
+
enableAutoFill?: boolean;
|
|
334
|
+
autoSubmitOnFill?: boolean;
|
|
335
|
+
text?: {
|
|
336
|
+
otpLabel?: string;
|
|
337
|
+
otpPlaceholder?: string;
|
|
338
|
+
loadingSubmitBtnText?: string;
|
|
339
|
+
submitButton?: string;
|
|
340
|
+
otpSentText?: string;
|
|
341
|
+
resendOtpText?: string;
|
|
342
|
+
resendOtpCountdownText?: string;
|
|
343
|
+
};
|
|
344
|
+
onResendOtp?: () => void;
|
|
345
|
+
renderResendButton?: (props: {
|
|
346
|
+
onPress: () => void;
|
|
347
|
+
disabled: boolean;
|
|
348
|
+
}) => React.ReactNode;
|
|
349
|
+
resendDisabledTime?: number;
|
|
350
|
+
renderSubmitButton?: (props: {
|
|
351
|
+
onPress: () => void;
|
|
352
|
+
disabled: boolean;
|
|
353
|
+
loading: boolean;
|
|
354
|
+
}) => React.ReactNode;
|
|
355
|
+
renderBackButton?: (props: {
|
|
356
|
+
onPress: () => void;
|
|
357
|
+
}) => React.ReactNode;
|
|
358
|
+
renderOtpHeader?: () => React.ReactNode;
|
|
359
|
+
renderOtpInput?: (props: {
|
|
360
|
+
value: string;
|
|
361
|
+
onChange: (value: string) => void;
|
|
362
|
+
isFocused: boolean[];
|
|
363
|
+
}) => React.ReactNode;
|
|
364
|
+
renderPhoneText?: (phoneNumber: string) => React.ReactNode;
|
|
365
|
+
cellStyle?: import("react-native").TextStyle;
|
|
366
|
+
focusCellStyle?: import("react-native").TextStyle;
|
|
367
|
+
}>;
|
|
368
|
+
ForgotPassword: import("react").NamedExoticComponent<{
|
|
369
|
+
title?: string;
|
|
370
|
+
subtitle?: string;
|
|
371
|
+
onSubmit?: ({ email }: {
|
|
372
|
+
email: string;
|
|
373
|
+
}) => Promise<void> | void;
|
|
374
|
+
onTopBackBtnPress?: () => void;
|
|
375
|
+
containerStyle?: import("react-native").ViewStyle;
|
|
376
|
+
titleStyle?: import("react-native").TextStyle;
|
|
377
|
+
subtitleStyle?: import("react-native").TextStyle;
|
|
378
|
+
formStyle?: import("react-native").ViewStyle;
|
|
379
|
+
inputStyle?: import("react-native").TextStyle;
|
|
380
|
+
inputContainerStyle?: import("react-native").ViewStyle;
|
|
381
|
+
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
382
|
+
backgroundImage?: {
|
|
383
|
+
source?: string | null;
|
|
384
|
+
onImageError?: (error: Error) => void;
|
|
385
|
+
gradientSplitBackground?: number;
|
|
386
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
387
|
+
};
|
|
388
|
+
logoUri?: string;
|
|
389
|
+
theme?: import("../..").ThemeOverride;
|
|
390
|
+
loadingSubmitBtn?: boolean;
|
|
391
|
+
text?: {
|
|
392
|
+
emailLabel?: string;
|
|
393
|
+
emailPlaceholder?: string;
|
|
394
|
+
loadingSubmitBtnText?: string;
|
|
395
|
+
forgetPasswordButton?: string;
|
|
396
|
+
bottomInfoText?: string;
|
|
397
|
+
};
|
|
398
|
+
renderLogo?: () => React.ReactNode;
|
|
399
|
+
renderForgetPasswordHeader?: () => React.ReactNode;
|
|
400
|
+
renderSubmitButton?: (props: {
|
|
401
|
+
onPress: () => void;
|
|
402
|
+
disabled: boolean;
|
|
403
|
+
loading: boolean;
|
|
404
|
+
}) => React.ReactNode;
|
|
405
|
+
renderTopBackBtn?: (props: {
|
|
406
|
+
onPress: () => void;
|
|
407
|
+
}) => React.ReactNode;
|
|
408
|
+
renderBottomInfoText?: () => React.ReactNode;
|
|
409
|
+
}>;
|
|
410
|
+
SplashScreen: import("react").FC<{
|
|
411
|
+
logoUrl: string;
|
|
412
|
+
splashScreenConfig: {
|
|
413
|
+
source: string;
|
|
414
|
+
type?: "image" | "video" | "lottie-animation";
|
|
415
|
+
width: number;
|
|
416
|
+
height: number;
|
|
417
|
+
isStatic?: boolean;
|
|
418
|
+
screenTime?: number;
|
|
419
|
+
fullscreen?: boolean;
|
|
420
|
+
resizeMode?: "contain" | "cover" | "stretch" | "repeat" | "center";
|
|
421
|
+
backgroundColor?: string;
|
|
422
|
+
};
|
|
423
|
+
innerContainerStyle?: import("react-native").ViewStyle;
|
|
424
|
+
onRedirect: () => void;
|
|
425
|
+
theme?: import("../..").ThemeOverride;
|
|
426
|
+
backgroundImage?: {
|
|
427
|
+
source?: string | null;
|
|
428
|
+
onImageError?: (error: Error) => void;
|
|
429
|
+
gradientSplitBackground?: number;
|
|
430
|
+
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
431
|
+
};
|
|
432
|
+
}>;
|
|
433
|
+
QrLogin: import("react").FC<import("./Two/QrLogin/QrLogin").QrLoginProps>;
|
|
434
|
+
AuthLoginShell: import("react").FC<{
|
|
435
|
+
activeTab: "phone" | "email";
|
|
436
|
+
onPhonePress?: () => void;
|
|
437
|
+
onEmailPress?: () => void;
|
|
438
|
+
onSignup?: () => void;
|
|
439
|
+
logoUri?: string;
|
|
440
|
+
title?: string;
|
|
441
|
+
description?: string;
|
|
442
|
+
bottomTitle?: string;
|
|
443
|
+
children: React.ReactNode;
|
|
444
|
+
theme?: import("../..").ThemeOverride;
|
|
445
|
+
}>;
|
|
446
|
+
};
|
|
6
447
|
AuthProvider: import("react").FC<import("./AuthProvider/AuthProvider").AuthProviderProps>;
|
|
7
|
-
LoginWithEmail: import("react").FC<{
|
|
8
|
-
title: string;
|
|
9
|
-
onSubmit?: (values: {
|
|
10
|
-
email: string;
|
|
11
|
-
password: string;
|
|
12
|
-
}) => void;
|
|
13
|
-
onSignup?: () => void;
|
|
14
|
-
onForgotPassword?: () => void;
|
|
15
|
-
onSwitchToPhoneLogin?: () => void;
|
|
16
|
-
onTopBackBtnPress?: () => void;
|
|
17
|
-
containerStyle?: import("react-native").ViewStyle;
|
|
18
|
-
titleStyle?: import("react-native").TextStyle;
|
|
19
|
-
formStyle?: import("react-native").ViewStyle;
|
|
20
|
-
inputStyle?: import("react-native").TextStyle;
|
|
21
|
-
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
22
|
-
inputContainerStyle?: import("react-native").ViewStyle;
|
|
23
|
-
minPasswordLength?: number;
|
|
24
|
-
backgroundImage?: {
|
|
25
|
-
source?: string | null;
|
|
26
|
-
onImageError?: (error: Error) => void;
|
|
27
|
-
gradientSplitBackground?: number;
|
|
28
|
-
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
29
|
-
};
|
|
30
|
-
logoUri?: string;
|
|
31
|
-
loadingSubmitBtn?: boolean;
|
|
32
|
-
theme?: import("../..").ThemeOverride;
|
|
33
|
-
text?: {
|
|
34
|
-
emailLabel?: string;
|
|
35
|
-
emailPlaceholder?: string;
|
|
36
|
-
passwordLabel?: string;
|
|
37
|
-
passwordPlaceholder?: string;
|
|
38
|
-
forgotPassword?: string;
|
|
39
|
-
loadingSubmitBtnText?: string;
|
|
40
|
-
loginButton?: string;
|
|
41
|
-
signupPrompt?: string;
|
|
42
|
-
signupLink?: string;
|
|
43
|
-
switchToPhoneLogin?: string;
|
|
44
|
-
};
|
|
45
|
-
signupTextProps?: import("react-native").TextStyle;
|
|
46
|
-
signupLinkTextProps?: import("react-native").TextStyle;
|
|
47
|
-
renderLogo?: () => React.ReactNode;
|
|
48
|
-
renderForgotPassword?: () => React.ReactNode;
|
|
49
|
-
renderEmailHeader?: () => React.ReactNode;
|
|
50
|
-
renderSignupPrompt?: (props: {
|
|
51
|
-
onPress: () => void;
|
|
52
|
-
}) => React.ReactNode;
|
|
53
|
-
renderSubmitButton?: (props: {
|
|
54
|
-
onPress: () => void;
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
loading: boolean;
|
|
57
|
-
}) => React.ReactNode;
|
|
58
|
-
renderSwitchToPhoneLogin?: (props: {
|
|
59
|
-
onPress: () => void;
|
|
60
|
-
}) => React.ReactNode;
|
|
61
|
-
renderTopBackBtn?: (props: {
|
|
62
|
-
onPress: () => void;
|
|
63
|
-
}) => React.ReactNode;
|
|
64
|
-
}>;
|
|
65
|
-
LoginWithPhone: import("react").NamedExoticComponent<{
|
|
66
|
-
title?: string;
|
|
67
|
-
onSubmit?: (values: {
|
|
68
|
-
phone: {
|
|
69
|
-
fullNumber: string;
|
|
70
|
-
countryCode: string;
|
|
71
|
-
formattedNumber: string;
|
|
72
|
-
};
|
|
73
|
-
}) => Promise<void> | void;
|
|
74
|
-
onTopBackBtnPress?: () => void;
|
|
75
|
-
containerStyle?: import("react-native").ViewStyle;
|
|
76
|
-
titleStyle?: import("react-native").TextStyle;
|
|
77
|
-
formStyle?: import("react-native").ViewStyle;
|
|
78
|
-
inputStyle?: import("react-native").TextStyle;
|
|
79
|
-
inputContainerStyle?: import("react-native").ViewStyle;
|
|
80
|
-
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
81
|
-
backgroundImage?: {
|
|
82
|
-
source?: string | null;
|
|
83
|
-
onImageError?: (error: Error) => void;
|
|
84
|
-
gradientSplitBackground?: number;
|
|
85
|
-
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
86
|
-
};
|
|
87
|
-
loadingSubmitBtn?: boolean;
|
|
88
|
-
logoUri?: string;
|
|
89
|
-
theme?: import("../..").ThemeOverride;
|
|
90
|
-
text?: {
|
|
91
|
-
phoneLabel?: string;
|
|
92
|
-
phonePlaceholder?: string;
|
|
93
|
-
loadingSubmitBtnText?: string;
|
|
94
|
-
loginButton?: string;
|
|
95
|
-
loginWithEmailButton?: string;
|
|
96
|
-
};
|
|
97
|
-
renderLogo?: () => React.ReactNode;
|
|
98
|
-
renderPhoneHeader?: () => React.ReactNode;
|
|
99
|
-
renderSubmitButton?: (props: {
|
|
100
|
-
onPress: () => void;
|
|
101
|
-
disabled: boolean;
|
|
102
|
-
loading: boolean;
|
|
103
|
-
}) => React.ReactNode;
|
|
104
|
-
renderLoginWithEmail?: () => React.ReactNode;
|
|
105
|
-
onLoginWithEmail?: () => void;
|
|
106
|
-
renderTopBackBtn?: (props: {
|
|
107
|
-
onPress: () => void;
|
|
108
|
-
}) => React.ReactNode;
|
|
109
|
-
}>;
|
|
110
|
-
SignUp: import("react").FC<import("./SignUp/SignUp").SignupProps>;
|
|
111
|
-
OTP: import("react").NamedExoticComponent<{
|
|
112
|
-
title?: string;
|
|
113
|
-
onSubmit?: (values: {
|
|
114
|
-
otp: string;
|
|
115
|
-
}) => Promise<void> | void;
|
|
116
|
-
onTopBackBtnPress?: () => void;
|
|
117
|
-
containerStyle?: import("react-native").ViewStyle;
|
|
118
|
-
titleStyle?: import("react-native").TextStyle;
|
|
119
|
-
formStyle?: import("react-native").ViewStyle;
|
|
120
|
-
backBtnStyle?: import("react-native").ViewStyle;
|
|
121
|
-
backgroundImage?: {
|
|
122
|
-
source?: string | null;
|
|
123
|
-
onImageError?: (error: Error) => void;
|
|
124
|
-
gradientSplitBackground?: number;
|
|
125
|
-
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
126
|
-
};
|
|
127
|
-
loading?: boolean;
|
|
128
|
-
logoUri?: string;
|
|
129
|
-
theme?: import("../..").ThemeOverride;
|
|
130
|
-
otpDigitCount?: number;
|
|
131
|
-
keyboardType?: import("react-native").KeyboardTypeOptions;
|
|
132
|
-
phoneNumber?: string;
|
|
133
|
-
enableAutoFill?: boolean;
|
|
134
|
-
autoSubmitOnFill?: boolean;
|
|
135
|
-
text?: {
|
|
136
|
-
otpLabel?: string;
|
|
137
|
-
otpPlaceholder?: string;
|
|
138
|
-
loadingSubmitBtnText?: string;
|
|
139
|
-
submitButton?: string;
|
|
140
|
-
otpSentText?: string;
|
|
141
|
-
resendOtpText?: string;
|
|
142
|
-
resendOtpCountdownText?: string;
|
|
143
|
-
};
|
|
144
|
-
onResendOtp?: () => void;
|
|
145
|
-
renderResendButton?: (props: {
|
|
146
|
-
onPress: () => void;
|
|
147
|
-
disabled: boolean;
|
|
148
|
-
}) => React.ReactNode;
|
|
149
|
-
resendDisabledTime?: number;
|
|
150
|
-
renderLogo?: () => React.ReactNode;
|
|
151
|
-
renderSubmitButton?: (props: {
|
|
152
|
-
onPress: () => void;
|
|
153
|
-
disabled: boolean;
|
|
154
|
-
loading: boolean;
|
|
155
|
-
}) => React.ReactNode;
|
|
156
|
-
renderBackButton?: (props: {
|
|
157
|
-
onPress: () => void;
|
|
158
|
-
}) => React.ReactNode;
|
|
159
|
-
renderOtpHeader?: () => React.ReactNode;
|
|
160
|
-
renderOtpInput?: (props: {
|
|
161
|
-
value: string;
|
|
162
|
-
onChange: (value: string) => void;
|
|
163
|
-
isFocused: boolean[];
|
|
164
|
-
}) => React.ReactNode;
|
|
165
|
-
renderPhoneText?: (phoneNumber: string) => React.ReactNode;
|
|
166
|
-
cellStyle?: import("react-native").TextStyle;
|
|
167
|
-
focusCellStyle?: import("react-native").TextStyle;
|
|
168
|
-
}>;
|
|
169
|
-
ForgotPassword: import("react").NamedExoticComponent<{
|
|
170
|
-
title?: string;
|
|
171
|
-
onSubmit?: ({ email }: {
|
|
172
|
-
email: string;
|
|
173
|
-
}) => Promise<void> | void;
|
|
174
|
-
onTopBackBtnPress?: () => void;
|
|
175
|
-
containerStyle?: import("react-native").ViewStyle;
|
|
176
|
-
titleStyle?: import("react-native").TextStyle;
|
|
177
|
-
formStyle?: import("react-native").ViewStyle;
|
|
178
|
-
inputStyle?: import("react-native").TextStyle;
|
|
179
|
-
inputContainerStyle?: import("react-native").ViewStyle;
|
|
180
|
-
topBackBtnStyle?: import("react-native").ViewStyle;
|
|
181
|
-
backgroundImage?: {
|
|
182
|
-
source?: string | null;
|
|
183
|
-
onImageError?: (error: Error) => void;
|
|
184
|
-
gradientSplitBackground?: number;
|
|
185
|
-
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
186
|
-
};
|
|
187
|
-
logoUri?: string;
|
|
188
|
-
theme?: import("../..").ThemeOverride;
|
|
189
|
-
loadingSubmitBtn?: boolean;
|
|
190
|
-
text?: {
|
|
191
|
-
emailLabel?: string;
|
|
192
|
-
emailPlaceholder?: string;
|
|
193
|
-
loadingSubmitBtnText?: string;
|
|
194
|
-
forgetPasswordButton?: string;
|
|
195
|
-
bottomInfoText?: string;
|
|
196
|
-
};
|
|
197
|
-
renderLogo?: () => React.ReactNode;
|
|
198
|
-
renderForgetPasswordHeader?: () => React.ReactNode;
|
|
199
|
-
renderSubmitButton?: (props: {
|
|
200
|
-
onPress: () => void;
|
|
201
|
-
disabled: boolean;
|
|
202
|
-
loading: boolean;
|
|
203
|
-
}) => React.ReactNode;
|
|
204
|
-
renderTopBackBtn?: (props: {
|
|
205
|
-
onPress: () => void;
|
|
206
|
-
}) => React.ReactNode;
|
|
207
|
-
renderBottomInfoText?: () => React.ReactNode;
|
|
208
|
-
}>;
|
|
209
|
-
SplashScreen: import("react").FC<{
|
|
210
|
-
logoUrl: string;
|
|
211
|
-
splashScreenConfig: {
|
|
212
|
-
source: string;
|
|
213
|
-
type?: "image" | "video" | "lottie-animation";
|
|
214
|
-
width: number;
|
|
215
|
-
height: number;
|
|
216
|
-
isStatic?: boolean;
|
|
217
|
-
screenTime?: number;
|
|
218
|
-
fullscreen?: boolean;
|
|
219
|
-
resizeMode?: "contain" | "cover" | "stretch" | "repeat" | "center";
|
|
220
|
-
backgroundColor?: string;
|
|
221
|
-
};
|
|
222
|
-
innerContainerStyle?: import("react-native").ViewStyle;
|
|
223
|
-
onRedirect: () => void;
|
|
224
|
-
theme?: import("../..").ThemeOverride;
|
|
225
|
-
backgroundImage?: {
|
|
226
|
-
source?: string | null;
|
|
227
|
-
onImageError?: (error: Error) => void;
|
|
228
|
-
gradientSplitBackground?: number;
|
|
229
|
-
resizeMode?: "cover" | "contain" | "stretch" | "repeat";
|
|
230
|
-
};
|
|
231
|
-
}>;
|
|
232
|
-
QrLogin: import("react").FC<import("./QrLogin/QrLogin").QrLoginProps>;
|
|
233
448
|
};
|
|
234
|
-
export {
|
|
449
|
+
export { AuthOne, AuthTwo, AuthProvider };
|
|
235
450
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Auth/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Auth/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,OAAO,CAAC;AAC5B,OAAO,OAAO,MAAM,OAAO,CAAC;AAC5B,OAAO,YAAY,MAAM,6BAA6B,CAAC;AAEvD,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;sBAOg1C,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;0BAAwJ,CAAC;gCAA8B,CAAC;6BAA2B,CAAC;mCAAiC,CAAC;8BAA4B,CAAC;oCAAkC,CAAC;2BAAyB,CAAC;4BAA0B,CAAC;0BAAwB,CAAC;kCAAgC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAtoB,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;0BAAuJ,CAAC;gCAA8B,CAAC;oCAAkC,CAAC;2BAAyB,CAAC;oCAAkC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAArlB,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;;;;;;wBAA8R,CAAC;8BAA4B,CAAC;oCAAkC,CAAC;4BAA0B,CAAC;2BAAyB,CAAC;6BAA2B,CAAC;sCAAoC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAlU,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAA5Z,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAiN,CAAC;uCAA4C,CAAC;;;;;;0BAAmH,CAAC;gCAA8B,CAAC;6BAA2B,CAAC;mCAAiC,CAAC;8BAA4B,CAAC;oCAAkC,CAAC;2BAAyB,CAAC;4BAA0B,CAAC;0BAAwB,CAAC;kCAAgC,CAAC;;;;;;;;;;;;;;;;;;;;;;;sBAA5rB,CAAC;uCAA4C,CAAC;;;;;;;;;;;;;;;;;;;sBAA1C,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;;;;;wBAA0Q,CAAC;8BAA4B,CAAC;oCAAkC,CAAC;4BAA0B,CAAC;2BAAyB,CAAC;6BAA2B,CAAC;sCAAoC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAA/Q,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAA/c,CAAC;4BAAiC,CAAC;uCAAqD,CAAC;0BAAwB,CAAC;;;;;;;;;;;;;;;;;;CAHlnC,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,CAAC"}
|