@zezosoft/zezo-ott-react-native-ui-kit 0.1.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -0
- package/README.md +46 -15
- package/lib/module/Styles/globalStyles.js +76 -0
- package/lib/module/Styles/globalStyles.js.map +1 -0
- package/lib/module/assets/animations/135037-payment-processing-error.json +0 -0
- package/lib/module/assets/animations/7227-vui-animation.json +0 -0
- package/lib/module/assets/animations/succesfull-payment.json +0 -0
- package/lib/module/assets/animations/voice-icon.json +0 -0
- package/lib/module/assets/img/back.png +0 -0
- package/lib/module/assets/img/bottom-panel.png +0 -0
- package/lib/module/assets/img/camera.png +0 -0
- package/lib/module/assets/img/camera2.png +0 -0
- package/lib/module/assets/img/h.svg +0 -0
- package/lib/module/assets/img/home.png +0 -0
- package/lib/module/assets/img/lock.png +0 -0
- package/lib/module/assets/img/play.png +0 -0
- package/lib/module/assets/img/profile.jpg +0 -0
- package/lib/module/assets/img/qr-code.png +0 -0
- package/lib/module/assets/img/shadow.png +0 -0
- package/lib/module/assets/img/shadow2.png +0 -0
- package/lib/module/assets/img/user.png +0 -0
- package/lib/module/assets/svg/Account.svg +4 -0
- package/lib/module/assets/svg/Favourite.svg +14 -0
- package/lib/module/assets/svg/Upcoming.svg +4 -0
- package/lib/module/assets/svg/content-error.svg +0 -0
- package/lib/module/assets/svg/download.svg +0 -0
- package/lib/module/assets/svg/eye-off.svg +10 -0
- package/lib/module/assets/svg/favorites.svg +0 -0
- package/lib/module/assets/svg/home.svg +0 -0
- package/lib/module/assets/svg/home1.svg +3 -0
- package/lib/module/assets/svg/menu-bar.svg +0 -0
- package/lib/module/assets/svg/my-space.svg +0 -0
- package/lib/module/assets/svg/play-icon-with-bg.svg +0 -0
- package/lib/module/assets/svg/profile.svg +4 -0
- package/lib/module/assets/svg/search.svg +0 -0
- package/lib/module/assets/svg/search1.svg +4 -0
- package/lib/module/assets/svg/server-error.svg +0 -0
- package/lib/module/components/Account/Account.js +254 -0
- package/lib/module/components/Account/Account.js.map +1 -0
- package/lib/module/components/Account/index.js +4 -0
- package/lib/module/components/Account/index.js.map +1 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js +205 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/Login/LoginWithEmail.js +292 -0
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/Login/LoginWithPhone.js +199 -0
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/OTP/OTP.js +255 -0
- package/lib/module/components/Auth/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/SignUp/SignUp.js +329 -0
- package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/index.js +21 -0
- package/lib/module/components/Auth/index.js.map +1 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +104 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -0
- package/lib/module/components/BlogView/BlogView.js +192 -0
- package/lib/module/components/BlogView/BlogView.js.map +1 -0
- package/lib/module/components/BlogView/index.js +10 -0
- package/lib/module/components/BlogView/index.js.map +1 -0
- package/lib/module/components/Button/BackBtn.js +72 -0
- package/lib/module/components/Button/BackBtn.js.map +1 -0
- package/lib/module/components/Button/MenuBtn.js +167 -0
- package/lib/module/components/Button/MenuBtn.js.map +1 -0
- package/lib/module/components/Button/PrimaryBtn.js +82 -0
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -0
- package/lib/module/components/Button/TextButton.js +88 -0
- package/lib/module/components/Button/TextButton.js.map +1 -0
- package/lib/module/components/Button/index.js +17 -0
- package/lib/module/components/Button/index.js.map +1 -0
- package/lib/module/components/Content/Card/Category/Category.js +181 -0
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +354 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +313 -0
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +198 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -0
- package/lib/module/components/{Section → Content}/Card/Sliders/index.js +4 -2
- package/lib/module/components/Content/Card/Sliders/index.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Five.js +197 -0
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Four.js +202 -0
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/One.js +237 -0
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +215 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Six.js +207 -0
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Three.js +213 -0
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js +289 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Two.js +215 -0
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -0
- package/lib/module/components/Content/Card/components/CardPoster.js +175 -0
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js +56 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -0
- package/lib/module/components/Content/Card/components/NoContentFallback.js +115 -0
- package/lib/module/components/Content/Card/components/NoContentFallback.js.map +1 -0
- package/lib/module/components/Content/Card/components/ShowAllButton.js +71 -0
- package/lib/module/components/Content/Card/components/ShowAllButton.js.map +1 -0
- package/lib/module/components/Content/Card/components/ThumbnailCard.js +128 -0
- package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -0
- package/lib/module/components/Content/Card/index.js +32 -0
- package/lib/module/components/Content/Card/index.js.map +1 -0
- package/lib/module/components/Content/Content.js +113 -0
- package/lib/module/components/Content/Content.js.map +1 -0
- package/lib/module/components/Content/Sections.js +145 -0
- package/lib/module/components/Content/Sections.js.map +1 -0
- package/lib/module/components/ContentView/ContentView.js +128 -0
- package/lib/module/components/ContentView/ContentView.js.map +1 -0
- package/lib/module/components/ContentView/components/AboutSection.js +114 -0
- package/lib/module/components/ContentView/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/components/CastCard.js +190 -0
- package/lib/module/components/ContentView/components/CastCard.js.map +1 -0
- package/lib/module/components/ContentView/components/EpisodeCard.js +373 -0
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/components/GenreTags.js +77 -0
- package/lib/module/components/ContentView/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/components/HeroBanner.js +222 -0
- package/lib/module/components/ContentView/components/HeroBanner.js.map +1 -0
- package/lib/module/components/ContentView/components/PlayButton.js +40 -0
- package/lib/module/components/ContentView/components/PlayButton.js.map +1 -0
- package/lib/module/components/ContentView/components/Title.js +103 -0
- package/lib/module/components/ContentView/components/Title.js.map +1 -0
- package/lib/module/components/ContentView/components/TrailerButton.js +53 -0
- package/lib/module/components/ContentView/components/TrailerButton.js.map +1 -0
- package/lib/module/components/ContentView/index.js +9 -0
- package/lib/module/components/ContentView/index.js.map +1 -0
- package/lib/module/components/Headers/AppHeader.js +101 -0
- package/lib/module/components/Headers/AppHeader.js.map +1 -0
- package/lib/module/components/Headers/One.js +31 -28
- package/lib/module/components/Headers/One.js.map +1 -1
- package/lib/module/components/Headers/Three.js +7 -12
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +8 -8
- package/lib/module/components/Headers/Two.js.map +1 -1
- package/lib/module/components/Headers/index.js +4 -4
- package/lib/module/components/Headers/index.js.map +1 -1
- package/lib/module/components/Icons/AlertIcon.js.map +1 -1
- package/lib/module/components/Icons/DeviceIcon.js.map +1 -1
- package/lib/module/components/Icons/ForgotPasswordMessageIcon.js.map +1 -1
- package/lib/module/components/Icons/ForgotPasswordMessageIconTwo.js.map +1 -1
- package/lib/module/components/Icons/NewIndex.js +13 -1
- package/lib/module/components/Icons/NewIndex.js.map +1 -1
- package/lib/module/components/Icons/ResendOTP.js.map +1 -1
- package/lib/module/components/Input/Input.js +17 -0
- package/lib/module/components/Input/Input.js.map +1 -0
- package/lib/module/components/Input/InputOne.js +124 -0
- package/lib/module/components/Input/InputOne.js.map +1 -0
- package/lib/module/components/Input/InputTwo.js +152 -0
- package/lib/module/components/Input/InputTwo.js.map +1 -0
- package/lib/module/components/Input/PhoneNumberInput.js +284 -0
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -0
- package/lib/module/components/Keyboard/HideKeyboard.js +41 -0
- package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -0
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +42 -5
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/Search/One.js +191 -0
- package/lib/module/components/Search/One.js.map +1 -0
- package/lib/module/components/Search/components/RecentSearchesSection.js +160 -0
- package/lib/module/components/Search/components/RecentSearchesSection.js.map +1 -0
- package/lib/module/components/Search/components/SearchCard.js +181 -0
- package/lib/module/components/Search/components/SearchCard.js.map +1 -0
- package/lib/module/components/Search/index.js +14 -0
- package/lib/module/components/Search/index.js.map +1 -0
- package/lib/module/components/Settings/AppSettings.js +225 -0
- package/lib/module/components/Settings/AppSettings.js.map +1 -0
- package/lib/module/components/Settings/index.js +4 -0
- package/lib/module/components/Settings/index.js.map +1 -0
- package/lib/module/components/SplashScreen/SplashScreen.js +109 -0
- package/lib/module/components/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js +68 -0
- package/lib/module/components/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/SplashScreen/components/SplashLottie/SplashLottie.js +66 -0
- package/lib/module/components/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/SplashScreen/components/SplashVideo/SplashVideo.js +68 -0
- package/lib/module/components/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/SplashScreen/index.js +9 -0
- package/lib/module/components/SplashScreen/index.js.map +1 -0
- package/lib/module/components/Subscription/SubOne.js +332 -0
- package/lib/module/components/Subscription/SubOne.js.map +1 -0
- package/lib/module/components/Subscription/index.js +13 -0
- package/lib/module/components/Subscription/index.js.map +1 -0
- package/lib/module/components/TabBar/One.js +144 -0
- package/lib/module/components/TabBar/One.js.map +1 -0
- package/lib/module/components/TabBar/Three.js +127 -0
- package/lib/module/components/TabBar/Three.js.map +1 -0
- package/lib/module/components/TabBar/Two.js +131 -0
- package/lib/module/components/TabBar/Two.js.map +1 -0
- package/lib/module/components/TabBar/index.js +17 -0
- package/lib/module/components/TabBar/index.js.map +1 -0
- package/lib/module/components/Text/Text.js +43 -0
- package/lib/module/components/Text/Text.js.map +1 -0
- package/lib/module/components/Text/index.js +8 -0
- package/lib/module/components/Text/index.js.map +1 -0
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js +314 -0
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js +118 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -0
- package/lib/module/components/User/WatchLater/WatchLater.js +272 -0
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -0
- package/lib/module/components/User/components/UserAvatar.js +44 -0
- package/lib/module/components/User/components/UserAvatar.js.map +1 -0
- package/lib/module/components/User/components/UserSection.js +163 -0
- package/lib/module/components/User/components/UserSection.js.map +1 -0
- package/lib/module/components/User/index.js +12 -0
- package/lib/module/components/User/index.js.map +1 -0
- package/lib/module/components/View/View.js +24 -0
- package/lib/module/components/View/View.js.map +1 -0
- package/lib/module/components/View/index.js +8 -0
- package/lib/module/components/View/index.js.map +1 -0
- package/lib/module/components/index.js +19 -5
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/SafeAreaWrapper.js +33 -0
- package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -0
- package/lib/module/components/layout/index.js +4 -0
- package/lib/module/components/layout/index.js.map +1 -0
- package/lib/module/constants/dummySections.js +38 -0
- package/lib/module/constants/dummySections.js.map +1 -0
- package/lib/module/hooks/useDebounce.js +11 -0
- package/lib/module/hooks/useDebounce.js.map +1 -0
- package/lib/module/hooks/useInitSplashCacheSync.js +112 -0
- package/lib/module/hooks/useInitSplashCacheSync.js.map +1 -0
- package/lib/module/hooks/useKeyboard.js +33 -0
- package/lib/module/hooks/useKeyboard.js.map +1 -0
- package/lib/module/hooks/usePaginatedSection.js +57 -0
- package/lib/module/hooks/usePaginatedSection.js.map +1 -0
- package/lib/module/index.js +3 -2
- package/lib/module/index.js.map +1 -1
- package/lib/module/store/RecentSearchesStore.js +65 -0
- package/lib/module/store/RecentSearchesStore.js.map +1 -0
- package/lib/module/store/splashStore.js +69 -0
- package/lib/module/store/splashStore.js.map +1 -0
- package/lib/module/theme/ThemeProvider.js +87 -0
- package/lib/module/theme/ThemeProvider.js.map +1 -0
- package/lib/module/theme/index.js +9 -0
- package/lib/module/theme/index.js.map +1 -0
- package/lib/module/theme/themes.js +124 -90
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/module/types/content/content-view.types.js +4 -0
- package/lib/module/types/content/content-view.types.js.map +1 -0
- package/lib/module/types/content/index.js +2 -0
- package/lib/module/types/content/index.js.map +1 -0
- package/lib/module/types/hook/index.js +2 -0
- package/lib/module/types/hook/index.js.map +1 -0
- package/lib/module/types/hook/usePaginatedSetion.js +4 -0
- package/lib/module/types/hook/usePaginatedSetion.js.map +1 -0
- package/lib/module/types/index.js +0 -3
- package/lib/module/types/index.js.map +1 -1
- package/lib/module/types/sections/index.js +4 -0
- package/lib/module/types/sections/index.js.map +1 -0
- package/lib/module/utils/Display.js +22 -0
- package/lib/module/utils/Display.js.map +1 -0
- package/lib/module/utils/PlatformSelector.js +31 -0
- package/lib/module/utils/PlatformSelector.js.map +1 -0
- package/lib/module/utils/SizeMatters.js +9 -0
- package/lib/module/utils/SizeMatters.js.map +1 -0
- package/lib/typescript/src/Styles/globalStyles.d.ts +71 -0
- package/lib/typescript/src/Styles/globalStyles.d.ts.map +1 -0
- package/lib/typescript/src/components/Account/Account.d.ts +56 -0
- package/lib/typescript/src/components/Account/Account.d.ts.map +1 -0
- package/lib/typescript/src/components/Account/index.d.ts +2 -0
- package/lib/typescript/src/components/Account/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts +48 -0
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts +65 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts +53 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +58 -0
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts +61 -0
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/index.d.ts +192 -0
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +15 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -0
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +28 -0
- package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -0
- package/lib/typescript/src/components/BlogView/index.d.ts +7 -0
- package/lib/typescript/src/components/BlogView/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/BackBtn.d.ts +18 -0
- package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/MenuBtn.d.ts +24 -0
- package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +20 -0
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/TextButton.d.ts +17 -0
- package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Button/index.d.ts +38 -0
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +26 -0
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +49 -0
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +20 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +18 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +22 -0
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +36 -0
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +32 -0
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +37 -0
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +33 -0
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +36 -0
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +20 -0
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +17 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts +18 -0
- package/lib/typescript/src/components/Content/Card/components/NoContentFallback.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +20 -0
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +19 -0
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/index.d.ts +237 -0
- package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Content.d.ts +58 -0
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Sections.d.ts +45 -0
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/ContentView.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts +24 -0
- package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts +32 -0
- package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts +22 -0
- package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts +8 -0
- package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts +15 -0
- package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/Title.d.ts +24 -0
- package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts +18 -0
- package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/index.d.ts +6 -0
- package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/AppHeader.d.ts +20 -0
- package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -0
- package/lib/typescript/src/components/Headers/One.d.ts +4 -3
- package/lib/typescript/src/components/Headers/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts +3 -3
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +3 -3
- 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/Icons/AlertIcon.d.ts +1 -1
- package/lib/typescript/src/components/Icons/AlertIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/DeviceIcon.d.ts +1 -1
- package/lib/typescript/src/components/Icons/DeviceIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/ForgotPasswordMessageIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/ForgotPasswordMessageIconTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/NewIndex.d.ts +6 -0
- package/lib/typescript/src/components/Icons/NewIndex.d.ts.map +1 -1
- package/lib/typescript/src/components/Icons/ResendOTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/Input.d.ts +11 -0
- package/lib/typescript/src/components/Input/Input.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/InputOne.d.ts +21 -0
- package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/InputTwo.d.ts +25 -0
- package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -0
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts +26 -0
- package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -0
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts +15 -0
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -0
- package/lib/typescript/src/components/Logo/Logo.d.ts +3 -0
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts +46 -0
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -0
- package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts +16 -0
- package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts.map +1 -0
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +32 -0
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -0
- package/lib/typescript/src/components/Search/index.d.ts +11 -0
- package/lib/typescript/src/components/Search/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Settings/AppSettings.d.ts +53 -0
- package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -0
- package/lib/typescript/src/components/Settings/index.d.ts +2 -0
- package/lib/typescript/src/components/Settings/index.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts +32 -0
- package/lib/typescript/src/components/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashImage/SplashImage.d.ts +17 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashVideo/SplashVideo.d.ts +19 -0
- package/lib/typescript/src/components/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/SplashScreen/index.d.ts +6 -0
- package/lib/typescript/src/components/SplashScreen/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Subscription/SubOne.d.ts +40 -0
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -0
- package/lib/typescript/src/components/Subscription/index.d.ts +30 -0
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/One.d.ts +33 -0
- package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/Three.d.ts +24 -0
- package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/Two.d.ts +24 -0
- package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -0
- package/lib/typescript/src/components/TabBar/index.d.ts +14 -0
- package/lib/typescript/src/components/TabBar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Text/Text.d.ts +19 -0
- package/lib/typescript/src/components/Text/Text.d.ts.map +1 -0
- package/lib/typescript/src/components/Text/index.d.ts +6 -0
- package/lib/typescript/src/components/Text/index.d.ts.map +1 -0
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +69 -0
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts.map +1 -0
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +49 -0
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -0
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +46 -0
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -0
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts +10 -0
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -0
- package/lib/typescript/src/components/User/components/UserSection.d.ts +30 -0
- package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -0
- package/lib/typescript/src/components/User/index.d.ts +9 -0
- package/lib/typescript/src/components/User/index.d.ts.map +1 -0
- package/lib/typescript/src/components/View/View.d.ts +12 -0
- package/lib/typescript/src/components/View/View.d.ts.map +1 -0
- package/lib/typescript/src/components/View/index.d.ts +6 -0
- package/lib/typescript/src/components/View/index.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +16 -2
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +15 -0
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -0
- package/lib/typescript/src/components/layout/index.d.ts +2 -0
- package/lib/typescript/src/components/layout/index.d.ts.map +1 -0
- package/lib/typescript/src/constants/dummySections.d.ts +3 -0
- package/lib/typescript/src/constants/dummySections.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useDebounce.d.ts +2 -0
- package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts +22 -0
- package/lib/typescript/src/hooks/useInitSplashCacheSync.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useKeyboard.d.ts +9 -0
- package/lib/typescript/src/hooks/useKeyboard.d.ts.map +1 -0
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts +11 -0
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/store/RecentSearchesStore.d.ts +26 -0
- package/lib/typescript/src/store/RecentSearchesStore.d.ts.map +1 -0
- package/lib/typescript/src/store/splashStore.d.ts +29 -0
- package/lib/typescript/src/store/splashStore.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts +19 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +6 -0
- package/lib/typescript/src/theme/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/themes.d.ts +38 -25
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/types/content/content-view.types.d.ts +137 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -0
- package/lib/typescript/src/types/{content.types.d.ts → content/index.d.ts} +89 -69
- package/lib/typescript/src/types/content/index.d.ts.map +1 -0
- package/lib/typescript/src/types/hook/index.d.ts +6 -0
- package/lib/typescript/src/types/hook/index.d.ts.map +1 -0
- package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts +16 -0
- package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts +7 -2
- package/lib/typescript/src/types/index.d.ts.map +1 -1
- package/lib/typescript/src/types/sections/index.d.ts +62 -0
- package/lib/typescript/src/types/sections/index.d.ts.map +1 -0
- package/lib/typescript/src/utils/Display.d.ts +8 -0
- package/lib/typescript/src/utils/Display.d.ts.map +1 -0
- package/lib/typescript/src/utils/PlatformSelector.d.ts +22 -0
- package/lib/typescript/src/utils/PlatformSelector.d.ts.map +1 -0
- package/lib/typescript/src/utils/SizeMatters.d.ts +7 -0
- package/lib/typescript/src/utils/SizeMatters.d.ts.map +1 -0
- package/package.json +73 -125
- package/src/Styles/globalStyles.ts +75 -0
- package/src/assets/animations/135037-payment-processing-error.json +0 -0
- package/src/assets/animations/7227-vui-animation.json +0 -0
- package/src/assets/animations/succesfull-payment.json +0 -0
- package/src/assets/animations/voice-icon.json +0 -0
- package/src/assets/img/back.png +0 -0
- package/src/assets/img/bottom-panel.png +0 -0
- package/src/assets/img/camera.png +0 -0
- package/src/assets/img/camera2.png +0 -0
- package/src/assets/img/h.svg +0 -0
- package/src/assets/img/home.png +0 -0
- package/src/assets/img/lock.png +0 -0
- package/src/assets/img/play.png +0 -0
- package/src/assets/img/profile.jpg +0 -0
- package/src/assets/img/qr-code.png +0 -0
- package/src/assets/img/shadow.png +0 -0
- package/src/assets/img/shadow2.png +0 -0
- package/src/assets/img/user.png +0 -0
- package/src/assets/svg/Account.svg +4 -0
- package/src/assets/svg/Favourite.svg +14 -0
- package/src/assets/svg/Upcoming.svg +4 -0
- package/src/assets/svg/content-error.svg +0 -0
- package/src/assets/svg/download.svg +0 -0
- package/src/assets/svg/eye-off.svg +10 -0
- package/src/assets/svg/favorites.svg +0 -0
- package/src/assets/svg/home.svg +0 -0
- package/src/assets/svg/home1.svg +3 -0
- package/src/assets/svg/menu-bar.svg +0 -0
- package/src/assets/svg/my-space.svg +0 -0
- package/src/assets/svg/play-icon-with-bg.svg +0 -0
- package/src/assets/svg/profile.svg +4 -0
- package/src/assets/svg/search.svg +0 -0
- package/src/assets/svg/search1.svg +4 -0
- package/src/assets/svg/server-error.svg +0 -0
- package/src/components/Account/Account.tsx +288 -0
- package/src/components/Account/index.ts +1 -0
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +254 -0
- package/src/components/Auth/Login/LoginWithEmail.tsx +357 -0
- package/src/components/Auth/Login/LoginWithPhone.tsx +249 -0
- package/src/components/Auth/OTP/OTP.tsx +322 -0
- package/src/components/Auth/SignUp/SignUp.tsx +383 -0
- package/src/components/Auth/index.ts +20 -0
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +114 -0
- package/src/components/BlogView/BlogView.tsx +195 -0
- package/src/components/BlogView/index.ts +8 -0
- package/src/components/Button/BackBtn.tsx +83 -0
- package/src/components/Button/MenuBtn.tsx +193 -0
- package/src/components/Button/PrimaryBtn.tsx +88 -0
- package/src/components/Button/TextButton.tsx +107 -0
- package/src/components/Button/index.ts +16 -0
- package/src/components/Content/Card/Category/Category.tsx +262 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +412 -0
- package/src/components/Content/Card/Sliders/Styles/One.tsx +320 -0
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +209 -0
- package/src/components/{Section → Content}/Card/Sliders/index.ts +3 -1
- package/src/components/Content/Card/Styles/Five.tsx +240 -0
- package/src/components/Content/Card/Styles/Four.tsx +245 -0
- package/src/components/Content/Card/Styles/One.tsx +309 -0
- package/src/components/Content/Card/Styles/RotateInOut.tsx +280 -0
- package/src/components/Content/Card/Styles/Six.tsx +247 -0
- package/src/components/Content/Card/Styles/Three.tsx +279 -0
- package/src/components/Content/Card/Styles/TopTen.tsx +342 -0
- package/src/components/Content/Card/Styles/Two.tsx +288 -0
- package/src/components/Content/Card/components/CardPoster.tsx +204 -0
- package/src/components/Content/Card/components/NavigateToMore.tsx +58 -0
- package/src/components/Content/Card/components/NoContentFallback.tsx +129 -0
- package/src/components/Content/Card/components/ShowAllButton.tsx +83 -0
- package/src/components/Content/Card/components/ThumbnailCard.tsx +150 -0
- package/src/components/Content/Card/index.ts +30 -0
- package/src/components/Content/Content.tsx +187 -0
- package/src/components/Content/Sections.tsx +169 -0
- package/src/components/ContentView/ContentView.tsx +137 -0
- package/src/components/ContentView/components/AboutSection.tsx +138 -0
- package/src/components/ContentView/components/CastCard.tsx +212 -0
- package/src/components/ContentView/components/EpisodeCard.tsx +428 -0
- package/src/components/ContentView/components/GenreTags.tsx +92 -0
- package/src/components/ContentView/components/HeroBanner.tsx +244 -0
- package/src/components/ContentView/components/PlayButton.tsx +37 -0
- package/src/components/ContentView/components/Title.tsx +120 -0
- package/src/components/ContentView/components/TrailerButton.tsx +53 -0
- package/src/components/ContentView/index.ts +6 -0
- package/src/components/Headers/AppHeader.tsx +122 -0
- package/src/components/Headers/One.tsx +34 -28
- package/src/components/Headers/Three.tsx +12 -23
- package/src/components/Headers/Two.tsx +14 -22
- package/src/components/Headers/index.ts +2 -2
- package/src/components/Icons/AlertIcon.tsx +2 -13
- package/src/components/Icons/DeviceIcon.tsx +1 -7
- package/src/components/Icons/DoneIcon/DoneIcon.tsx +0 -0
- package/src/components/Icons/ForgotPasswordMessageIcon.tsx +3 -24
- package/src/components/Icons/ForgotPasswordMessageIconTwo.tsx +2 -16
- package/src/components/Icons/NewIndex.ts +12 -0
- package/src/components/Icons/ResendOTP.tsx +2 -12
- package/src/components/Input/Input.ts +16 -0
- package/src/components/Input/InputOne.tsx +160 -0
- package/src/components/Input/InputTwo.tsx +188 -0
- package/src/components/Input/PhoneNumberInput.tsx +382 -0
- package/src/components/Keyboard/HideKeyboard.tsx +56 -0
- package/src/components/Loader/Loader.tsx +2 -2
- package/src/components/Logo/Logo.tsx +69 -26
- package/src/components/Search/One.tsx +228 -0
- package/src/components/Search/components/RecentSearchesSection.tsx +153 -0
- package/src/components/Search/components/SearchCard.tsx +193 -0
- package/src/components/Search/index.ts +16 -0
- package/src/components/Settings/AppSettings.tsx +287 -0
- package/src/components/Settings/index.ts +1 -0
- package/src/components/SplashScreen/SplashScreen.tsx +131 -0
- package/src/components/SplashScreen/components/SplashImage/SplashImage.tsx +84 -0
- package/src/components/SplashScreen/components/SplashLottie/SplashLottie.tsx +83 -0
- package/src/components/SplashScreen/components/SplashVideo/SplashVideo.tsx +94 -0
- package/src/components/SplashScreen/index.ts +6 -0
- package/src/components/Subscription/SubOne.tsx +336 -0
- package/src/components/Subscription/index.ts +12 -0
- package/src/components/TabBar/One.tsx +199 -0
- package/src/components/TabBar/Three.tsx +134 -0
- package/src/components/TabBar/Two.tsx +151 -0
- package/src/components/TabBar/index.ts +20 -0
- package/src/components/Text/Text.tsx +57 -0
- package/src/components/Text/index.ts +5 -0
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +373 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +175 -0
- package/src/components/User/WatchLater/WatchLater.tsx +290 -0
- package/src/components/User/components/UserAvatar.tsx +43 -0
- package/src/components/User/components/UserSection.tsx +181 -0
- package/src/components/User/index.ts +9 -0
- package/src/components/View/View.tsx +19 -0
- package/src/components/View/index.ts +5 -0
- package/src/components/index.ts +16 -2
- package/src/components/layout/SafeAreaWrapper.tsx +32 -0
- package/src/components/layout/index.ts +1 -0
- package/src/constants/dummySections.ts +45 -0
- package/src/hooks/useDebounce.ts +13 -0
- package/src/hooks/useInitSplashCacheSync.ts +159 -0
- package/src/hooks/useKeyboard.ts +33 -0
- package/src/hooks/usePaginatedSection.ts +74 -0
- package/src/index.ts +3 -1
- package/src/store/RecentSearchesStore.ts +74 -0
- package/src/store/splashStore.ts +91 -0
- package/src/theme/ThemeProvider.tsx +103 -0
- package/src/theme/index.ts +6 -0
- package/src/theme/themes.ts +210 -123
- package/src/types/content/content-view.types.ts +146 -0
- package/src/types/{content.types.ts → content/index.ts} +108 -77
- package/src/types/hook/index.ts +5 -0
- package/src/types/hook/usePaginatedSetion.ts +19 -0
- package/src/types/index.ts +7 -2
- package/src/types/sections/index.ts +81 -0
- package/src/utils/Display.ts +14 -0
- package/src/utils/PlatformSelector.ts +29 -0
- package/src/utils/SizeMatters.ts +7 -0
- package/lib/module/assets/img/profile.png +0 -0
- package/lib/module/components/Button/Button.js +0 -22
- package/lib/module/components/Button/Button.js.map +0 -1
- package/lib/module/components/Button/styles.js +0 -23
- package/lib/module/components/Button/styles.js.map +0 -1
- package/lib/module/components/Section/Card/Sliders/Styles/One.js +0 -123
- package/lib/module/components/Section/Card/Sliders/Styles/One.js.map +0 -1
- package/lib/module/components/Section/Card/Sliders/index.js.map +0 -1
- package/lib/module/components/Section/Card/Styles/One.js +0 -92
- package/lib/module/components/Section/Card/Styles/One.js.map +0 -1
- package/lib/module/components/Section/Card/index.js +0 -14
- package/lib/module/components/Section/Card/index.js.map +0 -1
- package/lib/module/components/Section/SectionType.js +0 -98
- package/lib/module/components/Section/SectionType.js.map +0 -1
- package/lib/module/components/Section/Sections.js +0 -72
- package/lib/module/components/Section/Sections.js.map +0 -1
- package/lib/module/package.json +0 -1
- package/lib/module/sample.test.js +0 -8
- package/lib/module/sample.test.js.map +0 -1
- package/lib/module/theme/useAppTheme.js +0 -14
- package/lib/module/theme/useAppTheme.js.map +0 -1
- package/lib/module/types/content.types.js +0 -2
- package/lib/module/types/content.types.js.map +0 -1
- package/lib/module/types/sections.types.js +0 -4
- package/lib/module/types/sections.types.js.map +0 -1
- package/lib/typescript/package.json +0 -1
- package/lib/typescript/src/components/Button/Button.d.ts +0 -9
- package/lib/typescript/src/components/Button/Button.d.ts.map +0 -1
- package/lib/typescript/src/components/Button/styles.d.ts +0 -20
- package/lib/typescript/src/components/Button/styles.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts +0 -18
- package/lib/typescript/src/components/Section/Card/Sliders/Styles/One.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts +0 -7
- package/lib/typescript/src/components/Section/Card/Sliders/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/Styles/One.d.ts +0 -19
- package/lib/typescript/src/components/Section/Card/Styles/One.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Card/index.d.ts +0 -7
- package/lib/typescript/src/components/Section/Card/index.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/SectionType.d.ts +0 -26
- package/lib/typescript/src/components/Section/SectionType.d.ts.map +0 -1
- package/lib/typescript/src/components/Section/Sections.d.ts +0 -27
- package/lib/typescript/src/components/Section/Sections.d.ts.map +0 -1
- package/lib/typescript/src/sample.test.d.ts +0 -1
- package/lib/typescript/src/sample.test.d.ts.map +0 -1
- package/lib/typescript/src/theme/useAppTheme.d.ts +0 -46
- package/lib/typescript/src/theme/useAppTheme.d.ts.map +0 -1
- package/lib/typescript/src/types/content.types.d.ts.map +0 -1
- package/lib/typescript/src/types/sections.types.d.ts +0 -41
- package/lib/typescript/src/types/sections.types.d.ts.map +0 -1
- package/src/assets/img/profile.png +0 -0
- package/src/components/Button/Button.tsx +0 -32
- package/src/components/Button/styles.ts +0 -21
- package/src/components/Section/Card/Sliders/Styles/One.tsx +0 -147
- package/src/components/Section/Card/Styles/One.tsx +0 -112
- package/src/components/Section/Card/index.ts +0 -13
- package/src/components/Section/SectionType.tsx +0 -127
- package/src/components/Section/Sections.tsx +0 -120
- package/src/sample.test.ts +0 -5
- package/src/theme/useAppTheme.ts +0 -13
- package/src/types/sections.types.ts +0 -56
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Mon 21 Jul 2025 at 12:35 PM
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
import React, { cloneElement, isValidElement, memo, type ReactElement } from 'react';
|
|
7
|
+
import { View, StyleSheet, ScrollView, TouchableOpacity, type TextStyle } from 'react-native';
|
|
8
|
+
import { ChevronRight, Trash2 } from 'lucide-react-native';
|
|
9
|
+
import { useTheme } from '../../theme';
|
|
10
|
+
import { moderateScale, scale, verticalScale } from 'react-native-size-matters';
|
|
11
|
+
import AppHeader from '../Headers/AppHeader';
|
|
12
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
13
|
+
import UserSection from '../User/components/UserSection';
|
|
14
|
+
import TextButton from '../Button/TextButton';
|
|
15
|
+
import { Text } from '../Text';
|
|
16
|
+
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
17
|
+
import type { AppTheme, ITheme } from '../../theme/themes';
|
|
18
|
+
|
|
19
|
+
type CardItem = {
|
|
20
|
+
type: 'card';
|
|
21
|
+
title: string;
|
|
22
|
+
subtitle: string;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
type RowItem = {
|
|
26
|
+
type?: 'row';
|
|
27
|
+
label: string;
|
|
28
|
+
leftIcon?: React.ReactNode;
|
|
29
|
+
showRightIcon?: boolean;
|
|
30
|
+
onPress?: () => void;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
type AccountSectionItem = CardItem | RowItem;
|
|
34
|
+
|
|
35
|
+
type AccountSection = {
|
|
36
|
+
title: string;
|
|
37
|
+
items: AccountSectionItem[];
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
type UserInfo = {
|
|
41
|
+
name: string;
|
|
42
|
+
avatarUri: string;
|
|
43
|
+
emailOrPhone: string;
|
|
44
|
+
onEditPress?: () => void;
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
interface UserInfoTextStyle {
|
|
48
|
+
nameStyle?: TextStyle;
|
|
49
|
+
emailStyle?: TextStyle;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export type AccountProps = {
|
|
53
|
+
title?: string;
|
|
54
|
+
userInfo: UserInfo;
|
|
55
|
+
renderUserInfo?: (userInfo: UserInfo) => React.ReactNode;
|
|
56
|
+
sections: AccountSection[];
|
|
57
|
+
onBackPress?: () => void;
|
|
58
|
+
theme?: AppTheme;
|
|
59
|
+
isLoading?: boolean;
|
|
60
|
+
avatarComponent?: React.ReactNode;
|
|
61
|
+
skeletonProps?: Partial<React.ComponentProps<typeof SkeletonPlaceholder>>;
|
|
62
|
+
userInfoTextStyle?: UserInfoTextStyle;
|
|
63
|
+
helpText?: string;
|
|
64
|
+
clickableText?: string;
|
|
65
|
+
deleteAccountText?: string;
|
|
66
|
+
deleteAccountIcon?: React.ReactNode;
|
|
67
|
+
onHelpPress?: () => void;
|
|
68
|
+
onDeleteAccountPress?: () => void;
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const isInvalidText = (val?: string | null): boolean =>
|
|
72
|
+
!val || val.trim() === '' || val.includes('undefined') || val.includes('Invalid');
|
|
73
|
+
|
|
74
|
+
const renderIconWithColor = (icon: React.ReactNode, color: string): React.ReactNode => {
|
|
75
|
+
if (isValidElement(icon)) {
|
|
76
|
+
return cloneElement(icon as ReactElement<any>, { color });
|
|
77
|
+
}
|
|
78
|
+
return icon;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
const getValidSectionItems = (items: AccountSectionItem[]): AccountSectionItem[] =>
|
|
82
|
+
items.filter((item) => (item.type === 'card' ? !isInvalidText(item.title) || !isInvalidText(item.subtitle) : true));
|
|
83
|
+
|
|
84
|
+
export const Account: React.FC<AccountProps> = ({
|
|
85
|
+
title = 'Account',
|
|
86
|
+
userInfo,
|
|
87
|
+
renderUserInfo,
|
|
88
|
+
sections,
|
|
89
|
+
onBackPress,
|
|
90
|
+
theme,
|
|
91
|
+
isLoading,
|
|
92
|
+
avatarComponent,
|
|
93
|
+
userInfoTextStyle = {},
|
|
94
|
+
skeletonProps = {},
|
|
95
|
+
helpText = 'Need Help?',
|
|
96
|
+
clickableText = 'Click Here',
|
|
97
|
+
deleteAccountText = 'Delete Account',
|
|
98
|
+
deleteAccountIcon,
|
|
99
|
+
onHelpPress,
|
|
100
|
+
onDeleteAccountPress
|
|
101
|
+
}) => {
|
|
102
|
+
const { theme: appliedTheme } = useTheme(theme);
|
|
103
|
+
const insets = useSafeAreaInsets();
|
|
104
|
+
|
|
105
|
+
return (
|
|
106
|
+
<View style={[styles.container, { backgroundColor: appliedTheme.colors.background }]}>
|
|
107
|
+
<AppHeader onBackPress={onBackPress} title={title} theme={appliedTheme} />
|
|
108
|
+
|
|
109
|
+
<ScrollView
|
|
110
|
+
contentContainerStyle={[styles.content, { paddingBottom: insets.bottom + verticalScale(40) }]}
|
|
111
|
+
showsVerticalScrollIndicator={false}
|
|
112
|
+
keyboardShouldPersistTaps="handled"
|
|
113
|
+
>
|
|
114
|
+
<UserSection
|
|
115
|
+
theme={appliedTheme}
|
|
116
|
+
userInfo={userInfo}
|
|
117
|
+
avatarComponent={avatarComponent}
|
|
118
|
+
isLoading={isLoading}
|
|
119
|
+
renderUserInfo={renderUserInfo}
|
|
120
|
+
skeletonProps={skeletonProps}
|
|
121
|
+
userInfoTextStyle={userInfoTextStyle}
|
|
122
|
+
/>
|
|
123
|
+
|
|
124
|
+
{sections?.map(({ title: sectionTitle, items }) => {
|
|
125
|
+
const validItems = getValidSectionItems(items);
|
|
126
|
+
if (validItems.length === 0) return null;
|
|
127
|
+
|
|
128
|
+
return (
|
|
129
|
+
<View key={sectionTitle} style={styles.sectionBlock}>
|
|
130
|
+
<Text style={[styles.sectionTitle, { color: appliedTheme.colors.textSecondary }]}>{sectionTitle}</Text>
|
|
131
|
+
|
|
132
|
+
{validItems.map((item, index) =>
|
|
133
|
+
item.type === 'card' ? (
|
|
134
|
+
<CardItemView key={`card-${index}`} {...item} theme={appliedTheme} />
|
|
135
|
+
) : (
|
|
136
|
+
<MenuItemView key={`row-${index}`} {...item} theme={appliedTheme} />
|
|
137
|
+
)
|
|
138
|
+
)}
|
|
139
|
+
</View>
|
|
140
|
+
);
|
|
141
|
+
})}
|
|
142
|
+
|
|
143
|
+
{(onDeleteAccountPress || helpText || clickableText) && (
|
|
144
|
+
<View style={styles.bottomBlock}>
|
|
145
|
+
{onDeleteAccountPress && (
|
|
146
|
+
<TextButton
|
|
147
|
+
onPress={onDeleteAccountPress}
|
|
148
|
+
style={{
|
|
149
|
+
fontWeight: '500',
|
|
150
|
+
color: appliedTheme.colors.error
|
|
151
|
+
}}
|
|
152
|
+
title={deleteAccountText}
|
|
153
|
+
underline
|
|
154
|
+
leftIcon={
|
|
155
|
+
deleteAccountIcon ?? (
|
|
156
|
+
<Trash2 size={18} color={appliedTheme.colors.error} style={{ marginRight: scale(4) }} />
|
|
157
|
+
)
|
|
158
|
+
}
|
|
159
|
+
/>
|
|
160
|
+
)}
|
|
161
|
+
|
|
162
|
+
{(helpText || clickableText) && (
|
|
163
|
+
<View style={styles.helpSubContainer}>
|
|
164
|
+
<Text style={[styles.helpText, { color: appliedTheme.colors.textSecondary }]}>{helpText}</Text>
|
|
165
|
+
{clickableText && (
|
|
166
|
+
<TextButton
|
|
167
|
+
onPress={() => onHelpPress?.()}
|
|
168
|
+
style={{
|
|
169
|
+
fontWeight: '500',
|
|
170
|
+
color: appliedTheme.colors.primary
|
|
171
|
+
}}
|
|
172
|
+
title={clickableText}
|
|
173
|
+
underline
|
|
174
|
+
/>
|
|
175
|
+
)}
|
|
176
|
+
</View>
|
|
177
|
+
)}
|
|
178
|
+
</View>
|
|
179
|
+
)}
|
|
180
|
+
</ScrollView>
|
|
181
|
+
</View>
|
|
182
|
+
);
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
const CardItemView = memo(({ title, subtitle, theme }: CardItem & { theme: ITheme }) => {
|
|
186
|
+
if (isInvalidText(title) && isInvalidText(subtitle)) return null;
|
|
187
|
+
|
|
188
|
+
return (
|
|
189
|
+
<View style={[styles.card, { backgroundColor: theme.colors.surfaceDisabled }]}>
|
|
190
|
+
{!isInvalidText(title) && <Text style={[styles.cardTitle, { color: theme.colors.textPrimary }]}>{title}</Text>}
|
|
191
|
+
{!isInvalidText(subtitle) && (
|
|
192
|
+
<Text style={[styles.cardSub, { color: theme.colors.textSecondary }]}>{subtitle}</Text>
|
|
193
|
+
)}
|
|
194
|
+
</View>
|
|
195
|
+
);
|
|
196
|
+
});
|
|
197
|
+
|
|
198
|
+
const MenuItemView = memo(({ label, leftIcon, showRightIcon, onPress, theme }: RowItem & { theme: ITheme }) => {
|
|
199
|
+
return (
|
|
200
|
+
<TouchableOpacity
|
|
201
|
+
onPress={onPress}
|
|
202
|
+
activeOpacity={0.6}
|
|
203
|
+
style={[
|
|
204
|
+
styles.row,
|
|
205
|
+
{
|
|
206
|
+
backgroundColor: theme.colors.surfaceDisabled,
|
|
207
|
+
borderColor: theme.colors.border
|
|
208
|
+
}
|
|
209
|
+
]}
|
|
210
|
+
>
|
|
211
|
+
<View style={styles.leftRow}>
|
|
212
|
+
{leftIcon && <View style={styles.menuIcon}>{renderIconWithColor(leftIcon, theme.colors.textPrimary)}</View>}
|
|
213
|
+
<Text style={[styles.rowText, { color: theme.colors.textPrimary }]}>{label}</Text>
|
|
214
|
+
</View>
|
|
215
|
+
|
|
216
|
+
{showRightIcon && <ChevronRight color={theme.colors.textSecondary} size={20} />}
|
|
217
|
+
</TouchableOpacity>
|
|
218
|
+
);
|
|
219
|
+
});
|
|
220
|
+
|
|
221
|
+
const styles = StyleSheet.create({
|
|
222
|
+
container: { flex: 1 },
|
|
223
|
+
content: { paddingHorizontal: moderateScale(16) },
|
|
224
|
+
|
|
225
|
+
sectionBlock: {
|
|
226
|
+
marginBottom: verticalScale(16)
|
|
227
|
+
},
|
|
228
|
+
sectionTitle: {
|
|
229
|
+
fontSize: moderateScale(12),
|
|
230
|
+
fontWeight: '500',
|
|
231
|
+
marginBottom: verticalScale(8),
|
|
232
|
+
textTransform: 'uppercase'
|
|
233
|
+
},
|
|
234
|
+
|
|
235
|
+
card: {
|
|
236
|
+
borderRadius: scale(8),
|
|
237
|
+
padding: moderateScale(16),
|
|
238
|
+
marginBottom: verticalScale(12)
|
|
239
|
+
},
|
|
240
|
+
cardTitle: {
|
|
241
|
+
fontSize: moderateScale(14),
|
|
242
|
+
fontWeight: '600',
|
|
243
|
+
marginBottom: verticalScale(4)
|
|
244
|
+
},
|
|
245
|
+
cardSub: {
|
|
246
|
+
fontSize: moderateScale(12)
|
|
247
|
+
},
|
|
248
|
+
|
|
249
|
+
row: {
|
|
250
|
+
paddingVertical: verticalScale(14),
|
|
251
|
+
paddingHorizontal: scale(16),
|
|
252
|
+
borderRadius: scale(8),
|
|
253
|
+
borderWidth: 1,
|
|
254
|
+
marginBottom: verticalScale(12),
|
|
255
|
+
flexDirection: 'row',
|
|
256
|
+
alignItems: 'center',
|
|
257
|
+
justifyContent: 'space-between'
|
|
258
|
+
},
|
|
259
|
+
leftRow: {
|
|
260
|
+
flexDirection: 'row',
|
|
261
|
+
alignItems: 'center',
|
|
262
|
+
flexShrink: 1
|
|
263
|
+
},
|
|
264
|
+
menuIcon: {
|
|
265
|
+
marginRight: scale(8),
|
|
266
|
+
alignItems: 'center',
|
|
267
|
+
justifyContent: 'center'
|
|
268
|
+
},
|
|
269
|
+
rowText: {
|
|
270
|
+
fontSize: moderateScale(14),
|
|
271
|
+
fontWeight: '500'
|
|
272
|
+
},
|
|
273
|
+
|
|
274
|
+
bottomBlock: {
|
|
275
|
+
marginTop: verticalScale(32),
|
|
276
|
+
alignItems: 'center',
|
|
277
|
+
justifyContent: 'center',
|
|
278
|
+
gap: verticalScale(8)
|
|
279
|
+
},
|
|
280
|
+
helpSubContainer: {
|
|
281
|
+
flexDirection: 'row',
|
|
282
|
+
alignItems: 'center',
|
|
283
|
+
gap: scale(1)
|
|
284
|
+
},
|
|
285
|
+
helpText: {
|
|
286
|
+
fontSize: moderateScale(12)
|
|
287
|
+
}
|
|
288
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Account';
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @author Naresh Dhamu
|
|
3
|
+
* @lastModified Wed 18 Jun 2025 at 10:45 AM
|
|
4
|
+
**/
|
|
5
|
+
import React, { useCallback, useMemo, useState } from 'react';
|
|
6
|
+
import { StyleSheet, View, Platform, Alert, type ViewStyle, type TextStyle } from 'react-native';
|
|
7
|
+
import { useForm, Controller } from 'react-hook-form';
|
|
8
|
+
import { scale, verticalScale } from 'react-native-size-matters';
|
|
9
|
+
import { Input } from '../../Input/Input';
|
|
10
|
+
import { Button } from '../../Button';
|
|
11
|
+
import { BackgroundLayout } from '../../BackgroundLayout/BackgroundLayout';
|
|
12
|
+
import { Logo } from '../../Logo/Logo';
|
|
13
|
+
import { useTheme } from '../../../theme';
|
|
14
|
+
import { useKeyboard } from '../../../hooks/useKeyboard';
|
|
15
|
+
import HideKeyboard from '../../Keyboard/HideKeyboard';
|
|
16
|
+
import BackBtn from '../../Button/BackBtn';
|
|
17
|
+
import { Text } from '../../Text';
|
|
18
|
+
import type { AppTheme } from '../../../theme/themes';
|
|
19
|
+
|
|
20
|
+
type FormValues = {
|
|
21
|
+
email: string;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
type TextConfig = {
|
|
25
|
+
emailLabel?: string;
|
|
26
|
+
emailPlaceholder?: string;
|
|
27
|
+
loadingSubmitBtnText?: string;
|
|
28
|
+
forgetPasswordButton?: string;
|
|
29
|
+
bottomInfoText?: string;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
type ForgetPasswordProps = {
|
|
33
|
+
title?: string;
|
|
34
|
+
onSubmit?: (values: FormValues) => Promise<void>;
|
|
35
|
+
onTopBackBtnPress?: () => void;
|
|
36
|
+
containerStyle?: ViewStyle;
|
|
37
|
+
titleStyle?: TextStyle;
|
|
38
|
+
formStyle?: ViewStyle;
|
|
39
|
+
inputStyle?: TextStyle;
|
|
40
|
+
inputContainerStyle?: ViewStyle;
|
|
41
|
+
topBackBtnStyle?: ViewStyle;
|
|
42
|
+
backgroundImage?: string;
|
|
43
|
+
logoUri?: string;
|
|
44
|
+
theme?: AppTheme;
|
|
45
|
+
loadingSubmitBtn?: boolean;
|
|
46
|
+
gradientEnabled?: boolean;
|
|
47
|
+
text?: TextConfig;
|
|
48
|
+
renderLogo?: () => React.ReactNode;
|
|
49
|
+
renderForgetPasswordHeader?: () => React.ReactNode;
|
|
50
|
+
renderSubmitButton?: (props: { onPress: () => void; disabled: boolean; loading: boolean }) => React.ReactNode;
|
|
51
|
+
renderTopBackBtn?: (props: { onPress: () => void }) => React.ReactNode;
|
|
52
|
+
renderBottomInfoText?: () => React.ReactNode;
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
const ForgetPassword: React.FC<ForgetPasswordProps> = ({
|
|
56
|
+
title = 'Forgot Password',
|
|
57
|
+
onSubmit,
|
|
58
|
+
onTopBackBtnPress,
|
|
59
|
+
containerStyle,
|
|
60
|
+
titleStyle,
|
|
61
|
+
formStyle,
|
|
62
|
+
inputStyle,
|
|
63
|
+
inputContainerStyle,
|
|
64
|
+
topBackBtnStyle,
|
|
65
|
+
loadingSubmitBtn = false,
|
|
66
|
+
backgroundImage,
|
|
67
|
+
logoUri,
|
|
68
|
+
theme,
|
|
69
|
+
gradientEnabled = true,
|
|
70
|
+
text = {
|
|
71
|
+
emailLabel: 'Email',
|
|
72
|
+
emailPlaceholder: 'Enter your email',
|
|
73
|
+
loadingSubmitBtnText: 'Processing...',
|
|
74
|
+
forgetPasswordButton: 'Send Reset Link'
|
|
75
|
+
},
|
|
76
|
+
renderLogo,
|
|
77
|
+
renderForgetPasswordHeader,
|
|
78
|
+
renderSubmitButton,
|
|
79
|
+
renderTopBackBtn,
|
|
80
|
+
renderBottomInfoText
|
|
81
|
+
}) => {
|
|
82
|
+
const {
|
|
83
|
+
control,
|
|
84
|
+
handleSubmit,
|
|
85
|
+
formState: { errors, isValid, touchedFields }
|
|
86
|
+
} = useForm<FormValues>({
|
|
87
|
+
defaultValues: { email: '' },
|
|
88
|
+
mode: 'onChange'
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
const { theme: appliedTheme } = useTheme(theme);
|
|
92
|
+
const { isKeyboardOpen } = useKeyboard();
|
|
93
|
+
const [isLoading, setIsLoading] = useState(false);
|
|
94
|
+
|
|
95
|
+
const handleFormSubmit = useCallback(
|
|
96
|
+
async (data: FormValues) => {
|
|
97
|
+
if (!onSubmit) return;
|
|
98
|
+
setIsLoading(true);
|
|
99
|
+
try {
|
|
100
|
+
await onSubmit(data);
|
|
101
|
+
} catch (error) {
|
|
102
|
+
console.error('Form submission error:', error);
|
|
103
|
+
Alert.alert('Error', 'Failed to process request. Please try again.');
|
|
104
|
+
} finally {
|
|
105
|
+
setIsLoading(false);
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
[onSubmit]
|
|
109
|
+
);
|
|
110
|
+
|
|
111
|
+
const shouldRender = useMemo(
|
|
112
|
+
() => (condition?: boolean | unknown) => typeof condition === 'function' || !!condition,
|
|
113
|
+
[]
|
|
114
|
+
);
|
|
115
|
+
|
|
116
|
+
const isSubmitDisabled = loadingSubmitBtn || isLoading;
|
|
117
|
+
|
|
118
|
+
return (
|
|
119
|
+
<BackgroundLayout
|
|
120
|
+
gradientEnabled={gradientEnabled}
|
|
121
|
+
backgroundImage={backgroundImage}
|
|
122
|
+
gradientSplit={isKeyboardOpen ? (Platform.OS === 'ios' ? 0.19 : 0.14) : 0.3}
|
|
123
|
+
>
|
|
124
|
+
<HideKeyboard>
|
|
125
|
+
<View style={[styles.container, containerStyle]}>
|
|
126
|
+
{/* Top Back Button */}
|
|
127
|
+
{shouldRender(renderTopBackBtn || onTopBackBtnPress) &&
|
|
128
|
+
(renderTopBackBtn ? (
|
|
129
|
+
renderTopBackBtn({ onPress: onTopBackBtnPress ?? (() => {}) })
|
|
130
|
+
) : (
|
|
131
|
+
<BackBtn theme={appliedTheme} style={topBackBtnStyle} onPress={onTopBackBtnPress} />
|
|
132
|
+
))}
|
|
133
|
+
|
|
134
|
+
<View style={styles.centerContent}>
|
|
135
|
+
{/* Logo */}
|
|
136
|
+
{renderLogo ? renderLogo() : logoUri ? <Logo logoUri={logoUri} /> : null}
|
|
137
|
+
|
|
138
|
+
{/* Title */}
|
|
139
|
+
{renderForgetPasswordHeader ? (
|
|
140
|
+
renderForgetPasswordHeader()
|
|
141
|
+
) : (
|
|
142
|
+
<Text style={[styles.title, titleStyle]} accessibilityRole="header" testID="title">
|
|
143
|
+
{title}
|
|
144
|
+
</Text>
|
|
145
|
+
)}
|
|
146
|
+
|
|
147
|
+
{/* Form */}
|
|
148
|
+
<View style={[styles.form, formStyle]} testID="form">
|
|
149
|
+
<Controller
|
|
150
|
+
control={control}
|
|
151
|
+
name="email"
|
|
152
|
+
rules={{
|
|
153
|
+
required: 'Email is required',
|
|
154
|
+
pattern: {
|
|
155
|
+
value: /^\S+@\S+\.\S+$/,
|
|
156
|
+
message: 'Enter a valid email address'
|
|
157
|
+
}
|
|
158
|
+
}}
|
|
159
|
+
render={({ field: { onChange, onBlur, value } }) => (
|
|
160
|
+
<Input.One
|
|
161
|
+
placeholder={text.emailPlaceholder || 'Enter your email'}
|
|
162
|
+
label={text.emailLabel || 'Email'}
|
|
163
|
+
value={value}
|
|
164
|
+
onChangeText={(inputText) => {
|
|
165
|
+
const sanitized = inputText.replace(/[^\w@.\-+]/g, '');
|
|
166
|
+
onChange(sanitized);
|
|
167
|
+
}}
|
|
168
|
+
onBlur={onBlur}
|
|
169
|
+
disabled={isSubmitDisabled}
|
|
170
|
+
error={!!touchedFields.email && !!errors.email}
|
|
171
|
+
errorMessage={errors.email?.message}
|
|
172
|
+
inputStyle={inputStyle}
|
|
173
|
+
containerStyle={inputContainerStyle}
|
|
174
|
+
theme={appliedTheme}
|
|
175
|
+
textContentType="emailAddress"
|
|
176
|
+
autoCapitalize="none"
|
|
177
|
+
keyboardType="email-address"
|
|
178
|
+
autoCorrect={false}
|
|
179
|
+
testID="email-input"
|
|
180
|
+
/>
|
|
181
|
+
)}
|
|
182
|
+
/>
|
|
183
|
+
|
|
184
|
+
{renderSubmitButton ? (
|
|
185
|
+
renderSubmitButton({
|
|
186
|
+
onPress: handleSubmit(handleFormSubmit),
|
|
187
|
+
disabled: isSubmitDisabled || !isValid,
|
|
188
|
+
loading: loadingSubmitBtn || isLoading
|
|
189
|
+
})
|
|
190
|
+
) : (
|
|
191
|
+
<Button.Primary
|
|
192
|
+
title={text.forgetPasswordButton || 'Continue'}
|
|
193
|
+
disabled={isSubmitDisabled || !isValid}
|
|
194
|
+
theme={appliedTheme}
|
|
195
|
+
loading={loadingSubmitBtn || isLoading}
|
|
196
|
+
loadingText={text.loadingSubmitBtnText || 'Please wait...'}
|
|
197
|
+
onPress={handleSubmit(handleFormSubmit)}
|
|
198
|
+
/>
|
|
199
|
+
)}
|
|
200
|
+
</View>
|
|
201
|
+
|
|
202
|
+
{/* Bottom Info Text */}
|
|
203
|
+
{!isKeyboardOpen && renderBottomInfoText ? (
|
|
204
|
+
renderBottomInfoText()
|
|
205
|
+
) : text.bottomInfoText ? (
|
|
206
|
+
<Text style={styles.bottomInfo} accessibilityRole="text" testID="bottom-info-text">
|
|
207
|
+
{text.bottomInfoText}
|
|
208
|
+
</Text>
|
|
209
|
+
) : null}
|
|
210
|
+
</View>
|
|
211
|
+
</View>
|
|
212
|
+
</HideKeyboard>
|
|
213
|
+
</BackgroundLayout>
|
|
214
|
+
);
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
export default React.memo(ForgetPassword);
|
|
218
|
+
|
|
219
|
+
const styles = StyleSheet.create({
|
|
220
|
+
container: {
|
|
221
|
+
flex: 1,
|
|
222
|
+
width: '100%',
|
|
223
|
+
paddingHorizontal: scale(20),
|
|
224
|
+
paddingTop: verticalScale(24),
|
|
225
|
+
paddingBottom: verticalScale(32),
|
|
226
|
+
justifyContent: 'center',
|
|
227
|
+
alignItems: 'center'
|
|
228
|
+
},
|
|
229
|
+
centerContent: {
|
|
230
|
+
width: '100%',
|
|
231
|
+
alignItems: 'center',
|
|
232
|
+
justifyContent: 'center',
|
|
233
|
+
gap: verticalScale(16)
|
|
234
|
+
},
|
|
235
|
+
title: {
|
|
236
|
+
fontSize: scale(24),
|
|
237
|
+
fontWeight: '700',
|
|
238
|
+
marginTop: verticalScale(12),
|
|
239
|
+
marginBottom: verticalScale(20),
|
|
240
|
+
textAlign: 'center'
|
|
241
|
+
},
|
|
242
|
+
form: {
|
|
243
|
+
width: '100%',
|
|
244
|
+
gap: verticalScale(14),
|
|
245
|
+
marginTop: verticalScale(8)
|
|
246
|
+
},
|
|
247
|
+
bottomInfo: {
|
|
248
|
+
marginTop: verticalScale(15),
|
|
249
|
+
fontSize: scale(12),
|
|
250
|
+
fontWeight: '500',
|
|
251
|
+
textAlign: 'center',
|
|
252
|
+
opacity: 0.7
|
|
253
|
+
}
|
|
254
|
+
});
|