@zezosoft/zezo-ott-react-native-ui-kit 0.1.0 → 1.0.1
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 +255 -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 +217 -0
- package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +1 -0
- package/lib/module/components/Auth/Login/LoginWithEmail.js +306 -0
- package/lib/module/components/Auth/Login/LoginWithEmail.js.map +1 -0
- package/lib/module/components/Auth/Login/LoginWithPhone.js +208 -0
- package/lib/module/components/Auth/Login/LoginWithPhone.js.map +1 -0
- package/lib/module/components/Auth/OTP/OTP.js +274 -0
- package/lib/module/components/Auth/OTP/OTP.js.map +1 -0
- package/lib/module/components/Auth/SignUp/SignUp.js +344 -0
- package/lib/module/components/Auth/SignUp/SignUp.js.map +1 -0
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js +132 -0
- package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +1 -0
- package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js +61 -0
- package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
- package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js +57 -0
- package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js +82 -0
- package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
- package/lib/module/components/Auth/index.js +23 -0
- package/lib/module/components/Auth/index.js.map +1 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js +124 -0
- package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -0
- package/lib/module/components/BlogView/BlogView.js +211 -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 +169 -0
- package/lib/module/components/Button/MenuBtn.js.map +1 -0
- package/lib/module/components/Button/PrimaryBtn.js +83 -0
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -0
- package/lib/module/components/Button/TextButton.js +89 -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 +182 -0
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +355 -0
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +315 -0
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -0
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +199 -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 +198 -0
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Four.js +204 -0
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/One.js +200 -0
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +216 -0
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Six.js +209 -0
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Three.js +214 -0
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js +287 -0
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -0
- package/lib/module/components/Content/Card/Styles/Two.js +217 -0
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -0
- package/lib/module/components/Content/Card/components/CardPoster.js +183 -0
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js +57 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -0
- package/lib/module/components/Content/Card/components/NoContentFallback.js +116 -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 +129 -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 +127 -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/MoreContentList.js +211 -0
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -0
- package/lib/module/components/ContentView/components/AboutSection.js +115 -0
- package/lib/module/components/ContentView/components/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/components/CastCard.js +191 -0
- package/lib/module/components/ContentView/components/CastCard.js.map +1 -0
- package/lib/module/components/ContentView/components/EpisodeCard.js +393 -0
- package/lib/module/components/ContentView/components/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/components/GenreTags.js +78 -0
- package/lib/module/components/ContentView/components/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/components/HeroBanner.js +223 -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 +104 -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 +10 -0
- package/lib/module/components/ContentView/index.js.map +1 -0
- package/lib/module/components/Headers/AppHeader.js +96 -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 +11 -14
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +12 -10
- 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 +126 -0
- package/lib/module/components/Input/InputOne.js.map +1 -0
- package/lib/module/components/Input/InputTwo.js +153 -0
- package/lib/module/components/Input/InputTwo.js.map +1 -0
- package/lib/module/components/Input/PhoneNumberInput.js +285 -0
- package/lib/module/components/Input/PhoneNumberInput.js.map +1 -0
- package/lib/module/components/Keyboard/HideKeyboard.js +69 -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 +43 -5
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/Search/One.js +193 -0
- package/lib/module/components/Search/One.js.map +1 -0
- package/lib/module/components/Search/components/RecentSearchesSection.js +161 -0
- package/lib/module/components/Search/components/RecentSearchesSection.js.map +1 -0
- package/lib/module/components/Search/components/SearchCard.js +182 -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 +226 -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/Subscription/SubOne.js +333 -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 +146 -0
- package/lib/module/components/TabBar/One.js.map +1 -0
- package/lib/module/components/TabBar/Three.js +131 -0
- package/lib/module/components/TabBar/Three.js.map +1 -0
- package/lib/module/components/TabBar/Two.js +133 -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 +315 -0
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js +117 -0
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -0
- package/lib/module/components/User/WatchLater/WatchLater.js +275 -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 +164 -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 +18 -5
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/SafeAreaWrapper.js +34 -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 +116 -0
- package/lib/module/hooks/useInitSplashCacheSync.js.map +1 -0
- package/lib/module/hooks/useKeyboard.js +31 -0
- package/lib/module/hooks/useKeyboard.js.map +1 -0
- package/lib/module/hooks/usePaginatedSection.js +64 -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 +90 -0
- package/lib/module/theme/ThemeProvider.js.map +1 -0
- package/lib/module/theme/hook/useTheme.js +45 -0
- package/lib/module/theme/hook/useTheme.js.map +1 -0
- package/lib/module/theme/index.js +10 -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 +51 -0
- package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts +69 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts +57 -0
- package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts +62 -0
- package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts +65 -0
- package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts +34 -0
- package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts +16 -0
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts +19 -0
- package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/index.d.ts +230 -0
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts +16 -0
- package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -0
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +29 -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 +17 -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 +24 -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 +59 -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/MoreContentList.d.ts +27 -0
- package/lib/typescript/src/components/ContentView/MoreContentList.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 +7 -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 +4 -3
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +4 -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/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 +15 -2
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +13 -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 +12 -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 +23 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -0
- package/lib/typescript/src/theme/hook/useTheme.d.ts +9 -0
- package/lib/typescript/src/theme/hook/useTheme.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +7 -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 +139 -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 +74 -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 +289 -0
- package/src/components/Account/index.ts +1 -0
- package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +273 -0
- package/src/components/Auth/Login/LoginWithEmail.tsx +376 -0
- package/src/components/Auth/Login/LoginWithPhone.tsx +263 -0
- package/src/components/Auth/OTP/OTP.tsx +357 -0
- package/src/components/Auth/SignUp/SignUp.tsx +401 -0
- package/src/components/Auth/SplashScreen/SplashScreen.tsx +166 -0
- package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +66 -0
- package/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.tsx +71 -0
- package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +103 -0
- package/src/components/Auth/index.ts +22 -0
- package/src/components/BackgroundLayout/BackgroundLayout.tsx +136 -0
- package/src/components/BlogView/BlogView.tsx +215 -0
- package/src/components/BlogView/index.ts +8 -0
- package/src/components/Button/BackBtn.tsx +83 -0
- package/src/components/Button/MenuBtn.tsx +190 -0
- package/src/components/Button/PrimaryBtn.tsx +89 -0
- package/src/components/Button/TextButton.tsx +108 -0
- package/src/components/Button/index.ts +16 -0
- package/src/components/Content/Card/Category/Category.tsx +263 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +413 -0
- package/src/components/Content/Card/Sliders/Styles/One.tsx +321 -0
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +210 -0
- package/src/components/{Section → Content}/Card/Sliders/index.ts +3 -1
- package/src/components/Content/Card/Styles/Five.tsx +241 -0
- package/src/components/Content/Card/Styles/Four.tsx +246 -0
- package/src/components/Content/Card/Styles/One.tsx +242 -0
- package/src/components/Content/Card/Styles/RotateInOut.tsx +280 -0
- package/src/components/Content/Card/Styles/Six.tsx +249 -0
- package/src/components/Content/Card/Styles/Three.tsx +279 -0
- package/src/components/Content/Card/Styles/TopTen.tsx +338 -0
- package/src/components/Content/Card/Styles/Two.tsx +290 -0
- package/src/components/Content/Card/components/CardPoster.tsx +217 -0
- package/src/components/Content/Card/components/NavigateToMore.tsx +59 -0
- package/src/components/Content/Card/components/NoContentFallback.tsx +130 -0
- package/src/components/Content/Card/components/ShowAllButton.tsx +83 -0
- package/src/components/Content/Card/components/ThumbnailCard.tsx +151 -0
- package/src/components/Content/Card/index.ts +30 -0
- package/src/components/Content/Content.tsx +218 -0
- package/src/components/Content/Sections.tsx +169 -0
- package/src/components/ContentView/ContentView.tsx +137 -0
- package/src/components/ContentView/MoreContentList.tsx +238 -0
- package/src/components/ContentView/components/AboutSection.tsx +139 -0
- package/src/components/ContentView/components/CastCard.tsx +213 -0
- package/src/components/ContentView/components/EpisodeCard.tsx +454 -0
- package/src/components/ContentView/components/GenreTags.tsx +93 -0
- package/src/components/ContentView/components/HeroBanner.tsx +245 -0
- package/src/components/ContentView/components/PlayButton.tsx +37 -0
- package/src/components/ContentView/components/Title.tsx +121 -0
- package/src/components/ContentView/components/TrailerButton.tsx +53 -0
- package/src/components/ContentView/index.ts +7 -0
- package/src/components/Headers/AppHeader.tsx +108 -0
- package/src/components/Headers/One.tsx +34 -28
- package/src/components/Headers/Three.tsx +14 -24
- package/src/components/Headers/Two.tsx +16 -23
- 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 +162 -0
- package/src/components/Input/InputTwo.tsx +189 -0
- package/src/components/Input/PhoneNumberInput.tsx +383 -0
- package/src/components/Keyboard/HideKeyboard.tsx +82 -0
- package/src/components/Loader/Loader.tsx +2 -2
- package/src/components/Logo/Logo.tsx +70 -26
- package/src/components/Search/One.tsx +229 -0
- package/src/components/Search/components/RecentSearchesSection.tsx +154 -0
- package/src/components/Search/components/SearchCard.tsx +194 -0
- package/src/components/Search/index.ts +16 -0
- package/src/components/Settings/AppSettings.tsx +288 -0
- package/src/components/Settings/index.ts +1 -0
- package/src/components/Subscription/SubOne.tsx +337 -0
- package/src/components/Subscription/index.ts +12 -0
- package/src/components/TabBar/One.tsx +202 -0
- package/src/components/TabBar/Three.tsx +148 -0
- package/src/components/TabBar/Two.tsx +153 -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 +374 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +173 -0
- package/src/components/User/WatchLater/WatchLater.tsx +293 -0
- package/src/components/User/components/UserAvatar.tsx +43 -0
- package/src/components/User/components/UserSection.tsx +182 -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 +15 -2
- package/src/components/layout/SafeAreaWrapper.tsx +39 -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 +146 -0
- package/src/hooks/useKeyboard.ts +34 -0
- package/src/hooks/usePaginatedSection.ts +78 -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 +107 -0
- package/src/theme/hook/useTheme.ts +41 -0
- package/src/theme/index.ts +7 -0
- package/src/theme/themes.ts +210 -123
- package/src/types/content/content-view.types.ts +148 -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,153 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Fri 04 Jul 2025 at 10:53 PM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { useState } from 'react';
|
|
9
|
+
import { StyleSheet, View, Text, TextInput, TouchableOpacity } from 'react-native';
|
|
10
|
+
import { Eye, EyeOff } from 'lucide-react-native';
|
|
11
|
+
import { scale, verticalScale, moderateScale } from 'react-native-size-matters';
|
|
12
|
+
import { useTheme } from '../../theme/hook/useTheme';
|
|
13
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
|
+
const InputTwo = ({
|
|
16
|
+
containerStyle,
|
|
17
|
+
inputStyle,
|
|
18
|
+
error,
|
|
19
|
+
errorMessage,
|
|
20
|
+
secureTextEntry,
|
|
21
|
+
theme,
|
|
22
|
+
label,
|
|
23
|
+
placeholderTextColor,
|
|
24
|
+
disabled,
|
|
25
|
+
leftIcon,
|
|
26
|
+
onPressLeftIcon,
|
|
27
|
+
rightIcon,
|
|
28
|
+
onPressRightIcon,
|
|
29
|
+
...props
|
|
30
|
+
}) => {
|
|
31
|
+
const {
|
|
32
|
+
theme: appliedTheme
|
|
33
|
+
} = useTheme(theme);
|
|
34
|
+
const [showPassword, setShowPassword] = useState(false);
|
|
35
|
+
const isPasswordField = !!secureTextEntry;
|
|
36
|
+
const inputSecure = isPasswordField && !showPassword;
|
|
37
|
+
const {
|
|
38
|
+
textPrimary,
|
|
39
|
+
textDisabled,
|
|
40
|
+
outline,
|
|
41
|
+
outlineDisabled,
|
|
42
|
+
error: inputErrorColor,
|
|
43
|
+
backgroundDisabled,
|
|
44
|
+
errorContainer,
|
|
45
|
+
skeletonBaseColor
|
|
46
|
+
} = appliedTheme?.colors || {};
|
|
47
|
+
const computedBorderColor = disabled ? outline : error ? inputErrorColor : outlineDisabled;
|
|
48
|
+
const computedBackgroundColor = disabled ? backgroundDisabled : error ? errorContainer : skeletonBaseColor;
|
|
49
|
+
const computedTextColor = disabled ? textDisabled : error ? inputErrorColor : textPrimary;
|
|
50
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
51
|
+
style: [styles.container, containerStyle],
|
|
52
|
+
children: [label && /*#__PURE__*/_jsx(View, {
|
|
53
|
+
style: [styles.labelContainer, {
|
|
54
|
+
backgroundColor: skeletonBaseColor,
|
|
55
|
+
borderRadius: scale(3)
|
|
56
|
+
}],
|
|
57
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
58
|
+
style: [styles.label, {
|
|
59
|
+
color: computedTextColor
|
|
60
|
+
}],
|
|
61
|
+
children: label
|
|
62
|
+
})
|
|
63
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
64
|
+
style: [styles.inputWrapper, {
|
|
65
|
+
borderColor: computedBorderColor,
|
|
66
|
+
backgroundColor: computedBackgroundColor
|
|
67
|
+
}],
|
|
68
|
+
children: [leftIcon && /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
69
|
+
disabled: !onPressLeftIcon,
|
|
70
|
+
activeOpacity: onPressLeftIcon ? 0.8 : 1,
|
|
71
|
+
onPress: onPressLeftIcon,
|
|
72
|
+
style: styles.iconWrapper,
|
|
73
|
+
accessibilityRole: "button",
|
|
74
|
+
children: leftIcon
|
|
75
|
+
}), /*#__PURE__*/_jsx(TextInput, {
|
|
76
|
+
...props,
|
|
77
|
+
editable: !disabled,
|
|
78
|
+
placeholderTextColor: placeholderTextColor || textPrimary,
|
|
79
|
+
secureTextEntry: inputSecure,
|
|
80
|
+
style: [styles.input, {
|
|
81
|
+
color: computedTextColor
|
|
82
|
+
}, inputStyle]
|
|
83
|
+
}), rightIcon ? /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
84
|
+
activeOpacity: 0.8,
|
|
85
|
+
disabled: !onPressRightIcon,
|
|
86
|
+
onPress: onPressRightIcon,
|
|
87
|
+
style: styles.iconWrapper,
|
|
88
|
+
accessibilityRole: "button",
|
|
89
|
+
children: rightIcon
|
|
90
|
+
}) : isPasswordField ? /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
91
|
+
onPress: () => setShowPassword(prev => !prev),
|
|
92
|
+
disabled: disabled,
|
|
93
|
+
activeOpacity: 0.8,
|
|
94
|
+
style: styles.iconWrapper,
|
|
95
|
+
children: showPassword ? /*#__PURE__*/_jsx(EyeOff, {
|
|
96
|
+
size: scale(20),
|
|
97
|
+
color: textPrimary
|
|
98
|
+
}) : /*#__PURE__*/_jsx(Eye, {
|
|
99
|
+
size: scale(20),
|
|
100
|
+
color: textPrimary
|
|
101
|
+
})
|
|
102
|
+
}) : null]
|
|
103
|
+
}), error && errorMessage && /*#__PURE__*/_jsx(Text, {
|
|
104
|
+
style: [styles.errorText, {
|
|
105
|
+
color: inputErrorColor
|
|
106
|
+
}],
|
|
107
|
+
children: errorMessage
|
|
108
|
+
})]
|
|
109
|
+
});
|
|
110
|
+
};
|
|
111
|
+
export default InputTwo;
|
|
112
|
+
const styles = StyleSheet.create({
|
|
113
|
+
container: {
|
|
114
|
+
width: '100%',
|
|
115
|
+
marginBottom: verticalScale(5)
|
|
116
|
+
},
|
|
117
|
+
labelContainer: {
|
|
118
|
+
position: 'absolute',
|
|
119
|
+
top: -9,
|
|
120
|
+
left: scale(12),
|
|
121
|
+
zIndex: 1,
|
|
122
|
+
paddingHorizontal: scale(4)
|
|
123
|
+
},
|
|
124
|
+
label: {
|
|
125
|
+
fontSize: RFValue(11),
|
|
126
|
+
fontWeight: '500',
|
|
127
|
+
backgroundColor: 'transparent'
|
|
128
|
+
},
|
|
129
|
+
inputWrapper: {
|
|
130
|
+
width: '100%',
|
|
131
|
+
borderWidth: scale(0.5),
|
|
132
|
+
borderRadius: moderateScale(7.18),
|
|
133
|
+
paddingHorizontal: scale(10),
|
|
134
|
+
paddingVertical: verticalScale(6),
|
|
135
|
+
flexDirection: 'row',
|
|
136
|
+
alignItems: 'center'
|
|
137
|
+
},
|
|
138
|
+
iconWrapper: {
|
|
139
|
+
marginHorizontal: scale(5)
|
|
140
|
+
},
|
|
141
|
+
input: {
|
|
142
|
+
flex: 1,
|
|
143
|
+
fontSize: RFValue(14),
|
|
144
|
+
minHeight: verticalScale(30),
|
|
145
|
+
padding: 0
|
|
146
|
+
},
|
|
147
|
+
errorText: {
|
|
148
|
+
fontSize: RFValue(11),
|
|
149
|
+
marginTop: verticalScale(4),
|
|
150
|
+
marginLeft: scale(8)
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
//# sourceMappingURL=InputTwo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useState","StyleSheet","View","Text","TextInput","TouchableOpacity","Eye","EyeOff","scale","verticalScale","moderateScale","useTheme","RFValue","jsx","_jsx","jsxs","_jsxs","InputTwo","containerStyle","inputStyle","error","errorMessage","secureTextEntry","theme","label","placeholderTextColor","disabled","leftIcon","onPressLeftIcon","rightIcon","onPressRightIcon","props","appliedTheme","showPassword","setShowPassword","isPasswordField","inputSecure","textPrimary","textDisabled","outline","outlineDisabled","inputErrorColor","backgroundDisabled","errorContainer","skeletonBaseColor","colors","computedBorderColor","computedBackgroundColor","computedTextColor","style","styles","container","children","labelContainer","backgroundColor","borderRadius","color","inputWrapper","borderColor","activeOpacity","onPress","iconWrapper","accessibilityRole","editable","input","prev","size","errorText","create","width","marginBottom","position","top","left","zIndex","paddingHorizontal","fontSize","fontWeight","borderWidth","paddingVertical","flexDirection","alignItems","marginHorizontal","flex","minHeight","padding","marginTop","marginLeft"],"sourceRoot":"../../../../src","sources":["components/Input/InputTwo.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Mon 16 Jun 2025 at 12:35 PM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { useRef, useState, useCallback, useMemo, useEffect } from 'react';
|
|
9
|
+
import { StyleSheet, View, Text, Animated } from 'react-native';
|
|
10
|
+
import PhoneInput from 'react-native-phone-number-input';
|
|
11
|
+
import { scale, verticalScale, moderateScale } from 'react-native-size-matters';
|
|
12
|
+
import { ChevronDown } from 'lucide-react-native';
|
|
13
|
+
import { getExampleNumber } from 'libphonenumber-js';
|
|
14
|
+
import examples from 'libphonenumber-js/mobile/examples';
|
|
15
|
+
import { parsePhoneNumberFromString } from 'libphonenumber-js';
|
|
16
|
+
import debounce from 'lodash.debounce';
|
|
17
|
+
import { useTheme } from '../../theme/hook/useTheme';
|
|
18
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
19
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
|
+
const getMaxLengthForCountry = (countryCode, defaultMaxLength) => {
|
|
21
|
+
try {
|
|
22
|
+
const example = getExampleNumber(countryCode, examples);
|
|
23
|
+
return example?.nationalNumber?.length ?? defaultMaxLength;
|
|
24
|
+
} catch (error) {
|
|
25
|
+
console.warn(`Failed to get max length for country ${countryCode}:`, error);
|
|
26
|
+
return defaultMaxLength;
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
const PhoneNumberInputOne = ({
|
|
30
|
+
value = '',
|
|
31
|
+
onChangeText,
|
|
32
|
+
label,
|
|
33
|
+
placeholder = 'Enter phone number',
|
|
34
|
+
error = false,
|
|
35
|
+
errorMessage,
|
|
36
|
+
inputStyle,
|
|
37
|
+
containerStyle,
|
|
38
|
+
theme: propTheme,
|
|
39
|
+
accessibilityLabel = label || 'Phone number input',
|
|
40
|
+
accessibilityHint,
|
|
41
|
+
disabled = false
|
|
42
|
+
}) => {
|
|
43
|
+
const phoneInputRef = useRef(null);
|
|
44
|
+
const {
|
|
45
|
+
theme: appliedTheme
|
|
46
|
+
} = useTheme(propTheme);
|
|
47
|
+
const [inputError, setInputError] = useState(null);
|
|
48
|
+
const [isFocused, setIsFocused] = useState(false);
|
|
49
|
+
const errorAnimation = useRef(new Animated.Value(0)).current;
|
|
50
|
+
|
|
51
|
+
// ✅ Hard set country to India
|
|
52
|
+
useEffect(() => {
|
|
53
|
+
phoneInputRef.current?.getCountryCode();
|
|
54
|
+
}, []);
|
|
55
|
+
useEffect(() => {
|
|
56
|
+
if (inputError || error) {
|
|
57
|
+
Animated.timing(errorAnimation, {
|
|
58
|
+
toValue: 1,
|
|
59
|
+
duration: 300,
|
|
60
|
+
useNativeDriver: true
|
|
61
|
+
}).start();
|
|
62
|
+
} else {
|
|
63
|
+
Animated.timing(errorAnimation, {
|
|
64
|
+
toValue: 0,
|
|
65
|
+
duration: 300,
|
|
66
|
+
useNativeDriver: true
|
|
67
|
+
}).start();
|
|
68
|
+
}
|
|
69
|
+
}, [inputError, error, errorAnimation]);
|
|
70
|
+
const validatePhoneNumber = useCallback((formattedText, inputCallingCode) => {
|
|
71
|
+
const rawInput = formattedText.replace(/[^\d]/g, '');
|
|
72
|
+
const fullRawNumber = `+${inputCallingCode}${rawInput}`;
|
|
73
|
+
const parsedNumber = parsePhoneNumberFromString(fullRawNumber);
|
|
74
|
+
const maxLength = getMaxLengthForCountry('IN', 10);
|
|
75
|
+
if (!rawInput) {
|
|
76
|
+
setInputError(null);
|
|
77
|
+
onChangeText({
|
|
78
|
+
fullNumber: '',
|
|
79
|
+
formattedNumber: formattedText,
|
|
80
|
+
countryCode: inputCallingCode
|
|
81
|
+
});
|
|
82
|
+
return;
|
|
83
|
+
}
|
|
84
|
+
if (!parsedNumber || !inputCallingCode) {
|
|
85
|
+
setInputError('Invalid phone number format');
|
|
86
|
+
onChangeText({
|
|
87
|
+
fullNumber: '',
|
|
88
|
+
formattedNumber: formattedText,
|
|
89
|
+
countryCode: inputCallingCode
|
|
90
|
+
});
|
|
91
|
+
return;
|
|
92
|
+
}
|
|
93
|
+
if (rawInput.length > maxLength) {
|
|
94
|
+
setInputError(`Phone number must not exceed ${maxLength} digits`);
|
|
95
|
+
onChangeText({
|
|
96
|
+
fullNumber: '',
|
|
97
|
+
formattedNumber: formattedText,
|
|
98
|
+
countryCode: inputCallingCode
|
|
99
|
+
});
|
|
100
|
+
return;
|
|
101
|
+
}
|
|
102
|
+
if (rawInput.length < maxLength) {
|
|
103
|
+
setInputError(`Phone number must be at least ${maxLength} digits`);
|
|
104
|
+
onChangeText({
|
|
105
|
+
fullNumber: '',
|
|
106
|
+
formattedNumber: formattedText,
|
|
107
|
+
countryCode: inputCallingCode
|
|
108
|
+
});
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
const isValid = parsedNumber.isValid();
|
|
112
|
+
const e164 = parsedNumber.number;
|
|
113
|
+
if (isValid && e164) {
|
|
114
|
+
setInputError(null);
|
|
115
|
+
onChangeText({
|
|
116
|
+
fullNumber: e164,
|
|
117
|
+
formattedNumber: formattedText,
|
|
118
|
+
countryCode: inputCallingCode
|
|
119
|
+
});
|
|
120
|
+
} else {
|
|
121
|
+
setInputError('Please enter a valid phone number');
|
|
122
|
+
onChangeText({
|
|
123
|
+
fullNumber: '',
|
|
124
|
+
formattedNumber: formattedText,
|
|
125
|
+
countryCode: inputCallingCode
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
}, [onChangeText]);
|
|
129
|
+
const debouncedHandlePhoneChange = useMemo(() => debounce(formattedText => {
|
|
130
|
+
const currentCallingCode = phoneInputRef.current?.getCallingCode();
|
|
131
|
+
validatePhoneNumber(formattedText, currentCallingCode || '');
|
|
132
|
+
}, 300), [validatePhoneNumber]);
|
|
133
|
+
useEffect(() => {
|
|
134
|
+
return () => {
|
|
135
|
+
debouncedHandlePhoneChange.cancel();
|
|
136
|
+
};
|
|
137
|
+
}, [debouncedHandlePhoneChange]);
|
|
138
|
+
const maxLength = useMemo(() => getMaxLengthForCountry('IN', 10), []);
|
|
139
|
+
const inputWrapperStyle = useMemo(() => [styles.inputWrapper, {
|
|
140
|
+
borderColor: disabled ? appliedTheme.colors.outlineDisabled : inputError || error ? appliedTheme.colors.error : isFocused ? appliedTheme.colors.primary : appliedTheme.colors.outline,
|
|
141
|
+
backgroundColor: disabled ? appliedTheme.colors.backgroundDisabled : inputError || error ? appliedTheme.colors.errorContainer : appliedTheme.colors.background,
|
|
142
|
+
borderWidth: isFocused ? scale(1.5) : scale(1)
|
|
143
|
+
}], [disabled, appliedTheme.colors.outlineDisabled, appliedTheme.colors.error, appliedTheme.colors.primary, appliedTheme.colors.outline, appliedTheme.colors.backgroundDisabled, appliedTheme.colors.errorContainer, appliedTheme.colors.background, inputError, error, isFocused]);
|
|
144
|
+
const computedAccessibilityLabel = useMemo(() => `${accessibilityLabel}, country code: +91${inputError || error ? `, error: ${inputError || errorMessage || 'Invalid phone number'}` : ''}`, [accessibilityLabel, inputError, error, errorMessage]);
|
|
145
|
+
return /*#__PURE__*/_jsxs(Animated.View, {
|
|
146
|
+
style: [styles.container, containerStyle, {
|
|
147
|
+
opacity: errorAnimation.interpolate({
|
|
148
|
+
inputRange: [0, 1],
|
|
149
|
+
outputRange: [1, 0.95]
|
|
150
|
+
})
|
|
151
|
+
}],
|
|
152
|
+
children: [label && /*#__PURE__*/_jsx(View, {
|
|
153
|
+
style: [styles.labelContainer, {
|
|
154
|
+
backgroundColor: appliedTheme.colors.background
|
|
155
|
+
}],
|
|
156
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
157
|
+
style: [styles.label, {
|
|
158
|
+
color: disabled ? appliedTheme.colors.textDisabled : error || inputError ? appliedTheme.colors.error : appliedTheme.colors.textPrimary
|
|
159
|
+
}],
|
|
160
|
+
children: label
|
|
161
|
+
})
|
|
162
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
163
|
+
style: inputWrapperStyle,
|
|
164
|
+
children: /*#__PURE__*/_jsx(PhoneInput, {
|
|
165
|
+
ref: phoneInputRef,
|
|
166
|
+
defaultCode: "IN",
|
|
167
|
+
layout: "second",
|
|
168
|
+
value: value,
|
|
169
|
+
onChangeText: debouncedHandlePhoneChange,
|
|
170
|
+
withShadow: false,
|
|
171
|
+
autoFocus: false,
|
|
172
|
+
disabled: disabled,
|
|
173
|
+
placeholder: placeholder,
|
|
174
|
+
containerStyle: [styles.phoneInputContainer, {
|
|
175
|
+
backgroundColor: 'transparent'
|
|
176
|
+
}],
|
|
177
|
+
textContainerStyle: [styles.phoneInputTextContainer, {
|
|
178
|
+
backgroundColor: 'transparent'
|
|
179
|
+
}],
|
|
180
|
+
textInputStyle: [styles.textInput, {
|
|
181
|
+
color: disabled ? appliedTheme.colors.textDisabled : appliedTheme.colors.textPrimary,
|
|
182
|
+
backgroundColor: 'transparent'
|
|
183
|
+
}, inputStyle],
|
|
184
|
+
codeTextStyle: [styles.codeTextStyle, {
|
|
185
|
+
color: disabled ? appliedTheme.colors.textDisabled : error || inputError ? appliedTheme.colors.onErrorContainer : appliedTheme.colors.textPrimary,
|
|
186
|
+
backgroundColor: 'transparent'
|
|
187
|
+
}],
|
|
188
|
+
countryPickerButtonStyle: [styles.countryPickerButtonStyle, {
|
|
189
|
+
backgroundColor: 'transparent'
|
|
190
|
+
}],
|
|
191
|
+
renderDropdownImage: /*#__PURE__*/_jsx(ChevronDown, {
|
|
192
|
+
color: disabled ? appliedTheme.colors.textDisabled : error || inputError ? appliedTheme.colors.error : appliedTheme.colors.textPrimary,
|
|
193
|
+
size: scale(18)
|
|
194
|
+
}),
|
|
195
|
+
textInputProps: {
|
|
196
|
+
keyboardType: 'numeric',
|
|
197
|
+
maxLength,
|
|
198
|
+
placeholderTextColor: disabled ? appliedTheme.colors.textDisabled : appliedTheme.colors.textSecondary,
|
|
199
|
+
accessibilityLabel: computedAccessibilityLabel,
|
|
200
|
+
accessibilityHint: accessibilityHint,
|
|
201
|
+
cursorColor: inputError || error ? appliedTheme.colors.error : appliedTheme.colors.primary,
|
|
202
|
+
selectionColor: inputError || error ? appliedTheme.colors.error : appliedTheme.colors.primary,
|
|
203
|
+
onFocus: () => setIsFocused(true),
|
|
204
|
+
onBlur: () => setIsFocused(false)
|
|
205
|
+
},
|
|
206
|
+
withDarkTheme: appliedTheme.dark
|
|
207
|
+
})
|
|
208
|
+
}), (error || inputError) && /*#__PURE__*/_jsx(Text, {
|
|
209
|
+
style: [styles.errorText, {
|
|
210
|
+
color: appliedTheme.colors.onErrorContainer
|
|
211
|
+
}],
|
|
212
|
+
children: inputError || errorMessage || 'Invalid phone number'
|
|
213
|
+
})]
|
|
214
|
+
});
|
|
215
|
+
};
|
|
216
|
+
export default /*#__PURE__*/React.memo(PhoneNumberInputOne);
|
|
217
|
+
const styles = StyleSheet.create({
|
|
218
|
+
container: {
|
|
219
|
+
width: '100%',
|
|
220
|
+
marginBottom: verticalScale(16)
|
|
221
|
+
},
|
|
222
|
+
labelContainer: {
|
|
223
|
+
position: 'absolute',
|
|
224
|
+
top: -verticalScale(7),
|
|
225
|
+
left: scale(12),
|
|
226
|
+
zIndex: 1,
|
|
227
|
+
paddingHorizontal: scale(6),
|
|
228
|
+
borderRadius: scale(4)
|
|
229
|
+
},
|
|
230
|
+
label: {
|
|
231
|
+
fontSize: RFValue(10),
|
|
232
|
+
fontWeight: '500',
|
|
233
|
+
letterSpacing: 0.3
|
|
234
|
+
},
|
|
235
|
+
inputWrapper: {
|
|
236
|
+
width: '100%',
|
|
237
|
+
height: verticalScale(50),
|
|
238
|
+
borderRadius: moderateScale(12),
|
|
239
|
+
paddingHorizontal: scale(8),
|
|
240
|
+
flexDirection: 'row',
|
|
241
|
+
alignItems: 'center',
|
|
242
|
+
shadowColor: 'transparent',
|
|
243
|
+
shadowOffset: {
|
|
244
|
+
width: 0,
|
|
245
|
+
height: 0
|
|
246
|
+
},
|
|
247
|
+
shadowOpacity: 0,
|
|
248
|
+
shadowRadius: 0,
|
|
249
|
+
elevation: 0
|
|
250
|
+
},
|
|
251
|
+
phoneInputContainer: {
|
|
252
|
+
flex: 1,
|
|
253
|
+
borderWidth: 0,
|
|
254
|
+
elevation: 0
|
|
255
|
+
},
|
|
256
|
+
phoneInputTextContainer: {
|
|
257
|
+
flex: 1,
|
|
258
|
+
paddingVertical: 0,
|
|
259
|
+
paddingHorizontal: scale(2),
|
|
260
|
+
alignItems: 'center'
|
|
261
|
+
},
|
|
262
|
+
textInput: {
|
|
263
|
+
flex: 1,
|
|
264
|
+
fontSize: RFValue(16),
|
|
265
|
+
padding: 0,
|
|
266
|
+
fontWeight: '400'
|
|
267
|
+
},
|
|
268
|
+
codeTextStyle: {
|
|
269
|
+
fontSize: RFValue(16),
|
|
270
|
+
fontWeight: '500'
|
|
271
|
+
},
|
|
272
|
+
countryPickerButtonStyle: {
|
|
273
|
+
marginRight: scale(-4),
|
|
274
|
+
padding: scale(2),
|
|
275
|
+
marginLeft: scale(-4)
|
|
276
|
+
},
|
|
277
|
+
errorText: {
|
|
278
|
+
fontSize: RFValue(10),
|
|
279
|
+
marginTop: verticalScale(8),
|
|
280
|
+
marginLeft: scale(12),
|
|
281
|
+
fontWeight: '400',
|
|
282
|
+
opacity: 0.9
|
|
283
|
+
}
|
|
284
|
+
});
|
|
285
|
+
//# sourceMappingURL=PhoneNumberInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useRef","useState","useCallback","useMemo","useEffect","StyleSheet","View","Text","Animated","PhoneInput","scale","verticalScale","moderateScale","ChevronDown","getExampleNumber","examples","parsePhoneNumberFromString","debounce","useTheme","RFValue","jsx","_jsx","jsxs","_jsxs","getMaxLengthForCountry","countryCode","defaultMaxLength","example","nationalNumber","length","error","console","warn","PhoneNumberInputOne","value","onChangeText","label","placeholder","errorMessage","inputStyle","containerStyle","theme","propTheme","accessibilityLabel","accessibilityHint","disabled","phoneInputRef","appliedTheme","inputError","setInputError","isFocused","setIsFocused","errorAnimation","Value","current","getCountryCode","timing","toValue","duration","useNativeDriver","start","validatePhoneNumber","formattedText","inputCallingCode","rawInput","replace","fullRawNumber","parsedNumber","maxLength","fullNumber","formattedNumber","isValid","e164","number","debouncedHandlePhoneChange","currentCallingCode","getCallingCode","cancel","inputWrapperStyle","styles","inputWrapper","borderColor","colors","outlineDisabled","primary","outline","backgroundColor","backgroundDisabled","errorContainer","background","borderWidth","computedAccessibilityLabel","style","container","opacity","interpolate","inputRange","outputRange","children","labelContainer","color","textDisabled","textPrimary","ref","defaultCode","layout","withShadow","autoFocus","phoneInputContainer","textContainerStyle","phoneInputTextContainer","textInputStyle","textInput","codeTextStyle","onErrorContainer","countryPickerButtonStyle","renderDropdownImage","size","textInputProps","keyboardType","placeholderTextColor","textSecondary","cursorColor","selectionColor","onFocus","onBlur","withDarkTheme","dark","errorText","memo","create","width","marginBottom","position","top","left","zIndex","paddingHorizontal","borderRadius","fontSize","fontWeight","letterSpacing","height","flexDirection","alignItems","shadowColor","shadowOffset","shadowOpacity","shadowRadius","elevation","flex","paddingVertical","padding","marginRight","marginLeft","marginTop"],"sourceRoot":"../../../../src","sources":["components/Input/PhoneNumberInput.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Fri 08 Aug 2025 at 08:14 AM
|
|
6
|
+
*/
|
|
7
|
+
import React, { useEffect, useRef } from 'react';
|
|
8
|
+
import { TouchableWithoutFeedback, Keyboard, KeyboardAvoidingView, StyleSheet, Animated, Platform, StatusBar } from 'react-native';
|
|
9
|
+
import { scale } from 'react-native-size-matters';
|
|
10
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
|
+
const HideKeyboard = ({
|
|
12
|
+
children,
|
|
13
|
+
containerStyle,
|
|
14
|
+
behavior = 'padding',
|
|
15
|
+
keyboardVerticalOffset = scale(-160)
|
|
16
|
+
}) => {
|
|
17
|
+
const fadeAnim = useRef(new Animated.Value(1)).current;
|
|
18
|
+
|
|
19
|
+
// Platform-based offset
|
|
20
|
+
const offset = keyboardVerticalOffset ?? (Platform.OS === 'ios' ? 0 : StatusBar.currentHeight ?? 0);
|
|
21
|
+
useEffect(() => {
|
|
22
|
+
const showEvent = Platform.OS === 'ios' ? 'keyboardWillShow' : 'keyboardDidShow';
|
|
23
|
+
const hideEvent = Platform.OS === 'ios' ? 'keyboardWillHide' : 'keyboardDidHide';
|
|
24
|
+
const showSub = Keyboard.addListener(showEvent, () => {
|
|
25
|
+
Animated.timing(fadeAnim, {
|
|
26
|
+
toValue: 0.98,
|
|
27
|
+
duration: 250,
|
|
28
|
+
useNativeDriver: true
|
|
29
|
+
}).start();
|
|
30
|
+
});
|
|
31
|
+
const hideSub = Keyboard.addListener(hideEvent, () => {
|
|
32
|
+
Animated.timing(fadeAnim, {
|
|
33
|
+
toValue: 1,
|
|
34
|
+
duration: 250,
|
|
35
|
+
useNativeDriver: true
|
|
36
|
+
}).start();
|
|
37
|
+
});
|
|
38
|
+
return () => {
|
|
39
|
+
showSub.remove();
|
|
40
|
+
hideSub.remove();
|
|
41
|
+
};
|
|
42
|
+
}, [fadeAnim]);
|
|
43
|
+
return /*#__PURE__*/_jsx(KeyboardAvoidingView, {
|
|
44
|
+
style: [styles.keyboardAvoidingView, containerStyle],
|
|
45
|
+
behavior: behavior,
|
|
46
|
+
keyboardVerticalOffset: offset,
|
|
47
|
+
children: /*#__PURE__*/_jsx(TouchableWithoutFeedback, {
|
|
48
|
+
onPress: Keyboard.dismiss,
|
|
49
|
+
accessible: false,
|
|
50
|
+
children: /*#__PURE__*/_jsx(Animated.View, {
|
|
51
|
+
style: {
|
|
52
|
+
flex: 1,
|
|
53
|
+
transform: [{
|
|
54
|
+
scale: fadeAnim
|
|
55
|
+
}]
|
|
56
|
+
},
|
|
57
|
+
children: children
|
|
58
|
+
})
|
|
59
|
+
})
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
const styles = StyleSheet.create({
|
|
63
|
+
keyboardAvoidingView: {
|
|
64
|
+
flex: 1,
|
|
65
|
+
width: '100%'
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
export default HideKeyboard;
|
|
69
|
+
//# sourceMappingURL=HideKeyboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useEffect","useRef","TouchableWithoutFeedback","Keyboard","KeyboardAvoidingView","StyleSheet","Animated","Platform","StatusBar","scale","jsx","_jsx","HideKeyboard","children","containerStyle","behavior","keyboardVerticalOffset","fadeAnim","Value","current","offset","OS","currentHeight","showEvent","hideEvent","showSub","addListener","timing","toValue","duration","useNativeDriver","start","hideSub","remove","style","styles","keyboardAvoidingView","onPress","dismiss","accessible","View","flex","transform","create","width"],"sourceRoot":"../../../../src","sources":["components/Keyboard/HideKeyboard.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,SAAS,EAAEC,MAAM,QAAQ,OAAO;AAChD,SACEC,wBAAwB,EACxBC,QAAQ,EACRC,oBAAoB,EACpBC,UAAU,EACVC,QAAQ,EACRC,QAAQ,EACRC,SAAS,QAEJ,cAAc;AACrB,SAASC,KAAK,QAAQ,2BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AASlD,MAAMC,YAAyC,GAAGA,CAAC;EACjDC,QAAQ;EACRC,cAAc;EACdC,QAAQ,GAAG,SAAS;EACpBC,sBAAsB,GAAGP,KAAK,CAAC,CAAC,GAAG;AACrC,CAAC,KAAK;EACJ,MAAMQ,QAAQ,GAAGhB,MAAM,CAAC,IAAIK,QAAQ,CAACY,KAAK,CAAC,CAAC,CAAC,CAAC,CAACC,OAAO;;EAEtD;EACA,MAAMC,MAAM,GAAGJ,sBAAsB,KAAKT,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,CAAC,GAAIb,SAAS,CAACc,aAAa,IAAI,CAAE,CAAC;EAErGtB,SAAS,CAAC,MAAM;IACd,MAAMuB,SAAS,GAAGhB,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,kBAAkB,GAAG,iBAAiB;IAChF,MAAMG,SAAS,GAAGjB,QAAQ,CAACc,EAAE,KAAK,KAAK,GAAG,kBAAkB,GAAG,iBAAiB;IAEhF,MAAMI,OAAO,GAAGtB,QAAQ,CAACuB,WAAW,CAACH,SAAS,EAAE,MAAM;MACpDjB,QAAQ,CAACqB,MAAM,CAACV,QAAQ,EAAE;QACxBW,OAAO,EAAE,IAAI;QACbC,QAAQ,EAAE,GAAG;QACbC,eAAe,EAAE;MACnB,CAAC,CAAC,CAACC,KAAK,CAAC,CAAC;IACZ,CAAC,CAAC;IAEF,MAAMC,OAAO,GAAG7B,QAAQ,CAACuB,WAAW,CAACF,SAAS,EAAE,MAAM;MACpDlB,QAAQ,CAACqB,MAAM,CAACV,QAAQ,EAAE;QACxBW,OAAO,EAAE,CAAC;QACVC,QAAQ,EAAE,GAAG;QACbC,eAAe,EAAE;MACnB,CAAC,CAAC,CAACC,KAAK,CAAC,CAAC;IACZ,CAAC,CAAC;IAEF,OAAO,MAAM;MACXN,OAAO,CAACQ,MAAM,CAAC,CAAC;MAChBD,OAAO,CAACC,MAAM,CAAC,CAAC;IAClB,CAAC;EACH,CAAC,EAAE,CAAChB,QAAQ,CAAC,CAAC;EAEd,oBACEN,IAAA,CAACP,oBAAoB;IACnB8B,KAAK,EAAE,CAACC,MAAM,CAACC,oBAAoB,EAAEtB,cAAc,CAAE;IACrDC,QAAQ,EAAEA,QAAS;IACnBC,sBAAsB,EAAEI,MAAO;IAAAP,QAAA,eAE/BF,IAAA,CAACT,wBAAwB;MAACmC,OAAO,EAAElC,QAAQ,CAACmC,OAAQ;MAACC,UAAU,EAAE,KAAM;MAAA1B,QAAA,eACrEF,IAAA,CAACL,QAAQ,CAACkC,IAAI;QAACN,KAAK,EAAE;UAAEO,IAAI,EAAE,CAAC;UAAEC,SAAS,EAAE,CAAC;YAAEjC,KAAK,EAAEQ;UAAS,CAAC;QAAE,CAAE;QAAAJ,QAAA,EAAEA;MAAQ,CAAgB;IAAC,CACvE;EAAC,CACP,CAAC;AAE3B,CAAC;AAED,MAAMsB,MAAM,GAAG9B,UAAU,CAACsC,MAAM,CAAC;EAC/BP,oBAAoB,EAAE;IACpBK,IAAI,EAAE,CAAC;IACPG,KAAK,EAAE;EACT;AACF,CAAC,CAAC;AAEF,eAAehC,YAAY","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","ActivityIndicator","jsx","_jsx","Loader","color","style","styles","root","children","size","create","position","top","left","right","bottom","justifyContent","alignItems","zIndex","backgroundColor"],"sourceRoot":"../../../../src","sources":["components/Loader/Loader.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,iBAAiB,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAMvD,OAAO,MAAMC,MAA6B,GAAGA,CAAC;EAAEC;AAAM,CAAC,KAAK;EAC1D,oBACEF,IAAA,CAACH,IAAI;IAACM,KAAK,EAAEC,MAAM,CAACC,IAAK;IAAAC,QAAA,eACvBN,IAAA,CAACF,iBAAiB;MAACS,IAAI,EAAC,OAAO;MAACL,KAAK,EAAEA;IAAM,CAAE;EAAC,CAC5C,CAAC;AAEX,CAAC;AAED,MAAME,MAAM,GAAGR,UAAU,CAACY,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACTC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,MAAM,EAAE,GAAG;IACXC,eAAe,EAAE,uBAAuB,
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","ActivityIndicator","jsx","_jsx","Loader","color","style","styles","root","children","size","create","position","top","left","right","bottom","justifyContent","alignItems","zIndex","backgroundColor"],"sourceRoot":"../../../../src","sources":["components/Loader/Loader.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC/C,SAASC,iBAAiB,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAMvD,OAAO,MAAMC,MAA6B,GAAGA,CAAC;EAAEC;AAAM,CAAC,KAAK;EAC1D,oBACEF,IAAA,CAACH,IAAI;IAACM,KAAK,EAAEC,MAAM,CAACC,IAAK;IAAAC,QAAA,eACvBN,IAAA,CAACF,iBAAiB;MAACS,IAAI,EAAC,OAAO;MAACL,KAAK,EAAEA;IAAM,CAAE;EAAC,CAC5C,CAAC;AAEX,CAAC;AAED,MAAME,MAAM,GAAGR,UAAU,CAACY,MAAM,CAAC;EAC/BH,IAAI,EAAE;IACJI,QAAQ,EAAE,UAAU;IACpBC,GAAG,EAAE,CAAC;IACNC,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE,CAAC;IACRC,MAAM,EAAE,CAAC;IACTC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,MAAM,EAAE,GAAG;IACXC,eAAe,EAAE,uBAAuB,CAAC;EAC3C;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
import React from 'react';
|
|
8
8
|
import { Image, View } from 'react-native';
|
|
9
9
|
import { moderateScale } from 'react-native-size-matters';
|
|
10
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
11
|
+
import { useInitSplashCacheSync } from '../../hooks/useInitSplashCacheSync';
|
|
12
|
+
import { useTheme } from '../../theme/hook/useTheme';
|
|
10
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
11
14
|
export const Logo = ({
|
|
12
15
|
width = 200,
|
|
@@ -16,16 +19,48 @@ export const Logo = ({
|
|
|
16
19
|
imageStyle,
|
|
17
20
|
containerStyle,
|
|
18
21
|
aspectRatio,
|
|
19
|
-
fallbackUri
|
|
22
|
+
fallbackUri,
|
|
23
|
+
theme,
|
|
24
|
+
isLoading = false
|
|
20
25
|
}) => {
|
|
21
|
-
const
|
|
26
|
+
const {
|
|
27
|
+
theme: appliedTheme
|
|
28
|
+
} = useTheme(theme);
|
|
29
|
+
const {
|
|
30
|
+
data: {
|
|
31
|
+
localPathLogo
|
|
32
|
+
},
|
|
33
|
+
isLoading: isSplashLoading
|
|
34
|
+
} = useInitSplashCacheSync({
|
|
35
|
+
logoUrl: logoUri
|
|
36
|
+
});
|
|
37
|
+
const finalSource = localPathLogo ? {
|
|
38
|
+
uri: localPathLogo.startsWith('file://') ? localPathLogo : `file://${localPathLogo}`
|
|
39
|
+
} : logoUri ? {
|
|
22
40
|
uri: logoUri
|
|
23
41
|
} : fallbackUri ? {
|
|
24
42
|
uri: fallbackUri
|
|
25
43
|
} : undefined;
|
|
44
|
+
if (!finalSource && !isLoading) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
26
47
|
return /*#__PURE__*/_jsx(View, {
|
|
27
|
-
style:
|
|
28
|
-
|
|
48
|
+
style: [{
|
|
49
|
+
alignItems: 'center',
|
|
50
|
+
justifyContent: 'center'
|
|
51
|
+
}, containerStyle],
|
|
52
|
+
children: isLoading || isSplashLoading ? /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
53
|
+
backgroundColor: appliedTheme.colors.skeletonBaseColor,
|
|
54
|
+
highlightColor: appliedTheme.colors.skeletonHighlightColor,
|
|
55
|
+
speed: 1000,
|
|
56
|
+
borderRadius: 4,
|
|
57
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
58
|
+
alignSelf: "center",
|
|
59
|
+
width: moderateScale(width),
|
|
60
|
+
height: moderateScale(width / 2),
|
|
61
|
+
borderRadius: 4
|
|
62
|
+
})
|
|
63
|
+
}) : finalSource && /*#__PURE__*/_jsx(Image, {
|
|
29
64
|
source: finalSource,
|
|
30
65
|
resizeMode: resizeMode,
|
|
31
66
|
style: [{
|
|
@@ -34,7 +69,10 @@ export const Logo = ({
|
|
|
34
69
|
...(aspectRatio ? {
|
|
35
70
|
aspectRatio
|
|
36
71
|
} : {})
|
|
37
|
-
}, imageStyle]
|
|
72
|
+
}, imageStyle],
|
|
73
|
+
onError: () => {
|
|
74
|
+
return null;
|
|
75
|
+
}
|
|
38
76
|
})
|
|
39
77
|
});
|
|
40
78
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Image","View","moderateScale","jsx","_jsx","Logo","width","height","resizeMode","logoUri","imageStyle","containerStyle","aspectRatio","fallbackUri","
|
|
1
|
+
{"version":3,"names":["React","Image","View","moderateScale","SkeletonPlaceholder","useInitSplashCacheSync","useTheme","jsx","_jsx","Logo","width","height","resizeMode","logoUri","imageStyle","containerStyle","aspectRatio","fallbackUri","theme","isLoading","appliedTheme","data","localPathLogo","isSplashLoading","logoUrl","finalSource","uri","startsWith","undefined","style","alignItems","justifyContent","children","backgroundColor","colors","skeletonBaseColor","highlightColor","skeletonHighlightColor","speed","borderRadius","Item","alignSelf","source","onError"],"sourceRoot":"../../../../src","sources":["components/Logo/Logo.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,KAAK,EAAEC,IAAI,QAAyD,cAAc;AAC3F,SAASC,aAAa,QAAQ,2BAA2B;AACzD,OAAOC,mBAAmB,MAAM,mCAAmC;AACnE,SAASC,sBAAsB,QAAQ,oCAAoC;AAC3E,SAASC,QAAQ,QAAQ,2BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAgBrD,OAAO,MAAMC,IAA0B,GAAGA,CAAC;EACzCC,KAAK,GAAG,GAAG;EACXC,MAAM,GAAG,EAAE;EACXC,UAAU,GAAG,SAAS;EACtBC,OAAO;EACPC,UAAU;EACVC,cAAc;EACdC,WAAW;EACXC,WAAW;EACXC,KAAK;EACLC,SAAS,GAAG;AACd,CAAC,KAAK;EACJ,MAAM;IAAED,KAAK,EAAEE;EAAa,CAAC,GAAGd,QAAQ,CAACY,KAAK,CAAC;EAE/C,MAAM;IACJG,IAAI,EAAE;MAAEC;IAAc,CAAC;IACvBH,SAAS,EAAEI;EACb,CAAC,GAAGlB,sBAAsB,CAAC;IACzBmB,OAAO,EAAEX;EACX,CAAC,CAAC;EACF,MAAMY,WAAW,GAAGH,aAAa,GAC7B;IACEI,GAAG,EAAEJ,aAAa,CAACK,UAAU,CAAC,SAAS,CAAC,GAAGL,aAAa,GAAG,UAAUA,aAAa;EACpF,CAAC,GACDT,OAAO,GACL;IAAEa,GAAG,EAAEb;EAAQ,CAAC,GAChBI,WAAW,GACT;IAAES,GAAG,EAAET;EAAY,CAAC,GACpBW,SAAS;EAEjB,IAAI,CAACH,WAAW,IAAI,CAACN,SAAS,EAAE;IAC9B,OAAO,IAAI;EACb;EACA,oBACEX,IAAA,CAACN,IAAI;IACH2B,KAAK,EAAE,CACL;MACEC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE;IAClB,CAAC,EACDhB,cAAc,CACd;IAAAiB,QAAA,EAEDb,SAAS,IAAII,eAAe,gBAC3Bf,IAAA,CAACJ,mBAAmB;MAClB6B,eAAe,EAAEb,YAAY,CAACc,MAAM,CAACC,iBAAkB;MACvDC,cAAc,EAAEhB,YAAY,CAACc,MAAM,CAACG,sBAAuB;MAC3DC,KAAK,EAAE,IAAK;MACZC,YAAY,EAAE,CAAE;MAAAP,QAAA,eAEhBxB,IAAA,CAACJ,mBAAmB,CAACoC,IAAI;QACvBC,SAAS,EAAC,QAAQ;QAClB/B,KAAK,EAAEP,aAAa,CAACO,KAAK,CAAE;QAC5BC,MAAM,EAAER,aAAa,CAACO,KAAK,GAAG,CAAC,CAAE;QACjC6B,YAAY,EAAE;MAAE,CACjB;IAAC,CACiB,CAAC,GAEtBd,WAAW,iBACTjB,IAAA,CAACP,KAAK;MACJyC,MAAM,EAAEjB,WAAY;MACpBb,UAAU,EAAEA,UAAW;MACvBiB,KAAK,EAAE,CACL;QACEnB,KAAK,EAAEP,aAAa,CAACO,KAAK,CAAC;QAC3BC,MAAM,EAAER,aAAa,CAACQ,MAAM,CAAC;QAC7B,IAAIK,WAAW,GAAG;UAAEA;QAAY,CAAC,GAAG,CAAC,CAAC;MACxC,CAAC,EACDF,UAAU,CACV;MACF6B,OAAO,EAAEA,CAAA,KAAM;QACb,OAAO,IAAI;MACb;IAAE,CACH;EAEJ,CACG,CAAC;AAEX,CAAC","ignoreList":[]}
|