@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,183 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Wed 02 Jul 2025 at 10:29 AM
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* @author Naresh Dhamu
|
|
9
|
+
* @lastModified Wed 02 Jul 2025 at 10:29 AM
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
import React, { useState, useEffect, useMemo } from 'react';
|
|
13
|
+
import { View, StyleSheet } from 'react-native';
|
|
14
|
+
import FastImage from 'react-native-fast-image';
|
|
15
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
16
|
+
import { scale } from 'react-native-size-matters';
|
|
17
|
+
import { Text } from '../../../Text';
|
|
18
|
+
import { ImageOff } from 'lucide-react-native';
|
|
19
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
20
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
|
+
const CardPoster = ({
|
|
22
|
+
posterUri,
|
|
23
|
+
theme,
|
|
24
|
+
isLoading = false,
|
|
25
|
+
borderRadius = scale(6),
|
|
26
|
+
posterWrapperStyle,
|
|
27
|
+
imageStyle,
|
|
28
|
+
resizeMode = FastImage.resizeMode.cover
|
|
29
|
+
}) => {
|
|
30
|
+
const [imageLoading, setImageLoading] = useState(true);
|
|
31
|
+
const [imageError, setImageError] = useState(false);
|
|
32
|
+
const hasValidPoster = useMemo(() => {
|
|
33
|
+
if (!posterUri || typeof posterUri !== 'string') return false;
|
|
34
|
+
const cleaned = posterUri.trim();
|
|
35
|
+
return (cleaned.startsWith('http://') || cleaned.startsWith('https://')) && /\.(jpg|jpeg|png|webp|gif|bmp)$/i.test(cleaned);
|
|
36
|
+
}, [posterUri]);
|
|
37
|
+
useEffect(() => {
|
|
38
|
+
if (hasValidPoster) {
|
|
39
|
+
setImageLoading(true);
|
|
40
|
+
setImageError(false);
|
|
41
|
+
FastImage.preload([{
|
|
42
|
+
uri: posterUri
|
|
43
|
+
}]);
|
|
44
|
+
} else {
|
|
45
|
+
setImageLoading(false);
|
|
46
|
+
setImageError(true);
|
|
47
|
+
}
|
|
48
|
+
}, [posterUri, hasValidPoster]);
|
|
49
|
+
const showSkeleton = isLoading || imageLoading && !imageError && hasValidPoster;
|
|
50
|
+
const fallbackImageStyle = useMemo(() => ({
|
|
51
|
+
width: '100%',
|
|
52
|
+
aspectRatio: 2 / 3,
|
|
53
|
+
borderRadius,
|
|
54
|
+
position: 'absolute',
|
|
55
|
+
top: 0,
|
|
56
|
+
left: 0
|
|
57
|
+
}), [borderRadius]);
|
|
58
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
59
|
+
style: [styles.posterWrapper, styles.defaultPosterWrapper, {
|
|
60
|
+
borderRadius,
|
|
61
|
+
backgroundColor: theme.colors.background,
|
|
62
|
+
shadowColor: theme.colors.shadow
|
|
63
|
+
}, posterWrapperStyle],
|
|
64
|
+
children: [showSkeleton && /*#__PURE__*/_jsx(View, {
|
|
65
|
+
style: [styles.skeletonWrapper, {
|
|
66
|
+
borderRadius
|
|
67
|
+
}],
|
|
68
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
69
|
+
backgroundColor: theme.colors.skeletonBaseColor,
|
|
70
|
+
highlightColor: theme.colors.skeletonHighlightColor,
|
|
71
|
+
speed: 1000,
|
|
72
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
73
|
+
style: [styles.skeleton, {
|
|
74
|
+
borderRadius
|
|
75
|
+
}]
|
|
76
|
+
})
|
|
77
|
+
})
|
|
78
|
+
}), hasValidPoster && /*#__PURE__*/_jsx(FastImage, {
|
|
79
|
+
source: {
|
|
80
|
+
uri: posterUri,
|
|
81
|
+
cache: FastImage.cacheControl.immutable,
|
|
82
|
+
priority: FastImage.priority.normal
|
|
83
|
+
},
|
|
84
|
+
style: [fallbackImageStyle, showSkeleton ? styles.hidden : styles.visible, imageStyle],
|
|
85
|
+
resizeMode: resizeMode,
|
|
86
|
+
onLoadStart: () => {
|
|
87
|
+
if (hasValidPoster) {
|
|
88
|
+
setImageLoading(true);
|
|
89
|
+
setImageError(false);
|
|
90
|
+
} else {
|
|
91
|
+
setImageLoading(false);
|
|
92
|
+
setImageError(true);
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
onLoad: () => {
|
|
96
|
+
setImageLoading(false);
|
|
97
|
+
},
|
|
98
|
+
onError: () => {
|
|
99
|
+
setImageLoading(false);
|
|
100
|
+
setImageError(true);
|
|
101
|
+
}
|
|
102
|
+
}), !showSkeleton && (!hasValidPoster || imageError) && /*#__PURE__*/_jsx(View, {
|
|
103
|
+
style: [styles.fallbackWrapper, {
|
|
104
|
+
borderRadius,
|
|
105
|
+
backgroundColor: theme.colors.background,
|
|
106
|
+
borderColor: theme.colors.error
|
|
107
|
+
}],
|
|
108
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
109
|
+
style: [styles.fallback, {
|
|
110
|
+
backgroundColor: theme.colors.errorContainer
|
|
111
|
+
}],
|
|
112
|
+
children: [/*#__PURE__*/_jsx(ImageOff, {
|
|
113
|
+
size: scale(18),
|
|
114
|
+
color: theme.colors.error
|
|
115
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
116
|
+
style: styles.fallbackText,
|
|
117
|
+
color: theme.colors.error,
|
|
118
|
+
children: "Image Failed"
|
|
119
|
+
})]
|
|
120
|
+
})
|
|
121
|
+
})]
|
|
122
|
+
});
|
|
123
|
+
};
|
|
124
|
+
export default /*#__PURE__*/React.memo(CardPoster);
|
|
125
|
+
const styles = StyleSheet.create({
|
|
126
|
+
posterWrapper: {
|
|
127
|
+
width: '100%',
|
|
128
|
+
aspectRatio: 2 / 3,
|
|
129
|
+
overflow: 'hidden',
|
|
130
|
+
position: 'relative'
|
|
131
|
+
},
|
|
132
|
+
defaultPosterWrapper: {
|
|
133
|
+
shadowOffset: {
|
|
134
|
+
width: 0,
|
|
135
|
+
height: 2
|
|
136
|
+
},
|
|
137
|
+
shadowOpacity: 0.1,
|
|
138
|
+
shadowRadius: 3,
|
|
139
|
+
elevation: 2
|
|
140
|
+
},
|
|
141
|
+
skeletonWrapper: {
|
|
142
|
+
position: 'absolute',
|
|
143
|
+
top: 0,
|
|
144
|
+
left: 0,
|
|
145
|
+
width: '100%',
|
|
146
|
+
aspectRatio: 2 / 3,
|
|
147
|
+
overflow: 'hidden'
|
|
148
|
+
},
|
|
149
|
+
skeleton: {
|
|
150
|
+
width: '100%',
|
|
151
|
+
aspectRatio: 2 / 3
|
|
152
|
+
},
|
|
153
|
+
visible: {
|
|
154
|
+
opacity: 1
|
|
155
|
+
},
|
|
156
|
+
hidden: {
|
|
157
|
+
opacity: 0
|
|
158
|
+
},
|
|
159
|
+
fallbackWrapper: {
|
|
160
|
+
position: 'absolute',
|
|
161
|
+
top: 0,
|
|
162
|
+
left: 0,
|
|
163
|
+
width: '100%',
|
|
164
|
+
aspectRatio: 2 / 3,
|
|
165
|
+
borderWidth: scale(1),
|
|
166
|
+
alignItems: 'center',
|
|
167
|
+
justifyContent: 'center'
|
|
168
|
+
},
|
|
169
|
+
fallback: {
|
|
170
|
+
position: 'absolute',
|
|
171
|
+
top: 0,
|
|
172
|
+
left: 0,
|
|
173
|
+
width: '100%',
|
|
174
|
+
aspectRatio: 2 / 3,
|
|
175
|
+
alignItems: 'center',
|
|
176
|
+
justifyContent: 'center'
|
|
177
|
+
},
|
|
178
|
+
fallbackText: {
|
|
179
|
+
marginTop: scale(4),
|
|
180
|
+
fontSize: RFValue(9)
|
|
181
|
+
}
|
|
182
|
+
});
|
|
183
|
+
//# sourceMappingURL=CardPoster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useState","useEffect","useMemo","View","StyleSheet","FastImage","SkeletonPlaceholder","scale","Text","ImageOff","RFValue","jsx","_jsx","jsxs","_jsxs","CardPoster","posterUri","theme","isLoading","borderRadius","posterWrapperStyle","imageStyle","resizeMode","cover","imageLoading","setImageLoading","imageError","setImageError","hasValidPoster","cleaned","trim","startsWith","test","preload","uri","showSkeleton","fallbackImageStyle","width","aspectRatio","position","top","left","style","styles","posterWrapper","defaultPosterWrapper","backgroundColor","colors","background","shadowColor","shadow","children","skeletonWrapper","skeletonBaseColor","highlightColor","skeletonHighlightColor","speed","Item","skeleton","source","cache","cacheControl","immutable","priority","normal","hidden","visible","onLoadStart","onLoad","onError","fallbackWrapper","borderColor","error","fallback","errorContainer","size","color","fallbackText","memo","create","overflow","shadowOffset","height","shadowOpacity","shadowRadius","elevation","opacity","borderWidth","alignItems","justifyContent","marginTop","fontSize"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/components/CardPoster.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Wed 25 Jun 2025 at 11:59 AM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { StyleSheet, View } from 'react-native';
|
|
10
|
+
import { verticalScale } from 'react-native-size-matters';
|
|
11
|
+
import ShowAllButton from './ShowAllButton';
|
|
12
|
+
import { Text } from '../../../Text';
|
|
13
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
|
+
const NavigateToMore = ({
|
|
16
|
+
onPress,
|
|
17
|
+
title,
|
|
18
|
+
titleStyle,
|
|
19
|
+
containerStyle,
|
|
20
|
+
showAllProps
|
|
21
|
+
}) => {
|
|
22
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
23
|
+
style: [styles.container, containerStyle],
|
|
24
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
25
|
+
style: styles.titleWrapper,
|
|
26
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
27
|
+
style: [styles.title, titleStyle],
|
|
28
|
+
numberOfLines: 1,
|
|
29
|
+
ellipsizeMode: "tail",
|
|
30
|
+
children: title
|
|
31
|
+
})
|
|
32
|
+
}), /*#__PURE__*/_jsx(ShowAllButton, {
|
|
33
|
+
onPress: onPress,
|
|
34
|
+
...showAllProps
|
|
35
|
+
})]
|
|
36
|
+
});
|
|
37
|
+
};
|
|
38
|
+
export default NavigateToMore;
|
|
39
|
+
const styles = StyleSheet.create({
|
|
40
|
+
container: {
|
|
41
|
+
flexDirection: 'row',
|
|
42
|
+
alignItems: 'center',
|
|
43
|
+
justifyContent: 'space-between',
|
|
44
|
+
marginBottom: verticalScale(6),
|
|
45
|
+
marginTop: verticalScale(1)
|
|
46
|
+
},
|
|
47
|
+
titleWrapper: {
|
|
48
|
+
flex: 1,
|
|
49
|
+
justifyContent: 'center'
|
|
50
|
+
},
|
|
51
|
+
title: {
|
|
52
|
+
fontSize: RFValue(13),
|
|
53
|
+
fontWeight: '500',
|
|
54
|
+
textTransform: 'capitalize'
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
//# sourceMappingURL=NavigateToMore.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","verticalScale","ShowAllButton","Text","RFValue","jsx","_jsx","jsxs","_jsxs","NavigateToMore","onPress","title","titleStyle","containerStyle","showAllProps","style","styles","container","children","titleWrapper","numberOfLines","ellipsizeMode","create","flexDirection","alignItems","justifyContent","marginBottom","marginTop","flex","fontSize","fontWeight","textTransform"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/components/NavigateToMore.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,UAAU,EAAEC,IAAI,QAAwD,cAAc;AAC/F,SAASC,aAAa,QAAQ,2BAA2B;AACzD,OAAOC,aAAa,MAAmC,iBAAiB;AACxE,SAASC,IAAI,QAAQ,eAAe;AACpC,SAASC,OAAO,QAAQ,kCAAkC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAU3D,MAAMC,cAAgC,GAAGA,CAAC;EACxCC,OAAO;EACPC,KAAK;EACLC,UAAU;EACVC,cAAc;EACdC;AACF,CAAC,KAAyB;EACxB,oBACEN,KAAA,CAACR,IAAI;IAACe,KAAK,EAAE,CAACC,MAAM,CAACC,SAAS,EAAEJ,cAAc,CAAE;IAAAK,QAAA,gBAC9CZ,IAAA,CAACN,IAAI;MAACe,KAAK,EAAEC,MAAM,CAACG,YAAa;MAAAD,QAAA,eAC/BZ,IAAA,CAACH,IAAI;QAACY,KAAK,EAAE,CAACC,MAAM,CAACL,KAAK,EAAEC,UAAU,CAAE;QAACQ,aAAa,EAAE,CAAE;QAACC,aAAa,EAAC,MAAM;QAAAH,QAAA,EAC5EP;MAAK,CACF;IAAC,CACH,CAAC,eACPL,IAAA,CAACJ,aAAa;MAACQ,OAAO,EAAEA,OAAQ;MAAA,GAAKI;IAAY,CAAG,CAAC;EAAA,CACjD,CAAC;AAEX,CAAC;AAED,eAAeL,cAAc;AAE7B,MAAMO,MAAM,GAAGjB,UAAU,CAACuB,MAAM,CAAC;EAC/BL,SAAS,EAAE;IACTM,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,eAAe;IAC/BC,YAAY,EAAEzB,aAAa,CAAC,CAAC,CAAC;IAC9B0B,SAAS,EAAE1B,aAAa,CAAC,CAAC;EAC5B,CAAC;EACDkB,YAAY,EAAE;IACZS,IAAI,EAAE,CAAC;IACPH,cAAc,EAAE;EAClB,CAAC;EACDd,KAAK,EAAE;IACLkB,QAAQ,EAAEzB,OAAO,CAAC,EAAE,CAAC;IACrB0B,UAAU,EAAE,KAAK;IACjBC,aAAa,EAAE;EACjB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Wed 25 Jun 2025 at 11:59 AM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { useCallback } from 'react';
|
|
9
|
+
import { TouchableOpacity, StyleSheet } from 'react-native';
|
|
10
|
+
import Animated, { useSharedValue, useAnimatedStyle, withSpring } from 'react-native-reanimated';
|
|
11
|
+
import { scale, verticalScale } from 'react-native-size-matters';
|
|
12
|
+
import { Text } from '../../../Text';
|
|
13
|
+
import { useTheme } from '../../../../theme/hook/useTheme';
|
|
14
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
15
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
16
|
+
const NoContentFallback = ({
|
|
17
|
+
message = 'No content available right now.\nPlease check back later.',
|
|
18
|
+
retryText = 'Try Again',
|
|
19
|
+
onRetry,
|
|
20
|
+
theme,
|
|
21
|
+
emoji = '😔',
|
|
22
|
+
style
|
|
23
|
+
}) => {
|
|
24
|
+
const {
|
|
25
|
+
theme: appliedTheme
|
|
26
|
+
} = useTheme(theme);
|
|
27
|
+
const scaleValue = useSharedValue(1);
|
|
28
|
+
const handlePressIn = useCallback(() => {
|
|
29
|
+
scaleValue.value = withSpring(0.95, {
|
|
30
|
+
damping: 15,
|
|
31
|
+
stiffness: 200
|
|
32
|
+
});
|
|
33
|
+
}, [scaleValue]);
|
|
34
|
+
const handlePressOut = useCallback(() => {
|
|
35
|
+
scaleValue.value = withSpring(1, {
|
|
36
|
+
damping: 15,
|
|
37
|
+
stiffness: 200
|
|
38
|
+
});
|
|
39
|
+
}, [scaleValue]);
|
|
40
|
+
const animatedButtonStyle = useAnimatedStyle(() => ({
|
|
41
|
+
transform: [{
|
|
42
|
+
scale: scaleValue.value
|
|
43
|
+
}]
|
|
44
|
+
}));
|
|
45
|
+
return /*#__PURE__*/_jsxs(Animated.View, {
|
|
46
|
+
style: [styles.container, style, {
|
|
47
|
+
backgroundColor: appliedTheme.colors.background
|
|
48
|
+
}],
|
|
49
|
+
accessibilityLabel: "No content available",
|
|
50
|
+
accessibilityHint: "Check back later or try again",
|
|
51
|
+
children: [/*#__PURE__*/_jsx(Animated.Text, {
|
|
52
|
+
style: [styles.emoji, {
|
|
53
|
+
color: appliedTheme.colors.textPrimary
|
|
54
|
+
}],
|
|
55
|
+
children: emoji
|
|
56
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
57
|
+
style: [styles.message, {
|
|
58
|
+
color: appliedTheme.colors.textSecondary
|
|
59
|
+
}],
|
|
60
|
+
children: message
|
|
61
|
+
}), onRetry && /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
62
|
+
onPress: onRetry,
|
|
63
|
+
onPressIn: handlePressIn,
|
|
64
|
+
onPressOut: handlePressOut,
|
|
65
|
+
style: [styles.retryButton, {
|
|
66
|
+
backgroundColor: appliedTheme.colors.primary,
|
|
67
|
+
borderColor: appliedTheme.colors.outline
|
|
68
|
+
}],
|
|
69
|
+
accessibilityLabel: retryText,
|
|
70
|
+
accessibilityRole: "button",
|
|
71
|
+
children: /*#__PURE__*/_jsx(Animated.View, {
|
|
72
|
+
style: animatedButtonStyle,
|
|
73
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
74
|
+
style: [styles.retryText, {
|
|
75
|
+
color: appliedTheme.colors.textPrimary
|
|
76
|
+
}],
|
|
77
|
+
children: retryText
|
|
78
|
+
})
|
|
79
|
+
})
|
|
80
|
+
})]
|
|
81
|
+
});
|
|
82
|
+
};
|
|
83
|
+
const styles = StyleSheet.create({
|
|
84
|
+
container: {
|
|
85
|
+
flex: 1,
|
|
86
|
+
alignItems: 'center',
|
|
87
|
+
justifyContent: 'center',
|
|
88
|
+
paddingHorizontal: scale(20),
|
|
89
|
+
paddingVertical: verticalScale(40)
|
|
90
|
+
},
|
|
91
|
+
emoji: {
|
|
92
|
+
fontSize: RFValue(63),
|
|
93
|
+
marginBottom: verticalScale(16),
|
|
94
|
+
textAlign: 'center'
|
|
95
|
+
},
|
|
96
|
+
message: {
|
|
97
|
+
fontSize: RFValue(15),
|
|
98
|
+
textAlign: 'center',
|
|
99
|
+
fontWeight: '500',
|
|
100
|
+
lineHeight: verticalScale(22),
|
|
101
|
+
marginBottom: verticalScale(20)
|
|
102
|
+
},
|
|
103
|
+
retryButton: {
|
|
104
|
+
paddingHorizontal: scale(24),
|
|
105
|
+
paddingVertical: verticalScale(12),
|
|
106
|
+
borderRadius: scale(8),
|
|
107
|
+
borderWidth: scale(1)
|
|
108
|
+
},
|
|
109
|
+
retryText: {
|
|
110
|
+
fontSize: RFValue(13),
|
|
111
|
+
fontWeight: '600',
|
|
112
|
+
textAlign: 'center'
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
export default NoContentFallback;
|
|
116
|
+
//# sourceMappingURL=NoContentFallback.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useCallback","TouchableOpacity","StyleSheet","Animated","useSharedValue","useAnimatedStyle","withSpring","scale","verticalScale","Text","useTheme","RFValue","jsx","_jsx","jsxs","_jsxs","NoContentFallback","message","retryText","onRetry","theme","emoji","style","appliedTheme","scaleValue","handlePressIn","value","damping","stiffness","handlePressOut","animatedButtonStyle","transform","View","styles","container","backgroundColor","colors","background","accessibilityLabel","accessibilityHint","children","color","textPrimary","textSecondary","onPress","onPressIn","onPressOut","retryButton","primary","borderColor","outline","accessibilityRole","create","flex","alignItems","justifyContent","paddingHorizontal","paddingVertical","fontSize","marginBottom","textAlign","fontWeight","lineHeight","borderRadius","borderWidth"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/components/NoContentFallback.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Wed 25 Jun 2025 at 11:58 AM
|
|
6
|
+
**/
|
|
7
|
+
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { StyleSheet, TouchableOpacity, View } from 'react-native';
|
|
10
|
+
import { moderateScale, scale } from 'react-native-size-matters';
|
|
11
|
+
import { Text } from '../../../Text';
|
|
12
|
+
import { ChevronRight } from 'lucide-react-native';
|
|
13
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
14
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
|
+
const ShowAllButton = ({
|
|
16
|
+
text = 'Show All',
|
|
17
|
+
onPress,
|
|
18
|
+
iconSize = scale(14),
|
|
19
|
+
gap = 3,
|
|
20
|
+
iconColor = '#ffffff',
|
|
21
|
+
iconPosition = 'right',
|
|
22
|
+
IconComponent,
|
|
23
|
+
textStyle,
|
|
24
|
+
containerStyle
|
|
25
|
+
}) => {
|
|
26
|
+
const icon = IconComponent ?? /*#__PURE__*/_jsx(View, {
|
|
27
|
+
style: styles.iconWrapper,
|
|
28
|
+
children: /*#__PURE__*/_jsx(ChevronRight, {
|
|
29
|
+
size: iconSize,
|
|
30
|
+
color: iconColor
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
return /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
34
|
+
style: [styles.buttonContainer, containerStyle],
|
|
35
|
+
onPress: onPress,
|
|
36
|
+
activeOpacity: 0.7,
|
|
37
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
38
|
+
style: [styles.innerRow, {
|
|
39
|
+
columnGap: moderateScale(gap)
|
|
40
|
+
}],
|
|
41
|
+
children: [iconPosition === 'left' && icon, /*#__PURE__*/_jsx(Text, {
|
|
42
|
+
style: [styles.text, textStyle],
|
|
43
|
+
children: text
|
|
44
|
+
}), iconPosition === 'right' && icon]
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
};
|
|
48
|
+
export default ShowAllButton;
|
|
49
|
+
const styles = StyleSheet.create({
|
|
50
|
+
buttonContainer: {
|
|
51
|
+
justifyContent: 'center',
|
|
52
|
+
alignItems: 'center'
|
|
53
|
+
},
|
|
54
|
+
innerRow: {
|
|
55
|
+
flexDirection: 'row',
|
|
56
|
+
alignItems: 'center',
|
|
57
|
+
justifyContent: 'center'
|
|
58
|
+
},
|
|
59
|
+
iconWrapper: {
|
|
60
|
+
justifyContent: 'center',
|
|
61
|
+
alignItems: 'center',
|
|
62
|
+
alignSelf: 'center'
|
|
63
|
+
},
|
|
64
|
+
text: {
|
|
65
|
+
fontSize: RFValue(9),
|
|
66
|
+
fontWeight: '400',
|
|
67
|
+
textTransform: 'capitalize',
|
|
68
|
+
letterSpacing: 0.3
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
//# sourceMappingURL=ShowAllButton.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","TouchableOpacity","View","moderateScale","scale","Text","ChevronRight","RFValue","jsx","_jsx","jsxs","_jsxs","ShowAllButton","text","onPress","iconSize","gap","iconColor","iconPosition","IconComponent","textStyle","containerStyle","icon","style","styles","iconWrapper","children","size","color","buttonContainer","activeOpacity","innerRow","columnGap","create","justifyContent","alignItems","flexDirection","alignSelf","fontSize","fontWeight","textTransform","letterSpacing"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/components/ShowAllButton.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SACEC,UAAU,EACVC,gBAAgB,EAChBC,IAAI,QAKC,cAAc;AACrB,SAASC,aAAa,EAAEC,KAAK,QAAQ,2BAA2B;AAChE,SAASC,IAAI,QAAQ,eAAe;AACpC,SAASC,YAAY,QAAQ,qBAAqB;AAClD,SAASC,OAAO,QAAQ,kCAAkC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAa3D,MAAMC,aAA2C,GAAGA,CAAC;EACnDC,IAAI,GAAG,UAAU;EACjBC,OAAO;EACPC,QAAQ,GAAGX,KAAK,CAAC,EAAE,CAAC;EACpBY,GAAG,GAAG,CAAC;EACPC,SAAS,GAAG,SAAS;EACrBC,YAAY,GAAG,OAAO;EACtBC,aAAa;EACbC,SAAS;EACTC;AACF,CAAC,KAAyB;EACxB,MAAMC,IAAI,GAAGH,aAAa,iBACxBV,IAAA,CAACP,IAAI;IAACqB,KAAK,EAAEC,MAAM,CAACC,WAAY;IAAAC,QAAA,eAC9BjB,IAAA,CAACH,YAAY;MAACqB,IAAI,EAAEZ,QAAS;MAACa,KAAK,EAAEX;IAAU,CAAE;EAAC,CAC9C,CACP;EAED,oBACER,IAAA,CAACR,gBAAgB;IAACsB,KAAK,EAAE,CAACC,MAAM,CAACK,eAAe,EAAER,cAAc,CAAE;IAACP,OAAO,EAAEA,OAAQ;IAACgB,aAAa,EAAE,GAAI;IAAAJ,QAAA,eACtGf,KAAA,CAACT,IAAI;MAACqB,KAAK,EAAE,CAACC,MAAM,CAACO,QAAQ,EAAE;QAAEC,SAAS,EAAE7B,aAAa,CAACa,GAAG;MAAE,CAAC,CAAE;MAAAU,QAAA,GAC/DR,YAAY,KAAK,MAAM,IAAII,IAAI,eAChCb,IAAA,CAACJ,IAAI;QAACkB,KAAK,EAAE,CAACC,MAAM,CAACX,IAAI,EAAEO,SAAS,CAAE;QAAAM,QAAA,EAAEb;MAAI,CAAO,CAAC,EACnDK,YAAY,KAAK,OAAO,IAAII,IAAI;IAAA,CAC7B;EAAC,CACS,CAAC;AAEvB,CAAC;AAED,eAAeV,aAAa;AAE5B,MAAMY,MAAM,GAAGxB,UAAU,CAACiC,MAAM,CAAC;EAC/BJ,eAAe,EAAE;IACfK,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE;EACd,CAAC;EACDJ,QAAQ,EAAE;IACRK,aAAa,EAAE,KAAK;IACpBD,UAAU,EAAE,QAAQ;IACpBD,cAAc,EAAE;EAClB,CAAC;EACDT,WAAW,EAAE;IACXS,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBE,SAAS,EAAE;EACb,CAAC;EACDxB,IAAI,EAAE;IACJyB,QAAQ,EAAE/B,OAAO,CAAC,CAAC,CAAC;IACpBgC,UAAU,EAAE,KAAK;IACjBC,aAAa,EAAE,YAAY;IAC3BC,aAAa,EAAE;EACjB;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Wed 25 Jun 2025 at 05:40 PM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { useState } from 'react';
|
|
9
|
+
import { View, StyleSheet } from 'react-native';
|
|
10
|
+
import FastImage from 'react-native-fast-image';
|
|
11
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
12
|
+
import { scale } from 'react-native-size-matters';
|
|
13
|
+
import { Text } from '../../../Text';
|
|
14
|
+
import { ImageOff } from 'lucide-react-native';
|
|
15
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
16
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
|
+
export const ThumbnailCard = ({
|
|
18
|
+
thumbnailUri = '',
|
|
19
|
+
theme,
|
|
20
|
+
isLoading = false,
|
|
21
|
+
borderRadius = scale(6),
|
|
22
|
+
wrapperStyle,
|
|
23
|
+
imageStyle,
|
|
24
|
+
resizeMode = FastImage.resizeMode.cover
|
|
25
|
+
}) => {
|
|
26
|
+
const [imageLoading, setImageLoading] = useState(true);
|
|
27
|
+
const [imageError, setImageError] = useState(false);
|
|
28
|
+
const hasValidThumbnail = !!thumbnailUri && thumbnailUri.startsWith('http');
|
|
29
|
+
const showSkeleton = isLoading || imageLoading && !imageError;
|
|
30
|
+
const fallbackImageStyle = {
|
|
31
|
+
width: '100%',
|
|
32
|
+
aspectRatio: 16 / 9,
|
|
33
|
+
borderRadius,
|
|
34
|
+
position: 'absolute',
|
|
35
|
+
top: 0,
|
|
36
|
+
left: 0
|
|
37
|
+
};
|
|
38
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
39
|
+
style: [styles.thumbnailWrapper, {
|
|
40
|
+
borderRadius,
|
|
41
|
+
backgroundColor: theme.colors.background,
|
|
42
|
+
shadowColor: theme.colors.shadow
|
|
43
|
+
}, wrapperStyle],
|
|
44
|
+
children: [showSkeleton && /*#__PURE__*/_jsx(View, {
|
|
45
|
+
style: [styles.skeletonWrapper, {
|
|
46
|
+
borderRadius
|
|
47
|
+
}],
|
|
48
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
49
|
+
backgroundColor: theme.colors.skeletonBaseColor,
|
|
50
|
+
highlightColor: theme.colors.skeletonHighlightColor,
|
|
51
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
52
|
+
style: [styles.skeleton, {
|
|
53
|
+
borderRadius
|
|
54
|
+
}]
|
|
55
|
+
})
|
|
56
|
+
})
|
|
57
|
+
}), hasValidThumbnail && /*#__PURE__*/_jsx(FastImage, {
|
|
58
|
+
source: {
|
|
59
|
+
uri: thumbnailUri
|
|
60
|
+
},
|
|
61
|
+
style: [fallbackImageStyle, showSkeleton ? styles.hidden : styles.visible, imageStyle],
|
|
62
|
+
resizeMode: resizeMode,
|
|
63
|
+
onLoadStart: () => {
|
|
64
|
+
setImageLoading(true);
|
|
65
|
+
setImageError(false);
|
|
66
|
+
},
|
|
67
|
+
onLoadEnd: () => setImageLoading(false),
|
|
68
|
+
onError: () => {
|
|
69
|
+
setImageLoading(false);
|
|
70
|
+
setImageError(true);
|
|
71
|
+
}
|
|
72
|
+
}), !showSkeleton && (!hasValidThumbnail || imageError) && /*#__PURE__*/_jsxs(View, {
|
|
73
|
+
style: [styles.fallback, {
|
|
74
|
+
borderRadius,
|
|
75
|
+
backgroundColor: theme.colors.errorContainer,
|
|
76
|
+
borderColor: theme.colors.error
|
|
77
|
+
}],
|
|
78
|
+
children: [/*#__PURE__*/_jsx(ImageOff, {
|
|
79
|
+
size: scale(18),
|
|
80
|
+
color: theme.colors.error
|
|
81
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
82
|
+
style: styles.fallbackText,
|
|
83
|
+
color: theme.colors.error,
|
|
84
|
+
children: "Image Failed"
|
|
85
|
+
})]
|
|
86
|
+
})]
|
|
87
|
+
});
|
|
88
|
+
};
|
|
89
|
+
const styles = StyleSheet.create({
|
|
90
|
+
thumbnailWrapper: {
|
|
91
|
+
width: '100%',
|
|
92
|
+
aspectRatio: 16 / 9,
|
|
93
|
+
overflow: 'hidden',
|
|
94
|
+
position: 'relative'
|
|
95
|
+
},
|
|
96
|
+
skeletonWrapper: {
|
|
97
|
+
position: 'absolute',
|
|
98
|
+
top: 0,
|
|
99
|
+
left: 0,
|
|
100
|
+
width: '100%',
|
|
101
|
+
aspectRatio: 16 / 9,
|
|
102
|
+
overflow: 'hidden'
|
|
103
|
+
},
|
|
104
|
+
skeleton: {
|
|
105
|
+
width: '100%',
|
|
106
|
+
aspectRatio: 16 / 9
|
|
107
|
+
},
|
|
108
|
+
visible: {
|
|
109
|
+
opacity: 1
|
|
110
|
+
},
|
|
111
|
+
hidden: {
|
|
112
|
+
opacity: 0
|
|
113
|
+
},
|
|
114
|
+
fallback: {
|
|
115
|
+
position: 'absolute',
|
|
116
|
+
top: 0,
|
|
117
|
+
left: 0,
|
|
118
|
+
width: '100%',
|
|
119
|
+
aspectRatio: 16 / 9,
|
|
120
|
+
borderWidth: scale(1),
|
|
121
|
+
alignItems: 'center',
|
|
122
|
+
justifyContent: 'center'
|
|
123
|
+
},
|
|
124
|
+
fallbackText: {
|
|
125
|
+
marginTop: scale(4),
|
|
126
|
+
fontSize: RFValue(9)
|
|
127
|
+
}
|
|
128
|
+
});
|
|
129
|
+
//# sourceMappingURL=ThumbnailCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useState","View","StyleSheet","FastImage","SkeletonPlaceholder","scale","Text","ImageOff","RFValue","jsx","_jsx","jsxs","_jsxs","ThumbnailCard","thumbnailUri","theme","isLoading","borderRadius","wrapperStyle","imageStyle","resizeMode","cover","imageLoading","setImageLoading","imageError","setImageError","hasValidThumbnail","startsWith","showSkeleton","fallbackImageStyle","width","aspectRatio","position","top","left","style","styles","thumbnailWrapper","backgroundColor","colors","background","shadowColor","shadow","children","skeletonWrapper","skeletonBaseColor","highlightColor","skeletonHighlightColor","Item","skeleton","source","uri","hidden","visible","onLoadStart","onLoadEnd","onError","fallback","errorContainer","borderColor","error","size","color","fallbackText","create","overflow","opacity","borderWidth","alignItems","justifyContent","marginTop","fontSize"],"sourceRoot":"../../../../../../src","sources":["components/Content/Card/components/ThumbnailCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @LastModified Sun 08 Jun 2025 at 03:49 PM
|
|
6
|
+
*/
|
|
7
|
+
import StyleOne from './Styles/One';
|
|
8
|
+
import TopTen from './Styles/TopTen';
|
|
9
|
+
import StyleTwo from './Styles/Two';
|
|
10
|
+
import StyleThree from './Styles/Three';
|
|
11
|
+
import StyleFour from './Styles/Four';
|
|
12
|
+
import StyleFive from './Styles/Five';
|
|
13
|
+
import StyleSix from './Styles/Six';
|
|
14
|
+
import NowWatching from './NowWatching/NowWatching';
|
|
15
|
+
import RotateCarousel from './Styles/RotateInOut';
|
|
16
|
+
import CategoryCard from './Category/Category';
|
|
17
|
+
const Cards = {
|
|
18
|
+
Styles: {
|
|
19
|
+
One: StyleOne,
|
|
20
|
+
Two: StyleTwo,
|
|
21
|
+
Three: StyleThree,
|
|
22
|
+
Four: StyleFour,
|
|
23
|
+
Five: StyleFive,
|
|
24
|
+
Six: StyleSix,
|
|
25
|
+
TopTen: TopTen,
|
|
26
|
+
RotateCarousel,
|
|
27
|
+
NowWatching,
|
|
28
|
+
Category: CategoryCard
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
export default Cards;
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleOne","TopTen","StyleTwo","StyleThree","StyleFour","StyleFive","StyleSix","NowWatching","RotateCarousel","CategoryCard","Cards","Styles","One","Two","Three","Four","Five","Six","Category"],"sourceRoot":"../../../../../src","sources":["components/Content/Card/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA,OAAOA,QAAQ,MAAM,cAAc;AACnC,OAAOC,MAAM,MAAM,iBAAiB;AACpC,OAAOC,QAAQ,MAAM,cAAc;AACnC,OAAOC,UAAU,MAAM,gBAAgB;AACvC,OAAOC,SAAS,MAAM,eAAe;AACrC,OAAOC,SAAS,MAAM,eAAe;AACrC,OAAOC,QAAQ,MAAM,cAAc;AACnC,OAAOC,WAAW,MAAM,2BAA2B;AACnD,OAAOC,cAAc,MAAM,sBAAsB;AACjD,OAAOC,YAAY,MAAM,qBAAqB;AAC9C,MAAMC,KAAK,GAAG;EACZC,MAAM,EAAE;IACNC,GAAG,EAAEZ,QAAQ;IACba,GAAG,EAAEX,QAAQ;IACbY,KAAK,EAAEX,UAAU;IACjBY,IAAI,EAAEX,SAAS;IACfY,IAAI,EAAEX,SAAS;IACfY,GAAG,EAAEX,QAAQ;IACbL,MAAM,EAAEA,MAAM;IACdO,cAAc;IACdD,WAAW;IACXW,QAAQ,EAAET;EACZ;AACF,CAAC;AAED,eAAeC,KAAK","ignoreList":[]}
|