@zezosoft/zezo-ott-react-native-ui-kit 1.3.5 → 1.3.6
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 +1 -1
- package/lib/module/components/Account/Account.js +10 -9
- package/lib/module/components/Account/Account.js.map +1 -1
- package/lib/module/components/Account/index.js +5 -0
- package/lib/module/components/Account/index.js.map +1 -1
- package/lib/module/components/Alert/AlertDialog.js +11 -9
- package/lib/module/components/Alert/AlertDialog.js.map +1 -1
- package/lib/module/components/Alert/UAAlert.js +15 -8
- package/lib/module/components/Alert/UAAlert.js.map +1 -1
- package/lib/module/components/Alert/index.js +5 -0
- package/lib/module/components/Alert/index.js.map +1 -1
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js +41 -33
- package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +18 -15
- package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -1
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js +7 -8
- package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -1
- package/lib/module/components/Auth/One/Login/LoginWithPhone.js +5 -5
- package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -1
- package/lib/module/components/Auth/One/OTP/OTP.js +19 -10
- package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js +178 -425
- package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -1
- package/lib/module/components/Auth/One/QrLogin/components/index.js +8 -0
- package/lib/module/components/Auth/One/QrLogin/components/index.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-fallback.js +125 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-fallback.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-frame.js +153 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-frame.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-header.js +50 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-header.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-intro.js +199 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-intro.js.map +1 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-overlay.js +219 -0
- package/lib/module/components/Auth/One/QrLogin/components/qr-scanner-overlay.js.map +1 -0
- package/lib/module/components/Auth/One/SignUp/SignUp.js +8 -12
- package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js +74 -37
- package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +17 -14
- package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js +19 -9
- package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js +8 -12
- package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -1
- package/lib/module/components/Auth/One/SplashScreen/utils/splashUtils.js +22 -0
- package/lib/module/components/Auth/One/SplashScreen/utils/splashUtils.js.map +1 -0
- package/lib/module/components/Auth/One/index.js +1 -1
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +11 -5
- package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -1
- package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js +15 -21
- package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -1
- package/lib/module/components/Auth/Two/Login/EmailOrPhoneLogin.js +36 -25
- package/lib/module/components/Auth/Two/Login/EmailOrPhoneLogin.js.map +1 -1
- package/lib/module/components/Auth/Two/OTP/OTP.js +20 -11
- package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -1
- package/lib/module/components/Auth/Two/SignUp/SignUp.js +6 -11
- package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -1
- package/lib/module/components/Auth/Two/index.js +1 -1
- package/lib/module/components/Auth/index.js +5 -0
- package/lib/module/components/Auth/index.js.map +1 -1
- package/lib/module/components/BackgroundLayout/One/One.js +8 -3
- package/lib/module/components/BackgroundLayout/One/One.js.map +1 -1
- package/lib/module/components/BackgroundLayout/Two/Two.js +8 -3
- package/lib/module/components/BackgroundLayout/Two/Two.js.map +1 -1
- package/lib/module/components/BackgroundLayout/index.js +5 -0
- package/lib/module/components/BackgroundLayout/index.js.map +1 -1
- package/lib/module/components/BlogView/BlogView.js +7 -2
- package/lib/module/components/BlogView/BlogView.js.map +1 -1
- package/lib/module/components/BlogView/index.js +1 -1
- package/lib/module/components/BlurView/BlurView.js +2 -2
- package/lib/module/components/BlurView/BlurView.js.map +1 -1
- package/lib/module/components/BlurView/index.js +1 -1
- package/lib/module/components/BottomSheet/BottomSheet.js +9 -4
- package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/components/BottomSheet/BottomSheetOne.js +10 -8
- package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -1
- package/lib/module/components/BottomSheet/index.js +5 -0
- package/lib/module/components/BottomSheet/index.js.map +1 -1
- package/lib/module/components/Button/BackBtn.js +41 -35
- package/lib/module/components/Button/BackBtn.js.map +1 -1
- package/lib/module/components/Button/MenuBtn.js +30 -28
- package/lib/module/components/Button/MenuBtn.js.map +1 -1
- package/lib/module/components/Button/PrimaryBtn.js +11 -9
- package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
- package/lib/module/components/Button/SecondaryBtn.js +29 -22
- package/lib/module/components/Button/SecondaryBtn.js.map +1 -1
- package/lib/module/components/Button/TextButton.js +7 -2
- package/lib/module/components/Button/TextButton.js.map +1 -1
- package/lib/module/components/Button/index.js +1 -1
- package/lib/module/components/Button/types.js +4 -0
- package/lib/module/components/Button/types.js.map +1 -0
- package/lib/module/components/Content/Card/Category/Category.js +11 -11
- package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
- package/lib/module/components/Content/Card/Category/CategroyTwo.js +6 -5
- package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -1
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js +5 -25
- package/lib/module/components/Content/Card/NowWatching/NowWatching.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/One.js +4 -4
- package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js +19 -14
- package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js +6 -5
- package/lib/module/components/Content/Card/Sliders/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/Sliders/index.js +2 -1
- package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Five.js +7 -7
- package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Four.js +8 -9
- package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/One.js +7 -7
- package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/RotateInOut.js +6 -6
- package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Six.js +6 -6
- package/lib/module/components/Content/Card/Styles/Six.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Three.js +7 -7
- package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/TopTen.js +4 -4
- package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
- package/lib/module/components/Content/Card/Styles/Two.js +7 -7
- package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
- package/lib/module/components/Content/Card/components/AdsPoster.js +5 -0
- package/lib/module/components/Content/Card/components/AdsPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/CardPoster.js +21 -24
- package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
- package/lib/module/components/Content/Card/components/LiveBadge.js +93 -0
- package/lib/module/components/Content/Card/components/LiveBadge.js.map +1 -0
- package/lib/module/components/Content/Card/components/NavigateToMore.js +3 -3
- package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js +5 -0
- package/lib/module/components/Content/Card/components/RentOrBuyIcon.js.map +1 -1
- package/lib/module/components/Content/Card/components/ShowAllButton.js +2 -2
- package/lib/module/components/Content/Card/components/ThumbnailCard.js +12 -18
- package/lib/module/components/Content/Card/components/ThumbnailCard.js.map +1 -1
- package/lib/module/components/Content/Card/components/index.js +11 -0
- package/lib/module/components/Content/Card/components/index.js.map +1 -1
- package/lib/module/components/Content/Card/index.js +2 -1
- package/lib/module/components/Content/Card/index.js.map +1 -1
- package/lib/module/components/Content/Content.js +11 -14
- package/lib/module/components/Content/Content.js.map +1 -1
- package/lib/module/components/Content/Sections.js +2 -1
- package/lib/module/components/Content/Sections.js.map +1 -1
- package/lib/module/components/ContentView/MoreContentList.js +7 -6
- package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
- package/lib/module/components/ContentView/One/ContentViewOne.js +10 -7
- package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -1
- package/lib/module/components/ContentView/One/components/CastCard.js +2 -1
- package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -1
- package/lib/module/components/ContentView/One/components/HeroBanner.js +223 -184
- package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -1
- package/lib/module/components/ContentView/One/components/MiniInfo.js +3 -3
- package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -1
- package/lib/module/components/ContentView/One/components/Title.js +1 -1
- package/lib/module/components/ContentView/Two/ContentViewTwo.js +17 -13
- package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/Details.js +2 -2
- package/lib/module/components/ContentView/Two/components/HeroBanner.js +141 -265
- package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/LikeShareActions.js +2 -2
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +8 -7
- package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -1
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +10 -7
- package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/SectionTabs.js +3 -2
- package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/Title.js +6 -6
- package/lib/module/components/ContentView/Two/components/Title.js.map +1 -1
- package/lib/module/components/ContentView/Two/components/index.js +2 -5
- package/lib/module/components/ContentView/Two/components/index.js.map +1 -1
- package/lib/module/components/ContentView/index.js +1 -1
- package/lib/module/components/ContentView/{One/components → shared}/AboutSection.js +49 -41
- package/lib/module/components/ContentView/shared/AboutSection.js.map +1 -0
- package/lib/module/components/ContentView/{Two/components → shared}/EpisodeCard.js +17 -23
- package/lib/module/components/ContentView/shared/EpisodeCard.js.map +1 -0
- package/lib/module/components/ContentView/shared/GenreTags.js +127 -0
- package/lib/module/components/ContentView/shared/GenreTags.js.map +1 -0
- package/lib/module/components/ContentView/{One/components → shared}/PlayButton.js +3 -3
- package/lib/module/components/ContentView/shared/PlayButton.js.map +1 -0
- package/lib/module/components/ContentView/{One/components → shared}/TrailerButton.js +3 -3
- package/lib/module/components/ContentView/shared/TrailerButton.js.map +1 -0
- package/lib/module/components/Fallbacks/NoContentFallback.js +13 -11
- package/lib/module/components/Fallbacks/NoContentFallback.js.map +1 -1
- package/lib/module/components/Fallbacks/NotFoundFallback.js +3 -3
- package/lib/module/components/Fallbacks/NotFoundFallback.js.map +1 -1
- package/lib/module/components/Fallbacks/index.js +5 -0
- package/lib/module/components/Fallbacks/index.js.map +1 -1
- package/lib/module/components/Headers/AppHeader.js +4 -3
- package/lib/module/components/Headers/AppHeader.js.map +1 -1
- package/lib/module/components/Headers/Four.js +2 -1
- package/lib/module/components/Headers/Four.js.map +1 -1
- package/lib/module/components/Headers/One.js +3 -3
- package/lib/module/components/Headers/One.js.map +1 -1
- package/lib/module/components/Headers/Three.js +5 -4
- package/lib/module/components/Headers/Three.js.map +1 -1
- package/lib/module/components/Headers/Two.js +4 -3
- package/lib/module/components/Headers/Two.js.map +1 -1
- package/lib/module/components/Headers/index.js +1 -1
- package/lib/module/components/Input/Input.js +1 -1
- package/lib/module/components/Input/InputOne.js +10 -3
- package/lib/module/components/Input/InputOne.js.map +1 -1
- package/lib/module/components/Input/InputThree.js +3 -3
- package/lib/module/components/Input/InputThree.js.map +1 -1
- package/lib/module/components/Input/InputTwo.js +21 -3
- package/lib/module/components/Input/InputTwo.js.map +1 -1
- package/lib/module/components/Input/PhoneInput/One/One.js +37 -65
- package/lib/module/components/Input/PhoneInput/One/One.js.map +1 -1
- package/lib/module/components/Input/PhoneInput/Two/Two.js +38 -65
- package/lib/module/components/Input/PhoneInput/Two/Two.js.map +1 -1
- package/lib/module/components/Input/PhoneInput/index.js +1 -1
- package/lib/module/components/Keyboard/HideKeyboard.js +13 -11
- package/lib/module/components/Keyboard/HideKeyboard.js.map +1 -1
- package/lib/module/components/Loader/Loader.js +7 -2
- package/lib/module/components/Loader/Loader.js.map +1 -1
- package/lib/module/components/Logo/Logo.js +16 -10
- package/lib/module/components/Logo/Logo.js.map +1 -1
- package/lib/module/components/NewRelease/NewReleaseSheet.js +19 -12
- package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -1
- package/lib/module/components/NewRelease/index.js +5 -0
- package/lib/module/components/NewRelease/index.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +7 -2
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MiddleControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/MiddleControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/MediaControls/TopControls.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/MediaControls/TopControls.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/DetailsModal.js +15 -8
- package/lib/module/components/Reels/ReelsSeries/Model/DetailsModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +15 -8
- package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/Model/UnlockModal.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/Model/UnlockModal.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +7 -2
- package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +22 -19
- package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/AnimatedThreeLines.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/AnimatedThreeLines.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/Episodes.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/Episodes.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/GradientOverlay.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/GradientOverlay.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/Like.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/Like.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/RotatingLoader.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/RotatingLoader.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/Synopsis.js +12 -6
- package/lib/module/components/Reels/ReelsSeries/components/Synopsis.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +14 -7
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.js +14 -7
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/index.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/components/VideoControls/index.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +5 -0
- package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -1
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js +6 -1
- package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -1
- package/lib/module/components/Reels/index.js +1 -1
- package/lib/module/components/Reels/utils/Controls/gestureUtils.js +25 -16
- package/lib/module/components/Reels/utils/Controls/gestureUtils.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/index.js +5 -0
- package/lib/module/components/Reels/utils/Controls/index.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/overlayUtils.js +5 -0
- package/lib/module/components/Reels/utils/Controls/overlayUtils.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/videoControlsConstants.js +5 -0
- package/lib/module/components/Reels/utils/Controls/videoControlsConstants.js.map +1 -1
- package/lib/module/components/Reels/utils/Controls/videoRef.js +5 -0
- package/lib/module/components/Reels/utils/Controls/videoRef.js.map +1 -1
- package/lib/module/components/Reels/utils/index.js +5 -0
- package/lib/module/components/Reels/utils/index.js.map +1 -1
- package/lib/module/components/Reels/utils/timeoutUtils.js +5 -0
- package/lib/module/components/Reels/utils/timeoutUtils.js.map +1 -1
- package/lib/module/components/Search/One.js +16 -14
- package/lib/module/components/Search/One.js.map +1 -1
- package/lib/module/components/Search/components/RecentSearchesSection.js +2 -2
- package/lib/module/components/Search/components/SearchCard.js +4 -4
- package/lib/module/components/Search/components/SearchCard.js.map +1 -1
- package/lib/module/components/Search/index.js +2 -2
- package/lib/module/components/Settings/AppSettings.js +3 -3
- package/lib/module/components/Settings/AppSettings.js.map +1 -1
- package/lib/module/components/Settings/index.js +5 -0
- package/lib/module/components/Settings/index.js.map +1 -1
- package/lib/module/components/Subscription/SubOne.js +19 -10
- package/lib/module/components/Subscription/SubOne.js.map +1 -1
- package/lib/module/components/Subscription/components/SubsDetailsModal.js +5 -0
- package/lib/module/components/Subscription/components/SubsDetailsModal.js.map +1 -1
- package/lib/module/components/Subscription/components/SubscriptionCard.js +17 -10
- package/lib/module/components/Subscription/components/SubscriptionCard.js.map +1 -1
- package/lib/module/components/Subscription/index.js +2 -2
- package/lib/module/components/TabBar/One.js +50 -48
- package/lib/module/components/TabBar/One.js.map +1 -1
- package/lib/module/components/TabBar/Three.js +52 -48
- package/lib/module/components/TabBar/Three.js.map +1 -1
- package/lib/module/components/TabBar/Two.js +5 -5
- package/lib/module/components/TabBar/Two.js.map +1 -1
- package/lib/module/components/TabBar/index.js +2 -2
- package/lib/module/components/Text/Text.js +7 -2
- package/lib/module/components/Text/Text.js.map +1 -1
- package/lib/module/components/Text/index.js +2 -1
- package/lib/module/components/Text/index.js.map +1 -1
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js +3 -3
- package/lib/module/components/User/DeviceSessions/DeviceSessions.js.map +1 -1
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js +24 -19
- package/lib/module/components/User/ProfileUpdate/ProfileUpdate.js.map +1 -1
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +3 -3
- package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
- package/lib/module/components/User/WatchHistory/WatchHistory.js +3 -3
- package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
- package/lib/module/components/User/WatchLater/WatchLater.js +37 -31
- package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
- package/lib/module/components/User/components/UserAvatar.js +4 -3
- package/lib/module/components/User/components/UserAvatar.js.map +1 -1
- package/lib/module/components/User/components/UserSection.js +6 -5
- package/lib/module/components/User/components/UserSection.js.map +1 -1
- package/lib/module/components/User/index.js +1 -1
- package/lib/module/components/View/View.js +2 -1
- package/lib/module/components/View/View.js.map +1 -1
- package/lib/module/components/View/index.js +2 -1
- package/lib/module/components/View/index.js.map +1 -1
- package/lib/module/components/common/AppStatusBar.js +5 -5
- package/lib/module/components/common/AppStatusBar.js.map +1 -1
- package/lib/module/components/common/index.js +4 -0
- package/lib/module/components/common/index.js.map +1 -0
- package/lib/module/components/index.js +2 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/SafeAreaWrapper.js +7 -2
- package/lib/module/components/layout/SafeAreaWrapper.js.map +1 -1
- package/lib/module/components/layout/index.js +5 -0
- package/lib/module/components/layout/index.js.map +1 -1
- package/lib/module/constants/dummySections.js +5 -0
- package/lib/module/constants/dummySections.js.map +1 -1
- package/lib/module/hooks/Images/index.js +5 -1
- package/lib/module/hooks/Images/index.js.map +1 -1
- package/lib/module/hooks/Images/useImageLoader.js +18 -15
- package/lib/module/hooks/Images/useImageLoader.js.map +1 -1
- package/lib/module/hooks/index.js +1 -2
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useAdTracking.js +5 -0
- package/lib/module/hooks/useAdTracking.js.map +1 -1
- package/lib/module/hooks/useCards.js +10 -2
- package/lib/module/hooks/useCards.js.map +1 -1
- package/lib/module/hooks/useDebounce.js +5 -0
- package/lib/module/hooks/useDebounce.js.map +1 -1
- package/lib/module/hooks/useKeyboard.js +1 -1
- package/lib/module/hooks/useNavigationMode.js +3 -4
- package/lib/module/hooks/useNavigationMode.js.map +1 -1
- package/lib/module/hooks/usePaginatedSection.js +21 -5
- package/lib/module/hooks/usePaginatedSection.js.map +1 -1
- package/lib/module/hooks/usePrevious.js +1 -1
- package/lib/module/hooks/useSafeCallback.js +15 -22
- package/lib/module/hooks/useSafeCallback.js.map +1 -1
- package/lib/module/hooks/useSkeletonItems.js +1 -1
- package/lib/module/hooks/useSplashCache.js +70 -57
- package/lib/module/hooks/useSplashCache.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/store/RecentSearchesStore.js +1 -1
- package/lib/module/store/splashStore.js +1 -1
- package/lib/module/store/storage.js +1 -1
- package/lib/module/theme/ThemeContext.js +10 -0
- package/lib/module/theme/ThemeContext.js.map +1 -0
- package/lib/module/theme/ThemeProvider.js +12 -22
- package/lib/module/theme/ThemeProvider.js.map +1 -1
- package/lib/module/theme/hooks/index.js +9 -0
- package/lib/module/theme/hooks/index.js.map +1 -0
- package/lib/module/theme/hooks/useTheme.js +91 -0
- package/lib/module/theme/hooks/useTheme.js.map +1 -0
- package/lib/module/theme/index.js +2 -1
- package/lib/module/theme/index.js.map +1 -1
- package/lib/module/{store/themeStore.js → theme/store/theme.js} +8 -6
- package/lib/module/theme/store/theme.js.map +1 -0
- package/lib/module/theme/themes.js +35 -70
- package/lib/module/theme/themes.js.map +1 -1
- package/lib/module/theme/utils/cleanColors.js +60 -0
- package/lib/module/theme/utils/cleanColors.js.map +1 -0
- package/lib/module/theme/utils/toRgba.js +128 -0
- package/lib/module/theme/utils/toRgba.js.map +1 -0
- package/lib/module/types/hook/usePaginatedSection.js +4 -0
- package/lib/module/types/hook/usePaginatedSection.js.map +1 -0
- package/lib/module/types/navigation.js +4 -0
- package/lib/module/types/navigation.js.map +1 -0
- package/lib/module/types/user.js +4 -0
- package/lib/module/types/user.js.map +1 -0
- package/lib/module/utils/Display.js +2 -1
- package/lib/module/utils/Display.js.map +1 -1
- package/lib/module/utils/Formater.js +19 -0
- package/lib/module/utils/Formater.js.map +1 -1
- package/lib/module/utils/SizeMatters.js +2 -1
- package/lib/module/utils/SizeMatters.js.map +1 -1
- package/lib/module/utils/Spacing.js +1 -1
- package/lib/module/utils/colorUtils.js +1 -1
- package/lib/module/{hooks/Images/useImageValidation.js → utils/imageValidation.js} +10 -7
- package/lib/module/utils/imageValidation.js.map +1 -0
- package/lib/module/utils/interaction.js +20 -0
- package/lib/module/utils/interaction.js.map +1 -0
- package/lib/typescript/src/components/Account/Account.d.ts +3 -12
- package/lib/typescript/src/components/Account/Account.d.ts.map +1 -1
- package/lib/typescript/src/components/Account/index.d.ts +4 -0
- package/lib/typescript/src/components/Account/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts +1 -1
- package/lib/typescript/src/components/Alert/AlertDialog.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/UAAlert.d.ts +4 -0
- package/lib/typescript/src/components/Alert/UAAlert.d.ts.map +1 -1
- package/lib/typescript/src/components/Alert/index.d.ts +4 -0
- package/lib/typescript/src/components/Alert/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts +2 -2
- package/lib/typescript/src/components/Auth/AuthProvider/AuthProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts +9 -12
- package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts +8 -11
- package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts +8 -11
- package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts +11 -12
- package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts +13 -9
- package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/components/index.d.ts +6 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/index.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.d.ts +9 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-frame.d.ts +4 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-frame.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-header.d.ts +8 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-header.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-intro.d.ts +11 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-intro.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.d.ts +14 -0
- package/lib/typescript/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts +8 -11
- package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts +3 -3
- package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/One/SplashScreen/utils/splashUtils.d.ts +8 -0
- package/lib/typescript/src/components/Auth/One/SplashScreen/utils/splashUtils.d.ts.map +1 -0
- package/lib/typescript/src/components/Auth/One/index.d.ts +4426 -40
- package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +6 -2
- package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +10 -16
- package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/Login/EmailOrPhoneLogin.d.ts +13 -5
- package/lib/typescript/src/components/Auth/Two/Login/EmailOrPhoneLogin.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +11 -7
- package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +8 -8
- package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/Two/index.d.ts +3037 -25
- package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Auth/index.d.ts +7465 -63
- package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/One/One.d.ts +6 -2
- package/lib/typescript/src/components/BackgroundLayout/One/One.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/Two/Two.d.ts +4 -0
- package/lib/typescript/src/components/BackgroundLayout/Two/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/BackgroundLayout/index.d.ts +172 -1
- package/lib/typescript/src/components/BackgroundLayout/index.d.ts.map +1 -1
- package/lib/typescript/src/components/BlogView/BlogView.d.ts +6 -2
- package/lib/typescript/src/components/BlogView/BlogView.d.ts.map +1 -1
- package/lib/typescript/src/components/BlogView/index.d.ts +1 -1
- package/lib/typescript/src/components/BlurView/BlurView.d.ts +1 -1
- package/lib/typescript/src/components/BlurView/index.d.ts +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +6 -2
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +6 -2
- package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -1
- package/lib/typescript/src/components/BottomSheet/index.d.ts +4 -0
- package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/BackBtn.d.ts +1 -1
- package/lib/typescript/src/components/Button/BackBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/MenuBtn.d.ts +1 -1
- package/lib/typescript/src/components/Button/MenuBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +4 -16
- package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts +5 -17
- package/lib/typescript/src/components/Button/SecondaryBtn.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/TextButton.d.ts +8 -4
- package/lib/typescript/src/components/Button/TextButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/index.d.ts +726 -28
- package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Button/types.d.ts +32 -0
- package/lib/typescript/src/components/Button/types.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts +5 -7
- package/lib/typescript/src/components/Content/Card/NowWatching/NowWatching.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +4 -0
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +115 -3
- package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/Six.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts +5 -1
- package/lib/typescript/src/components/Content/Card/components/AdsPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +3 -2
- package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/LiveBadge.d.ts +16 -0
- package/lib/typescript/src/components/Content/Card/components/LiveBadge.d.ts.map +1 -0
- package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts +4 -0
- package/lib/typescript/src/components/Content/Card/components/RentOrBuyIcon.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts +2 -2
- package/lib/typescript/src/components/Content/Card/components/ShowAllButton.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts +1 -1
- package/lib/typescript/src/components/Content/Card/components/ThumbnailCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/components/index.d.ts +10 -0
- package/lib/typescript/src/components/Content/Card/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Card/index.d.ts +4990 -36
- package/lib/typescript/src/components/Content/Card/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Content.d.ts +1 -1
- package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts +1 -1
- package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
- package/lib/typescript/src/components/Content/types.d.ts +6 -7
- package/lib/typescript/src/components/Content/types.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/MoreContentList.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/One/components/Title.d.ts +1 -1
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +4 -3
- package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +2 -2
- package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +2 -5
- package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/index.d.ts +3 -3
- package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
- package/lib/typescript/src/components/ContentView/{One/components → shared}/AboutSection.d.ts +6 -4
- package/lib/typescript/src/components/ContentView/shared/AboutSection.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{Two/components → shared}/EpisodeCard.d.ts +4 -4
- package/lib/typescript/src/components/ContentView/shared/EpisodeCard.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/{One/components → shared}/GenreTags.d.ts +5 -4
- package/lib/typescript/src/components/ContentView/shared/GenreTags.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/shared/PlayButton.d.ts +14 -0
- package/lib/typescript/src/components/ContentView/shared/PlayButton.d.ts.map +1 -0
- package/lib/typescript/src/components/ContentView/shared/TrailerButton.d.ts +18 -0
- package/lib/typescript/src/components/ContentView/shared/TrailerButton.d.ts.map +1 -0
- package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts +2 -2
- package/lib/typescript/src/components/Fallbacks/NoContentFallback.d.ts.map +1 -1
- package/lib/typescript/src/components/Fallbacks/NotFoundFallback.d.ts +1 -1
- package/lib/typescript/src/components/Fallbacks/index.d.ts +4 -0
- package/lib/typescript/src/components/Fallbacks/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/AppHeader.d.ts +2 -2
- package/lib/typescript/src/components/Headers/AppHeader.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Four.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/One.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts +1 -1
- package/lib/typescript/src/components/Headers/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Headers/index.d.ts +1 -1
- package/lib/typescript/src/components/Input/Input.d.ts +1 -1
- package/lib/typescript/src/components/Input/InputOne.d.ts +4 -4
- package/lib/typescript/src/components/Input/InputOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputThree.d.ts +4 -4
- package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/InputTwo.d.ts +4 -4
- package/lib/typescript/src/components/Input/InputTwo.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneInput/One/One.d.ts +4 -4
- package/lib/typescript/src/components/Input/PhoneInput/One/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneInput/Two/Two.d.ts +4 -4
- package/lib/typescript/src/components/Input/PhoneInput/Two/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/Input/PhoneInput/index.d.ts +1 -1
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts +3 -3
- package/lib/typescript/src/components/Keyboard/HideKeyboard.d.ts.map +1 -1
- package/lib/typescript/src/components/Loader/Loader.d.ts +4 -0
- package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts +1 -1
- package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts +5 -1
- package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/NewRelease/index.d.ts +4 -0
- package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/TopControls.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/TopControls.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/DetailsModal.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/DetailsModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/UnlockModal.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/Model/UnlockModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Episodes.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Episodes.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/GradientOverlay.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/GradientOverlay.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Like.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Like.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/RotatingLoader.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/RotatingLoader.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Synopsis.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/Synopsis.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/index.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +4 -0
- package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/index.d.ts +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/gestureUtils.d.ts +9 -5
- package/lib/typescript/src/components/Reels/utils/Controls/gestureUtils.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/index.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/overlayUtils.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/overlayUtils.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/videoControlsConstants.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/videoControlsConstants.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/Controls/videoRef.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/Controls/videoRef.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/index.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Reels/utils/timeoutUtils.d.ts +4 -0
- package/lib/typescript/src/components/Reels/utils/timeoutUtils.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/One.d.ts +2 -2
- package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
- package/lib/typescript/src/components/Search/components/RecentSearchesSection.d.ts +2 -2
- package/lib/typescript/src/components/Search/components/SearchCard.d.ts +2 -2
- package/lib/typescript/src/components/Search/index.d.ts +2 -2
- package/lib/typescript/src/components/Settings/AppSettings.d.ts +7 -7
- package/lib/typescript/src/components/Settings/AppSettings.d.ts.map +1 -1
- package/lib/typescript/src/components/Settings/index.d.ts +4 -0
- package/lib/typescript/src/components/Settings/index.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts +5 -1
- package/lib/typescript/src/components/Subscription/SubOne.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/components/SubsDetailsModal.d.ts +5 -1
- package/lib/typescript/src/components/Subscription/components/SubsDetailsModal.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/components/SubscriptionCard.d.ts +5 -1
- package/lib/typescript/src/components/Subscription/components/SubscriptionCard.d.ts.map +1 -1
- package/lib/typescript/src/components/Subscription/index.d.ts +5 -5
- package/lib/typescript/src/components/Subscription/index.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/One.d.ts +3 -12
- package/lib/typescript/src/components/TabBar/One.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Three.d.ts +2 -11
- package/lib/typescript/src/components/TabBar/Three.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/Two.d.ts +3 -12
- package/lib/typescript/src/components/TabBar/Two.d.ts.map +1 -1
- package/lib/typescript/src/components/TabBar/index.d.ts +4 -4
- package/lib/typescript/src/components/Text/Text.d.ts +4 -0
- package/lib/typescript/src/components/Text/Text.d.ts.map +1 -1
- package/lib/typescript/src/components/Text/index.d.ts +1 -1
- package/lib/typescript/src/components/Text/index.d.ts.map +1 -1
- package/lib/typescript/src/components/User/DeviceSessions/DeviceSessions.d.ts +1 -1
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts +5 -1
- package/lib/typescript/src/components/User/ProfileUpdate/ProfileUpdate.d.ts.map +1 -1
- package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts +1 -1
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts +5 -17
- package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts +2 -2
- package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts +1 -1
- package/lib/typescript/src/components/User/components/UserAvatar.d.ts.map +1 -1
- package/lib/typescript/src/components/User/components/UserSection.d.ts +2 -12
- package/lib/typescript/src/components/User/components/UserSection.d.ts.map +1 -1
- package/lib/typescript/src/components/User/index.d.ts +1 -1
- package/lib/typescript/src/components/View/View.d.ts +1 -1
- package/lib/typescript/src/components/View/View.d.ts.map +1 -1
- package/lib/typescript/src/components/View/index.d.ts +1 -1
- package/lib/typescript/src/components/View/index.d.ts.map +1 -1
- package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -1
- package/lib/typescript/src/components/common/index.d.ts +2 -0
- package/lib/typescript/src/components/common/index.d.ts.map +1 -0
- package/lib/typescript/src/components/index.d.ts +2 -1
- package/lib/typescript/src/components/index.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts +6 -2
- package/lib/typescript/src/components/layout/SafeAreaWrapper.d.ts.map +1 -1
- package/lib/typescript/src/components/layout/index.d.ts +4 -0
- package/lib/typescript/src/components/layout/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/dummySections.d.ts +4 -0
- package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
- package/lib/typescript/src/hooks/Images/index.d.ts +4 -1
- package/lib/typescript/src/hooks/Images/index.d.ts.map +1 -1
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts +1 -1
- package/lib/typescript/src/hooks/Images/useImageLoader.d.ts.map +1 -1
- package/lib/typescript/src/hooks/index.d.ts +1 -2
- package/lib/typescript/src/hooks/index.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useAdTracking.d.ts +7 -3
- package/lib/typescript/src/hooks/useAdTracking.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useCards.d.ts +2 -7
- package/lib/typescript/src/hooks/useCards.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useDebounce.d.ts +4 -0
- package/lib/typescript/src/hooks/useDebounce.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useKeyboard.d.ts +1 -1
- package/lib/typescript/src/hooks/useNavigationMode.d.ts +1 -2
- package/lib/typescript/src/hooks/useNavigationMode.d.ts.map +1 -1
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts +5 -11
- package/lib/typescript/src/hooks/usePaginatedSection.d.ts.map +1 -1
- package/lib/typescript/src/hooks/usePrevious.d.ts +1 -1
- package/lib/typescript/src/hooks/useSafeCallback.d.ts +6 -9
- package/lib/typescript/src/hooks/useSafeCallback.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSkeletonItems.d.ts +2 -2
- package/lib/typescript/src/hooks/useSkeletonItems.d.ts.map +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts +1 -1
- package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/store/RecentSearchesStore.d.ts +1 -1
- package/lib/typescript/src/store/splashStore.d.ts +1 -1
- package/lib/typescript/src/store/storage.d.ts +1 -1
- package/lib/typescript/src/theme/ThemeContext.d.ts +16 -0
- package/lib/typescript/src/theme/ThemeContext.d.ts.map +1 -0
- package/lib/typescript/src/theme/ThemeProvider.d.ts +4 -17
- package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/typescript/src/theme/hooks/index.d.ts +6 -0
- package/lib/typescript/src/theme/hooks/index.d.ts.map +1 -0
- package/lib/typescript/src/theme/hooks/useTheme.d.ts +7 -0
- package/lib/typescript/src/theme/hooks/useTheme.d.ts.map +1 -0
- package/lib/typescript/src/theme/index.d.ts +2 -1
- package/lib/typescript/src/theme/index.d.ts.map +1 -1
- package/lib/typescript/src/{store/themeStore.d.ts → theme/store/theme.d.ts} +3 -3
- package/lib/typescript/src/theme/store/theme.d.ts.map +1 -0
- package/lib/typescript/src/theme/themes.d.ts +9 -18
- package/lib/typescript/src/theme/themes.d.ts.map +1 -1
- package/lib/typescript/src/theme/utils/cleanColors.d.ts +15 -0
- package/lib/typescript/src/theme/utils/cleanColors.d.ts.map +1 -0
- package/lib/typescript/src/theme/utils/toRgba.d.ts +16 -0
- package/lib/typescript/src/theme/utils/toRgba.d.ts.map +1 -0
- package/lib/typescript/src/types/content/content-view.types.d.ts +5 -8
- package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
- package/lib/typescript/src/types/hook/index.d.ts +2 -2
- package/lib/typescript/src/types/hook/index.d.ts.map +1 -1
- package/lib/typescript/src/types/hook/{usePaginatedSetion.d.ts → usePaginatedSection.d.ts} +2 -2
- package/lib/typescript/src/types/hook/usePaginatedSection.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts +3 -1
- package/lib/typescript/src/types/index.d.ts.map +1 -1
- package/lib/typescript/src/types/navigation.d.ts +16 -0
- package/lib/typescript/src/types/navigation.d.ts.map +1 -0
- package/lib/typescript/src/types/sections/index.d.ts +2 -1
- package/lib/typescript/src/types/sections/index.d.ts.map +1 -1
- package/lib/typescript/src/types/user.d.ts +16 -0
- package/lib/typescript/src/types/user.d.ts.map +1 -0
- package/lib/typescript/src/utils/Display.d.ts +4 -0
- package/lib/typescript/src/utils/Display.d.ts.map +1 -1
- package/lib/typescript/src/utils/Formater.d.ts +10 -0
- package/lib/typescript/src/utils/Formater.d.ts.map +1 -1
- package/lib/typescript/src/utils/SizeMatters.d.ts +1 -1
- package/lib/typescript/src/utils/SizeMatters.d.ts.map +1 -1
- package/lib/typescript/src/utils/Spacing.d.ts +1 -1
- package/lib/typescript/src/utils/colorUtils.d.ts +1 -1
- package/lib/typescript/src/{hooks/Images/useImageValidation.d.ts → utils/imageValidation.d.ts} +3 -3
- package/lib/typescript/src/utils/imageValidation.d.ts.map +1 -0
- package/lib/typescript/src/utils/interaction.d.ts +9 -0
- package/lib/typescript/src/utils/interaction.d.ts.map +1 -0
- package/package.json +134 -128
- package/src/assets/animations/135037-payment-processing-error.json +1347 -0
- package/src/assets/animations/7227-vui-animation.json +3377 -0
- package/src/assets/animations/Failed.json +2103 -0
- package/src/assets/animations/Pending.json +522 -0
- package/src/assets/animations/Successful.json +2289 -0
- package/src/assets/animations/heart.json +788 -0
- package/src/assets/animations/succesfull-payment.json +2379 -0
- package/src/assets/animations/voice-icon.json +542 -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/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 +28 -0
- package/src/assets/svg/download.svg +3 -0
- package/src/assets/svg/eye-off.svg +10 -0
- package/src/assets/svg/favorites.svg +3 -0
- package/src/assets/svg/h.svg +4 -0
- package/src/assets/svg/home.svg +5 -0
- package/src/assets/svg/home1.svg +3 -0
- package/src/assets/svg/menu-bar.svg +4 -0
- package/src/assets/svg/my-space.svg +14 -0
- package/src/assets/svg/play-icon-with-bg.svg +5 -0
- package/src/assets/svg/profile.svg +4 -0
- package/src/assets/svg/search.svg +5 -0
- package/src/assets/svg/search1.svg +4 -0
- package/src/assets/svg/server-error.svg +139 -0
- package/src/components/Account/Account.tsx +354 -0
- package/src/components/Account/index.ts +6 -0
- package/src/components/Alert/AlertDialog.tsx +253 -0
- package/src/components/Alert/UAAlert.tsx +176 -0
- package/src/components/Alert/index.ts +7 -0
- package/src/components/Auth/AuthProvider/AuthProvider.tsx +412 -0
- package/src/components/Auth/One/ForgotPassword/ForgotPassword.tsx +333 -0
- package/src/components/Auth/One/Login/LoginWithEmail.tsx +449 -0
- package/src/components/Auth/One/Login/LoginWithPhone.tsx +309 -0
- package/src/components/Auth/One/OTP/OTP.tsx +539 -0
- package/src/components/Auth/One/QrLogin/QrLogin.tsx +329 -0
- package/src/components/Auth/One/QrLogin/components/index.ts +8 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-fallback.tsx +158 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-frame.tsx +207 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-header.tsx +65 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-intro.tsx +255 -0
- package/src/components/Auth/One/QrLogin/components/qr-scanner-overlay.tsx +291 -0
- package/src/components/Auth/One/SignUp/SignUp.tsx +470 -0
- package/src/components/Auth/One/SplashScreen/SplashScreen.tsx +229 -0
- package/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.tsx +92 -0
- package/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.tsx +129 -0
- package/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.tsx +172 -0
- package/src/components/Auth/One/SplashScreen/utils/splashUtils.ts +23 -0
- package/src/components/Auth/One/index.ts +24 -0
- package/src/components/Auth/Two/AuthHeader/AuthHeader.tsx +130 -0
- package/src/components/Auth/Two/ForgotPassword/ForgotPassword.tsx +331 -0
- package/src/components/Auth/Two/Login/EmailOrPhoneLogin.tsx +612 -0
- package/src/components/Auth/Two/OTP/OTP.tsx +504 -0
- package/src/components/Auth/Two/SignUp/SignUp.tsx +439 -0
- package/src/components/Auth/Two/index.ts +20 -0
- package/src/components/Auth/index.ts +16 -0
- package/src/components/BackgroundLayout/One/One.tsx +184 -0
- package/src/components/BackgroundLayout/Two/Two.tsx +65 -0
- package/src/components/BackgroundLayout/index.ts +14 -0
- package/src/components/BlogView/BlogView.tsx +282 -0
- package/src/components/BlogView/index.ts +8 -0
- package/src/components/BlurView/BlurView.tsx +199 -0
- package/src/components/BlurView/index.ts +7 -0
- package/src/components/BottomSheet/BottomSheet.tsx +204 -0
- package/src/components/BottomSheet/BottomSheetOne.tsx +223 -0
- package/src/components/BottomSheet/index.ts +9 -0
- package/src/components/Button/BackBtn.tsx +149 -0
- package/src/components/Button/MenuBtn.tsx +220 -0
- package/src/components/Button/PrimaryBtn.tsx +123 -0
- package/src/components/Button/SecondaryBtn.tsx +123 -0
- package/src/components/Button/TextButton.tsx +150 -0
- package/src/components/Button/index.ts +18 -0
- package/src/components/Button/types.ts +33 -0
- package/src/components/Content/Card/Category/Category.tsx +436 -0
- package/src/components/Content/Card/Category/CategroyTwo.tsx +429 -0
- package/src/components/Content/Card/NowWatching/NowWatching.tsx +607 -0
- package/src/components/Content/Card/Sliders/Styles/One.tsx +490 -0
- package/src/components/Content/Card/Sliders/Styles/Three.tsx +1017 -0
- package/src/components/Content/Card/Sliders/Styles/Two.tsx +395 -0
- package/src/components/Content/Card/Sliders/index.ts +18 -0
- package/src/components/Content/Card/Styles/Five.tsx +367 -0
- package/src/components/Content/Card/Styles/Four.tsx +366 -0
- package/src/components/Content/Card/Styles/One.tsx +372 -0
- package/src/components/Content/Card/Styles/RotateInOut.tsx +413 -0
- package/src/components/Content/Card/Styles/Six.tsx +378 -0
- package/src/components/Content/Card/Styles/Three.tsx +312 -0
- package/src/components/Content/Card/Styles/TopTen.tsx +402 -0
- package/src/components/Content/Card/Styles/Two.tsx +404 -0
- package/src/components/Content/Card/components/AdsPoster.tsx +207 -0
- package/src/components/Content/Card/components/CardPoster.tsx +377 -0
- package/src/components/Content/Card/components/LiveBadge.tsx +125 -0
- package/src/components/Content/Card/components/NavigateToMore.tsx +97 -0
- package/src/components/Content/Card/components/RentOrBuyIcon.tsx +134 -0
- package/src/components/Content/Card/components/ShowAllButton.tsx +92 -0
- package/src/components/Content/Card/components/ThumbnailCard.tsx +219 -0
- package/src/components/Content/Card/components/index.ts +12 -0
- package/src/components/Content/Card/index.ts +31 -0
- package/src/components/Content/Content.tsx +338 -0
- package/src/components/Content/Sections.tsx +239 -0
- package/src/components/Content/types.ts +180 -0
- package/src/components/ContentView/MoreContentList.tsx +330 -0
- package/src/components/ContentView/One/ContentViewOne.tsx +251 -0
- package/src/components/ContentView/One/components/CastCard.tsx +266 -0
- package/src/components/ContentView/One/components/HeroBanner.tsx +413 -0
- package/src/components/ContentView/One/components/MiniInfo.tsx +343 -0
- package/src/components/ContentView/One/components/Title.tsx +149 -0
- package/src/components/ContentView/Two/ContentViewTwo.tsx +332 -0
- package/src/components/ContentView/Two/components/Details.tsx +196 -0
- package/src/components/ContentView/Two/components/HeroBanner.tsx +267 -0
- package/src/components/ContentView/Two/components/LikeShareActions.tsx +125 -0
- package/src/components/ContentView/Two/components/MoreLikeThisContentList .tsx +308 -0
- package/src/components/ContentView/Two/components/PlayOrTrailer.tsx +162 -0
- package/src/components/ContentView/Two/components/SectionTabs.tsx +181 -0
- package/src/components/ContentView/Two/components/Title.tsx +229 -0
- package/src/components/ContentView/Two/components/index.ts +12 -0
- package/src/components/ContentView/index.ts +13 -0
- package/src/components/ContentView/shared/AboutSection.tsx +226 -0
- package/src/components/ContentView/shared/EpisodeCard.tsx +600 -0
- package/src/components/ContentView/shared/GenreTags.tsx +189 -0
- package/src/components/ContentView/shared/PlayButton.tsx +52 -0
- package/src/components/ContentView/shared/TrailerButton.tsx +76 -0
- package/src/components/Fallbacks/NoContentFallback.tsx +175 -0
- package/src/components/Fallbacks/NotFoundFallback.tsx +94 -0
- package/src/components/Fallbacks/index.ts +7 -0
- package/src/components/Headers/AppHeader.tsx +151 -0
- package/src/components/Headers/Four.tsx +84 -0
- package/src/components/Headers/One.tsx +115 -0
- package/src/components/Headers/Three.tsx +137 -0
- package/src/components/Headers/Two.tsx +101 -0
- package/src/components/Headers/index.ts +34 -0
- package/src/components/Input/Input.ts +18 -0
- package/src/components/Input/InputOne.tsx +265 -0
- package/src/components/Input/InputThree.tsx +205 -0
- package/src/components/Input/InputTwo.tsx +217 -0
- package/src/components/Input/PhoneInput/One/One.tsx +415 -0
- package/src/components/Input/PhoneInput/Two/Two.tsx +406 -0
- package/src/components/Input/PhoneInput/index.ts +14 -0
- package/src/components/Keyboard/HideKeyboard.tsx +91 -0
- package/src/components/Loader/Loader.tsx +49 -0
- package/src/components/Logo/Logo.tsx +150 -0
- package/src/components/NewRelease/NewReleaseSheet.tsx +260 -0
- package/src/components/NewRelease/index.ts +6 -0
- package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +226 -0
- package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +324 -0
- package/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.tsx +201 -0
- package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +100 -0
- package/src/components/Reels/ReelsSeries/MediaControls/TopControls.tsx +168 -0
- package/src/components/Reels/ReelsSeries/Model/DetailsModal.tsx +207 -0
- package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +151 -0
- package/src/components/Reels/ReelsSeries/Model/UnlockModal.tsx +159 -0
- package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +278 -0
- package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +569 -0
- package/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.tsx +189 -0
- package/src/components/Reels/ReelsSeries/components/Episodes.tsx +159 -0
- package/src/components/Reels/ReelsSeries/components/GradientOverlay.tsx +46 -0
- package/src/components/Reels/ReelsSeries/components/Like.tsx +45 -0
- package/src/components/Reels/ReelsSeries/components/RotatingLoader.tsx +84 -0
- package/src/components/Reels/ReelsSeries/components/Synopsis.tsx +338 -0
- package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +185 -0
- package/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.tsx +77 -0
- package/src/components/Reels/ReelsSeries/components/VideoControls/index.ts +7 -0
- package/src/components/Reels/ReelsSeries/types.ts +78 -0
- package/src/components/Reels/ReelsSeries/useReelsWatchProgress.ts +90 -0
- package/src/components/Reels/ReelsSeries/utils/quality.ts +72 -0
- package/src/components/Reels/index.ts +9 -0
- package/src/components/Reels/utils/Controls/gestureUtils.ts +46 -0
- package/src/components/Reels/utils/Controls/index.ts +9 -0
- package/src/components/Reels/utils/Controls/overlayUtils.ts +40 -0
- package/src/components/Reels/utils/Controls/videoControlsConstants.ts +30 -0
- package/src/components/Reels/utils/Controls/videoRef.ts +9 -0
- package/src/components/Reels/utils/index.ts +6 -0
- package/src/components/Reels/utils/timeoutUtils.ts +34 -0
- package/src/components/Search/One.tsx +262 -0
- package/src/components/Search/components/RecentSearchesSection.tsx +181 -0
- package/src/components/Search/components/SearchCard.tsx +285 -0
- package/src/components/Search/index.ts +16 -0
- package/src/components/Settings/AppSettings.tsx +442 -0
- package/src/components/Settings/index.ts +6 -0
- package/src/components/Subscription/SubOne.tsx +423 -0
- package/src/components/Subscription/components/SubsDetailsModal.tsx +347 -0
- package/src/components/Subscription/components/SubscriptionCard.tsx +342 -0
- package/src/components/Subscription/index.ts +12 -0
- package/src/components/TabBar/One.tsx +145 -0
- package/src/components/TabBar/Three.tsx +162 -0
- package/src/components/TabBar/Two.tsx +179 -0
- package/src/components/TabBar/index.ts +20 -0
- package/src/components/Text/Text.tsx +90 -0
- package/src/components/Text/index.ts +6 -0
- package/src/components/User/DeviceSessions/DeviceSessions.tsx +468 -0
- package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +293 -0
- package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +504 -0
- package/src/components/User/WatchHistory/WatchHistory.tsx +214 -0
- package/src/components/User/WatchLater/WatchLater.tsx +400 -0
- package/src/components/User/components/UserAvatar.tsx +121 -0
- package/src/components/User/components/UserSection.tsx +218 -0
- package/src/components/User/index.ts +18 -0
- package/src/components/View/View.tsx +38 -0
- package/src/components/View/index.ts +6 -0
- package/src/components/common/AppStatusBar.tsx +57 -0
- package/src/components/common/index.ts +1 -0
- package/src/components/index.ts +30 -0
- package/src/components/layout/SafeAreaWrapper.tsx +50 -0
- package/src/components/layout/index.ts +6 -0
- package/src/constants/dummySections.ts +103 -0
- package/src/hooks/Images/index.ts +6 -0
- package/src/hooks/Images/useImageLoader.ts +209 -0
- package/src/hooks/index.ts +16 -0
- package/src/hooks/useAdTracking.ts +354 -0
- package/src/hooks/useCards.ts +247 -0
- package/src/hooks/useDebounce.ts +40 -0
- package/src/hooks/useKeyboard.ts +43 -0
- package/src/hooks/useNavigationMode.ts +48 -0
- package/src/hooks/usePaginatedSection.ts +108 -0
- package/src/hooks/usePrevious.ts +28 -0
- package/src/hooks/useSafeCallback.ts +29 -0
- package/src/hooks/useSkeletonItems.ts +30 -0
- package/src/hooks/useSplashCache.ts +245 -0
- package/src/index.tsx +9 -0
- package/src/store/RecentSearchesStore.ts +72 -0
- package/src/store/splashStore.ts +86 -0
- package/src/store/storage.ts +29 -0
- package/src/theme/ThemeContext.ts +19 -0
- package/src/theme/ThemeProvider.tsx +87 -0
- package/src/theme/hooks/index.ts +6 -0
- package/src/theme/hooks/useTheme.ts +118 -0
- package/src/theme/index.ts +8 -0
- package/src/theme/store/theme.ts +50 -0
- package/src/theme/themes.ts +262 -0
- package/src/theme/utils/cleanColors.ts +71 -0
- package/src/theme/utils/toRgba.ts +150 -0
- package/src/types/content/content-view.types.ts +209 -0
- package/src/types/hook/index.ts +6 -0
- package/src/types/hook/usePaginatedSection.ts +20 -0
- package/src/types/index.ts +10 -0
- package/src/types/navigation.ts +17 -0
- package/src/types/sections/index.ts +87 -0
- package/src/types/user.ts +18 -0
- package/src/utils/Display.ts +15 -0
- package/src/utils/Formater.ts +33 -0
- package/src/utils/SizeMatters.ts +8 -0
- package/src/utils/Spacing.ts +27 -0
- package/src/utils/colorUtils.ts +70 -0
- package/src/utils/imageValidation.ts +36 -0
- package/src/utils/interaction.ts +19 -0
- package/lib/module/Styles/globalStyles.js +0 -71
- package/lib/module/Styles/globalStyles.js.map +0 -1
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js +0 -295
- package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +0 -1
- package/lib/module/components/Content/index.js +0 -8
- package/lib/module/components/Content/index.js.map +0 -1
- package/lib/module/components/ContentView/One/components/AboutSection.js.map +0 -1
- package/lib/module/components/ContentView/One/components/EpisodeCard.js +0 -398
- package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +0 -1
- package/lib/module/components/ContentView/One/components/GenreTags.js +0 -94
- package/lib/module/components/ContentView/One/components/GenreTags.js.map +0 -1
- package/lib/module/components/ContentView/One/components/PlayButton.js.map +0 -1
- package/lib/module/components/ContentView/One/components/TrailerButton.js.map +0 -1
- package/lib/module/components/ContentView/Two/components/AboutSection.js +0 -153
- package/lib/module/components/ContentView/Two/components/AboutSection.js.map +0 -1
- package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +0 -1
- package/lib/module/components/ContentView/Two/components/GenreTags.js +0 -89
- package/lib/module/components/ContentView/Two/components/GenreTags.js.map +0 -1
- package/lib/module/components/Subscription/components/index.js +0 -5
- package/lib/module/components/Subscription/components/index.js.map +0 -1
- package/lib/module/hooks/Images/useImageValidation.js.map +0 -1
- package/lib/module/hooks/useThemeColors.js +0 -33
- package/lib/module/hooks/useThemeColors.js.map +0 -1
- package/lib/module/store/themeStore.js.map +0 -1
- package/lib/module/theme/hook/index.js +0 -4
- package/lib/module/theme/hook/index.js.map +0 -1
- package/lib/module/theme/hook/useInternalTheme.js +0 -78
- package/lib/module/theme/hook/useInternalTheme.js.map +0 -1
- package/lib/module/theme/utils/validateColor.js +0 -84
- package/lib/module/theme/utils/validateColor.js.map +0 -1
- package/lib/module/types/hook/usePaginatedSetion.js +0 -4
- package/lib/module/types/hook/usePaginatedSetion.js.map +0 -1
- package/lib/module/utils/PlatformSelector.js +0 -31
- package/lib/module/utils/PlatformSelector.js.map +0 -1
- package/lib/typescript/src/Styles/globalStyles.d.ts +0 -66
- package/lib/typescript/src/Styles/globalStyles.d.ts.map +0 -1
- package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts +0 -14
- package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +0 -1
- package/lib/typescript/src/components/Content/index.d.ts +0 -6
- package/lib/typescript/src/components/Content/index.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts +0 -23
- package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts +0 -15
- package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts +0 -18
- package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +0 -27
- package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +0 -1
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +0 -22
- package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +0 -1
- package/lib/typescript/src/components/Subscription/components/index.d.ts +0 -3
- package/lib/typescript/src/components/Subscription/components/index.d.ts.map +0 -1
- package/lib/typescript/src/hooks/Images/useImageValidation.d.ts.map +0 -1
- package/lib/typescript/src/hooks/useThemeColors.d.ts +0 -27
- package/lib/typescript/src/hooks/useThemeColors.d.ts.map +0 -1
- package/lib/typescript/src/store/themeStore.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/index.d.ts +0 -2
- package/lib/typescript/src/theme/hook/index.d.ts.map +0 -1
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts +0 -7
- package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +0 -1
- package/lib/typescript/src/theme/utils/validateColor.d.ts +0 -21
- package/lib/typescript/src/theme/utils/validateColor.d.ts.map +0 -1
- package/lib/typescript/src/types/hook/usePaginatedSetion.d.ts.map +0 -1
- package/lib/typescript/src/utils/PlatformSelector.d.ts +0 -22
- package/lib/typescript/src/utils/PlatformSelector.d.ts.map +0 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2
|
+
<mask id="mask0_105_3024" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20">
|
|
3
|
+
<rect width="20" height="20" fill="url(#pattern0_105_3024)"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_105_3024)">
|
|
6
|
+
<rect width="20" height="21.4706" fill="currentColor"/>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<pattern id="pattern0_105_3024" patternContentUnits="objectBoundingBox" width="1" height="1">
|
|
10
|
+
<use xlink:href="#image0_105_3024" transform="scale(0.00195312)"/>
|
|
11
|
+
</pattern>
|
|
12
|
+
<image id="image0_105_3024" width="512" height="512" preserveAspectRatio="none" xlink:href="data:image/png;base64,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"/>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="19" height="21" viewBox="0 0 19 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.8502 6.99807C14.8502 5.52876 14.2665 4.11962 13.2275 3.08066C12.1886 2.04169 10.7794 1.45801 9.3101 1.45801C7.84078 1.45801 6.43164 2.04169 5.39268 3.08066C4.35372 4.11962 3.77003 5.52876 3.77003 6.99807C3.77003 13.4615 1 15.3082 1 15.3082H17.6202C17.6202 15.3082 14.8502 13.4615 14.8502 6.99807Z" stroke="currentColor" stroke-width="1.84669" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M10.9074 19.002C10.7451 19.2818 10.5121 19.5141 10.2317 19.6756C9.9514 19.837 9.63355 19.922 9.31003 19.922C8.98651 19.922 8.66867 19.837 8.38833 19.6756C8.10798 19.5141 7.87498 19.2818 7.71265 19.002" stroke="currentColor" stroke-width="1.84669" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<svg width="256" height="121" viewBox="0 0 256 121" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect x="47.0493" y="4.27441" width="52.5198" height="3.66417" rx="1.83209" fill="#D9D9D9"/>
|
|
3
|
+
<rect x="0.63623" y="32.3667" width="41.5273" height="3.66417" rx="1.83209" fill="#D9D9D9"/>
|
|
4
|
+
<rect x="50.7134" y="32.3667" width="26.8706" height="3.66417" rx="1.83209" fill="#D9D9D9"/>
|
|
5
|
+
<rect x="60.4841" y="20.1523" width="23.2064" height="2.44278" rx="1.22139" fill="#D9D9D9"/>
|
|
6
|
+
<rect width="40.3059" height="3.66417" rx="1.83209" transform="matrix(-1 0 0 1 231.479 28.7026)" fill="#D9D9D9"/>
|
|
7
|
+
<rect width="25.6492" height="3.66417" rx="1.83209" transform="matrix(-1 0 0 1 255.907 55.5728)" fill="#D9D9D9"/>
|
|
8
|
+
<rect width="26.8706" height="3.66417" rx="1.83209" transform="matrix(-1 0 0 1 218.044 55.5728)" fill="#D9D9D9"/>
|
|
9
|
+
<rect width="23.2064" height="2.44278" rx="1.22139" transform="matrix(-1 0 0 1 218.044 43.3594)" fill="#D9D9D9"/>
|
|
10
|
+
<path d="M106.585 76.6078L100.883 82.5228" stroke="#BEC6CE" stroke-width="2.44278"/>
|
|
11
|
+
<path d="M178.349 44.5804C178.349 67.8288 159.233 86.7184 135.6 86.7184C111.967 86.7184 92.8514 67.8288 92.8514 44.5804C92.8514 21.332 111.967 2.44244 135.6 2.44244C159.233 2.44244 178.349 21.332 178.349 44.5804Z" stroke="#D7DDE1" stroke-width="3.66417"/>
|
|
12
|
+
<mask id="path-11-inside-1_1282_1114" fill="white">
|
|
13
|
+
<path d="M106.691 88.2464C107.158 87.7597 107.142 86.9866 106.655 86.5195L96.6188 76.8858C96.1321 76.4187 95.359 76.4345 94.8918 76.9212L69.4761 103.4C66.3488 106.658 66.4548 111.835 69.713 114.962C72.9712 118.09 78.1477 117.984 81.2751 114.725L106.691 88.2464Z"/>
|
|
14
|
+
</mask>
|
|
15
|
+
<path d="M106.691 88.2464C107.158 87.7597 107.142 86.9866 106.655 86.5195L96.6188 76.8858C96.1321 76.4187 95.359 76.4345 94.8918 76.9212L69.4761 103.4C66.3488 106.658 66.4548 111.835 69.713 114.962C72.9712 118.09 78.1477 117.984 81.2751 114.725L106.691 88.2464Z" stroke="#BEC6CE" stroke-width="5.96039" mask="url(#path-11-inside-1_1282_1114)"/>
|
|
16
|
+
<circle cx="135.6" cy="44.5807" r="44.5807" fill="url(#paint0_linear_1282_1114)"/>
|
|
17
|
+
<path d="M157.425 41.4344C167.69 40.7023 178.723 49.8299 156.496 61.3467L126.504 72.9998C117.311 75.4584 94.5631 74.2809 112.357 57.4788" stroke="white" stroke-width="4.87772"/>
|
|
18
|
+
<path d="M112.658 49.3461C113.756 36.8226 124.798 27.5601 137.321 28.6576C149.845 29.7552 159.107 40.7972 158.01 53.3207C157.892 54.6679 157.738 56.3187 157.496 57.9122C157.322 59.0598 157.114 60.084 156.876 60.9006L126.077 72.7019C116.85 67.2039 111.86 58.4532 112.658 49.3461Z" stroke="white" stroke-width="4.87772"/>
|
|
19
|
+
<rect x="132.958" y="41.2241" width="4.95367" height="8.72921" rx="2.47683" transform="rotate(-34.3973 132.958 41.2241)" fill="white"/>
|
|
20
|
+
<rect x="122.35" y="50.0825" width="4.95367" height="8.72921" rx="2.47683" transform="rotate(-34.0931 122.35 50.0825)" fill="white"/>
|
|
21
|
+
<path d="M96.1069 65.2781C103.563 79.4765 118.452 89.1607 135.602 89.1607C151.301 89.1607 165.105 81.0454 173.048 68.7809C164.793 63.686 156.532 64.3228 153.434 65.2781C140.442 69.8636 134.01 69.0993 129.551 68.144C119.68 65.915 108.535 58.591 96.1069 65.2781Z" fill="#4767BC" fill-opacity="0.98"/>
|
|
22
|
+
<defs>
|
|
23
|
+
<linearGradient id="paint0_linear_1282_1114" x1="180.092" y1="45.0152" x2="91.0193" y2="45.0152" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#06327E"/>
|
|
25
|
+
<stop offset="1" stop-color="#0455D2"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
</defs>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.7259 12.9973V16.3774C18.7259 16.8256 18.5469 17.2555 18.2284 17.5724C17.9098 17.8894 17.4778 18.0674 17.0273 18.0674H5.13686C4.68636 18.0674 4.2543 17.8894 3.93575 17.5724C3.61719 17.2555 3.43823 16.8256 3.43823 16.3774V12.9973M6.83549 8.77227L11.0821 12.9973M11.0821 12.9973L15.3286 8.77227M11.0821 12.9973V2.85718" stroke="currentColor" stroke-width="1.69003" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_105_2703)">
|
|
3
|
+
<path d="M13.7977 4.88525C13.1547 4.73475 12.4965 4.65952 11.8362 4.66107C5.29772 4.66107 1.56147 12.1336 1.56147 12.1336C2.12847 13.1943 2.80466 14.1929 3.57905 15.1132M9.85595 14.1138C10.1125 14.3891 10.4218 14.6099 10.7656 14.7631C11.1093 14.9162 11.4804 14.9986 11.8566 15.0052C12.2329 15.0119 12.6066 14.9426 12.9555 14.8017C13.3044 14.6608 13.6214 14.451 13.8875 14.1849C14.1536 13.9188 14.3634 13.6019 14.5043 13.2529C14.6452 12.904 14.7144 12.5303 14.7078 12.154C14.7012 11.7778 14.6188 11.4067 14.4657 11.063C14.3125 10.7193 14.0917 10.4099 13.8164 10.1534M22.1108 1.85889L1.56147 22.4083M6.28783 17.6819C7.88452 18.899 9.82876 19.5732 11.8362 19.6061C18.3746 19.6061 22.1108 12.1336 22.1108 12.1336C20.949 9.96832 19.3375 8.07657 17.3845 6.58524L6.28783 17.6819Z" stroke="white" stroke-width="1.86812" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_105_2703">
|
|
7
|
+
<rect width="22.4175" height="22.4175" fill="white" transform="matrix(-1 0 0 1 23.0449 0.924805)"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="23" height="21" viewBox="0 0 23 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.8174 3.04263C19.3223 2.54738 18.7346 2.15451 18.0877 1.88647C17.4408 1.61843 16.7474 1.48047 16.0472 1.48047C15.347 1.48047 14.6536 1.61843 14.0067 1.88647C13.3598 2.15451 12.7721 2.54738 12.2771 3.04263L11.2497 4.06997L10.2224 3.04263C9.2225 2.04273 7.86634 1.48099 6.45226 1.48099C5.03819 1.48099 3.68203 2.04273 2.68213 3.04263C1.68222 4.04253 1.12048 5.39869 1.12048 6.81277C1.12048 8.22684 1.68222 9.583 2.68213 10.5829L3.70946 11.6102L11.2497 19.1505L18.79 11.6102L19.8174 10.5829C20.3126 10.0879 20.7055 9.50014 20.9735 8.85325C21.2416 8.20636 21.3795 7.51299 21.3795 6.81277C21.3795 6.11254 21.2416 5.41918 20.9735 4.77228C20.7055 4.12539 20.3126 3.53765 19.8174 3.04263Z" stroke="currentColor" stroke-width="1.93837" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.2169 20.607C16.5168 20.607 20.8133 16.3105 20.8133 11.0106C20.8133 5.71063 16.5168 1.41418 11.2169 1.41418C5.91693 1.41418 1.62048 5.71063 1.62048 11.0106C1.62048 16.3105 5.91693 20.607 11.2169 20.607Z" fill="#A1A1A1" stroke="#A1A1A1" stroke-width="1.91928" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M14.5666 7.98016L12.8453 13.144L7.6814 14.8653L9.40269 9.70145L14.5666 7.98016Z" fill="#1C1C1C" stroke="#1C1C1C" stroke-width="1.01015" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.975334 7.04767C0.492251 7.47674 0.21582 8.092 0.21582 8.73812V16.0407C0.21582 17.2894 1.22809 18.3016 2.4768 18.3016H16.1347C17.3834 18.3016 18.3957 17.2894 18.3957 16.0407V8.73812C18.3957 8.092 18.1193 7.47674 17.6362 7.04767L10.8072 0.982149C9.95079 0.221445 8.66076 0.221445 7.8043 0.982149L0.975334 7.04767ZM9.30516 10.9532C7.73634 10.9532 6.46455 12.225 6.46455 13.7938V18.3014H12.1458V13.7938C12.1458 12.225 10.874 10.9532 9.30516 10.9532Z"
|
|
3
|
+
fill="currentColor"
|
|
4
|
+
/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="27" height="27" viewBox="0 0 27 27" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.30664 13.2996H18.7378M3.30664 6.68628H23.1467M3.30664 19.913H23.1467" stroke="currentColor"
|
|
3
|
+
stroke-width="2.20445" stroke-linecap="round" stroke-linejoin="round" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="11" cy="11" r="11" fill="url(#paint0_linear_1151_1061)"/>
|
|
3
|
+
<path d="M16.3853 10.2239C18.9181 10.0433 21.6404 12.2955 16.156 15.1372L8.75576 18.0125C6.48742 18.6192 0.874492 18.3286 5.265 14.1828" stroke="white" stroke-width="1.20355"/>
|
|
4
|
+
<path d="M5.3393 12.1758C5.61011 9.08574 8.33466 6.80026 11.4248 7.07108C14.5148 7.34189 16.8003 10.0664 16.5295 13.1565C16.5004 13.4889 16.4625 13.8963 16.4027 14.2895C16.3597 14.5726 16.3085 14.8253 16.2497 15.0268L8.65038 17.9387C6.37364 16.5821 5.14236 14.4229 5.3393 12.1758Z" stroke="white" stroke-width="1.20355"/>
|
|
5
|
+
<rect x="10.3479" y="10.1719" width="1.22228" height="2.15387" rx="0.611142" transform="rotate(-34.3973 10.3479 10.1719)" fill="white"/>
|
|
6
|
+
<rect x="7.73047" y="12.3577" width="1.22228" height="2.15387" rx="0.611142" transform="rotate(-34.0931 7.73047 12.3577)" fill="white"/>
|
|
7
|
+
<path d="M1.25537 16.1071C3.09517 19.6104 6.76875 21.9999 11.0004 21.9999C14.8742 21.9999 18.2803 19.9975 20.2401 16.9714C18.2032 15.7142 16.165 15.8714 15.4004 16.1071C12.1947 17.2385 10.6076 17.0499 9.50758 16.8142C7.07186 16.2642 4.32186 14.4571 1.25537 16.1071Z" fill="#4767BC" fill-opacity="0.98"/>
|
|
8
|
+
<defs>
|
|
9
|
+
<linearGradient id="paint0_linear_1151_1061" x1="21.9781" y1="11.1072" x2="-1.42046e-07" y2="11.1072" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<stop stop-color="#06327E"/>
|
|
11
|
+
<stop offset="1" stop-color="#0455D2"/>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
</defs>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="11.4264" cy="10.9025" r="10.9025" fill="#4E4E4E" />
|
|
3
|
+
<path d="M7.91333 5.99634L16.3931 10.9025L7.91333 15.8086V5.99634Z" fill="white" stroke="white"
|
|
4
|
+
stroke-width="1.09025" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="9.5057" cy="4.74252" r="4.29232" fill="currentColor"/>
|
|
3
|
+
<path d="M0.166016 15.6515C0.166016 13.11 2.22626 11.0498 4.7677 11.0498L13.735 11.0498C16.2764 11.0498 18.3366 13.1101 18.3366 15.6515V18.6209H0.166016V15.6515Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M21.0612 20.642L16.7992 16.38M19.1016 10.8444C19.1016 15.1732 15.5924 18.6825 11.2636 18.6825C6.93475 18.6825 3.42554 15.1732 3.42554 10.8444C3.42554 6.51556 6.93475 3.00635 11.2636 3.00635C15.5924 3.00635 19.1016 6.51556 19.1016 10.8444Z"
|
|
4
|
+
stroke="currentColor" stroke-width="1.95951" stroke-linecap="round" stroke-linejoin="round" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="21" height="23" viewBox="0 0 21 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.2062 17.5744C13.6671 17.5744 17.2834 13.9581 17.2834 9.49716C17.2834 5.03622 13.6671 1.41992 9.2062 1.41992C4.74527 1.41992 1.12897 5.03622 1.12897 9.49716C1.12897 13.9581 4.74527 17.5744 9.2062 17.5744Z" fill="currentColor" stroke="currentColor" stroke-width="2.01931" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M19.9773 21.2783L16.2752 17.5762" stroke="currentColor" stroke-width="2.01931" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
<svg width="287" height="141" viewBox="0 0 287 141" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1303_1160)">
|
|
3
|
+
<path d="M171.643 131.994H129.843C124.045 131.994 119.177 127.247 119.275 121.449C119.373 115.815 123.983 111.264 129.636 111.264H152.974C159.034 111.264 164.136 106.49 164.281 100.43C164.429 94.1864 159.393 89.0607 153.185 89.0607H108.027C107.1 88.2475 107.663 87.2153 108.469 87.2153H152.954C160.199 87.2153 166.255 93.1425 166.13 100.387C166.009 107.425 160.25 113.11 153.185 113.11H129.82C125.187 113.11 121.265 116.738 121.125 121.367C120.98 126.18 124.854 130.141 129.636 130.141H171.588C172.088 130.141 172.538 130.516 172.562 131.016C172.593 131.552 172.167 131.994 171.643 131.994Z" fill="#1C2B6B"/>
|
|
4
|
+
<path d="M174.184 135.579H178.896V126.157H174.184C171.584 126.157 169.473 128.264 169.473 130.868C169.473 133.468 171.584 135.579 174.184 135.579Z" fill="url(#paint0_linear_1303_1160)"/>
|
|
5
|
+
<path d="M183.556 129.593H181.366C180.873 129.593 180.475 129.195 180.475 128.702C180.475 128.209 180.873 127.811 181.366 127.811H183.556C184.048 127.811 184.447 128.209 184.447 128.702C184.447 129.195 184.048 129.593 183.556 129.593Z" fill="#192B59"/>
|
|
6
|
+
<path d="M183.556 133.925H181.366C180.873 133.925 180.475 133.527 180.475 133.034C180.475 132.541 180.873 132.143 181.366 132.143H183.556C184.048 132.143 184.447 132.541 184.447 133.034C184.447 133.523 184.048 133.925 183.556 133.925Z" fill="#192B59"/>
|
|
7
|
+
<path d="M179.431 136.494C178.516 136.494 177.777 135.751 177.777 134.84V126.896C177.777 125.981 178.52 125.242 179.431 125.242C180.346 125.242 181.085 125.985 181.085 126.896V134.84C181.085 135.755 180.346 136.494 179.431 136.494Z" fill="url(#paint1_linear_1303_1160)"/>
|
|
8
|
+
<path d="M104.856 29.8628H6.94375C3.10827 29.8628 0 26.7546 0 22.923V6.94375C0 3.10827 3.10827 0 6.94375 0H104.856C108.692 0 111.8 3.10827 111.8 6.94375V22.923C111.8 26.7546 108.692 29.8628 104.856 29.8628Z" fill="url(#paint2_linear_1303_1160)"/>
|
|
9
|
+
<path d="M64.3273 29.8632H9.9541V27.1224C9.9541 25.1011 11.5923 23.459 13.6176 23.459H60.6677C62.6891 23.459 64.3312 25.0972 64.3312 27.1224V29.8632H64.3273Z" fill="url(#paint3_linear_1303_1160)"/>
|
|
10
|
+
<path d="M12.1441 13.876C13.3511 13.876 14.3296 12.8975 14.3296 11.6904C14.3296 10.4834 13.3511 9.50488 12.1441 9.50488C10.937 9.50488 9.9585 10.4834 9.9585 11.6904C9.9585 12.8975 10.937 13.876 12.1441 13.876Z" fill="#20D357"/>
|
|
11
|
+
<path d="M18.6187 13.876C19.8257 13.876 20.8042 12.8975 20.8042 11.6904C20.8042 10.4834 19.8257 9.50488 18.6187 9.50488C17.4116 9.50488 16.4331 10.4834 16.4331 11.6904C16.4331 12.8975 17.4116 13.876 18.6187 13.876Z" fill="#FFAC00"/>
|
|
12
|
+
<path d="M25.0928 13.876C26.2998 13.876 27.2783 12.8975 27.2783 11.6904C27.2783 10.4834 26.2998 9.50488 25.0928 9.50488C23.8857 9.50488 22.9072 10.4834 22.9072 11.6904C22.9072 12.8975 23.8857 13.876 25.0928 13.876Z" fill="#E64D4E"/>
|
|
13
|
+
<path d="M106.718 12.472C107.15 9.81195 105.343 7.30559 102.683 6.87388C100.023 6.44217 97.5166 8.24859 97.0849 10.9086C96.6532 13.5687 98.4596 16.0751 101.12 16.5068C103.78 16.9385 106.286 15.1321 106.718 12.472Z" fill="#FFAC00"/>
|
|
14
|
+
<path d="M93.8268 13.45H73.6211C73.0268 13.45 72.5381 12.9651 72.5381 12.3669V11.0103C72.5381 10.416 73.0229 9.92725 73.6211 9.92725H93.8268C94.4211 9.92725 94.9098 10.4121 94.9098 11.0103V12.3669C94.9059 12.9651 94.4211 13.45 93.8268 13.45Z" fill="#FFAC00"/>
|
|
15
|
+
<path d="M101.842 29.8633H9.9541V35.1102H101.842V29.8633Z" fill="#1C2B6B"/>
|
|
16
|
+
<path d="M104.856 64.9727H6.94375C3.10827 64.9727 0 61.8644 0 58.0328V42.0536C0 38.2181 3.10827 35.1099 6.94375 35.1099H104.856C108.692 35.1099 111.8 38.2181 111.8 42.0536V58.0328C111.8 61.8644 108.692 64.9727 104.856 64.9727Z" fill="url(#paint4_linear_1303_1160)"/>
|
|
17
|
+
<path d="M64.3273 64.973H9.9541V62.2323C9.9541 60.2109 11.5923 58.5688 13.6176 58.5688H60.6677C62.6891 58.5688 64.3312 60.207 64.3312 62.2323V64.973H64.3273Z" fill="url(#paint5_linear_1303_1160)"/>
|
|
18
|
+
<path d="M14.3296 46.7998C14.3296 48.0079 13.3522 48.9854 12.1441 48.9854C10.9359 48.9854 9.9585 48.0079 9.9585 46.7998C9.9585 45.5917 10.9359 44.6143 12.1441 44.6143C13.3522 44.6143 14.3296 45.5917 14.3296 46.7998Z" fill="#20D357"/>
|
|
19
|
+
<path d="M20.8042 46.7998C20.8042 48.0079 19.8268 48.9854 18.6187 48.9854C17.4105 48.9854 16.4331 48.0079 16.4331 46.7998C16.4331 45.5917 17.4105 44.6143 18.6187 44.6143C19.8268 44.6143 20.8042 45.5917 20.8042 46.7998Z" fill="#FFAC00"/>
|
|
20
|
+
<path d="M27.2823 46.7998C27.2823 48.0079 26.3048 48.9854 25.0967 48.9854C23.8886 48.9854 22.9111 48.0079 22.9111 46.7998C22.9111 45.5917 23.8886 44.6143 25.0967 44.6143C26.3009 44.6143 27.2823 45.5917 27.2823 46.7998Z" fill="#E64D4E"/>
|
|
21
|
+
<path d="M103.77 51.3075C106.26 50.2762 107.442 47.4218 106.411 44.9321C105.38 42.4423 102.525 41.26 100.035 42.2913C97.5457 43.3227 96.3634 46.177 97.3947 48.6668C98.426 51.1565 101.28 52.3388 103.77 51.3075Z" fill="#FFAC00"/>
|
|
22
|
+
<path d="M93.8268 48.5593H73.6211C73.0268 48.5593 72.5381 48.0745 72.5381 47.4763V46.1196C72.5381 45.5253 73.0229 45.0366 73.6211 45.0366H93.8268C94.4211 45.0366 94.9098 45.5214 94.9098 46.1196V47.4763C94.9059 48.0745 94.4211 48.5593 93.8268 48.5593Z" fill="#FFAC00"/>
|
|
23
|
+
<path d="M101.842 64.9727H9.9541V70.2196H101.842V64.9727Z" fill="#1C2B6B"/>
|
|
24
|
+
<path d="M104.856 100.083H6.94375C3.10827 100.083 0 96.9743 0 93.1427V77.1635C0 73.328 3.10827 70.2197 6.94375 70.2197H104.856C108.692 70.2197 111.8 73.328 111.8 77.1635V93.1427C111.8 96.9743 108.692 100.083 104.856 100.083Z" fill="url(#paint6_linear_1303_1160)"/>
|
|
25
|
+
<path d="M64.3273 100.082H9.9541V97.3417C9.9541 95.3203 11.5923 93.6782 13.6176 93.6782H60.6677C62.6891 93.6782 64.3312 95.3164 64.3312 97.3417V100.082H64.3273Z" fill="url(#paint7_linear_1303_1160)"/>
|
|
26
|
+
<path d="M12.1441 84.0957C13.3511 84.0957 14.3296 83.1172 14.3296 81.9102C14.3296 80.7031 13.3511 79.7246 12.1441 79.7246C10.937 79.7246 9.9585 80.7031 9.9585 81.9102C9.9585 83.1172 10.937 84.0957 12.1441 84.0957Z" fill="#20D357"/>
|
|
27
|
+
<path d="M18.6187 84.0957C19.8257 84.0957 20.8042 83.1172 20.8042 81.9102C20.8042 80.7031 19.8257 79.7246 18.6187 79.7246C17.4116 79.7246 16.4331 80.7031 16.4331 81.9102C16.4331 83.1172 17.4116 84.0957 18.6187 84.0957Z" fill="#FFAC00"/>
|
|
28
|
+
<path d="M25.0928 84.0957C26.2998 84.0957 27.2783 83.1172 27.2783 81.9102C27.2783 80.7031 26.2998 79.7246 25.0928 79.7246C23.8857 79.7246 22.9072 80.7031 22.9072 81.9102C22.9072 83.1172 23.8857 84.0957 25.0928 84.0957Z" fill="#E64D4E"/>
|
|
29
|
+
<path d="M101.9 86.7891C104.595 86.7891 106.78 84.6045 106.78 81.9097C106.78 79.2149 104.595 77.0303 101.9 77.0303C99.2056 77.0303 97.021 79.2149 97.021 81.9097C97.021 84.6045 99.2056 86.7891 101.9 86.7891Z" fill="#FFAC00"/>
|
|
30
|
+
<path d="M93.8268 83.6692H73.6211C73.0268 83.6692 72.5381 83.1844 72.5381 82.5862V81.2295C72.5381 80.6352 73.0229 80.1465 73.6211 80.1465H93.8268C94.4211 80.1465 94.9098 80.6313 94.9098 81.2295V82.5862C94.9059 83.1844 94.4211 83.6692 93.8268 83.6692Z" fill="#FFAC00"/>
|
|
31
|
+
<path d="M101.842 100.083H9.9541V105.33H101.842V100.083Z" fill="#1C2B6B"/>
|
|
32
|
+
<path d="M104.856 135.192H6.94375C3.10827 135.192 0 132.084 0 128.252V112.273C0 108.437 3.10827 105.329 6.94375 105.329H104.856C108.692 105.329 111.8 108.437 111.8 112.273V128.252C111.8 132.084 108.692 135.192 104.856 135.192Z" fill="url(#paint8_linear_1303_1160)"/>
|
|
33
|
+
<path d="M64.3273 135.192H9.9541V132.452C9.9541 130.43 11.5923 128.788 13.6176 128.788H60.6677C62.6891 128.788 64.3312 130.426 64.3312 132.452V135.192H64.3273Z" fill="url(#paint9_linear_1303_1160)"/>
|
|
34
|
+
<path d="M14.3296 117.02C14.3296 118.228 13.3522 119.205 12.1441 119.205C10.9359 119.205 9.9585 118.228 9.9585 117.02C9.9585 115.811 10.9359 114.834 12.1441 114.834C13.3522 114.834 14.3296 115.811 14.3296 117.02Z" fill="#20D357"/>
|
|
35
|
+
<path d="M20.8042 117.02C20.8042 118.228 19.8268 119.205 18.6187 119.205C17.4105 119.205 16.4331 118.228 16.4331 117.02C16.4331 115.811 17.4105 114.834 18.6187 114.834C19.8268 114.834 20.8042 115.811 20.8042 117.02Z" fill="#FFAC00"/>
|
|
36
|
+
<path d="M27.2823 117.02C27.2823 118.228 26.3048 119.205 25.0967 119.205C23.8886 119.205 22.9111 118.228 22.9111 117.02C22.9111 115.811 23.8886 114.834 25.0967 114.834C26.3009 114.834 27.2823 115.811 27.2823 117.02Z" fill="#E64D4E"/>
|
|
37
|
+
<path d="M103.772 121.528C106.261 120.497 107.444 117.643 106.412 115.153C105.381 112.663 102.527 111.481 100.037 112.512C97.5471 113.543 96.3648 116.398 97.3961 118.887C98.4275 121.377 101.282 122.559 103.772 121.528Z" fill="#FFAC00"/>
|
|
38
|
+
<path d="M93.8268 118.779H73.6211C73.0268 118.779 72.5381 118.294 72.5381 117.696V116.339C72.5381 115.745 73.0229 115.256 73.6211 115.256H93.8268C94.4211 115.256 94.9098 115.741 94.9098 116.339V117.696C94.9059 118.294 94.4211 118.779 93.8268 118.779Z" fill="#FFAC00"/>
|
|
39
|
+
<path d="M101.842 135.192H9.9541V140.439H101.842V135.192Z" fill="#1C2B6B"/>
|
|
40
|
+
<path d="M174.051 84.8107H160.226C157.872 84.8107 155.96 82.9027 155.96 80.5451V66.7201C155.96 64.3665 157.868 62.4546 160.226 62.4546H174.051C176.405 62.4546 178.317 64.3626 178.317 66.7201V80.5451C178.317 82.9027 176.409 84.8107 174.051 84.8107Z" fill="url(#paint10_linear_1303_1160)"/>
|
|
41
|
+
<path d="M172.937 79.4344C176.14 76.2311 176.14 71.0375 172.937 67.8341C169.733 64.6308 164.54 64.6308 161.336 67.8342C158.133 71.0375 158.133 76.2311 161.336 79.4344C164.54 82.6377 169.733 82.6377 172.937 79.4344Z" fill="#1C2B6B"/>
|
|
42
|
+
<path d="M165.931 73.6322C165.931 74.4415 165.274 75.0983 164.465 75.0983C163.655 75.0983 162.999 74.4415 162.999 73.6322C162.999 72.8229 163.655 72.166 164.465 72.166C165.274 72.166 165.931 72.8229 165.931 73.6322Z" fill="#0B1228"/>
|
|
43
|
+
<path d="M171.283 73.6322C171.283 74.4415 170.627 75.0983 169.817 75.0983C169.008 75.0983 168.351 74.4415 168.351 73.6322C168.351 72.8229 169.008 72.166 169.817 72.166C170.627 72.166 171.283 72.8229 171.283 73.6322Z" fill="#0B1228"/>
|
|
44
|
+
<path d="M259.398 131.678H247.277C244.619 131.678 242.46 129.523 242.46 126.861C242.46 124.198 244.615 122.044 247.277 122.044H259.398C269.192 122.044 277.16 114.076 277.16 104.282V77.6484C277.16 74.9897 279.314 72.8315 281.977 72.8315C284.635 72.8315 286.793 74.9858 286.793 77.6484V104.282C286.789 119.389 274.505 131.678 259.398 131.678Z" fill="url(#paint11_linear_1303_1160)"/>
|
|
45
|
+
<path d="M208.133 137.034H256.18V136.658C256.18 127.658 248.814 120.292 239.814 120.292H224.499C215.499 120.292 208.133 127.658 208.133 136.658V137.034Z" fill="url(#paint12_radial_1303_1160)"/>
|
|
46
|
+
<path d="M213.677 137.034H247.011V120.218C247.011 111.049 239.513 103.55 230.344 103.55C221.176 103.55 213.677 111.049 213.677 120.218V137.034Z" fill="url(#paint13_linear_1303_1160)"/>
|
|
47
|
+
<path d="M260.872 48.8486C262.948 48.8486 264.629 50.5298 264.629 52.6059V84.7638H241.862V67.8619C241.862 57.3602 250.374 48.8486 260.872 48.8486Z" fill="#F2DAD4"/>
|
|
48
|
+
<path d="M205.853 48.8486C203.781 48.8486 202.096 50.5298 202.096 52.6059V84.7638H224.863V67.8619C224.867 57.3602 216.355 48.8486 205.853 48.8486Z" fill="#E64D4E"/>
|
|
49
|
+
<path d="M216.167 73.6325H210.486C209.974 73.6325 209.556 73.2181 209.556 72.702V58.5995C209.556 58.0873 209.97 57.6689 210.486 57.6689C214.134 57.6689 217.094 60.6286 217.094 64.2765V72.6981C217.098 73.2181 216.679 73.6325 216.167 73.6325Z" fill="url(#paint14_linear_1303_1160)"/>
|
|
50
|
+
<path d="M260.872 48.8486C262.948 48.8486 264.629 50.5298 264.629 52.6059V84.7638H241.862V67.8619C241.862 57.3602 250.374 48.8486 260.872 48.8486Z" fill="#E64D4E"/>
|
|
51
|
+
<path d="M250.557 73.6325H256.238C256.751 73.6325 257.169 73.2181 257.169 72.702V58.5995C257.169 58.0873 256.754 57.6689 256.238 57.6689C252.591 57.6689 249.631 60.6286 249.631 64.2765V72.6981C249.631 73.2181 250.045 73.6325 250.557 73.6325Z" fill="url(#paint15_linear_1303_1160)"/>
|
|
52
|
+
<path d="M225.367 109.779H241.358C254.21 109.779 264.629 99.3592 264.629 86.5078C264.629 73.6564 254.21 63.2368 241.358 63.2368H225.367C212.516 63.2368 202.096 73.6564 202.096 86.5078C202.096 99.3592 212.516 109.779 225.367 109.779Z" fill="#E64D4E"/>
|
|
53
|
+
<path d="M226.513 109.779H239.872C244.025 109.779 247.395 106.412 247.395 102.256C247.395 98.1041 244.028 94.7339 239.872 94.7339H226.513C222.36 94.7339 218.99 98.1002 218.99 102.256C218.99 106.408 222.357 109.779 226.513 109.779Z" fill="#E28D91"/>
|
|
54
|
+
<path d="M228.284 102.518C228.831 101.822 229.84 101.697 230.536 102.245C230.985 102.597 231.521 102.827 232.119 102.956V100.798C231.76 100.606 231.439 100.317 231.212 99.9223L230.118 98.026C229.242 96.5051 230.336 94.605 232.092 94.605H234.281C236.037 94.605 237.136 96.5051 236.256 98.026L235.161 99.9223C234.934 100.317 234.614 100.606 234.254 100.798V102.984C234.868 102.866 235.415 102.647 235.877 102.307C236.592 101.779 237.597 101.932 238.121 102.647C238.649 103.363 238.496 104.364 237.781 104.892C236.518 105.822 234.989 106.295 233.245 106.295C231.447 106.295 229.824 105.767 228.55 104.766C227.862 104.227 227.736 103.218 228.284 102.518Z" fill="#192B59"/>
|
|
55
|
+
<path d="M224.44 137.033H235.681C235.681 133.929 233.163 131.411 230.059 131.411C226.954 131.411 224.44 133.929 224.44 137.033Z" fill="#192B59"/>
|
|
56
|
+
<path d="M210.173 137.033H221.414C221.414 133.929 218.896 131.411 215.792 131.411C212.687 131.411 210.173 133.929 210.173 137.033Z" fill="#192B59"/>
|
|
57
|
+
<path d="M246.851 93.0802C248.976 93.0802 250.698 91.3577 250.698 89.233C250.698 87.1082 248.976 85.3857 246.851 85.3857C244.726 85.3857 243.004 87.1082 243.004 89.233C243.004 91.3577 244.726 93.0802 246.851 93.0802Z" fill="#192B59"/>
|
|
58
|
+
<path d="M219.53 93.0802C221.655 93.0802 223.377 91.3577 223.377 89.233C223.377 87.1082 221.655 85.3857 219.53 85.3857C217.405 85.3857 215.683 87.1082 215.683 89.233C215.683 91.3577 217.405 93.0802 219.53 93.0802Z" fill="#192B59"/>
|
|
59
|
+
</g>
|
|
60
|
+
<defs>
|
|
61
|
+
<linearGradient id="paint0_linear_1303_1160" x1="169.475" y1="130.868" x2="178.896" y2="130.868" gradientUnits="userSpaceOnUse">
|
|
62
|
+
<stop stop-color="#4E9CFF"/>
|
|
63
|
+
<stop offset="0.193" stop-color="#4190F5"/>
|
|
64
|
+
<stop offset="0.7095" stop-color="#2274DD"/>
|
|
65
|
+
<stop offset="1" stop-color="#176AD4"/>
|
|
66
|
+
</linearGradient>
|
|
67
|
+
<linearGradient id="paint1_linear_1303_1160" x1="177.776" y1="130.868" x2="183.346" y2="130.868" gradientUnits="userSpaceOnUse">
|
|
68
|
+
<stop stop-color="#4E9CFF"/>
|
|
69
|
+
<stop offset="0.193" stop-color="#4190F5"/>
|
|
70
|
+
<stop offset="0.7095" stop-color="#2274DD"/>
|
|
71
|
+
<stop offset="1" stop-color="#176AD4"/>
|
|
72
|
+
</linearGradient>
|
|
73
|
+
<linearGradient id="paint2_linear_1303_1160" x1="111.688" y1="15.0769" x2="-7.21852e-07" y2="15.0769" gradientUnits="userSpaceOnUse">
|
|
74
|
+
<stop stop-color="#06327E"/>
|
|
75
|
+
<stop offset="1" stop-color="#0455D2"/>
|
|
76
|
+
</linearGradient>
|
|
77
|
+
<linearGradient id="paint3_linear_1303_1160" x1="37.1417" y1="32.058" x2="37.1417" y2="23.2018" gradientUnits="userSpaceOnUse">
|
|
78
|
+
<stop stop-color="#E5E5E5"/>
|
|
79
|
+
<stop offset="0.4764" stop-color="#F4F4F4"/>
|
|
80
|
+
<stop offset="1" stop-color="white"/>
|
|
81
|
+
</linearGradient>
|
|
82
|
+
<linearGradient id="paint4_linear_1303_1160" x1="111.688" y1="50.1868" x2="-7.21852e-07" y2="50.1868" gradientUnits="userSpaceOnUse">
|
|
83
|
+
<stop stop-color="#06327E"/>
|
|
84
|
+
<stop offset="1" stop-color="#0455D2"/>
|
|
85
|
+
</linearGradient>
|
|
86
|
+
<linearGradient id="paint5_linear_1303_1160" x1="37.1417" y1="67.168" x2="37.1417" y2="58.3118" gradientUnits="userSpaceOnUse">
|
|
87
|
+
<stop stop-color="#E5E5E5"/>
|
|
88
|
+
<stop offset="0.4764" stop-color="#F4F4F4"/>
|
|
89
|
+
<stop offset="1" stop-color="white"/>
|
|
90
|
+
</linearGradient>
|
|
91
|
+
<linearGradient id="paint6_linear_1303_1160" x1="111.688" y1="85.2967" x2="-7.21852e-07" y2="85.2966" gradientUnits="userSpaceOnUse">
|
|
92
|
+
<stop stop-color="#06327E"/>
|
|
93
|
+
<stop offset="1" stop-color="#0455D2"/>
|
|
94
|
+
</linearGradient>
|
|
95
|
+
<linearGradient id="paint7_linear_1303_1160" x1="37.1417" y1="102.277" x2="37.1417" y2="93.4214" gradientUnits="userSpaceOnUse">
|
|
96
|
+
<stop stop-color="#E5E5E5"/>
|
|
97
|
+
<stop offset="0.4764" stop-color="#F4F4F4"/>
|
|
98
|
+
<stop offset="1" stop-color="white"/>
|
|
99
|
+
</linearGradient>
|
|
100
|
+
<linearGradient id="paint8_linear_1303_1160" x1="111.688" y1="120.406" x2="-7.21852e-07" y2="120.406" gradientUnits="userSpaceOnUse">
|
|
101
|
+
<stop stop-color="#06327E"/>
|
|
102
|
+
<stop offset="1" stop-color="#0455D2"/>
|
|
103
|
+
</linearGradient>
|
|
104
|
+
<linearGradient id="paint9_linear_1303_1160" x1="37.1417" y1="137.388" x2="37.1417" y2="128.531" gradientUnits="userSpaceOnUse">
|
|
105
|
+
<stop stop-color="#E5E5E5"/>
|
|
106
|
+
<stop offset="0.4764" stop-color="#F4F4F4"/>
|
|
107
|
+
<stop offset="1" stop-color="white"/>
|
|
108
|
+
</linearGradient>
|
|
109
|
+
<linearGradient id="paint10_linear_1303_1160" x1="161.246" y1="68.8774" x2="179.01" y2="83.2133" gradientUnits="userSpaceOnUse">
|
|
110
|
+
<stop stop-color="#4E9CFF"/>
|
|
111
|
+
<stop offset="0.193" stop-color="#4190F5"/>
|
|
112
|
+
<stop offset="0.7095" stop-color="#2274DD"/>
|
|
113
|
+
<stop offset="1" stop-color="#176AD4"/>
|
|
114
|
+
</linearGradient>
|
|
115
|
+
<linearGradient id="paint11_linear_1303_1160" x1="242.465" y1="102.257" x2="286.791" y2="102.257" gradientUnits="userSpaceOnUse">
|
|
116
|
+
<stop stop-color="#A50404"/>
|
|
117
|
+
<stop offset="1" stop-color="#E64D4E"/>
|
|
118
|
+
</linearGradient>
|
|
119
|
+
<radialGradient id="paint12_radial_1303_1160" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(230.026 129.064) rotate(180) scale(25.228 14.4002)">
|
|
120
|
+
<stop offset="0.2058" stop-color="#A50404"/>
|
|
121
|
+
<stop offset="1" stop-color="#E64D4E"/>
|
|
122
|
+
</radialGradient>
|
|
123
|
+
<linearGradient id="paint13_linear_1303_1160" x1="230.799" y1="91.4541" x2="230.288" y2="133.01" gradientUnits="userSpaceOnUse">
|
|
124
|
+
<stop stop-color="#A50404"/>
|
|
125
|
+
<stop offset="0.8177" stop-color="#E64D4E"/>
|
|
126
|
+
</linearGradient>
|
|
127
|
+
<linearGradient id="paint14_linear_1303_1160" x1="216.582" y1="76.9037" x2="208.602" y2="55.0424" gradientUnits="userSpaceOnUse">
|
|
128
|
+
<stop stop-color="#A50404"/>
|
|
129
|
+
<stop offset="1" stop-color="#E64D4E"/>
|
|
130
|
+
</linearGradient>
|
|
131
|
+
<linearGradient id="paint15_linear_1303_1160" x1="252.968" y1="71.2292" x2="255.154" y2="56.2542" gradientUnits="userSpaceOnUse">
|
|
132
|
+
<stop stop-color="#A50404"/>
|
|
133
|
+
<stop offset="1" stop-color="#E64D4E"/>
|
|
134
|
+
</linearGradient>
|
|
135
|
+
<clipPath id="clip0_1303_1160">
|
|
136
|
+
<rect width="286.79" height="140.439" fill="white"/>
|
|
137
|
+
</clipPath>
|
|
138
|
+
</defs>
|
|
139
|
+
</svg>
|