@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,226 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Mon 23 Jun 2025 at 11:22 AM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { useState, isValidElement, cloneElement } from 'react';
|
|
9
|
+
import { View, ScrollView, StyleSheet, Switch, TouchableOpacity } from 'react-native';
|
|
10
|
+
import { useTheme } from '../../theme/hook/useTheme';
|
|
11
|
+
import DeviceInfo from 'react-native-device-info';
|
|
12
|
+
import AppHeader from '../Headers/AppHeader';
|
|
13
|
+
import { scale, verticalScale, moderateScale } from 'react-native-size-matters';
|
|
14
|
+
import UserSection from '../User/components/UserSection';
|
|
15
|
+
import { Text } from '../Text';
|
|
16
|
+
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
17
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
18
|
+
|
|
19
|
+
// ✅ Types
|
|
20
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
|
+
// ✅ Type Guard
|
|
22
|
+
const isToggleMenuItem = item => {
|
|
23
|
+
return item.isToggle === true;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
// ✅ Main Component
|
|
27
|
+
export const AppSettings = ({
|
|
28
|
+
title,
|
|
29
|
+
titleAlign = 'center',
|
|
30
|
+
userInfo,
|
|
31
|
+
menuItems,
|
|
32
|
+
theme,
|
|
33
|
+
isLoading = false,
|
|
34
|
+
versionText = `Version ${DeviceInfo.getVersion()}`,
|
|
35
|
+
onBackPress,
|
|
36
|
+
renderHeader,
|
|
37
|
+
renderMenuItem,
|
|
38
|
+
renderFooter,
|
|
39
|
+
renderUserInfo,
|
|
40
|
+
avatarComponent,
|
|
41
|
+
onMenuItemPress,
|
|
42
|
+
skeletonProps = {},
|
|
43
|
+
headerStyle,
|
|
44
|
+
userInfoTextStyle = {},
|
|
45
|
+
menuItemStyle = {}
|
|
46
|
+
}) => {
|
|
47
|
+
const {
|
|
48
|
+
theme: appliedTheme
|
|
49
|
+
} = useTheme(theme);
|
|
50
|
+
const insets = useSafeAreaInsets();
|
|
51
|
+
// ✅ State for toggle values
|
|
52
|
+
const [toggleStates, setToggleStates] = useState(menuItems.reduce((acc, item) => {
|
|
53
|
+
if (isToggleMenuItem(item)) {
|
|
54
|
+
acc[item.key] = item.toggleValue ?? false;
|
|
55
|
+
}
|
|
56
|
+
return acc;
|
|
57
|
+
}, {}));
|
|
58
|
+
|
|
59
|
+
// ✅ Handle toggle change
|
|
60
|
+
const handleToggleChange = (key, value) => {
|
|
61
|
+
setToggleStates(prev => ({
|
|
62
|
+
...prev,
|
|
63
|
+
[key]: value
|
|
64
|
+
}));
|
|
65
|
+
const item = menuItems.find(i => i.key === key);
|
|
66
|
+
item?.onToggleChange?.(value);
|
|
67
|
+
};
|
|
68
|
+
const renderIconWithColor = (icon, color) => {
|
|
69
|
+
if (/*#__PURE__*/isValidElement(icon)) {
|
|
70
|
+
return /*#__PURE__*/cloneElement(icon, {
|
|
71
|
+
color
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
return icon;
|
|
75
|
+
};
|
|
76
|
+
const renderToggleMenuItem = item => {
|
|
77
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
78
|
+
style: [styles.menuItem, {
|
|
79
|
+
backgroundColor: appliedTheme.colors.surfaceDisabled,
|
|
80
|
+
borderColor: appliedTheme.colors.border
|
|
81
|
+
}, menuItemStyle.container],
|
|
82
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
83
|
+
style: styles.menuItemContent,
|
|
84
|
+
children: [item.icon && /*#__PURE__*/_jsx(View, {
|
|
85
|
+
style: [styles.menuIcon, menuItemStyle.icon],
|
|
86
|
+
children: renderIconWithColor(item.icon, appliedTheme.colors.textPrimary)
|
|
87
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
88
|
+
numberOfLines: 1,
|
|
89
|
+
style: [styles.menuLabel, {
|
|
90
|
+
color: appliedTheme.colors.onBackground
|
|
91
|
+
}, menuItemStyle.label],
|
|
92
|
+
children: item.label
|
|
93
|
+
})]
|
|
94
|
+
}), /*#__PURE__*/_jsx(Switch, {
|
|
95
|
+
trackColor: {
|
|
96
|
+
false: appliedTheme.colors.switchTrackColorDisabled,
|
|
97
|
+
true: appliedTheme.colors.switchTrackColor
|
|
98
|
+
},
|
|
99
|
+
thumbColor: toggleStates[item.key] ? appliedTheme.colors.switchThumbColor : appliedTheme.colors.switchThumbColorDisabled,
|
|
100
|
+
value: toggleStates[item.key],
|
|
101
|
+
onValueChange: value => handleToggleChange(item.key, value),
|
|
102
|
+
style: styles.switchStyle
|
|
103
|
+
})]
|
|
104
|
+
}, item.key);
|
|
105
|
+
};
|
|
106
|
+
const renderPressableMenuItem = item => {
|
|
107
|
+
return /*#__PURE__*/_jsxs(TouchableOpacity, {
|
|
108
|
+
activeOpacity: 0.6,
|
|
109
|
+
onPress: () => {
|
|
110
|
+
item.onPress?.();
|
|
111
|
+
onMenuItemPress?.(item);
|
|
112
|
+
},
|
|
113
|
+
style: [styles.menuItem, {
|
|
114
|
+
backgroundColor: appliedTheme.colors.surfaceDisabled,
|
|
115
|
+
borderColor: appliedTheme.colors.border
|
|
116
|
+
}, menuItemStyle.container],
|
|
117
|
+
children: [item.icon && /*#__PURE__*/_jsx(View, {
|
|
118
|
+
style: [styles.menuIcon, menuItemStyle.icon],
|
|
119
|
+
children: renderIconWithColor(item.icon, appliedTheme.colors.textPrimary)
|
|
120
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
121
|
+
numberOfLines: 1,
|
|
122
|
+
style: [styles.menuLabel, {
|
|
123
|
+
color: appliedTheme.colors.onBackground
|
|
124
|
+
}, menuItemStyle.label],
|
|
125
|
+
children: item.label
|
|
126
|
+
})]
|
|
127
|
+
}, item.key);
|
|
128
|
+
};
|
|
129
|
+
const renderMenuItemDefault = item => {
|
|
130
|
+
return isToggleMenuItem(item) ? renderToggleMenuItem(item) : renderPressableMenuItem(item);
|
|
131
|
+
};
|
|
132
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
133
|
+
style: [styles.container, {
|
|
134
|
+
backgroundColor: appliedTheme.colors.background
|
|
135
|
+
}],
|
|
136
|
+
children: [(renderHeader || title || onBackPress) && (renderHeader ? renderHeader() : /*#__PURE__*/_jsx(AppHeader, {
|
|
137
|
+
style: headerStyle,
|
|
138
|
+
title: title || 'Settings',
|
|
139
|
+
titleAlign: titleAlign,
|
|
140
|
+
onBackPress: onBackPress,
|
|
141
|
+
theme: appliedTheme
|
|
142
|
+
})), /*#__PURE__*/_jsxs(ScrollView, {
|
|
143
|
+
contentContainerStyle: [styles.scrollContent, {
|
|
144
|
+
paddingBottom: verticalScale(60) + insets.bottom
|
|
145
|
+
}],
|
|
146
|
+
showsVerticalScrollIndicator: false,
|
|
147
|
+
keyboardShouldPersistTaps: "handled",
|
|
148
|
+
children: [userInfo && /*#__PURE__*/_jsx(UserSection, {
|
|
149
|
+
theme: appliedTheme,
|
|
150
|
+
userInfo: userInfo,
|
|
151
|
+
avatarComponent: avatarComponent,
|
|
152
|
+
isLoading: isLoading,
|
|
153
|
+
renderUserInfo: renderUserInfo,
|
|
154
|
+
skeletonProps: skeletonProps,
|
|
155
|
+
userInfoTextStyle: userInfoTextStyle
|
|
156
|
+
}), /*#__PURE__*/_jsx(View, {
|
|
157
|
+
style: styles.menuList,
|
|
158
|
+
children: menuItems.map(item => renderMenuItem ? /*#__PURE__*/_jsx(React.Fragment, {
|
|
159
|
+
children: renderMenuItem(item)
|
|
160
|
+
}, item.key) : renderMenuItemDefault(item))
|
|
161
|
+
}), renderFooter?.(), /*#__PURE__*/_jsx(View, {
|
|
162
|
+
style: styles.versionContainer,
|
|
163
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
164
|
+
style: [styles.versionText, {
|
|
165
|
+
color: appliedTheme.colors.onSurface
|
|
166
|
+
}],
|
|
167
|
+
children: versionText
|
|
168
|
+
})
|
|
169
|
+
})]
|
|
170
|
+
})]
|
|
171
|
+
});
|
|
172
|
+
};
|
|
173
|
+
|
|
174
|
+
// ✅ Styles
|
|
175
|
+
const styles = StyleSheet.create({
|
|
176
|
+
container: {
|
|
177
|
+
flex: 1
|
|
178
|
+
},
|
|
179
|
+
scrollContent: {
|
|
180
|
+
paddingHorizontal: scale(12)
|
|
181
|
+
},
|
|
182
|
+
menuList: {
|
|
183
|
+
marginBottom: verticalScale(16)
|
|
184
|
+
},
|
|
185
|
+
menuItem: {
|
|
186
|
+
flexDirection: 'row',
|
|
187
|
+
alignItems: 'center',
|
|
188
|
+
borderWidth: scale(1),
|
|
189
|
+
paddingVertical: verticalScale(10),
|
|
190
|
+
paddingHorizontal: scale(12),
|
|
191
|
+
borderRadius: moderateScale(8),
|
|
192
|
+
marginBottom: verticalScale(10),
|
|
193
|
+
position: 'relative'
|
|
194
|
+
},
|
|
195
|
+
menuIcon: {
|
|
196
|
+
marginRight: scale(10),
|
|
197
|
+
alignItems: 'center',
|
|
198
|
+
justifyContent: 'center'
|
|
199
|
+
},
|
|
200
|
+
menuLabel: {
|
|
201
|
+
flex: 1,
|
|
202
|
+
fontSize: RFValue(12),
|
|
203
|
+
fontWeight: '500'
|
|
204
|
+
},
|
|
205
|
+
menuItemContent: {
|
|
206
|
+
flex: 1,
|
|
207
|
+
flexDirection: 'row',
|
|
208
|
+
alignItems: 'center'
|
|
209
|
+
},
|
|
210
|
+
switchStyle: {
|
|
211
|
+
transform: [{
|
|
212
|
+
scaleX: 1
|
|
213
|
+
}, {
|
|
214
|
+
scaleY: 1
|
|
215
|
+
}]
|
|
216
|
+
},
|
|
217
|
+
versionContainer: {
|
|
218
|
+
alignItems: 'center',
|
|
219
|
+
justifyContent: 'center'
|
|
220
|
+
},
|
|
221
|
+
versionText: {
|
|
222
|
+
fontSize: RFValue(10),
|
|
223
|
+
opacity: 0.6
|
|
224
|
+
}
|
|
225
|
+
});
|
|
226
|
+
//# sourceMappingURL=AppSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useState","isValidElement","cloneElement","View","ScrollView","StyleSheet","Switch","TouchableOpacity","useTheme","DeviceInfo","AppHeader","scale","verticalScale","moderateScale","UserSection","Text","useSafeAreaInsets","RFValue","jsx","_jsx","jsxs","_jsxs","isToggleMenuItem","item","isToggle","AppSettings","title","titleAlign","userInfo","menuItems","theme","isLoading","versionText","getVersion","onBackPress","renderHeader","renderMenuItem","renderFooter","renderUserInfo","avatarComponent","onMenuItemPress","skeletonProps","headerStyle","userInfoTextStyle","menuItemStyle","appliedTheme","insets","toggleStates","setToggleStates","reduce","acc","key","toggleValue","handleToggleChange","value","prev","find","i","onToggleChange","renderIconWithColor","icon","color","renderToggleMenuItem","style","styles","menuItem","backgroundColor","colors","surfaceDisabled","borderColor","border","container","children","menuItemContent","menuIcon","textPrimary","numberOfLines","menuLabel","onBackground","label","trackColor","false","switchTrackColorDisabled","true","switchTrackColor","thumbColor","switchThumbColor","switchThumbColorDisabled","onValueChange","switchStyle","renderPressableMenuItem","activeOpacity","onPress","renderMenuItemDefault","background","contentContainerStyle","scrollContent","paddingBottom","bottom","showsVerticalScrollIndicator","keyboardShouldPersistTaps","menuList","map","Fragment","versionContainer","onSurface","create","flex","paddingHorizontal","marginBottom","flexDirection","alignItems","borderWidth","paddingVertical","borderRadius","position","marginRight","justifyContent","fontSize","fontWeight","transform","scaleX","scaleY","opacity"],"sourceRoot":"../../../../src","sources":["components/Settings/AppSettings.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/Settings/index.ts"],"mappings":";;AAAA,cAAc,eAAe","ignoreList":[]}
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Mon 21 Jul 2025 at 04:55 PM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { memo, useCallback, useMemo } from 'react';
|
|
9
|
+
import { View, StyleSheet, TouchableOpacity, ActivityIndicator } from 'react-native';
|
|
10
|
+
import Carousel from 'react-native-reanimated-carousel';
|
|
11
|
+
import { scale, verticalScale } from 'react-native-size-matters';
|
|
12
|
+
import LinearGradient from 'react-native-linear-gradient';
|
|
13
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
14
|
+
import Animated, { FadeIn, FadeOut } from 'react-native-reanimated';
|
|
15
|
+
import { Text } from '../Text';
|
|
16
|
+
import AppHeader from '../Headers/AppHeader';
|
|
17
|
+
import { useTheme } from '../../theme/hook/useTheme';
|
|
18
|
+
import Display from '../../utils/Display';
|
|
19
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
20
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
|
+
const CAROUSEL_WIDTH = Display.fullWidth;
|
|
22
|
+
const CAROUSEL_HEIGHT = verticalScale(CAROUSEL_WIDTH / 1.4);
|
|
23
|
+
const SubscriptionSliderOne = ({
|
|
24
|
+
theme,
|
|
25
|
+
onSubscribe,
|
|
26
|
+
subscribeButtonText = 'Subscribe',
|
|
27
|
+
subscribeLoadingId,
|
|
28
|
+
plans,
|
|
29
|
+
errorMessage,
|
|
30
|
+
isLoading = false,
|
|
31
|
+
onBackPress = () => {},
|
|
32
|
+
header,
|
|
33
|
+
footer,
|
|
34
|
+
extraContentText
|
|
35
|
+
}) => {
|
|
36
|
+
const {
|
|
37
|
+
theme: appliedTheme
|
|
38
|
+
} = useTheme(theme);
|
|
39
|
+
const colors = appliedTheme.colors;
|
|
40
|
+
const parsePrice = price => parseFloat(price.replace(/[^\d.]/g, '')) || 0;
|
|
41
|
+
const sortedPlans = useMemo(() => {
|
|
42
|
+
return [...plans].sort((a, b) => {
|
|
43
|
+
const aPopular = a?.isPopular ? 1 : 0;
|
|
44
|
+
const bPopular = b?.isPopular ? 1 : 0;
|
|
45
|
+
if (aPopular !== bPopular) {
|
|
46
|
+
return bPopular - aPopular;
|
|
47
|
+
}
|
|
48
|
+
if (aPopular === 1 && bPopular === 1) {
|
|
49
|
+
return parsePrice(b.price) - parsePrice(a.price);
|
|
50
|
+
}
|
|
51
|
+
return 0;
|
|
52
|
+
});
|
|
53
|
+
}, [plans]);
|
|
54
|
+
const placeholderData = useMemo(() => new Array(plans.length || 1).fill({}), [plans]);
|
|
55
|
+
const renderSkeleton = useCallback(() => /*#__PURE__*/_jsx(Animated.View, {
|
|
56
|
+
entering: FadeIn,
|
|
57
|
+
exiting: FadeOut,
|
|
58
|
+
style: styles.cardContainer,
|
|
59
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
60
|
+
borderRadius: 20,
|
|
61
|
+
backgroundColor: colors.skeletonBaseColor,
|
|
62
|
+
highlightColor: colors.skeletonHighlightColor,
|
|
63
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
64
|
+
style: styles.card
|
|
65
|
+
})
|
|
66
|
+
})
|
|
67
|
+
}), [colors.skeletonBaseColor, colors.skeletonHighlightColor]);
|
|
68
|
+
const renderPlan = useCallback(({
|
|
69
|
+
item
|
|
70
|
+
}) => /*#__PURE__*/_jsx(View, {
|
|
71
|
+
style: styles.cardContainer,
|
|
72
|
+
children: /*#__PURE__*/_jsxs(LinearGradient, {
|
|
73
|
+
colors: colors.cardGradient,
|
|
74
|
+
start: {
|
|
75
|
+
x: 1,
|
|
76
|
+
y: 0
|
|
77
|
+
},
|
|
78
|
+
end: {
|
|
79
|
+
x: 0,
|
|
80
|
+
y: 1.2
|
|
81
|
+
},
|
|
82
|
+
locations: [0, 0.7, 1],
|
|
83
|
+
style: [styles.card, {
|
|
84
|
+
shadowColor: colors.primary
|
|
85
|
+
}],
|
|
86
|
+
children: [item?.isPopular && /*#__PURE__*/_jsx(View, {
|
|
87
|
+
style: [styles.popularBadge, {
|
|
88
|
+
backgroundColor: colors.onBackground
|
|
89
|
+
}],
|
|
90
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
91
|
+
style: [styles.popularText, {
|
|
92
|
+
color: colors.onSecondary
|
|
93
|
+
}],
|
|
94
|
+
children: "POPULAR"
|
|
95
|
+
})
|
|
96
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
97
|
+
style: [styles.cardTitle, {
|
|
98
|
+
color: colors.white
|
|
99
|
+
}],
|
|
100
|
+
children: item.title
|
|
101
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
102
|
+
style: [styles.price, {
|
|
103
|
+
color: colors.white
|
|
104
|
+
}],
|
|
105
|
+
children: item.price
|
|
106
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
107
|
+
style: [styles.per, {
|
|
108
|
+
color: colors.white
|
|
109
|
+
}],
|
|
110
|
+
children: item.duration
|
|
111
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
112
|
+
style: [styles.platforms, {
|
|
113
|
+
color: colors.white
|
|
114
|
+
}],
|
|
115
|
+
children: item.platforms
|
|
116
|
+
}), !!item.benefits?.length && /*#__PURE__*/_jsx(View, {
|
|
117
|
+
style: styles.benefitsContainer,
|
|
118
|
+
children: item.benefits.map((benefit, i) => /*#__PURE__*/_jsxs(Text, {
|
|
119
|
+
style: [styles.benefit, {
|
|
120
|
+
color: colors.white
|
|
121
|
+
}],
|
|
122
|
+
children: ["\u2022 ", benefit]
|
|
123
|
+
}, i))
|
|
124
|
+
}), /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
125
|
+
style: [styles.subscribeButton, {
|
|
126
|
+
backgroundColor: colors.button
|
|
127
|
+
}],
|
|
128
|
+
onPress: () => onSubscribe?.(item),
|
|
129
|
+
activeOpacity: 0.8,
|
|
130
|
+
disabled: subscribeLoadingId === item.id,
|
|
131
|
+
children: subscribeLoadingId === item.id ? /*#__PURE__*/_jsx(ActivityIndicator, {
|
|
132
|
+
size: "small",
|
|
133
|
+
color: colors.black
|
|
134
|
+
}) : /*#__PURE__*/_jsx(Text, {
|
|
135
|
+
style: [styles.subscribeText, {
|
|
136
|
+
color: colors.black
|
|
137
|
+
}],
|
|
138
|
+
children: subscribeButtonText
|
|
139
|
+
})
|
|
140
|
+
})]
|
|
141
|
+
})
|
|
142
|
+
}), [colors.black, colors.button, colors.cardGradient, colors.onBackground, colors.onSecondary, colors.primary, colors.white, onSubscribe, subscribeButtonText, subscribeLoadingId]);
|
|
143
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
144
|
+
style: [styles.container, {
|
|
145
|
+
backgroundColor: colors.background
|
|
146
|
+
}],
|
|
147
|
+
children: [/*#__PURE__*/_jsx(AppHeader, {
|
|
148
|
+
title: header.topTitle,
|
|
149
|
+
onBackPress: onBackPress,
|
|
150
|
+
titleAlign: header.topTitleAlign,
|
|
151
|
+
theme: appliedTheme
|
|
152
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
153
|
+
style: styles.content,
|
|
154
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
155
|
+
style: [styles.heading],
|
|
156
|
+
children: header.title
|
|
157
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
158
|
+
style: [styles.subText, {
|
|
159
|
+
color: colors.onSurfaceVariant
|
|
160
|
+
}],
|
|
161
|
+
children: header.subTitle
|
|
162
|
+
}), errorMessage ? /*#__PURE__*/_jsx(Text, {
|
|
163
|
+
style: [styles.errorMessage, {
|
|
164
|
+
color: colors.error
|
|
165
|
+
}],
|
|
166
|
+
children: errorMessage
|
|
167
|
+
}) : /*#__PURE__*/_jsx(Carousel, {
|
|
168
|
+
width: CAROUSEL_WIDTH,
|
|
169
|
+
height: CAROUSEL_HEIGHT,
|
|
170
|
+
data: isLoading ? placeholderData : sortedPlans,
|
|
171
|
+
renderItem: isLoading ? renderSkeleton : renderPlan,
|
|
172
|
+
loop: true,
|
|
173
|
+
autoPlay: false,
|
|
174
|
+
scrollAnimationDuration: 500,
|
|
175
|
+
mode: "parallax",
|
|
176
|
+
modeConfig: {
|
|
177
|
+
parallaxScrollingOffset: Display.fullWidth * 0.21,
|
|
178
|
+
parallaxAdjacentItemScale: 0.8
|
|
179
|
+
}
|
|
180
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
181
|
+
style: [styles.info, {
|
|
182
|
+
color: colors.onSurfaceVariant
|
|
183
|
+
}],
|
|
184
|
+
children: footer.title
|
|
185
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
186
|
+
style: [styles.cancelText, {
|
|
187
|
+
color: colors.onSurfaceVariant
|
|
188
|
+
}],
|
|
189
|
+
children: footer.subTitle
|
|
190
|
+
}), extraContentText && /*#__PURE__*/_jsx(View, {
|
|
191
|
+
style: styles.extraContentTextWrapper,
|
|
192
|
+
children: /*#__PURE__*/React.isValidElement(extraContentText) ? extraContentText : /*#__PURE__*/_jsx(Text, {
|
|
193
|
+
style: [styles.extraContentTextText, {
|
|
194
|
+
color: colors.onSurfaceVariant
|
|
195
|
+
}],
|
|
196
|
+
children: extraContentText
|
|
197
|
+
})
|
|
198
|
+
})]
|
|
199
|
+
})]
|
|
200
|
+
});
|
|
201
|
+
};
|
|
202
|
+
export default /*#__PURE__*/memo(SubscriptionSliderOne);
|
|
203
|
+
const styles = StyleSheet.create({
|
|
204
|
+
container: {
|
|
205
|
+
flex: 1
|
|
206
|
+
},
|
|
207
|
+
content: {
|
|
208
|
+
flex: 1,
|
|
209
|
+
paddingTop: verticalScale(16)
|
|
210
|
+
},
|
|
211
|
+
heading: {
|
|
212
|
+
fontSize: RFValue(21),
|
|
213
|
+
fontWeight: '700',
|
|
214
|
+
textAlign: 'center',
|
|
215
|
+
marginBottom: verticalScale(12),
|
|
216
|
+
marginHorizontal: scale(16)
|
|
217
|
+
},
|
|
218
|
+
subText: {
|
|
219
|
+
textAlign: 'center',
|
|
220
|
+
fontSize: RFValue(12),
|
|
221
|
+
fontWeight: '400',
|
|
222
|
+
marginBottom: verticalScale(12),
|
|
223
|
+
marginHorizontal: scale(16)
|
|
224
|
+
},
|
|
225
|
+
errorMessage: {
|
|
226
|
+
fontSize: RFValue(13),
|
|
227
|
+
fontWeight: '600',
|
|
228
|
+
textAlign: 'center',
|
|
229
|
+
marginVertical: verticalScale(12)
|
|
230
|
+
},
|
|
231
|
+
cardContainer: {
|
|
232
|
+
alignItems: 'center',
|
|
233
|
+
justifyContent: 'center'
|
|
234
|
+
},
|
|
235
|
+
card: {
|
|
236
|
+
position: 'relative',
|
|
237
|
+
width: Display.fullWidth * 0.95,
|
|
238
|
+
aspectRatio: 1,
|
|
239
|
+
borderRadius: scale(20),
|
|
240
|
+
justifyContent: 'center',
|
|
241
|
+
alignItems: 'center',
|
|
242
|
+
alignSelf: 'center',
|
|
243
|
+
shadowOffset: {
|
|
244
|
+
width: 0,
|
|
245
|
+
height: 4
|
|
246
|
+
},
|
|
247
|
+
shadowOpacity: 0.2,
|
|
248
|
+
shadowRadius: 8,
|
|
249
|
+
elevation: 5
|
|
250
|
+
},
|
|
251
|
+
cardTitle: {
|
|
252
|
+
fontSize: RFValue(17),
|
|
253
|
+
fontWeight: '700',
|
|
254
|
+
marginBottom: verticalScale(8)
|
|
255
|
+
},
|
|
256
|
+
price: {
|
|
257
|
+
fontSize: RFValue(43),
|
|
258
|
+
fontWeight: 'bold',
|
|
259
|
+
marginBottom: verticalScale(4)
|
|
260
|
+
},
|
|
261
|
+
per: {
|
|
262
|
+
fontSize: RFValue(13),
|
|
263
|
+
textTransform: 'capitalize',
|
|
264
|
+
marginBottom: verticalScale(6)
|
|
265
|
+
},
|
|
266
|
+
platforms: {
|
|
267
|
+
fontSize: RFValue(13),
|
|
268
|
+
textTransform: 'capitalize',
|
|
269
|
+
textAlign: 'center',
|
|
270
|
+
marginBottom: verticalScale(8)
|
|
271
|
+
},
|
|
272
|
+
benefitsContainer: {
|
|
273
|
+
marginTop: verticalScale(8),
|
|
274
|
+
alignItems: 'flex-start',
|
|
275
|
+
justifyContent: 'center',
|
|
276
|
+
paddingHorizontal: scale(16)
|
|
277
|
+
},
|
|
278
|
+
benefit: {
|
|
279
|
+
fontSize: RFValue(12)
|
|
280
|
+
},
|
|
281
|
+
subscribeButton: {
|
|
282
|
+
paddingVertical: verticalScale(10),
|
|
283
|
+
paddingHorizontal: scale(60),
|
|
284
|
+
borderRadius: scale(30),
|
|
285
|
+
alignItems: 'center',
|
|
286
|
+
marginTop: verticalScale(15)
|
|
287
|
+
},
|
|
288
|
+
subscribeText: {
|
|
289
|
+
fontSize: RFValue(14),
|
|
290
|
+
fontWeight: '700'
|
|
291
|
+
},
|
|
292
|
+
info: {
|
|
293
|
+
fontSize: RFValue(11),
|
|
294
|
+
textAlign: 'center',
|
|
295
|
+
fontWeight: '400',
|
|
296
|
+
marginVertical: verticalScale(8),
|
|
297
|
+
marginHorizontal: scale(16)
|
|
298
|
+
},
|
|
299
|
+
cancelText: {
|
|
300
|
+
fontSize: RFValue(11),
|
|
301
|
+
textAlign: 'center',
|
|
302
|
+
fontWeight: '400',
|
|
303
|
+
marginBottom: verticalScale(16),
|
|
304
|
+
marginHorizontal: scale(16)
|
|
305
|
+
},
|
|
306
|
+
extraContentTextWrapper: {
|
|
307
|
+
marginTop: verticalScale(18),
|
|
308
|
+
alignItems: 'center',
|
|
309
|
+
justifyContent: 'center',
|
|
310
|
+
paddingHorizontal: scale(16)
|
|
311
|
+
},
|
|
312
|
+
extraContentTextText: {
|
|
313
|
+
fontSize: RFValue(10),
|
|
314
|
+
marginHorizontal: scale(16),
|
|
315
|
+
fontWeight: '400',
|
|
316
|
+
textAlign: 'center'
|
|
317
|
+
},
|
|
318
|
+
popularBadge: {
|
|
319
|
+
position: 'absolute',
|
|
320
|
+
top: verticalScale(12),
|
|
321
|
+
right: scale(12),
|
|
322
|
+
paddingHorizontal: scale(10),
|
|
323
|
+
paddingVertical: verticalScale(4),
|
|
324
|
+
borderRadius: scale(12),
|
|
325
|
+
zIndex: 10
|
|
326
|
+
},
|
|
327
|
+
popularText: {
|
|
328
|
+
fontSize: RFValue(12),
|
|
329
|
+
textTransform: 'uppercase',
|
|
330
|
+
fontWeight: '700'
|
|
331
|
+
}
|
|
332
|
+
});
|
|
333
|
+
//# sourceMappingURL=SubOne.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","memo","useCallback","useMemo","View","StyleSheet","TouchableOpacity","ActivityIndicator","Carousel","scale","verticalScale","LinearGradient","SkeletonPlaceholder","Animated","FadeIn","FadeOut","Text","AppHeader","useTheme","Display","RFValue","jsx","_jsx","jsxs","_jsxs","CAROUSEL_WIDTH","fullWidth","CAROUSEL_HEIGHT","SubscriptionSliderOne","theme","onSubscribe","subscribeButtonText","subscribeLoadingId","plans","errorMessage","isLoading","onBackPress","header","footer","extraContentText","appliedTheme","colors","parsePrice","price","parseFloat","replace","sortedPlans","sort","a","b","aPopular","isPopular","bPopular","placeholderData","Array","length","fill","renderSkeleton","entering","exiting","style","styles","cardContainer","children","borderRadius","backgroundColor","skeletonBaseColor","highlightColor","skeletonHighlightColor","card","renderPlan","item","cardGradient","start","x","y","end","locations","shadowColor","primary","popularBadge","onBackground","popularText","color","onSecondary","cardTitle","white","title","per","duration","platforms","benefits","benefitsContainer","map","benefit","i","subscribeButton","button","onPress","activeOpacity","disabled","id","size","black","subscribeText","container","background","topTitle","titleAlign","topTitleAlign","content","heading","subText","onSurfaceVariant","subTitle","error","width","height","data","renderItem","loop","autoPlay","scrollAnimationDuration","mode","modeConfig","parallaxScrollingOffset","parallaxAdjacentItemScale","info","cancelText","extraContentTextWrapper","isValidElement","extraContentTextText","create","flex","paddingTop","fontSize","fontWeight","textAlign","marginBottom","marginHorizontal","marginVertical","alignItems","justifyContent","position","aspectRatio","alignSelf","shadowOffset","shadowOpacity","shadowRadius","elevation","textTransform","marginTop","paddingHorizontal","paddingVertical","top","right","zIndex"],"sourceRoot":"../../../../src","sources":["components/Subscription/SubOne.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAIC,IAAI,EAAEC,WAAW,EAAEC,OAAO,QAAQ,OAAO;AACzD,SAASC,IAAI,EAAEC,UAAU,EAAEC,gBAAgB,EAAEC,iBAAiB,QAAQ,cAAc;AACpF,OAAOC,QAAQ,MAAM,kCAAkC;AACvD,SAASC,KAAK,EAAEC,aAAa,QAAQ,2BAA2B;AAChE,OAAOC,cAAc,MAAM,8BAA8B;AACzD,OAAOC,mBAAmB,MAAM,mCAAmC;AACnE,OAAOC,QAAQ,IAAIC,MAAM,EAAEC,OAAO,QAAQ,yBAAyB;AACnE,SAASC,IAAI,QAAQ,SAAS;AAC9B,OAAOC,SAAS,MAAM,sBAAsB;AAC5C,SAASC,QAAQ,QAAQ,2BAA2B;AACpD,OAAOC,OAAO,MAAM,qBAAqB;AAEzC,SAASC,OAAO,QAAQ,kCAAkC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAkC3D,MAAMC,cAAc,GAAGN,OAAO,CAACO,SAAS;AACxC,MAAMC,eAAe,GAAGjB,aAAa,CAACe,cAAc,GAAG,GAAG,CAAC;AAC3D,MAAMG,qBAAqB,GAAGA,CAAC;EAC7BC,KAAK;EACLC,WAAW;EACXC,mBAAmB,GAAG,WAAW;EACjCC,kBAAkB;EAClBC,KAAK;EACLC,YAAY;EACZC,SAAS,GAAG,KAAK;EACjBC,WAAW,GAAGA,CAAA,KAAM,CAAC,CAAC;EACtBC,MAAM;EACNC,MAAM;EACNC;AAC0B,CAAC,KAAK;EAChC,MAAM;IAAEV,KAAK,EAAEW;EAAa,CAAC,GAAGtB,QAAQ,CAACW,KAAK,CAAC;EAC/C,MAAMY,MAAM,GAAGD,YAAY,CAACC,MAAM;EAClC,MAAMC,UAAU,GAAIC,KAAa,IAAKC,UAAU,CAACD,KAAK,CAACE,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC;EACnF,MAAMC,WAAW,GAAG3C,OAAO,CAAC,MAAM;IAChC,OAAO,CAAC,GAAG8B,KAAK,CAAC,CAACc,IAAI,CAAC,CAACC,CAAC,EAAEC,CAAC,KAAK;MAC/B,MAAMC,QAAQ,GAAGF,CAAC,EAAEG,SAAS,GAAG,CAAC,GAAG,CAAC;MACrC,MAAMC,QAAQ,GAAGH,CAAC,EAAEE,SAAS,GAAG,CAAC,GAAG,CAAC;MAErC,IAAID,QAAQ,KAAKE,QAAQ,EAAE;QACzB,OAAOA,QAAQ,GAAGF,QAAQ;MAC5B;MAEA,IAAIA,QAAQ,KAAK,CAAC,IAAIE,QAAQ,KAAK,CAAC,EAAE;QACpC,OAAOV,UAAU,CAACO,CAAC,CAACN,KAAK,CAAC,GAAGD,UAAU,CAACM,CAAC,CAACL,KAAK,CAAC;MAClD;MAEA,OAAO,CAAC;IACV,CAAC,CAAC;EACJ,CAAC,EAAE,CAACV,KAAK,CAAC,CAAC;EACX,MAAMoB,eAAe,GAAGlD,OAAO,CAAC,MAAM,IAAImD,KAAK,CAACrB,KAAK,CAACsB,MAAM,IAAI,CAAC,CAAC,CAACC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAACvB,KAAK,CAAC,CAAC;EAErF,MAAMwB,cAAc,GAAGvD,WAAW,CAChC,mBACEoB,IAAA,CAACT,QAAQ,CAACT,IAAI;IAACsD,QAAQ,EAAE5C,MAAO;IAAC6C,OAAO,EAAE5C,OAAQ;IAAC6C,KAAK,EAAEC,MAAM,CAACC,aAAc;IAAAC,QAAA,eAC7EzC,IAAA,CAACV,mBAAmB;MAClBoD,YAAY,EAAE,EAAG;MACjBC,eAAe,EAAExB,MAAM,CAACyB,iBAAkB;MAC1CC,cAAc,EAAE1B,MAAM,CAAC2B,sBAAuB;MAAAL,QAAA,eAE9CzC,IAAA,CAAClB,IAAI;QAACwD,KAAK,EAAEC,MAAM,CAACQ;MAAK,CAAE;IAAC,CACT;EAAC,CACT,CAChB,EACD,CAAC5B,MAAM,CAACyB,iBAAiB,EAAEzB,MAAM,CAAC2B,sBAAsB,CAC1D,CAAC;EAED,MAAME,UAAU,GAAGpE,WAAW,CAC5B,CAAC;IAAEqE;EAAqB,CAAC,kBACvBjD,IAAA,CAAClB,IAAI;IAACwD,KAAK,EAAEC,MAAM,CAACC,aAAc;IAAAC,QAAA,eAChCvC,KAAA,CAACb,cAAc;MACb8B,MAAM,EAAEA,MAAM,CAAC+B,YAAa;MAC5BC,KAAK,EAAE;QAAEC,CAAC,EAAE,CAAC;QAAEC,CAAC,EAAE;MAAE,CAAE;MACtBC,GAAG,EAAE;QAAEF,CAAC,EAAE,CAAC;QAAEC,CAAC,EAAE;MAAI,CAAE;MACtBE,SAAS,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,CAAE;MACvBjB,KAAK,EAAE,CAACC,MAAM,CAACQ,IAAI,EAAE;QAAES,WAAW,EAAErC,MAAM,CAACsC;MAAQ,CAAC,CAAE;MAAAhB,QAAA,GAErDQ,IAAI,EAAEpB,SAAS,iBACd7B,IAAA,CAAClB,IAAI;QAACwD,KAAK,EAAE,CAACC,MAAM,CAACmB,YAAY,EAAE;UAAEf,eAAe,EAAExB,MAAM,CAACwC;QAAa,CAAC,CAAE;QAAAlB,QAAA,eAC3EzC,IAAA,CAACN,IAAI;UAAC4C,KAAK,EAAE,CAACC,MAAM,CAACqB,WAAW,EAAE;YAAEC,KAAK,EAAE1C,MAAM,CAAC2C;UAAY,CAAC,CAAE;UAAArB,QAAA,EAAC;QAAO,CAAM;MAAC,CAC5E,CACP,eAEDzC,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAACwB,SAAS,EAAE;UAAEF,KAAK,EAAE1C,MAAM,CAAC6C;QAAM,CAAC,CAAE;QAAAvB,QAAA,EAAEQ,IAAI,CAACgB;MAAK,CAAO,CAAC,eAC7EjE,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAAClB,KAAK,EAAE;UAAEwC,KAAK,EAAE1C,MAAM,CAAC6C;QAAM,CAAC,CAAE;QAAAvB,QAAA,EAAEQ,IAAI,CAAC5B;MAAK,CAAO,CAAC,eACzErB,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAAC2B,GAAG,EAAE;UAAEL,KAAK,EAAE1C,MAAM,CAAC6C;QAAM,CAAC,CAAE;QAAAvB,QAAA,EAAEQ,IAAI,CAACkB;MAAQ,CAAO,CAAC,eAC1EnE,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAAC6B,SAAS,EAAE;UAAEP,KAAK,EAAE1C,MAAM,CAAC6C;QAAM,CAAC,CAAE;QAAAvB,QAAA,EAAEQ,IAAI,CAACmB;MAAS,CAAO,CAAC,EAChF,CAAC,CAACnB,IAAI,CAACoB,QAAQ,EAAEpC,MAAM,iBACtBjC,IAAA,CAAClB,IAAI;QAACwD,KAAK,EAAEC,MAAM,CAAC+B,iBAAkB;QAAA7B,QAAA,EACnCQ,IAAI,CAACoB,QAAQ,CAACE,GAAG,CAAC,CAACC,OAAO,EAAEC,CAAC,kBAC5BvE,KAAA,CAACR,IAAI;UAAS4C,KAAK,EAAE,CAACC,MAAM,CAACiC,OAAO,EAAE;YAAEX,KAAK,EAAE1C,MAAM,CAAC6C;UAAM,CAAC,CAAE;UAAAvB,QAAA,GAAC,SAC5D,EAAC+B,OAAO;QAAA,GADDC,CAEL,CACP;MAAC,CACE,CACP,eACDzE,IAAA,CAAChB,gBAAgB;QACfsD,KAAK,EAAE,CAACC,MAAM,CAACmC,eAAe,EAAE;UAAE/B,eAAe,EAAExB,MAAM,CAACwD;QAAO,CAAC,CAAE;QACpEC,OAAO,EAAEA,CAAA,KAAMpE,WAAW,GAAGyC,IAAI,CAAE;QACnC4B,aAAa,EAAE,GAAI;QACnBC,QAAQ,EAAEpE,kBAAkB,KAAKuC,IAAI,CAAC8B,EAAG;QAAAtC,QAAA,EAExC/B,kBAAkB,KAAKuC,IAAI,CAAC8B,EAAE,gBAC7B/E,IAAA,CAACf,iBAAiB;UAAC+F,IAAI,EAAC,OAAO;UAACnB,KAAK,EAAE1C,MAAM,CAAC8D;QAAM,CAAE,CAAC,gBAEvDjF,IAAA,CAACN,IAAI;UAAC4C,KAAK,EAAE,CAACC,MAAM,CAAC2C,aAAa,EAAE;YAAErB,KAAK,EAAE1C,MAAM,CAAC8D;UAAM,CAAC,CAAE;UAAAxC,QAAA,EAAEhC;QAAmB,CAAO;MAC1F,CACe,CAAC;IAAA,CACL;EAAC,CACb,CACP,EACD,CACEU,MAAM,CAAC8D,KAAK,EACZ9D,MAAM,CAACwD,MAAM,EACbxD,MAAM,CAAC+B,YAAY,EACnB/B,MAAM,CAACwC,YAAY,EACnBxC,MAAM,CAAC2C,WAAW,EAClB3C,MAAM,CAACsC,OAAO,EACdtC,MAAM,CAAC6C,KAAK,EACZxD,WAAW,EACXC,mBAAmB,EACnBC,kBAAkB,CAEtB,CAAC;EAED,oBACER,KAAA,CAACpB,IAAI;IAACwD,KAAK,EAAE,CAACC,MAAM,CAAC4C,SAAS,EAAE;MAAExC,eAAe,EAAExB,MAAM,CAACiE;IAAW,CAAC,CAAE;IAAA3C,QAAA,gBACtEzC,IAAA,CAACL,SAAS;MACRsE,KAAK,EAAElD,MAAM,CAACsE,QAAS;MACvBvE,WAAW,EAAEA,WAAY;MACzBwE,UAAU,EAAEvE,MAAM,CAACwE,aAAc;MACjChF,KAAK,EAAEW;IAAa,CACrB,CAAC,eACFhB,KAAA,CAACpB,IAAI;MAACwD,KAAK,EAAEC,MAAM,CAACiD,OAAQ;MAAA/C,QAAA,gBAC1BzC,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAACkD,OAAO,CAAE;QAAAhD,QAAA,EAAE1B,MAAM,CAACkD;MAAK,CAAO,CAAC,eACpDjE,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAACmD,OAAO,EAAE;UAAE7B,KAAK,EAAE1C,MAAM,CAACwE;QAAiB,CAAC,CAAE;QAAAlD,QAAA,EAAE1B,MAAM,CAAC6E;MAAQ,CAAO,CAAC,EAE1FhF,YAAY,gBACXZ,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAAC3B,YAAY,EAAE;UAAEiD,KAAK,EAAE1C,MAAM,CAAC0E;QAAM,CAAC,CAAE;QAAApD,QAAA,EAAE7B;MAAY,CAAO,CAAC,gBAElFZ,IAAA,CAACd,QAAQ;QACP4G,KAAK,EAAE3F,cAAe;QACtB4F,MAAM,EAAE1F,eAAgB;QACxB2F,IAAI,EAAEnF,SAAS,GAAGkB,eAAe,GAAGP,WAAY;QAChDyE,UAAU,EAAEpF,SAAS,GAAGsB,cAAc,GAAGa,UAAW;QACpDkD,IAAI;QACJC,QAAQ,EAAE,KAAM;QAChBC,uBAAuB,EAAE,GAAI;QAC7BC,IAAI,EAAC,UAAU;QACfC,UAAU,EAAE;UACVC,uBAAuB,EAAE1G,OAAO,CAACO,SAAS,GAAG,IAAI;UACjDoG,yBAAyB,EAAE;QAC7B;MAAE,CACH,CACF,eAEDxG,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAACkE,IAAI,EAAE;UAAE5C,KAAK,EAAE1C,MAAM,CAACwE;QAAiB,CAAC,CAAE;QAAAlD,QAAA,EAAEzB,MAAM,CAACiD;MAAK,CAAO,CAAC,eACrFjE,IAAA,CAACN,IAAI;QAAC4C,KAAK,EAAE,CAACC,MAAM,CAACmE,UAAU,EAAE;UAAE7C,KAAK,EAAE1C,MAAM,CAACwE;QAAiB,CAAC,CAAE;QAAAlD,QAAA,EAAEzB,MAAM,CAAC4E;MAAQ,CAAO,CAAC,EAE7F3E,gBAAgB,iBACfjB,IAAA,CAAClB,IAAI;QAACwD,KAAK,EAAEC,MAAM,CAACoE,uBAAwB;QAAAlE,QAAA,EACzC,aAAA/D,KAAK,CAACkI,cAAc,CAAC3F,gBAAgB,CAAC,GACrCA,gBAAgB,gBAEhBjB,IAAA,CAACN,IAAI;UAAC4C,KAAK,EAAE,CAACC,MAAM,CAACsE,oBAAoB,EAAE;YAAEhD,KAAK,EAAE1C,MAAM,CAACwE;UAAiB,CAAC,CAAE;UAAAlD,QAAA,EAAExB;QAAgB,CAAO;MACzG,CACG,CACP;IAAA,CACG,CAAC;EAAA,CACH,CAAC;AAEX,CAAC;AAED,4BAAetC,IAAI,CAAC2B,qBAAqB,CAAC;AAM1C,MAAMiC,MAAM,GAAGxD,UAAU,CAAC+H,MAAM,CAAC;EAC/B3B,SAAS,EAAE;IAAE4B,IAAI,EAAE;EAAE,CAAC;EACtBvB,OAAO,EAAE;IAAEuB,IAAI,EAAE,CAAC;IAAEC,UAAU,EAAE5H,aAAa,CAAC,EAAE;EAAE,CAAC;EACnDqG,OAAO,EAAE;IACPwB,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBoH,UAAU,EAAE,KAAK;IACjBC,SAAS,EAAE,QAAQ;IACnBC,YAAY,EAAEhI,aAAa,CAAC,EAAE,CAAC;IAC/BiI,gBAAgB,EAAElI,KAAK,CAAC,EAAE;EAC5B,CAAC;EACDuG,OAAO,EAAE;IACPyB,SAAS,EAAE,QAAQ;IACnBF,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBoH,UAAU,EAAE,KAAK;IACjBE,YAAY,EAAEhI,aAAa,CAAC,EAAE,CAAC;IAC/BiI,gBAAgB,EAAElI,KAAK,CAAC,EAAE;EAC5B,CAAC;EACDyB,YAAY,EAAE;IACZqG,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBoH,UAAU,EAAE,KAAK;IACjBC,SAAS,EAAE,QAAQ;IACnBG,cAAc,EAAElI,aAAa,CAAC,EAAE;EAClC,CAAC;EAEDoD,aAAa,EAAE;IACb+E,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE;EAClB,CAAC;EACDzE,IAAI,EAAE;IACJ0E,QAAQ,EAAE,UAAU;IACpB3B,KAAK,EAAEjG,OAAO,CAACO,SAAS,GAAG,IAAI;IAC/BsH,WAAW,EAAE,CAAC;IACdhF,YAAY,EAAEvD,KAAK,CAAC,EAAE,CAAC;IACvBqI,cAAc,EAAE,QAAQ;IACxBD,UAAU,EAAE,QAAQ;IACpBI,SAAS,EAAE,QAAQ;IACnBC,YAAY,EAAE;MAAE9B,KAAK,EAAE,CAAC;MAAEC,MAAM,EAAE;IAAE,CAAC;IACrC8B,aAAa,EAAE,GAAG;IAClBC,YAAY,EAAE,CAAC;IACfC,SAAS,EAAE;EACb,CAAC;EACDhE,SAAS,EAAE;IACTkD,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBoH,UAAU,EAAE,KAAK;IACjBE,YAAY,EAAEhI,aAAa,CAAC,CAAC;EAC/B,CAAC;EACDiC,KAAK,EAAE;IACL4F,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBoH,UAAU,EAAE,MAAM;IAClBE,YAAY,EAAEhI,aAAa,CAAC,CAAC;EAC/B,CAAC;EACD8E,GAAG,EAAE;IACH+C,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBkI,aAAa,EAAE,YAAY;IAC3BZ,YAAY,EAAEhI,aAAa,CAAC,CAAC;EAC/B,CAAC;EACDgF,SAAS,EAAE;IACT6C,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBkI,aAAa,EAAE,YAAY;IAC3Bb,SAAS,EAAE,QAAQ;IACnBC,YAAY,EAAEhI,aAAa,CAAC,CAAC;EAC/B,CAAC;EACDkF,iBAAiB,EAAE;IACjB2D,SAAS,EAAE7I,aAAa,CAAC,CAAC,CAAC;IAC3BmI,UAAU,EAAE,YAAY;IACxBC,cAAc,EAAE,QAAQ;IACxBU,iBAAiB,EAAE/I,KAAK,CAAC,EAAE;EAC7B,CAAC;EACDqF,OAAO,EAAE;IACPyC,QAAQ,EAAEnH,OAAO,CAAC,EAAE;EACtB,CAAC;EACD4E,eAAe,EAAE;IACfyD,eAAe,EAAE/I,aAAa,CAAC,EAAE,CAAC;IAClC8I,iBAAiB,EAAE/I,KAAK,CAAC,EAAE,CAAC;IAC5BuD,YAAY,EAAEvD,KAAK,CAAC,EAAE,CAAC;IACvBoI,UAAU,EAAE,QAAQ;IACpBU,SAAS,EAAE7I,aAAa,CAAC,EAAE;EAC7B,CAAC;EACD8F,aAAa,EAAE;IACb+B,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBoH,UAAU,EAAE;EACd,CAAC;EACDT,IAAI,EAAE;IACJQ,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBqH,SAAS,EAAE,QAAQ;IACnBD,UAAU,EAAE,KAAK;IACjBI,cAAc,EAAElI,aAAa,CAAC,CAAC,CAAC;IAChCiI,gBAAgB,EAAElI,KAAK,CAAC,EAAE;EAC5B,CAAC;EACDuH,UAAU,EAAE;IACVO,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBqH,SAAS,EAAE,QAAQ;IACnBD,UAAU,EAAE,KAAK;IACjBE,YAAY,EAAEhI,aAAa,CAAC,EAAE,CAAC;IAC/BiI,gBAAgB,EAAElI,KAAK,CAAC,EAAE;EAC5B,CAAC;EACDwH,uBAAuB,EAAE;IACvBsB,SAAS,EAAE7I,aAAa,CAAC,EAAE,CAAC;IAC5BmI,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,QAAQ;IACxBU,iBAAiB,EAAE/I,KAAK,CAAC,EAAE;EAC7B,CAAC;EACD0H,oBAAoB,EAAE;IACpBI,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBuH,gBAAgB,EAAElI,KAAK,CAAC,EAAE,CAAC;IAC3B+H,UAAU,EAAE,KAAK;IACjBC,SAAS,EAAE;EACb,CAAC;EACDzD,YAAY,EAAE;IACZ+D,QAAQ,EAAE,UAAU;IACpBW,GAAG,EAAEhJ,aAAa,CAAC,EAAE,CAAC;IACtBiJ,KAAK,EAAElJ,KAAK,CAAC,EAAE,CAAC;IAChB+I,iBAAiB,EAAE/I,KAAK,CAAC,EAAE,CAAC;IAC5BgJ,eAAe,EAAE/I,aAAa,CAAC,CAAC,CAAC;IACjCsD,YAAY,EAAEvD,KAAK,CAAC,EAAE,CAAC;IACvBmJ,MAAM,EAAE;EACV,CAAC;EACD1E,WAAW,EAAE;IACXqD,QAAQ,EAAEnH,OAAO,CAAC,EAAE,CAAC;IACrBkI,aAAa,EAAE,WAAW;IAC1Bd,UAAU,EAAE;EACd;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Ashok Desai
|
|
5
|
+
* @lastModified jul 10 Jul 2025 at 6:40 PM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import SubscriptionOne from './SubOne';
|
|
9
|
+
const Subscription = {
|
|
10
|
+
One: SubscriptionOne
|
|
11
|
+
};
|
|
12
|
+
export { Subscription };
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["SubscriptionOne","Subscription","One"],"sourceRoot":"../../../../src","sources":["components/Subscription/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,eAAe,MAAM,UAAU;AAEtC,MAAMC,YAAY,GAAG;EACnBC,GAAG,EAAEF;AACP,CAAC;AAED,SAASC,YAAY","ignoreList":[]}
|