@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,393 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Thu 03 Jul 2025 at 01:46 AM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React, { useState, useMemo, useCallback, memo } from 'react';
|
|
9
|
+
import { View, FlatList, TouchableOpacity, StyleSheet } from 'react-native';
|
|
10
|
+
import FastImage from 'react-native-fast-image';
|
|
11
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
12
|
+
import { scale, verticalScale, moderateScale } from 'react-native-size-matters';
|
|
13
|
+
import { Text } from '../../Text';
|
|
14
|
+
import Display from '../../../utils/Display';
|
|
15
|
+
import { ThumbnailCard } from '../../Content/Card/components/ThumbnailCard';
|
|
16
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
17
|
+
|
|
18
|
+
// Constants
|
|
19
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
20
|
+
const SKELETON_COUNT = 3;
|
|
21
|
+
const LOADING_EPISODES = 4;
|
|
22
|
+
const THUMBNAIL_ASPECT_RATIO = 16 / 9;
|
|
23
|
+
const CARD_ELEVATION = 2;
|
|
24
|
+
const BORDER_WIDTH = scale(0.5);
|
|
25
|
+
const TAB_PADDING_HORIZONTAL = scale(10);
|
|
26
|
+
const TAB_PADDING_VERTICAL = verticalScale(6);
|
|
27
|
+
const TAB_MARGIN_RIGHT = scale(6);
|
|
28
|
+
const CONTAINER_PADDING_HORIZONTAL = scale(8);
|
|
29
|
+
const CONTAINER_GAP = verticalScale(8);
|
|
30
|
+
const TEXT_PADDING = scale(6);
|
|
31
|
+
const TITLE_FONT_SIZE = RFValue(11);
|
|
32
|
+
const SUBTITLE_FONT_SIZE = RFValue(9);
|
|
33
|
+
const SUBTITLE_LINE_HEIGHT = RFValue(13);
|
|
34
|
+
|
|
35
|
+
// Types
|
|
36
|
+
|
|
37
|
+
const formatDate = dateString => {
|
|
38
|
+
const date = new Date(dateString);
|
|
39
|
+
return date.toLocaleDateString('en-US', {
|
|
40
|
+
day: '2-digit',
|
|
41
|
+
month: 'short',
|
|
42
|
+
year: 'numeric'
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
// Memoized EpisodeCardItem
|
|
47
|
+
const EpisodeCardItem = /*#__PURE__*/memo(({
|
|
48
|
+
season_id,
|
|
49
|
+
season_number,
|
|
50
|
+
episode,
|
|
51
|
+
onPress,
|
|
52
|
+
theme,
|
|
53
|
+
style,
|
|
54
|
+
thumbnailHeight,
|
|
55
|
+
isLoading = false
|
|
56
|
+
}) => {
|
|
57
|
+
const handlePress = useCallback(() => {
|
|
58
|
+
if (!isLoading) {
|
|
59
|
+
onPress?.({
|
|
60
|
+
season_id,
|
|
61
|
+
episode_id: episode._id,
|
|
62
|
+
episode_number: episode.number
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
}, [season_id, episode._id, episode.number, onPress, isLoading]);
|
|
66
|
+
const isVerticalMode = useMemo(() => style && style.width === Display.fullWidth - scale(16), [style]);
|
|
67
|
+
const cardStyle = useMemo(() => [styles.card, style, {
|
|
68
|
+
shadowColor: isVerticalMode ? 'transparent' : '#000',
|
|
69
|
+
shadowOffset: {
|
|
70
|
+
width: 0,
|
|
71
|
+
height: isVerticalMode ? 0 : 1
|
|
72
|
+
},
|
|
73
|
+
shadowOpacity: isVerticalMode ? 0 : 0.1,
|
|
74
|
+
shadowRadius: isVerticalMode ? 0 : 2,
|
|
75
|
+
backgroundColor: isVerticalMode ? 'transparent' : theme.colors.surfaceVariant,
|
|
76
|
+
flexDirection: isVerticalMode ? 'row' : 'column',
|
|
77
|
+
borderWidth: isVerticalMode ? 0 : theme.dark ? 0 : BORDER_WIDTH,
|
|
78
|
+
borderColor: isVerticalMode ? 'transparent' : theme.dark ? 'transparent' : theme.colors.border
|
|
79
|
+
}], [style, isVerticalMode, theme]);
|
|
80
|
+
const windowWidth = Display.fullWidth;
|
|
81
|
+
const thumbnailStyle = useMemo(() => [styles.thumbnailCommon, isVerticalMode ? {
|
|
82
|
+
borderRadius: moderateScale(6),
|
|
83
|
+
width: windowWidth * 0.45,
|
|
84
|
+
aspectRatio: THUMBNAIL_ASPECT_RATIO,
|
|
85
|
+
height: thumbnailHeight
|
|
86
|
+
} : {
|
|
87
|
+
borderRadius: 0,
|
|
88
|
+
height: thumbnailHeight
|
|
89
|
+
}], [isVerticalMode, thumbnailHeight, windowWidth]);
|
|
90
|
+
if (isLoading) {
|
|
91
|
+
return /*#__PURE__*/_jsx(View, {
|
|
92
|
+
style: cardStyle,
|
|
93
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
94
|
+
backgroundColor: theme.colors.skeletonBaseColor,
|
|
95
|
+
highlightColor: theme.colors.skeletonHighlightColor,
|
|
96
|
+
children: isVerticalMode ? /*#__PURE__*/_jsxs(SkeletonPlaceholder.Item, {
|
|
97
|
+
flexDirection: "row",
|
|
98
|
+
alignItems: "flex-start",
|
|
99
|
+
width: "100%",
|
|
100
|
+
children: [/*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
101
|
+
width: "45%",
|
|
102
|
+
aspectRatio: THUMBNAIL_ASPECT_RATIO,
|
|
103
|
+
borderRadius: moderateScale(6)
|
|
104
|
+
}), /*#__PURE__*/_jsxs(SkeletonPlaceholder.Item, {
|
|
105
|
+
width: "55%",
|
|
106
|
+
paddingLeft: scale(6),
|
|
107
|
+
justifyContent: "center",
|
|
108
|
+
paddingTop: scale(2),
|
|
109
|
+
children: [/*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
110
|
+
width: "80%",
|
|
111
|
+
height: verticalScale(12),
|
|
112
|
+
borderRadius: moderateScale(4)
|
|
113
|
+
}), Array(4).fill(0).map((_, index) => /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
114
|
+
marginTop: verticalScale(5),
|
|
115
|
+
width: `${80 - index * 5}%`,
|
|
116
|
+
height: verticalScale(8),
|
|
117
|
+
borderRadius: moderateScale(4)
|
|
118
|
+
}, `skeleton_${index}`))]
|
|
119
|
+
})]
|
|
120
|
+
}) : /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
121
|
+
width: "100%",
|
|
122
|
+
height: thumbnailHeight + scale(40),
|
|
123
|
+
borderRadius: moderateScale(8)
|
|
124
|
+
})
|
|
125
|
+
})
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
return /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
129
|
+
activeOpacity: 0.85,
|
|
130
|
+
onPress: handlePress,
|
|
131
|
+
style: cardStyle,
|
|
132
|
+
accessibilityRole: "button",
|
|
133
|
+
accessibilityLabel: episode.name || `Episode ${episode.number}`,
|
|
134
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
135
|
+
style: [styles.cardContent, isVerticalMode && styles.cardGrid],
|
|
136
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
137
|
+
style: thumbnailStyle,
|
|
138
|
+
children: [/*#__PURE__*/_jsx(FastImage, {
|
|
139
|
+
source: {
|
|
140
|
+
uri: episode.thumbnail,
|
|
141
|
+
priority: FastImage.priority.high
|
|
142
|
+
},
|
|
143
|
+
style: styles.thumbnail,
|
|
144
|
+
resizeMode: FastImage.resizeMode.cover,
|
|
145
|
+
fallback: true
|
|
146
|
+
}), /*#__PURE__*/_jsx(ThumbnailCard, {
|
|
147
|
+
thumbnailUri: episode.thumbnail,
|
|
148
|
+
theme: theme,
|
|
149
|
+
wrapperStyle: styles.thumbnail,
|
|
150
|
+
resizeMode: FastImage.resizeMode.cover
|
|
151
|
+
})]
|
|
152
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
153
|
+
style: [isVerticalMode ? styles.textRightHalf : styles.textWrapper],
|
|
154
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
155
|
+
numberOfLines: 1,
|
|
156
|
+
color: theme.colors.textPrimary,
|
|
157
|
+
style: styles.title,
|
|
158
|
+
children: episode.name || `Episode ${episode.number}`
|
|
159
|
+
}), /*#__PURE__*/_jsxs(Text, {
|
|
160
|
+
color: theme.colors.onSurface,
|
|
161
|
+
style: {
|
|
162
|
+
fontSize: RFValue(9),
|
|
163
|
+
marginTop: verticalScale(2)
|
|
164
|
+
},
|
|
165
|
+
children: [`S${String(season_number).padStart(2, '0')} | E${String(episode.number).padStart(2, '0')} | `, episode.createdAt && formatDate(episode.createdAt)]
|
|
166
|
+
}), !!episode.description && /*#__PURE__*/_jsx(Text, {
|
|
167
|
+
numberOfLines: isVerticalMode ? 4 : 2,
|
|
168
|
+
color: theme.colors.textSecondary,
|
|
169
|
+
style: styles.subtitle,
|
|
170
|
+
children: episode.description
|
|
171
|
+
})]
|
|
172
|
+
})]
|
|
173
|
+
})
|
|
174
|
+
});
|
|
175
|
+
}, (prevProps, nextProps) => prevProps.season_id === nextProps.season_id && prevProps.episode._id === nextProps.episode._id && prevProps.isLoading === nextProps.isLoading && prevProps.thumbnailHeight === nextProps.thumbnailHeight && prevProps.theme === nextProps.theme);
|
|
176
|
+
|
|
177
|
+
// Main Component
|
|
178
|
+
export const EpisodeCard = ({
|
|
179
|
+
seasons,
|
|
180
|
+
onPress,
|
|
181
|
+
theme,
|
|
182
|
+
isLoading = false,
|
|
183
|
+
mode = 'horizontal'
|
|
184
|
+
}) => {
|
|
185
|
+
const [selectedSeasonIndex, setSelectedSeasonIndex] = useState(0);
|
|
186
|
+
const windowWidth = Display.fullWidth;
|
|
187
|
+
const selectedSeason = useMemo(() => seasons[selectedSeasonIndex] || null, [seasons, selectedSeasonIndex]);
|
|
188
|
+
const cardWidth = useMemo(() => mode === 'horizontal' ? Math.min(windowWidth * 0.45, moderateScale(180)) : windowWidth - scale(16), [windowWidth, mode]);
|
|
189
|
+
const thumbnailHeight = useMemo(() => mode === 'vertical' ? verticalScale(100) : cardWidth * (9 / 16), [cardWidth, mode]);
|
|
190
|
+
const renderSeasonTab = useCallback(({
|
|
191
|
+
item: season,
|
|
192
|
+
index
|
|
193
|
+
}) => /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
194
|
+
activeOpacity: 0.7,
|
|
195
|
+
onPress: () => setSelectedSeasonIndex(index),
|
|
196
|
+
style: [styles.tab, {
|
|
197
|
+
backgroundColor: selectedSeasonIndex === index ? theme.colors.button : theme.colors.surfaceVariant,
|
|
198
|
+
borderColor: theme.colors.border
|
|
199
|
+
}],
|
|
200
|
+
accessibilityRole: "tab",
|
|
201
|
+
accessibilityState: {
|
|
202
|
+
selected: selectedSeasonIndex === index
|
|
203
|
+
},
|
|
204
|
+
accessibilityLabel: season.name || `Season ${index + 1}`,
|
|
205
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
206
|
+
style: [styles.tabText, {
|
|
207
|
+
color: selectedSeasonIndex === index ? theme.colors.buttonText : theme.colors.textPrimary
|
|
208
|
+
}],
|
|
209
|
+
children: season.name || `Season ${index + 1}`
|
|
210
|
+
})
|
|
211
|
+
}, season._id), [selectedSeasonIndex, theme]);
|
|
212
|
+
const renderEpisodeItem = useCallback(({
|
|
213
|
+
item
|
|
214
|
+
}) => selectedSeason ? /*#__PURE__*/_jsx(EpisodeCardItem, {
|
|
215
|
+
theme: theme,
|
|
216
|
+
season_id: selectedSeason._id,
|
|
217
|
+
episode: item,
|
|
218
|
+
season_number: selectedSeason.season_number,
|
|
219
|
+
onPress: onPress,
|
|
220
|
+
style: {
|
|
221
|
+
width: cardWidth
|
|
222
|
+
},
|
|
223
|
+
thumbnailHeight: thumbnailHeight
|
|
224
|
+
}) : null, [theme, selectedSeason, onPress, cardWidth, thumbnailHeight]);
|
|
225
|
+
const renderLoadingItem = useCallback(() => /*#__PURE__*/_jsx(EpisodeCardItem, {
|
|
226
|
+
theme: theme,
|
|
227
|
+
season_id: "",
|
|
228
|
+
season_number: 0,
|
|
229
|
+
episode: {
|
|
230
|
+
_id: '',
|
|
231
|
+
number: 0,
|
|
232
|
+
thumbnail: '',
|
|
233
|
+
name: '',
|
|
234
|
+
description: '',
|
|
235
|
+
duration: 0,
|
|
236
|
+
source_link: '',
|
|
237
|
+
trailer_source_link: '',
|
|
238
|
+
subtitles: [],
|
|
239
|
+
createdAt: '',
|
|
240
|
+
updatedAt: '',
|
|
241
|
+
source_type: 'HLS',
|
|
242
|
+
content_offering_type: 'FREE',
|
|
243
|
+
status: true
|
|
244
|
+
},
|
|
245
|
+
onPress: onPress,
|
|
246
|
+
style: {
|
|
247
|
+
width: cardWidth
|
|
248
|
+
},
|
|
249
|
+
thumbnailHeight: thumbnailHeight,
|
|
250
|
+
isLoading: true
|
|
251
|
+
}), [theme, onPress, cardWidth, thumbnailHeight]);
|
|
252
|
+
if (isLoading) {
|
|
253
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
254
|
+
style: [styles.container, {
|
|
255
|
+
backgroundColor: theme.colors.background
|
|
256
|
+
}],
|
|
257
|
+
children: [/*#__PURE__*/_jsx(FlatList, {
|
|
258
|
+
data: Array(SKELETON_COUNT).fill(0),
|
|
259
|
+
keyExtractor: (_, index) => `skeleton_tab_${index}`,
|
|
260
|
+
horizontal: true,
|
|
261
|
+
showsHorizontalScrollIndicator: false,
|
|
262
|
+
contentContainerStyle: styles.tabsContainer,
|
|
263
|
+
renderItem: () => /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
264
|
+
backgroundColor: theme.colors.skeletonBaseColor,
|
|
265
|
+
highlightColor: theme.colors.skeletonHighlightColor,
|
|
266
|
+
children: /*#__PURE__*/_jsx(SkeletonPlaceholder.Item, {
|
|
267
|
+
width: scale(80),
|
|
268
|
+
height: verticalScale(28),
|
|
269
|
+
borderRadius: moderateScale(16),
|
|
270
|
+
marginRight: TAB_MARGIN_RIGHT
|
|
271
|
+
})
|
|
272
|
+
})
|
|
273
|
+
}), /*#__PURE__*/_jsx(FlatList, {
|
|
274
|
+
data: Array(LOADING_EPISODES).fill({}),
|
|
275
|
+
keyExtractor: (_, index) => `loading_${index}`,
|
|
276
|
+
horizontal: mode === 'horizontal',
|
|
277
|
+
showsHorizontalScrollIndicator: false,
|
|
278
|
+
contentContainerStyle: styles.listContainer,
|
|
279
|
+
renderItem: renderLoadingItem
|
|
280
|
+
})]
|
|
281
|
+
});
|
|
282
|
+
}
|
|
283
|
+
if (!seasons?.length || !selectedSeason) {
|
|
284
|
+
return /*#__PURE__*/_jsx(View, {
|
|
285
|
+
style: styles.emptyContainer,
|
|
286
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
287
|
+
color: theme.colors.textSecondary,
|
|
288
|
+
children: "No seasons available"
|
|
289
|
+
})
|
|
290
|
+
});
|
|
291
|
+
}
|
|
292
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
293
|
+
style: [styles.container, {
|
|
294
|
+
backgroundColor: theme.colors.background
|
|
295
|
+
}],
|
|
296
|
+
children: [/*#__PURE__*/_jsx(FlatList, {
|
|
297
|
+
data: seasons,
|
|
298
|
+
renderItem: renderSeasonTab,
|
|
299
|
+
keyExtractor: item => item._id,
|
|
300
|
+
horizontal: true,
|
|
301
|
+
showsHorizontalScrollIndicator: false,
|
|
302
|
+
contentContainerStyle: styles.tabsContainer
|
|
303
|
+
}), /*#__PURE__*/_jsx(FlatList, {
|
|
304
|
+
data: selectedSeason.episodes || [],
|
|
305
|
+
keyExtractor: item => item._id,
|
|
306
|
+
horizontal: mode === 'horizontal',
|
|
307
|
+
showsHorizontalScrollIndicator: false,
|
|
308
|
+
contentContainerStyle: styles.listContainer,
|
|
309
|
+
renderItem: renderEpisodeItem,
|
|
310
|
+
ListEmptyComponent: /*#__PURE__*/_jsx(View, {
|
|
311
|
+
style: styles.emptyContainer,
|
|
312
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
313
|
+
color: theme.colors.textSecondary,
|
|
314
|
+
children: "No episodes available"
|
|
315
|
+
})
|
|
316
|
+
})
|
|
317
|
+
})]
|
|
318
|
+
});
|
|
319
|
+
};
|
|
320
|
+
|
|
321
|
+
// Styles
|
|
322
|
+
const styles = StyleSheet.create({
|
|
323
|
+
container: {
|
|
324
|
+
paddingVertical: verticalScale(4),
|
|
325
|
+
flexDirection: 'column',
|
|
326
|
+
gap: CONTAINER_GAP
|
|
327
|
+
},
|
|
328
|
+
tabsContainer: {
|
|
329
|
+
paddingHorizontal: CONTAINER_PADDING_HORIZONTAL
|
|
330
|
+
},
|
|
331
|
+
tab: {
|
|
332
|
+
paddingHorizontal: TAB_PADDING_HORIZONTAL,
|
|
333
|
+
paddingVertical: TAB_PADDING_VERTICAL,
|
|
334
|
+
borderRadius: moderateScale(16),
|
|
335
|
+
marginRight: TAB_MARGIN_RIGHT,
|
|
336
|
+
borderWidth: BORDER_WIDTH
|
|
337
|
+
},
|
|
338
|
+
tabText: {
|
|
339
|
+
fontSize: TITLE_FONT_SIZE,
|
|
340
|
+
fontWeight: '600'
|
|
341
|
+
},
|
|
342
|
+
listContainer: {
|
|
343
|
+
paddingHorizontal: CONTAINER_PADDING_HORIZONTAL,
|
|
344
|
+
gap: CONTAINER_GAP
|
|
345
|
+
},
|
|
346
|
+
card: {
|
|
347
|
+
borderRadius: moderateScale(8),
|
|
348
|
+
overflow: 'hidden',
|
|
349
|
+
elevation: CARD_ELEVATION
|
|
350
|
+
},
|
|
351
|
+
cardContent: {
|
|
352
|
+
flexDirection: 'column',
|
|
353
|
+
width: '100%'
|
|
354
|
+
},
|
|
355
|
+
cardGrid: {
|
|
356
|
+
flexDirection: 'row',
|
|
357
|
+
alignItems: 'flex-start'
|
|
358
|
+
},
|
|
359
|
+
thumbnailCommon: {
|
|
360
|
+
overflow: 'hidden',
|
|
361
|
+
backgroundColor: '#ccc',
|
|
362
|
+
width: '100%'
|
|
363
|
+
},
|
|
364
|
+
thumbnail: {
|
|
365
|
+
width: '100%',
|
|
366
|
+
height: '100%'
|
|
367
|
+
},
|
|
368
|
+
textWrapper: {
|
|
369
|
+
padding: TEXT_PADDING
|
|
370
|
+
},
|
|
371
|
+
textRightHalf: {
|
|
372
|
+
flex: 1,
|
|
373
|
+
width: '55%',
|
|
374
|
+
paddingVertical: verticalScale(2),
|
|
375
|
+
paddingHorizontal: TEXT_PADDING,
|
|
376
|
+
justifyContent: 'center'
|
|
377
|
+
},
|
|
378
|
+
title: {
|
|
379
|
+
fontSize: TITLE_FONT_SIZE,
|
|
380
|
+
fontWeight: '600'
|
|
381
|
+
},
|
|
382
|
+
subtitle: {
|
|
383
|
+
fontSize: SUBTITLE_FONT_SIZE,
|
|
384
|
+
lineHeight: SUBTITLE_LINE_HEIGHT,
|
|
385
|
+
opacity: 0.8,
|
|
386
|
+
marginTop: verticalScale(2)
|
|
387
|
+
},
|
|
388
|
+
emptyContainer: {
|
|
389
|
+
padding: CONTAINER_PADDING_HORIZONTAL,
|
|
390
|
+
alignItems: 'center'
|
|
391
|
+
}
|
|
392
|
+
});
|
|
393
|
+
//# sourceMappingURL=EpisodeCard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useState","useMemo","useCallback","memo","View","FlatList","TouchableOpacity","StyleSheet","FastImage","SkeletonPlaceholder","scale","verticalScale","moderateScale","Text","Display","ThumbnailCard","RFValue","jsx","_jsx","jsxs","_jsxs","SKELETON_COUNT","LOADING_EPISODES","THUMBNAIL_ASPECT_RATIO","CARD_ELEVATION","BORDER_WIDTH","TAB_PADDING_HORIZONTAL","TAB_PADDING_VERTICAL","TAB_MARGIN_RIGHT","CONTAINER_PADDING_HORIZONTAL","CONTAINER_GAP","TEXT_PADDING","TITLE_FONT_SIZE","SUBTITLE_FONT_SIZE","SUBTITLE_LINE_HEIGHT","formatDate","dateString","date","Date","toLocaleDateString","day","month","year","EpisodeCardItem","season_id","season_number","episode","onPress","theme","style","thumbnailHeight","isLoading","handlePress","episode_id","_id","episode_number","number","isVerticalMode","width","fullWidth","cardStyle","styles","card","shadowColor","shadowOffset","height","shadowOpacity","shadowRadius","backgroundColor","colors","surfaceVariant","flexDirection","borderWidth","dark","borderColor","border","windowWidth","thumbnailStyle","thumbnailCommon","borderRadius","aspectRatio","children","skeletonBaseColor","highlightColor","skeletonHighlightColor","Item","alignItems","paddingLeft","justifyContent","paddingTop","Array","fill","map","_","index","marginTop","activeOpacity","accessibilityRole","accessibilityLabel","name","cardContent","cardGrid","source","uri","thumbnail","priority","high","resizeMode","cover","fallback","thumbnailUri","wrapperStyle","textRightHalf","textWrapper","numberOfLines","color","textPrimary","title","onSurface","fontSize","String","padStart","createdAt","description","textSecondary","subtitle","prevProps","nextProps","EpisodeCard","seasons","mode","selectedSeasonIndex","setSelectedSeasonIndex","selectedSeason","cardWidth","Math","min","renderSeasonTab","item","season","tab","button","accessibilityState","selected","tabText","buttonText","renderEpisodeItem","renderLoadingItem","duration","source_link","trailer_source_link","subtitles","updatedAt","source_type","content_offering_type","status","container","background","data","keyExtractor","horizontal","showsHorizontalScrollIndicator","contentContainerStyle","tabsContainer","renderItem","marginRight","listContainer","length","emptyContainer","episodes","ListEmptyComponent","create","paddingVertical","gap","paddingHorizontal","fontWeight","overflow","elevation","padding","flex","lineHeight","opacity"],"sourceRoot":"../../../../../src","sources":["components/ContentView/components/EpisodeCard.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @author Naresh Dhamu
|
|
5
|
+
* @lastModified Tue 01 Jul 2025 at 02:28 PM
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import { View, StyleSheet } from 'react-native';
|
|
10
|
+
import { Text } from '../../Text';
|
|
11
|
+
import SkeletonPlaceholder from 'react-native-skeleton-placeholder';
|
|
12
|
+
import { scale, verticalScale } from 'react-native-size-matters';
|
|
13
|
+
import { RFValue } from 'react-native-responsive-fontsize';
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
export const GenreTags = ({
|
|
16
|
+
genres,
|
|
17
|
+
theme,
|
|
18
|
+
isLoading = false,
|
|
19
|
+
style
|
|
20
|
+
}) => {
|
|
21
|
+
if (isLoading || !genres?.length) {
|
|
22
|
+
return /*#__PURE__*/_jsx(SkeletonPlaceholder, {
|
|
23
|
+
backgroundColor: theme.colors.skeletonBaseColor,
|
|
24
|
+
highlightColor: theme.colors.skeletonHighlightColor,
|
|
25
|
+
borderRadius: scale(16),
|
|
26
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
27
|
+
style: StyleSheet.flatten([styles.tagRow, style?.container]),
|
|
28
|
+
children: [1, 2, 3].map((_, idx) => /*#__PURE__*/_jsx(View, {
|
|
29
|
+
style: StyleSheet.flatten([styles.skeletonTag, style?.skeletonTag])
|
|
30
|
+
}, idx))
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
return /*#__PURE__*/_jsx(View, {
|
|
35
|
+
style: StyleSheet.flatten([styles.tagRow, style?.container]),
|
|
36
|
+
children: genres.map((tag, idx) => /*#__PURE__*/_jsx(View, {
|
|
37
|
+
style: StyleSheet.flatten([styles.tagContainer, {
|
|
38
|
+
backgroundColor: theme.colors.surfaceVariant,
|
|
39
|
+
borderColor: theme.colors.border
|
|
40
|
+
}, style?.tagContainer]),
|
|
41
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
42
|
+
style: StyleSheet.flatten([styles.tagText, {
|
|
43
|
+
color: theme.colors.textPrimary
|
|
44
|
+
}, style?.tagText]),
|
|
45
|
+
numberOfLines: 1,
|
|
46
|
+
ellipsizeMode: "tail",
|
|
47
|
+
children: tag?.name || String(tag)
|
|
48
|
+
})
|
|
49
|
+
}, idx))
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
const styles = StyleSheet.create({
|
|
53
|
+
tagRow: {
|
|
54
|
+
flexDirection: 'row',
|
|
55
|
+
flexWrap: 'wrap',
|
|
56
|
+
gap: scale(4),
|
|
57
|
+
paddingHorizontal: scale(10),
|
|
58
|
+
marginVertical: verticalScale(6)
|
|
59
|
+
},
|
|
60
|
+
tagContainer: {
|
|
61
|
+
paddingHorizontal: scale(10),
|
|
62
|
+
paddingVertical: scale(4),
|
|
63
|
+
borderWidth: scale(0.5),
|
|
64
|
+
borderRadius: scale(14),
|
|
65
|
+
maxWidth: '100%',
|
|
66
|
+
alignSelf: 'flex-start'
|
|
67
|
+
},
|
|
68
|
+
tagText: {
|
|
69
|
+
fontSize: RFValue(9),
|
|
70
|
+
maxWidth: scale(110)
|
|
71
|
+
},
|
|
72
|
+
skeletonTag: {
|
|
73
|
+
width: scale(56),
|
|
74
|
+
height: scale(24),
|
|
75
|
+
borderRadius: scale(14)
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
//# sourceMappingURL=GenreTags.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","StyleSheet","Text","SkeletonPlaceholder","scale","verticalScale","RFValue","jsx","_jsx","GenreTags","genres","theme","isLoading","style","length","backgroundColor","colors","skeletonBaseColor","highlightColor","skeletonHighlightColor","borderRadius","children","flatten","styles","tagRow","container","map","_","idx","skeletonTag","tag","tagContainer","surfaceVariant","borderColor","border","tagText","color","textPrimary","numberOfLines","ellipsizeMode","name","String","create","flexDirection","flexWrap","gap","paddingHorizontal","marginVertical","paddingVertical","borderWidth","maxWidth","alignSelf","fontSize","width","height"],"sourceRoot":"../../../../../src","sources":["components/ContentView/components/GenreTags.tsx"],"mappings":"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","ignoreList":[]}
|