@ludo.ninja/components 2.0.2 → 2.0.4
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/build/api/server-assets/queries/useFetchAssetByBlockchain/index.js +2 -2
- package/build/api/server-assets/queries/useFetchAssets/index.js +1 -1
- package/build/api/server-assets/queries/useFetchDynamicAssetLikes/index.js +1 -1
- package/build/api/server-assets/queries/useFetchDynamicAssetsLikes/index.js +1 -1
- package/build/api/server-experiences/queries/useFetchMyExperienceWithLevel/index.js +3 -3
- package/build/api/server-experiences/queries/useFetchMyTasks/index.js +1 -1
- package/build/api/server-galleries/mutations/useAddChangeGalleryBanner/index.js +1 -1
- package/build/api/server-galleries/mutations/useAddCreationsToGallery/index.js +1 -1
- package/build/api/server-galleries/mutations/useDeleteGallery/index.js +1 -1
- package/build/api/server-galleries/mutations/useDeleteGalleryBanner/index.js +1 -1
- package/build/api/server-galleries/mutations/useRemoveAssetFromGallery/index.js +1 -1
- package/build/api/server-galleries/mutations/useRemoveCollectionFromGallery/index.js +1 -1
- package/build/api/server-galleries/queries/useFetchGallery/index.js +1 -1
- package/build/api/server-galleries/queries/useFetchMyFavorites/index.js +1 -1
- package/build/api/server-galleries/queries/useFetchMyGalleries/index.js +1 -1
- package/build/api/server-galleries/queries/useFetchUserFavorites/index.js +1 -1
- package/build/api/server-identities/mutations/useAddWalletElrond/index.js +1 -1
- package/build/api/server-identities/mutations/useAddWalletFlow/index.js +1 -1
- package/build/api/server-identities/mutations/useAddWalletMetamask/index.js +1 -1
- package/build/api/server-identities/mutations/useAddWalletSolana/index.js +1 -1
- package/build/api/server-identities/mutations/useAddWalletTezos/index.js +1 -1
- package/build/api/server-identities/mutations/useFollowProfile/index.js +1 -1
- package/build/api/server-identities/mutations/useInviteCode/index.js +1 -1
- package/build/api/server-identities/mutations/useRemoveWallet/index.js +1 -1
- package/build/api/server-identities/mutations/useSaveEmailOfJoiner/index.js +1 -1
- package/build/api/server-identities/mutations/useUnfollowProfile/index.js +1 -1
- package/build/api/server-identities/queries/useFetchProfile/index.js +2 -2
- package/build/api/server-medias/queries/useFetchUserPic/index.js +1 -1
- package/build/api/server-opportunities/mutations/useDislikeOpportunity.js +1 -1
- package/build/api/server-opportunities/mutations/useLikeOpportunity.js +1 -1
- package/build/api/server-opportunities/mutations/useOpenOpportunity/index.js +1 -1
- package/build/api/server-opportunities/queries/useGetOpportunities.js +1 -1
- package/build/api/server-preferences/queries/fetchSearchResultSelections/queryData.js +2 -2
- package/build/api/server-search/queries/useFetchAllCreations/index.js +1 -1
- package/build/api/server-search/queries/useFetchCollection/index.js +2 -2
- package/build/api/server-search/queries/useFetchCollections/index.js +2 -2
- package/build/api/server-search/queries/useFetchDynamicCollectionData/index.js +2 -2
- package/build/api/server-search/queries/useFetchFindAllTopEntitiesByName/index.js +1 -1
- package/build/api/server-search/queries/useFindCreations/index.js +2 -2
- package/build/api/server-search/queries/useFindUserCreations/index.js +2 -2
- package/build/api/subscriptions/SubscriberInviteNotification.js +3 -3
- package/build/components/assetPage/assetLikes/index.js +9 -9
- package/build/components/assetPage/assetNft/index.d.ts +2 -2
- package/build/components/assetPage/assetNft/index.js +5 -5
- package/build/components/assetPage/audioVideoPlayer/Duration.js +3 -3
- package/build/components/assetPage/audioVideoPlayer/index.js +5 -5
- package/build/components/assetPage/category/index.js +5 -5
- package/build/components/assetPage/description/index.js +5 -5
- package/build/components/assetPage/information/index.js +13 -13
- package/build/components/assetPage/marketPlaces/index.js +4 -4
- package/build/components/assetPage/media/AssetImage/index.js +3 -3
- package/build/components/assetPage/moreDropDown/index.js +7 -7
- package/build/components/assetPage/participants/index.js +21 -21
- package/build/components/assetPage/priceRank/index.js +7 -7
- package/build/components/assetPage/properties/index.js +5 -5
- package/build/components/assetPage/slider/index.js +5 -5
- package/build/components/assetPage/slider/slideItem.js +2 -2
- package/build/components/assetPage/tittle/index.js +10 -10
- package/build/components/assetPage/viewer3D/index.js +7 -7
- package/build/components/base/Meta/index.js +1 -1
- package/build/components/favoriteList/add/addCreationToFavoriteList/index.js +5 -5
- package/build/components/gallery/add/addCreationToGallery/index.js +7 -7
- package/build/components/headers/components/headerExperienceLabel/index.js +3 -3
- package/build/components/headers/components/headerUserPic/index.js +2 -2
- package/build/components/headers/header/index.js +5 -5
- package/build/components/headers/headerSearch/index.js +7 -7
- package/build/components/headers/headerSimple/index.js +2 -2
- package/build/components/linkTabs/index.js +2 -2
- package/build/components/linkTabs/linkTab/index.js +4 -4
- package/build/components/profile/profileSkeleton/index.js +1 -1
- package/build/components/search/SearchInputContainer.js +9 -9
- package/build/components/search/searchCloseMoreButtons/index.js +4 -4
- package/build/components/search/searchSimpleInput/index.js +7 -7
- package/build/components/search/searchSuggestions/index.js +9 -9
- package/build/components/search/searchSuggestions/searchSuggestionsCaption/index.js +3 -3
- package/build/components/search/searchSuggestions/searchSuggestionsFooter/index.js +4 -4
- package/build/components/search/searchSuggestions/searchSuggestionsItem/index.js +4 -4
- package/build/components/search/searchSuggestions/searchSuggestionsItem/searchSuggestionsItemSkeleton/index.js +3 -3
- package/build/components/search/searchSuggestions/searchSuggestionsNotFound/index.js +3 -3
- package/build/components/searchFiltersConnector/filters/applyResetBtns/index.js +3 -3
- package/build/components/searchFiltersConnector/filters/galleriesFiltersForm/index.js +2 -2
- package/build/components/searchFiltersConnector/filters/index.js +8 -8
- package/build/components/searchFiltersConnector/filters/setsFiltersForm/index.js +2 -2
- package/build/components/searchFiltersConnector/index.js +1 -1
- package/build/components/sidebar/data.js +7 -7
- package/build/components/sidebar/index.js +12 -12
- package/build/components/sidebar/sidebarFilters/index.js +2 -2
- package/build/components/sidebar/sidebarInviteCodeLabel/index.js +4 -4
- package/build/components/toTopBtn/index.js +7 -7
- package/build/dto/AssetEntity/index.js +3 -3
- package/build/dto/AssetEntity/views/AssetAudio/index.js +4 -4
- package/build/dto/AssetEntity/views/AssetImage/index.js +4 -4
- package/build/dto/AssetEntity/views/AssetObject/index.js +4 -4
- package/build/dto/AssetEntity/views/AssetOther/index.js +4 -4
- package/build/dto/AssetEntity/views/AssetScreenshot/index.js +4 -4
- package/build/dto/AssetEntity/views/AssetVideo/index.js +4 -4
- package/build/dto/AssetEntity/views/index.js +5 -5
- package/build/dto/Collection/CollectionCreationEntity/index.js +7 -7
- package/build/dto/CreationEntity/index.js +7 -7
- package/build/dto/common/ItemType/data.js +1 -1
- package/build/dto/common/ItemViews/CreationAudio/index.js +4 -4
- package/build/dto/common/ItemViews/CreationImage/index.js +4 -4
- package/build/dto/common/ItemViews/CreationObject/index.js +3 -3
- package/build/dto/common/ItemViews/CreationOther/index.js +4 -4
- package/build/dto/common/ItemViews/CreationVideo/index.js +4 -4
- package/build/dto/common/Media/Audio/index.js +1 -1
- package/build/dto/common/Media/Image/index.js +1 -1
- package/build/dto/common/Media/Object/index.js +2 -2
- package/build/dto/common/Media/Other/index.js +2 -2
- package/build/dto/common/Media/Screenshot/index.js +1 -1
- package/build/dto/common/Media/Video/index.js +1 -1
- package/build/fonts/FontsInitializeLayout.js +1 -1
- package/build/hooks/apollo/index.js +2 -2
- package/build/hooks/audio/useMultiAudio/index.js +1 -1
- package/build/hooks/favorites/useGetFavoriteGallaryCreations/index.js +4 -4
- package/build/hooks/favorites/useGetUserFevoritesCreations/index.js +4 -4
- package/build/hooks/galleries/useGetUserGalleriesCreations/index.js +4 -4
- package/build/hooks/likes/dynamic/useFindCollectionsAndLikes.js +3 -3
- package/build/hooks/likes/dynamic/useFindCreationsAndLikes.js +3 -3
- package/build/hooks/likes/dynamic/useGetCollectionInfoAndLikes.js +3 -3
- package/build/hooks/likes/dynamic/useGetCreationsAndLikes.js +3 -3
- package/build/hooks/likes/dynamic/useGetCreationsAndLikesByType.js +2 -2
- package/build/hooks/likes/dynamic/useGetMixedLikesFavoriteList.js +1 -1
- package/build/hooks/likes/dynamic/useGetTableLikes.js +3 -3
- package/build/hooks/likes/index.js +8 -8
- package/build/hooks/likes/useGetLikesAsset.js +1 -1
- package/build/modules/gallery/api/useGetAssetsAndCollectionForFavorite.js +6 -6
- package/build/modules/gallery/api/useGetFavoriteGallery.js +2 -2
- package/build/modules/gallery/store.js +2 -2
- package/build/modules/gallery/ui/AllResults.js +4 -4
- package/build/modules/gallery/ui/Description.js +3 -3
- package/build/modules/gallery/ui/EditGallery.js +5 -5
- package/build/modules/gallery/ui/GalleryDeleteIcon.js +5 -5
- package/build/modules/gallery/ui/PlaceholderItemsGallery.js +1 -1
- package/build/modules/gallery/ui/STopSections.js +1 -1
- package/build/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.js +5 -5
- package/build/modules/gallery/ui/chooseGalleryItems/index.js +10 -10
- package/build/modules/gallery/ui/createGalleryForm/index.js +7 -7
- package/build/modules/gallery/ui/editGalleryForm/index.js +9 -9
- package/build/modules/gallery/ui/itemsPreview/index.js +8 -8
- package/build/modules/gallery/useToGalleryAsset.js +2 -2
- package/build/modules/notifications/CreatorNotifications.js +1 -1
- package/build/modules/opportunity/OpportunityCard.js +21 -21
- package/build/modules/opportunity/OpportunityDropDown.js +2 -2
- package/build/modules/opportunity/popup/OpportunityMenu.js +2 -2
- package/build/modules/user/auth/useAuthVerification.js +2 -2
- package/build/modules/user/auth/useSignIn.js +2 -2
- package/build/modules/user/auth/useSignOut.js +2 -2
- package/build/modules/user/profileData/profileDataInitialization.js +2 -2
- package/build/modules/virtuoso/VirtuosoPageBuilder.js +10 -10
- package/build/modules/virtuoso/VirtuosoToTopBtn.js +1 -1
- package/build/modules/virtuoso/useVirtuosoData.js +1 -1
- package/build/store/ui/index.js +2 -2
- package/build/styles/globalStyles.js +1 -1
- package/build/system/Alert/index.js +1 -1
- package/build/system/Cards/CardCheckbox/CardCheckbox.test.js +1 -1
- package/build/system/Cards/CardCheckbox/index.js +2 -2
- package/build/system/Cards/CardContent/CardCategory/CardCategory.test.js +1 -1
- package/build/system/Cards/CardContent/CardCategory/index.js +2 -2
- package/build/system/Cards/CardContent/CardLikes/index.js +4 -4
- package/build/system/Cards/CardContent/CardShowMore/CardShowMore.test.js +1 -1
- package/build/system/Cards/CardContent/CardShowMore/index.js +6 -6
- package/build/system/Cards/CardContent/index.js +5 -5
- package/build/system/Cards/CardMedia/CardAudio/CardAudio.test.js +1 -1
- package/build/system/Cards/CardMedia/CardAudio/index.js +5 -5
- package/build/system/Cards/CardMedia/CardImage/index.js +1 -1
- package/build/system/Cards/CardMedia/CardVideo/index.js +4 -4
- package/build/system/Cards/CardRank/index.js +5 -5
- package/build/system/Cards/CreationCard/CardHead.js +14 -14
- package/build/system/Cards/CreationCard/index.js +16 -16
- package/build/system/Cards/MultiMediaCard/index.js +10 -10
- package/build/system/Cards/Styles/Content.js +2 -2
- package/build/system/Cards/Styles/Head.js +1 -1
- package/build/system/Cards/Styles/Headicons.js +2 -2
- package/build/system/Cards/Styles/Image.js +1 -1
- package/build/system/Cards/Styles/Likes.js +3 -3
- package/build/system/Cards/Styles/MultiHead.js +1 -1
- package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.js +4 -4
- package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.js +3 -3
- package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsSkeleton/index.js +2 -2
- package/build/system/CardsHolderWithSkeleton/CardsHolderLoader/index.js +5 -5
- package/build/system/DropDown/index.js +2 -2
- package/build/system/Forms/Checkbox/Checkbox.test.js +1 -1
- package/build/system/Forms/Checkbox/index.js +3 -3
- package/build/system/Forms/DatePicker/index.js +6 -6
- package/build/system/Forms/ErrorLabel/ErrorLabel.test.js +1 -1
- package/build/system/Forms/ErrorLabel/index.js +1 -1
- package/build/system/Forms/Input/Input.test.js +2 -2
- package/build/system/Forms/Input/index.js +5 -5
- package/build/system/Forms/RadioInput/index.js +2 -2
- package/build/system/Forms/Selects/DesktopSelect/index.js +7 -7
- package/build/system/Forms/Selects/MobileSelect/index.js +2 -2
- package/build/system/Forms/TextArea/TextArea.test.js +2 -2
- package/build/system/Forms/TextArea/index.js +4 -4
- package/build/system/Img/Profilepic/index.js +3 -3
- package/build/system/Img/Userpic/UserPic.test.js +3 -3
- package/build/system/Img/Userpic/index.js +7 -7
- package/build/system/Img/index.js +3 -3
- package/build/system/Labels/ExperienceLabel/index.js +5 -5
- package/build/system/Labels/InviteLabel/index.js +4 -4
- package/build/system/Modals/Modal/Modal.test.js +2 -2
- package/build/system/Modals/Modal/index.js +4 -4
- package/build/system/Modals/ModalSidebar/CreatorModalSidebarPortal.js +1 -1
- package/build/system/Modals/ModalSidebar/ModalSidebar.test.js +1 -1
- package/build/system/Modals/ModalSidebar/ModalSidebarPortal.js +1 -1
- package/build/system/Modals/ModalSidebar/index.js +4 -4
- package/build/system/Overlay/Overlay.test.js +1 -1
- package/build/system/Overlay/index.js +3 -3
- package/build/system/ShareIconResize.js +4 -4
- package/build/system/Tabs/TabNavLink/TabNavLink.test.js +1 -1
- package/build/system/Tabs/TabNavLink/index.js +4 -4
- package/build/system/Tabs/TabsNav/TabsNav.test.js +1 -1
- package/build/system/Tabs/TabsNav/index.js +1 -1
- package/build/system/index.js +2 -2
- package/build/utils/adaptive/check4k.js +1 -1
- package/build/utils/adaptive/scale.js +1 -1
- package/build/utils/auth/index.js +1 -1
- package/build/utils/copyBtn/index.js +9 -9
- package/build/utils/extractItemIds.js +1 -1
- package/build/utils/screen/index.js +3 -3
- package/package.json +8 -14
- package/public/404/404.svg +8 -0
- package/public/500/500.svg +8 -0
- package/public/MobileSearchBtn/close.svg +3 -0
- package/public/MobileSearchBtn/search.svg +4 -0
- package/public/MobileSearchBtn/test/pirate.svg +9 -0
- package/public/MobileSearchBtn/test/squircle.svg +9 -0
- package/public/alerts/close.svg +5 -0
- package/public/alerts/errorIcon.svg +4 -0
- package/public/alerts/successIcon.svg +4 -0
- package/public/alerts/warningIcon.svg +8 -0
- package/public/assetPage/arrow.svg +3 -0
- package/public/assetPage/audioPlaceholder.svg +35 -0
- package/public/assetPage/details.svg +6 -0
- package/public/assetPage/favorite.svg +3 -0
- package/public/assetPage/favorite_hover.svg +3 -0
- package/public/assetPage/flag.svg +5 -0
- package/public/assetPage/fullScreen.svg +3 -0
- package/public/assetPage/owners.svg +4 -0
- package/public/assetPage/pause.svg +4 -0
- package/public/assetPage/play.svg +3 -0
- package/public/assetPage/share.svg +3 -0
- package/public/assetPage/share2.svg +3 -0
- package/public/assetPage/share2_hover.svg +3 -0
- package/public/assetPage/shareWithDots.svg +6 -0
- package/public/assetPage/shareWithDots_hover.svg +6 -0
- package/public/assetPage/share_hover.svg +3 -0
- package/public/assetPage/soundOf.svg +3 -0
- package/public/assetPage/soundOn.svg +3 -0
- package/public/banner/banner_img.svg +96 -0
- package/public/banner/banner_stroke.svg +3 -0
- package/public/button_skin/accept.svg +11 -0
- package/public/button_skin/decline.svg +11 -0
- package/public/calendar.svg +3 -0
- package/public/cards/addToFavListIcon.svg +5 -0
- package/public/cards/addToGalleryIcon.svg +3 -0
- package/public/cards/heart.svg +3 -0
- package/public/cardsHolderLoader/loader.svg +4 -0
- package/public/checkbox-on.svg +4 -0
- package/public/checkboxArrow.svg +3 -0
- package/public/close.svg +3 -0
- package/public/close20.svg +4 -0
- package/public/collectionPage/export.svg +3 -0
- package/public/copied.svg +4 -0
- package/public/copy-icon-new.svg +4 -0
- package/public/creation/card/moreBtn.svg +6 -0
- package/public/creation/card/moreBtnVertical.svg +5 -0
- package/public/creation/card/moreBtn_hover.svg +5 -0
- package/public/defaultUserpics/0.svg +24 -0
- package/public/defaultUserpics/1.svg +24 -0
- package/public/defaultUserpics/10.svg +24 -0
- package/public/defaultUserpics/11.svg +24 -0
- package/public/defaultUserpics/12.svg +24 -0
- package/public/defaultUserpics/13.svg +24 -0
- package/public/defaultUserpics/14.svg +24 -0
- package/public/defaultUserpics/15.svg +24 -0
- package/public/defaultUserpics/16.svg +24 -0
- package/public/defaultUserpics/17.svg +24 -0
- package/public/defaultUserpics/18.svg +24 -0
- package/public/defaultUserpics/19.svg +24 -0
- package/public/defaultUserpics/2.svg +24 -0
- package/public/defaultUserpics/20.svg +24 -0
- package/public/defaultUserpics/3.svg +24 -0
- package/public/defaultUserpics/4.svg +24 -0
- package/public/defaultUserpics/5.svg +24 -0
- package/public/defaultUserpics/6.svg +24 -0
- package/public/defaultUserpics/7.svg +24 -0
- package/public/defaultUserpics/8.svg +24 -0
- package/public/defaultUserpics/9.svg +24 -0
- package/public/defaultUserpics/defaultUserpic.svg +31 -0
- package/public/dropDown/arrow_down.svg +3 -0
- package/public/dropdown-arrow-down.svg +3 -0
- package/public/dropdown-arrow-up.svg +3 -0
- package/public/error/refresh.svg +4 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.png +0 -0
- package/public/follower.svg +4 -0
- package/public/fonts/dm-sans-v15-latin-500.woff2 +0 -0
- package/public/fonts/dm-sans-v15-latin-500italic.woff2 +0 -0
- package/public/fonts/dm-sans-v15-latin-600.woff2 +0 -0
- package/public/fonts/dm-sans-v15-latin-600italic.woff2 +0 -0
- package/public/fonts/dm-sans-v15-latin-700.woff2 +0 -0
- package/public/fonts/dm-sans-v15-latin-700italic.woff2 +0 -0
- package/public/fonts/dm-sans-v15-latin-italic.woff2 +0 -0
- package/public/fonts/dm-sans-v15-latin-regular.woff2 +0 -0
- package/public/fonts/poppins-v21-latin-200.woff2 +0 -0
- package/public/fonts/poppins-v21-latin-300.woff2 +0 -0
- package/public/fonts/poppins-v21-latin-500.woff2 +0 -0
- package/public/fonts/poppins-v21-latin-600.woff2 +0 -0
- package/public/fonts/poppins-v21-latin-700.woff2 +0 -0
- package/public/fonts/poppins-v21-latin-800.woff2 +0 -0
- package/public/fonts/poppins-v21-latin-regular.woff2 +0 -0
- package/public/forms/checkbox/checked.svg +4 -0
- package/public/formsBg/get_early_access_bg.jpg +0 -0
- package/public/gallery/defaultImage.svg +3 -0
- package/public/gallery/delete.svg +4 -0
- package/public/header/mobile_menu_icons/arrows/arrow_down.svg +3 -0
- package/public/header/mobile_menu_icons/arrows/arrow_up.svg +3 -0
- package/public/header/mobile_menu_icons/campaigns.svg +6 -0
- package/public/header/mobile_menu_icons/dropdown/add_new_campaign.svg +10 -0
- package/public/header/mobile_menu_icons/dropdown/my_galleries.svg +12 -0
- package/public/header/mobile_menu_icons/dropdown/my_profile.svg +5 -0
- package/public/header/mobile_menu_icons/dropdown/my_wallets.svg +5 -0
- package/public/header/mobile_menu_icons/dropdown/notifications.svg +6 -0
- package/public/header/mobile_menu_icons/dropdown/top_campaigns.svg +7 -0
- package/public/header/mobile_menu_icons/dropdown/top_creations.svg +6 -0
- package/public/header/mobile_menu_icons/dropdown/top_creators.svg +10 -0
- package/public/header/mobile_menu_icons/dropdown/top_galleries.svg +13 -0
- package/public/header/mobile_menu_icons/dropdown/top_/321/201ollectors.svg +10 -0
- package/public/header/mobile_menu_icons/experiences.svg +11 -0
- package/public/header/mobile_menu_icons/settings.svg +3 -0
- package/public/header/mobile_menu_icons/sign_out.svg +4 -0
- package/public/header/mobile_menu_icons/submit_nft.svg +16 -0
- package/public/header/mobile_menu_icons/top.svg +7 -0
- package/public/header/mobile_toggle/close.svg +3 -0
- package/public/header/mobile_toggle/regular.svg +3 -0
- package/public/iconButton/share.svg +6 -0
- package/public/iconButton/trash.svg +5 -0
- package/public/iconButton/trash_open.svg +6 -0
- package/public/like-icon-active.svg +4 -0
- package/public/like-icon.svg +3 -0
- package/public/logOut/logOutBtn.svg +5 -0
- package/public/logo/main_logo.svg +214 -0
- package/public/logo/main_logo_dark.svg +49 -0
- package/public/logo/mobile_logo.svg +210 -0
- package/public/logo/mobile_logo_dark.svg +45 -0
- package/public/ludo-logo-small.svg +5 -0
- package/public/ludo-logo-square.svg +9 -0
- package/public/modal/close.svg +3 -0
- package/public/noContent/noContent.svg +9 -0
- package/public/noContent/noContentAudio.svg +34 -0
- package/public/noContent/noContentObject.svg +35 -0
- package/public/no_image placeholder.svg +9 -0
- package/public/no_media_placeholder.svg +222 -0
- package/public/report.svg +6 -0
- package/public/rewardsPage/XP_logo.svg +22 -0
- package/public/rewardsPage/arrow_up_light.svg +3 -0
- package/public/rewardsPage/banner_rewards.svg +9 -0
- package/public/rewardsPage/banner_rewards_mobile.svg +9 -0
- package/public/rewardsPage/banner_rewards_tablet.svg +9 -0
- package/public/rewardsPage/banner_seasons.svg +9 -0
- package/public/rewardsPage/defaultUserPic.svg +9 -0
- package/public/rewardsPage/ludo_logo_white.svg +49 -0
- package/public/search/arrow_up.svg +3 -0
- package/public/search/back.svg +3 -0
- package/public/search/close.svg +3 -0
- package/public/search/no_found.svg +4 -0
- package/public/search/search.svg +4 -0
- package/public/search-icon.svg +4 -0
- package/public/selects/arrow_down.svg +3 -0
- package/public/services/opensea.svg +5 -0
- package/public/services/other.svg +8 -0
- package/public/services/rarible.svg +4 -0
- package/public/settings_page/back.svg +3 -0
- package/public/settings_page/burger_menu.svg +5 -0
- package/public/settings_page/notifications.svg +5 -0
- package/public/settings_page/notifications_active.svg +5 -0
- package/public/settings_page/privacy.svg +4 -0
- package/public/settings_page/privacy_active.svg +4 -0
- package/public/settings_page/settings.svg +5 -0
- package/public/settings_page/settings_active.svg +5 -0
- package/public/settings_page/upload.svg +4 -0
- package/public/share/copy-link-btn.svg +6 -0
- package/public/share/email-btn.svg +5 -0
- package/public/share/facebook-btn.svg +5 -0
- package/public/share/insta-btn.svg +21 -0
- package/public/share/reddit-btn.svg +11 -0
- package/public/share/telegram-btn.svg +4 -0
- package/public/share/twitter-btn.svg +5 -0
- package/public/share/whatsapp-btn.svg +6 -0
- package/public/share-icon.svg +7 -0
- package/public/showCaseIcons/heart.svg +3 -0
- package/public/sidebar/aboutLudo.svg +40 -0
- package/public/sidebar/aboutLudoDark.svg +52 -0
- package/public/sidebar/api.svg +3 -0
- package/public/sidebar/close.svg +3 -0
- package/public/sidebar/disconnect.svg +3 -0
- package/public/sidebar/explore.svg +5 -0
- package/public/sidebar/ludoX.svg +63 -0
- package/public/sidebar/my-invites.svg +4 -0
- package/public/sidebar/rewards.svg +4 -0
- package/public/sidebar/submitNft.svg +3 -0
- package/public/socials/facebook.svg +4 -0
- package/public/socials/instagram.svg +5 -0
- package/public/socials/twitter.svg +3 -0
- package/public/socials/website.svg +8 -0
- package/public/tabs/arrow_right.svg +3 -0
- package/public/tabs/arrow_right_dark.svg +3 -0
- package/public/tests/audio.mp3 +0 -0
- package/public/tests/test_1.svg +11 -0
- package/public/toTopBtn/toTopBtn.svg +4 -0
- package/public/upload-userpic.svg +11 -0
- package/public/userpic-placeholder.jpg +0 -0
- package/public/userpics/placeholder-lg-1.svg +10 -0
- package/public/userpics/placeholder-sm-1.svg +10 -0
- package/public/video/pause.svg +5 -0
- package/public/video/play.svg +4 -0
- package/public/wallets/arkane-btn.svg +5 -0
- package/public/wallets/bitski-btn.svg +12 -0
- package/public/wallets/elrond-btn.svg +36 -0
- package/public/wallets/elrond-icon-sm.svg +35 -0
- package/public/wallets/elrond.svg +4 -0
- package/public/wallets/ethereum-icon-sm.svg +7 -0
- package/public/wallets/flow-btn.svg +6 -0
- package/public/wallets/flow-icon-sm.svg +12 -0
- package/public/wallets/formatic-btn.svg +4 -0
- package/public/wallets/formatic-icon-sm.svg +4 -0
- package/public/wallets/maiar-btn.svg +17 -0
- package/public/wallets/maiar-icon-sm.svg +17 -0
- package/public/wallets/metamask-btn.svg +33 -0
- package/public/wallets/metamask-icon-sm.svg +32 -0
- package/public/wallets/phantom.svg +4 -0
- package/public/wallets/plus.svg +4 -0
- package/public/wallets/solana-btn.svg +20 -0
- package/public/wallets/solana-icon-sm.svg +19 -0
- package/public/wallets/terra-btn.svg +29 -0
- package/public/wallets/terra-icon-sm.svg +29 -0
- package/public/wallets/tezos-btn.svg +12 -0
- package/public/wallets/tezos-icon-sm.svg +11 -0
- package/public/wallets/wallet_connect.svg +4 -0
- package/public/wallets/walletconnect-btn.svg +3 -0
- package/public/wallets/walletlink-btn.svg +5 -0
- package/public/wallets/walletlink-icon-sm.svg +5 -0
- package/public/wallets/xdefi-btn.svg +6 -0
- package/public/wallets/xdefi-icon-sm.svg +6 -0
- package/public/warning.svg +3 -0
|
@@ -8,10 +8,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
8
8
|
const react_hyphen_1 = __importDefault(require("react-hyphen"));
|
|
9
9
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
10
10
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
11
|
-
const ScreenWidth_1 = require("
|
|
12
|
-
const colors_1 = require("
|
|
13
|
-
const
|
|
14
|
-
const SH3 = (0, styled_components_1.default)(
|
|
11
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
12
|
+
const colors_1 = require("../../../styles/colors");
|
|
13
|
+
const index_1 = require("../../../system/index");
|
|
14
|
+
const SH3 = (0, styled_components_1.default)(index_1.H3) `
|
|
15
15
|
margin-top: 20px;
|
|
16
16
|
margin-bottom: 5px;
|
|
17
17
|
|
|
@@ -20,7 +20,7 @@ const SH3 = (0, styled_components_1.default)(system_1.H3) `
|
|
|
20
20
|
margin-bottom: ${(0, _4k_1.adaptiveValueCalc)(5)};
|
|
21
21
|
}
|
|
22
22
|
`;
|
|
23
|
-
const SFlex = (0, styled_components_1.default)(
|
|
23
|
+
const SFlex = (0, styled_components_1.default)(index_1.Flex) `
|
|
24
24
|
.text {
|
|
25
25
|
font-size: 14px;
|
|
26
26
|
color: ${colors_1.TextGrayColor};
|
|
@@ -11,13 +11,13 @@ const styled_components_1 = __importDefault(require("styled-components"));
|
|
|
11
11
|
const colors_1 = require("@ludo.ninja/ui/build/styles/colors");
|
|
12
12
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
13
13
|
const utils_1 = require("@ludo.ninja/utils");
|
|
14
|
-
const env_1 = require("
|
|
15
|
-
const ScreenWidth_1 = require("
|
|
16
|
-
const colors_2 = require("
|
|
17
|
-
const
|
|
18
|
-
const copyBtn_1 = require("
|
|
19
|
-
const screen_1 = require("
|
|
20
|
-
const vars_1 = require("
|
|
14
|
+
const env_1 = require("../../../store/env");
|
|
15
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
16
|
+
const colors_2 = require("../../../styles/colors");
|
|
17
|
+
const index_1 = require("../../../system/index");
|
|
18
|
+
const copyBtn_1 = require("../../../utils/copyBtn");
|
|
19
|
+
const screen_1 = require("../../../utils/screen");
|
|
20
|
+
const vars_1 = require("../../../fonts/vars");
|
|
21
21
|
const StyledImage = styled_components_1.default.img `
|
|
22
22
|
border-radius: 50%;
|
|
23
23
|
width: 16px;
|
|
@@ -38,7 +38,7 @@ const BoxOverflow = styled_components_1.default.div `
|
|
|
38
38
|
width: ${(0, _4k_1.adaptiveValueCalc)(90)};
|
|
39
39
|
}
|
|
40
40
|
`;
|
|
41
|
-
const FlexOverflow = (0, styled_components_1.default)(
|
|
41
|
+
const FlexOverflow = (0, styled_components_1.default)(index_1.Flex) `
|
|
42
42
|
justify-content: space-between;
|
|
43
43
|
gap: 8px;
|
|
44
44
|
margin-bottom: 8px;
|
|
@@ -52,11 +52,11 @@ const FlexOverflow = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
52
52
|
margin-bottom: ${(0, _4k_1.adaptiveValueCalc)(8)};
|
|
53
53
|
}
|
|
54
54
|
`;
|
|
55
|
-
const OverflowH5 = (0, styled_components_1.default)(
|
|
55
|
+
const OverflowH5 = (0, styled_components_1.default)(index_1.H5) `
|
|
56
56
|
text-overflow: ellipsis;
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
`;
|
|
59
|
-
const SBlockchain = (0, styled_components_1.default)(
|
|
59
|
+
const SBlockchain = (0, styled_components_1.default)(index_1.Flex) `
|
|
60
60
|
text-align: center;
|
|
61
61
|
align-items: center;
|
|
62
62
|
width: max-content;
|
|
@@ -89,7 +89,7 @@ const SBlockchain = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
`;
|
|
92
|
-
const SFlex = (0, styled_components_1.default)(
|
|
92
|
+
const SFlex = (0, styled_components_1.default)(index_1.Flex) `
|
|
93
93
|
margin-bottom: 8px;
|
|
94
94
|
|
|
95
95
|
${ScreenWidth_1.mediaQuery.minWidthFourK} {
|
|
@@ -110,8 +110,8 @@ const Information = ({ asset }) => {
|
|
|
110
110
|
? { overflow: 'hidden' }
|
|
111
111
|
: undefined;
|
|
112
112
|
const getStaticENVDomain = (0, env_1.useEnvStore)((state) => state.getStaticDomain);
|
|
113
|
-
return ((0, jsx_runtime_1.jsxs)(
|
|
113
|
+
return ((0, jsx_runtime_1.jsxs)(index_1.Flex, { flexDirection: "column", justifyContent: "space-between", children: [(0, jsx_runtime_1.jsxs)(SFlex, { justifyContent: "space-between", alignItems: "center", children: [(0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_2.TextGrayColor, children: "Blockchain" }), (0, jsx_runtime_1.jsx)(link_1.default, { href: `/search/nfts?blockchain=${blockChain.getBlockChainPrivateLabel()}`, children: (0, jsx_runtime_1.jsxs)(SBlockchain, { children: [(0, jsx_runtime_1.jsx)("p", { children: blockChain.getBlockChainPublicLabel() }), (0, jsx_runtime_1.jsx)(StyledImage, { width: 16, height: 16, src: blockChain.getBlockChainIconRegular({
|
|
114
114
|
domain: getStaticENVDomain(),
|
|
115
|
-
}), alt: blockChain.getBlockChainPublicLabel() })] }) })] }), address && ((0, jsx_runtime_1.jsxs)(FlexOverflow, { children: [(0, jsx_runtime_1.jsx)(
|
|
115
|
+
}), alt: blockChain.getBlockChainPublicLabel() })] }) })] }), address && ((0, jsx_runtime_1.jsxs)(FlexOverflow, { children: [(0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_2.TextGrayColor, children: "Contract Address" }), (0, jsx_runtime_1.jsx)(copyBtn_1.CopyButton, { value: address, style: styleOverflow, children: isDesktop ? ((0, jsx_runtime_1.jsx)(OverflowH5, { color: colors_2.AccentColor, title: address, children: address })) : ((0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_2.AccentColor, title: address, children: (0, utils_1.shortenedText)(address) })) })] })), (0, jsx_runtime_1.jsxs)(FlexOverflow, { children: [(0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_2.TextGrayColor, children: idTittle }), (0, jsx_runtime_1.jsx)(copyBtn_1.CopyButton, { value: id, style: styleOverflow, children: isDesktop ? ((0, jsx_runtime_1.jsx)(OverflowH5, { color: colors_2.AccentColor, title: id, children: id })) : ((0, jsx_runtime_1.jsx)(BoxOverflow, { children: (0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_2.AccentColor, title: id, children: (0, jsx_runtime_1.jsx)(BoxOverflow, { children: id }) }) })) })] }), blockTimestamp && ((0, jsx_runtime_1.jsxs)(SFlex, { justifyContent: "space-between", children: [(0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_2.TextGrayColor, children: "Added on" }), (0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_2.TextGrayColor, children: (0, moment_1.default)(blockTimestamp * 1000).format('LL') })] }))] }));
|
|
116
116
|
};
|
|
117
117
|
exports.Information = Information;
|
|
@@ -9,10 +9,10 @@ const image_1 = __importDefault(require("next/image"));
|
|
|
9
9
|
const link_1 = __importDefault(require("next/link"));
|
|
10
10
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
11
11
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
12
|
-
const env_1 = require("
|
|
13
|
-
const ScreenWidth_1 = require("
|
|
14
|
-
const boxShadow_1 = __importDefault(require("
|
|
15
|
-
const boxTransform_1 = __importDefault(require("
|
|
12
|
+
const env_1 = require("../../../store/env");
|
|
13
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
14
|
+
const boxShadow_1 = __importDefault(require("../../../styles/mixins/boxShadow"));
|
|
15
|
+
const boxTransform_1 = __importDefault(require("../../../styles/mixins/boxTransform"));
|
|
16
16
|
const Container = styled_components_1.default.div `
|
|
17
17
|
margin: 30px 0 0 0;
|
|
18
18
|
display: flex;
|
|
@@ -29,13 +29,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
30
30
|
const react_1 = __importStar(require("react"));
|
|
31
31
|
const link_1 = __importDefault(require("next/link"));
|
|
32
|
-
const ScreenWidth_1 = require("
|
|
33
|
-
const imageProportionsSize_1 = require("
|
|
32
|
+
const ScreenWidth_1 = require("../../../../styles/ScreenWidth");
|
|
33
|
+
const imageProportionsSize_1 = require("../../../../utils/imageProportionsSize");
|
|
34
34
|
const react_loading_skeleton_1 = __importDefault(require("react-loading-skeleton"));
|
|
35
35
|
const styled_components_1 = __importStar(require("styled-components"));
|
|
36
36
|
const colors_1 = require("@ludo.ninja/ui/build/styles/colors");
|
|
37
37
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
38
|
-
const vars_1 = require("
|
|
38
|
+
const vars_1 = require("../../../../fonts/vars");
|
|
39
39
|
const SScreenshotContainer = styled_components_1.default.div `
|
|
40
40
|
border-radius: 16px;
|
|
41
41
|
overflow: hidden;
|
|
@@ -29,16 +29,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
exports.MoreDropDown = void 0;
|
|
30
30
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
31
31
|
const react_1 = require("react");
|
|
32
|
-
const ScreenWidth_1 = require("
|
|
33
|
-
const colors_1 = require("
|
|
34
|
-
const scale_1 = require("
|
|
35
|
-
const screen_1 = require("
|
|
32
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
33
|
+
const colors_1 = require("../../../styles/colors");
|
|
34
|
+
const scale_1 = require("../../../utils/adaptive/scale");
|
|
35
|
+
const screen_1 = require("../../../utils/screen");
|
|
36
36
|
const styled_components_1 = __importStar(require("styled-components"));
|
|
37
37
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
38
38
|
const utils_1 = require("@ludo.ninja/utils");
|
|
39
|
-
const IconWithButton_1 = __importDefault(require("
|
|
40
|
-
const vars_1 = require("
|
|
41
|
-
const moreBtn_svg_1 = __importDefault(require("
|
|
39
|
+
const IconWithButton_1 = __importDefault(require("../../../system/Buttons/IconWithButton"));
|
|
40
|
+
const vars_1 = require("../../../fonts/vars");
|
|
41
|
+
const moreBtn_svg_1 = __importDefault(require("../../../../public/creation/card/moreBtn.svg"));
|
|
42
42
|
const SContainer = styled_components_1.default.div `
|
|
43
43
|
position: relative;
|
|
44
44
|
|
|
@@ -9,16 +9,16 @@ const link_1 = __importDefault(require("next/link"));
|
|
|
9
9
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
10
10
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
11
11
|
const utils_1 = require("@ludo.ninja/utils");
|
|
12
|
-
const Urls_1 = require("
|
|
13
|
-
const env_1 = require("
|
|
14
|
-
const ScreenWidth_1 = require("
|
|
15
|
-
const colors_1 = require("
|
|
16
|
-
const
|
|
17
|
-
const scale_1 = require("
|
|
18
|
-
const copyBtn_1 = require("
|
|
19
|
-
const screen_1 = require("
|
|
20
|
-
const details_svg_1 = __importDefault(require("
|
|
21
|
-
const MultiFlexRight = (0, styled_components_1.default)(
|
|
12
|
+
const Urls_1 = require("../../../dto/common/Media/Urls");
|
|
13
|
+
const env_1 = require("../../../store/env");
|
|
14
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
15
|
+
const colors_1 = require("../../../styles/colors");
|
|
16
|
+
const index_1 = require("../../../system/index");
|
|
17
|
+
const scale_1 = require("../../../utils/adaptive/scale");
|
|
18
|
+
const copyBtn_1 = require("../../../utils/copyBtn");
|
|
19
|
+
const screen_1 = require("../../../utils/screen");
|
|
20
|
+
const details_svg_1 = __importDefault(require("../../../../public/assetPage/details.svg"));
|
|
21
|
+
const MultiFlexRight = (0, styled_components_1.default)(index_1.Flex) `
|
|
22
22
|
margin-left: 100px;
|
|
23
23
|
align-items: center;
|
|
24
24
|
|
|
@@ -30,7 +30,7 @@ const MultiFlexRight = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
30
30
|
margin-left: ${(0, _4k_1.adaptiveValueCalc)(100)};
|
|
31
31
|
}
|
|
32
32
|
`;
|
|
33
|
-
const MultiFlex = (0, styled_components_1.default)(
|
|
33
|
+
const MultiFlex = (0, styled_components_1.default)(index_1.Flex) `
|
|
34
34
|
margin: 20px 0 10px;
|
|
35
35
|
|
|
36
36
|
${ScreenWidth_1.mediaQuery.desktop} {
|
|
@@ -41,7 +41,7 @@ const MultiFlex = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
41
41
|
margin: ${(0, _4k_1.adaptiveValueCalc)(20)} 0 ${(0, _4k_1.adaptiveValueCalc)(10)};
|
|
42
42
|
}
|
|
43
43
|
`;
|
|
44
|
-
const SMultipleCreators = (0, styled_components_1.default)(
|
|
44
|
+
const SMultipleCreators = (0, styled_components_1.default)(index_1.Flex) `
|
|
45
45
|
margin-left: 20px;
|
|
46
46
|
|
|
47
47
|
img {
|
|
@@ -58,7 +58,7 @@ const SMultipleCreators = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
`;
|
|
61
|
-
const SMultipleCreatorsH6 = (0, styled_components_1.default)(
|
|
61
|
+
const SMultipleCreatorsH6 = (0, styled_components_1.default)(index_1.H6) `
|
|
62
62
|
margin-left: 15px;
|
|
63
63
|
color: ${colors_1.TextGrayColor};
|
|
64
64
|
|
|
@@ -83,8 +83,8 @@ const MultipleCreators = ({ creatorsProfiles, creatorsAddresses, }) => {
|
|
|
83
83
|
creatorsAddresses,
|
|
84
84
|
];
|
|
85
85
|
}
|
|
86
|
-
return ((0, jsx_runtime_1.jsx)(
|
|
87
|
-
return ((0, jsx_runtime_1.jsx)(
|
|
86
|
+
return ((0, jsx_runtime_1.jsx)(index_1.Flex, { alignItems: "center", children: (0, jsx_runtime_1.jsxs)(SMultipleCreators, { flexDirection: "row", alignItems: "center", children: [creatorsProfiles?.slice(0, 3).map((creator) => {
|
|
87
|
+
return ((0, jsx_runtime_1.jsx)(index_1.ProfilePic, { size: 40, userPicSrc: (0, Urls_1.getUserPicImage)(getMediaDomain, creator?.userpic, '/defaultUserpics/defaultUserpic.svg') }, creator?.userId));
|
|
88
88
|
}), (0, jsx_runtime_1.jsxs)(SMultipleCreatorsH6, { children: [accumulatedResult && accumulatedResult?.length, " Creators"] })] }) }));
|
|
89
89
|
};
|
|
90
90
|
const SSingleUserLink = (0, styled_components_1.default)(link_1.default) `
|
|
@@ -94,7 +94,7 @@ const SSingleUserLink = (0, styled_components_1.default)(link_1.default) `
|
|
|
94
94
|
font-size: ${(0, _4k_1.adaptiveValueCalc)(14)};
|
|
95
95
|
}
|
|
96
96
|
`;
|
|
97
|
-
const SSingleUser = (0, styled_components_1.default)(
|
|
97
|
+
const SSingleUser = (0, styled_components_1.default)(index_1.Flex) `
|
|
98
98
|
margin-bottom: 10px;
|
|
99
99
|
|
|
100
100
|
img {
|
|
@@ -111,7 +111,7 @@ const SSingleUser = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
`;
|
|
114
|
-
const SSingleUserFlex = (0, styled_components_1.default)(
|
|
114
|
+
const SSingleUserFlex = (0, styled_components_1.default)(index_1.Flex) `
|
|
115
115
|
margin-left: 16px;
|
|
116
116
|
|
|
117
117
|
${ScreenWidth_1.mediaQuery.minWidthFourK} {
|
|
@@ -123,12 +123,12 @@ const SingleUser = (props) => {
|
|
|
123
123
|
if (!props.profile && !props.address)
|
|
124
124
|
return null;
|
|
125
125
|
const isLudoWallet = (userName) => {
|
|
126
|
-
return userName ? ((0, jsx_runtime_1.jsx)(
|
|
126
|
+
return userName ? ((0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_1.BlackColor, children: userName })) : ((0, jsx_runtime_1.jsx)(copyBtn_1.CopyButton, { value: props.address, children: (0, jsx_runtime_1.jsx)(index_1.H5, { color: colors_1.BlackColor, children: (0, utils_1.shortenedText)(props.address) }) }));
|
|
127
127
|
};
|
|
128
128
|
const ludoUserMurkUp = (name) => {
|
|
129
129
|
return name ? ((0, jsx_runtime_1.jsx)(SSingleUserLink, { href: `/profile/${props.profile?.userId}/nfts`, children: name })) : (isLudoWallet(props.profile?.username));
|
|
130
130
|
};
|
|
131
|
-
return ((0, jsx_runtime_1.jsxs)(SSingleUser, { width: '50%', alignItems: "center", children: [Boolean(props?.profile && props?.profile?.userpic) && ((0, jsx_runtime_1.jsx)(
|
|
131
|
+
return ((0, jsx_runtime_1.jsxs)(SSingleUser, { width: '50%', alignItems: "center", children: [Boolean(props?.profile && props?.profile?.userpic) && ((0, jsx_runtime_1.jsx)(index_1.ProfilePic, { size: 40, userPicSrc: (0, Urls_1.getUserPicImage)(getMediaDomain, props?.profile?.userpic, '/defaultUserpics/defaultUserpic.svg') })), Boolean(props?.profile && props?.profile?.userpic) || ((0, jsx_runtime_1.jsx)(index_1.ProfilePic, { size: 40, userPicSrc: '/defaultUserpics/defaultUserpic.svg' })), (0, jsx_runtime_1.jsxs)(SSingleUserFlex, { flexDirection: "column", children: [(0, jsx_runtime_1.jsx)(index_1.H6, { color: colors_1.TextGrayColor, children: props.title }), ludoUserMurkUp(props?.profile && props.profile.username)] })] }));
|
|
132
132
|
};
|
|
133
133
|
const SIconWrapper = styled_components_1.default.div `
|
|
134
134
|
display: flex;
|
|
@@ -148,7 +148,7 @@ const DetailsIconResize = () => {
|
|
|
148
148
|
const { windowDimensions } = (0, screen_1.useWindowDimensionsWithServerInitial)();
|
|
149
149
|
return ((0, jsx_runtime_1.jsx)(SIconWrapper, { children: (0, jsx_runtime_1.jsx)(details_svg_1.default, { style: (0, scale_1.getAdaptiveScale)({ windowDimensions, currentSize: 1 }) }) }));
|
|
150
150
|
};
|
|
151
|
-
const SMultipleOwnersFlex = (0, styled_components_1.default)(
|
|
151
|
+
const SMultipleOwnersFlex = (0, styled_components_1.default)(index_1.Flex) `
|
|
152
152
|
margin-bottom: 7px;
|
|
153
153
|
|
|
154
154
|
${ScreenWidth_1.mediaQuery.minWidthFourK} {
|
|
@@ -165,7 +165,7 @@ const MultipleOwners = ({ ownersProfiles, ownersAddresses, }) => {
|
|
|
165
165
|
ownersAddresses,
|
|
166
166
|
];
|
|
167
167
|
}
|
|
168
|
-
return ((0, jsx_runtime_1.jsx)(MultiFlexRight, { alignItems: "center", children: (0, jsx_runtime_1.jsx)(
|
|
168
|
+
return ((0, jsx_runtime_1.jsx)(MultiFlexRight, { alignItems: "center", children: (0, jsx_runtime_1.jsx)(index_1.Flex, { flexDirection: "column", children: (0, jsx_runtime_1.jsxs)(SMultipleOwnersFlex, { alignItems: "center", children: [(0, jsx_runtime_1.jsx)(DetailsIconResize, {}), ' ', (0, jsx_runtime_1.jsxs)(index_1.H6, { children: [accumulatedResult.length, ' ', accumulatedResult.length > 1 ? 'Owners' : 'Owner'] })] }) }) }));
|
|
169
169
|
};
|
|
170
170
|
const Participants = ({ creatorsProfiles, ownersProfiles, creatorsAddresses, ownersAddresses, }) => {
|
|
171
171
|
// console.clear();
|
|
@@ -8,9 +8,9 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
8
8
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
9
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
10
10
|
const utils_1 = require("@ludo.ninja/utils");
|
|
11
|
-
const ScreenWidth_1 = require("
|
|
12
|
-
const colors_1 = require("
|
|
13
|
-
const
|
|
11
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
12
|
+
const colors_1 = require("../../../styles/colors");
|
|
13
|
+
const index_1 = require("../../../system/index");
|
|
14
14
|
const RangeContainer = styled_components_1.default.div `
|
|
15
15
|
display: block;
|
|
16
16
|
width: 100px;
|
|
@@ -38,7 +38,7 @@ const RangeValue = styled_components_1.default.div `
|
|
|
38
38
|
border-radius: ${(0, _4k_1.adaptiveValueCalc)(2)} 0 0 ${(0, _4k_1.adaptiveValueCalc)(2)};
|
|
39
39
|
}
|
|
40
40
|
`;
|
|
41
|
-
const SPrice = (0, styled_components_1.default)(
|
|
41
|
+
const SPrice = (0, styled_components_1.default)(index_1.Box) `
|
|
42
42
|
width: 65%;
|
|
43
43
|
border-radius: 6px;
|
|
44
44
|
margin-right: 15px;
|
|
@@ -69,14 +69,14 @@ const SPrice = (0, styled_components_1.default)(system_1.Box) `
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
`;
|
|
72
|
-
const SPriceFlex = (0, styled_components_1.default)(
|
|
72
|
+
const SPriceFlex = (0, styled_components_1.default)(index_1.Flex) `
|
|
73
73
|
border-radius: 6px;
|
|
74
74
|
|
|
75
75
|
${ScreenWidth_1.mediaQuery.minWidthFourK} {
|
|
76
76
|
border-radius: ${(0, _4k_1.adaptiveValueCalc)(6)};
|
|
77
77
|
}
|
|
78
78
|
`;
|
|
79
|
-
const SRank = (0, styled_components_1.default)(
|
|
79
|
+
const SRank = (0, styled_components_1.default)(index_1.Box) `
|
|
80
80
|
width: 35%;
|
|
81
81
|
border-radius: 6px;
|
|
82
82
|
padding: 15px;
|
|
@@ -107,6 +107,6 @@ const PriceRank = ({ rank, latestPriceAmount, latestPriceCurrency, }) => {
|
|
|
107
107
|
// latestPriceCurrency,
|
|
108
108
|
// latestPriceAmount,
|
|
109
109
|
// });
|
|
110
|
-
return ((0, jsx_runtime_1.jsxs)(
|
|
110
|
+
return ((0, jsx_runtime_1.jsxs)(index_1.Flex, { children: [latestPriceAmount && latestPriceAmount !== 0 && latestPriceCurrency && ((0, jsx_runtime_1.jsxs)(SPrice, { children: [(0, jsx_runtime_1.jsx)(index_1.H6, { color: colors_1.TextGrayColor, className: "title-price", children: "Price" }), (0, jsx_runtime_1.jsx)(index_1.Flex, { children: (0, jsx_runtime_1.jsx)(SPriceFlex, { alignItems: "center", children: (0, jsx_runtime_1.jsx)(index_1.H2, { color: colors_1.BlackColor, className: "price-latest", children: latestPriceAmount }) }) })] })), (0, jsx_runtime_1.jsxs)(SRank, { backgroundColor: colors_1.WhiteColor, children: [(0, jsx_runtime_1.jsx)(index_1.H6, { color: colors_1.TextGrayColor, className: "rank-title", children: "Ludo Rank" }), (0, jsx_runtime_1.jsx)(index_1.Flex, { children: (0, jsx_runtime_1.jsx)(SPriceFlex, { alignItems: "center", children: Boolean(rank) ? ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(index_1.H2, { color: colors_1.BlackColor, className: "rank-text", children: rank }), (0, jsx_runtime_1.jsx)(RangeContainer, { children: (0, jsx_runtime_1.jsx)(RangeValue, { rankValue: rank, style: { width: `${rank}%` } }) })] })) : ((0, jsx_runtime_1.jsx)(index_1.H3, { color: colors_1.BlackColor, className: "rank-text", children: "unknown" })) }) })] })] }));
|
|
111
111
|
};
|
|
112
112
|
exports.PriceRank = PriceRank;
|
|
@@ -7,9 +7,9 @@ exports.Properties = void 0;
|
|
|
7
7
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
8
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
9
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
10
|
-
const ScreenWidth_1 = require("
|
|
11
|
-
const colors_1 = require("
|
|
12
|
-
const
|
|
10
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
11
|
+
const colors_1 = require("../../../styles/colors");
|
|
12
|
+
const index_1 = require("../../../system/index");
|
|
13
13
|
const Wrapper = styled_components_1.default.div `
|
|
14
14
|
display: grid;
|
|
15
15
|
grid-template-columns: 1fr 1fr;
|
|
@@ -23,7 +23,7 @@ const Wrapper = styled_components_1.default.div `
|
|
|
23
23
|
gap: ${(0, _4k_1.adaptiveValueCalc)(15)};
|
|
24
24
|
}
|
|
25
25
|
`;
|
|
26
|
-
const SFlex = (0, styled_components_1.default)(
|
|
26
|
+
const SFlex = (0, styled_components_1.default)(index_1.Flex) `
|
|
27
27
|
border-radius: 6px;
|
|
28
28
|
border: 1px solid ${colors_1.BorderColorLight};
|
|
29
29
|
padding: 10px 16px;
|
|
@@ -36,7 +36,7 @@ const SFlex = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
36
36
|
`;
|
|
37
37
|
const Properties = ({ attributes }) => {
|
|
38
38
|
return ((0, jsx_runtime_1.jsx)(Wrapper, { children: attributes?.map((item) => {
|
|
39
|
-
return ((0, jsx_runtime_1.jsxs)(SFlex, { flexDirection: "column", children: [(0, jsx_runtime_1.jsx)(
|
|
39
|
+
return ((0, jsx_runtime_1.jsxs)(SFlex, { flexDirection: "column", children: [(0, jsx_runtime_1.jsx)(index_1.H6, { style: { wordBreak: 'break-word' }, color: colors_1.TextGrayColor, children: item?.name }), (0, jsx_runtime_1.jsx)(index_1.H5, { style: { wordBreak: 'break-word' }, children: item?.value })] }, item?.name));
|
|
40
40
|
}) }));
|
|
41
41
|
};
|
|
42
42
|
exports.Properties = Properties;
|
|
@@ -11,10 +11,10 @@ const react_slick_1 = __importDefault(require("react-slick"));
|
|
|
11
11
|
require("slick-carousel/slick/slick.css");
|
|
12
12
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
13
13
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
14
|
-
const store_1 = require("
|
|
15
|
-
const ScreenWidth_1 = require("
|
|
16
|
-
const colors_1 = require("
|
|
17
|
-
const
|
|
14
|
+
const store_1 = require("./store");
|
|
15
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
16
|
+
const colors_1 = require("../../../styles/colors");
|
|
17
|
+
const index_1 = require("../../../system/index");
|
|
18
18
|
const slideItem_1 = require("./slideItem");
|
|
19
19
|
const Wrapper = styled_components_1.default.div `
|
|
20
20
|
margin: 0 0 60px -160px;
|
|
@@ -174,5 +174,5 @@ const SliderMedias = ({ medias }) => {
|
|
|
174
174
|
return null;
|
|
175
175
|
return (0, jsx_runtime_1.jsx)(slideItem_1.SlideItem, { item: image }, idx);
|
|
176
176
|
});
|
|
177
|
-
return ((0, jsx_runtime_1.jsxs)(Wrapper, { children: [(0, jsx_runtime_1.jsx)(react_slick_1.default, { ...settings, children: collectionTemplate }), (0, jsx_runtime_1.jsx)(
|
|
177
|
+
return ((0, jsx_runtime_1.jsxs)(Wrapper, { children: [(0, jsx_runtime_1.jsx)(react_slick_1.default, { ...settings, children: collectionTemplate }), (0, jsx_runtime_1.jsx)(index_1.H6, { style: { textAlign: 'center' }, color: colors_1.TextGrayColor, className: 'medias-count', children: imageIndex + 1 + '/' + medias.length + ' medias' })] }));
|
|
178
178
|
};
|
|
@@ -7,8 +7,8 @@ exports.SlideItem = void 0;
|
|
|
7
7
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
8
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
9
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
10
|
-
const audioVideoPlayer_1 = require("
|
|
11
|
-
const ScreenWidth_1 = require("
|
|
10
|
+
const audioVideoPlayer_1 = require("../audioVideoPlayer");
|
|
11
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
12
12
|
const SlideWrapper = styled_components_1.default.div `
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
@@ -9,13 +9,13 @@ const react_1 = require("react");
|
|
|
9
9
|
const link_1 = __importDefault(require("next/link"));
|
|
10
10
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
11
11
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
12
|
-
const Urls_1 = require("
|
|
13
|
-
const env_1 = require("
|
|
14
|
-
const ScreenWidth_1 = require("
|
|
15
|
-
const colors_1 = require("
|
|
16
|
-
const
|
|
17
|
-
const ImageInterceptor_1 = require("
|
|
18
|
-
const SCollection = (0, styled_components_1.default)(
|
|
12
|
+
const Urls_1 = require("../../../dto/common/Media/Urls");
|
|
13
|
+
const env_1 = require("../../../store/env");
|
|
14
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
15
|
+
const colors_1 = require("../../../styles/colors");
|
|
16
|
+
const index_1 = require("../../../system/index");
|
|
17
|
+
const ImageInterceptor_1 = require("../../../system/Img/ImageInterceptor");
|
|
18
|
+
const SCollection = (0, styled_components_1.default)(index_1.Flex) `
|
|
19
19
|
margin-bottom: 8px;
|
|
20
20
|
|
|
21
21
|
img {
|
|
@@ -46,7 +46,7 @@ const SCollection = (0, styled_components_1.default)(system_1.Flex) `
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
`;
|
|
49
|
-
const SH1 = (0, styled_components_1.default)(
|
|
49
|
+
const SH1 = (0, styled_components_1.default)(index_1.H1) `
|
|
50
50
|
color: ${colors_1.BlackColor};
|
|
51
51
|
line-height: 42px;
|
|
52
52
|
word-break: break-word;
|
|
@@ -69,7 +69,7 @@ const Collection = (props) => {
|
|
|
69
69
|
const NEXT_PUBLIC_STATIC_DOMAIN = (0, env_1.useEnvStore)((state) => state.NEXT_PUBLIC_STATIC_DOMAIN);
|
|
70
70
|
if (!props.collectionTitle || !props.collectionId)
|
|
71
71
|
return null;
|
|
72
|
-
return ((0, jsx_runtime_1.jsxs)(SCollection, { alignItems: "center", children: [!!props.collectionMedias && ((0, jsx_runtime_1.jsx)(ImageInterceptor_1.ImageInterceptor, { children: (0, jsx_runtime_1.jsx)(
|
|
72
|
+
return ((0, jsx_runtime_1.jsxs)(SCollection, { alignItems: "center", children: [!!props.collectionMedias && ((0, jsx_runtime_1.jsx)(ImageInterceptor_1.ImageInterceptor, { children: (0, jsx_runtime_1.jsx)(index_1.ExternalImage, { src: (0, Urls_1.getAssetImage)(props.collectionMedias[0]?.url, '/noContent/noContent.svg', Urls_1.mediaSizes.small, NEXT_PUBLIC_STATIC_DOMAIN), alt: "collection_img", width: 28, height: 28, borderRadius: 2 }) })), (0, jsx_runtime_1.jsx)(link_1.default, { href: `/collection/${props?.collectionId}`, children: props.collectionTitle })] }));
|
|
73
73
|
};
|
|
74
74
|
const Title = ({ name, collectionTitle, collectionMedias, collectionId, }) => {
|
|
75
75
|
const [cuttedString, setCuttedString] = (0, react_1.useState)(name);
|
|
@@ -84,6 +84,6 @@ const Title = ({ name, collectionTitle, collectionMedias, collectionId, }) => {
|
|
|
84
84
|
setCuttedString(name);
|
|
85
85
|
setNeedReadMore(false);
|
|
86
86
|
};
|
|
87
|
-
return ((0, jsx_runtime_1.jsxs)(
|
|
87
|
+
return ((0, jsx_runtime_1.jsxs)(index_1.Flex, { flexDirection: "column", children: [(0, jsx_runtime_1.jsx)(Collection, { collectionId: collectionId, collectionTitle: collectionTitle, collectionMedias: collectionMedias }), (0, jsx_runtime_1.jsxs)(SH1, { children: [cuttedString, isNeedReadMore && (0, jsx_runtime_1.jsx)("span", { onClick: handleReadMore, children: "..." })] })] }));
|
|
88
88
|
};
|
|
89
89
|
exports.Title = Title;
|
|
@@ -11,13 +11,13 @@ const fiber_1 = require("@react-three/fiber");
|
|
|
11
11
|
const react_loading_skeleton_1 = __importDefault(require("react-loading-skeleton"));
|
|
12
12
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
13
13
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
14
|
-
const AssetImage_1 = __importDefault(require("
|
|
15
|
-
const store_1 = require("
|
|
16
|
-
const NoSSR_1 = __importDefault(require("
|
|
17
|
-
const ScreenWidth_1 = require("
|
|
18
|
-
const colors_1 = require("
|
|
19
|
-
const
|
|
20
|
-
const Togler = (0, styled_components_1.default)(
|
|
14
|
+
const AssetImage_1 = __importDefault(require("../media/AssetImage"));
|
|
15
|
+
const store_1 = require("../slider/store");
|
|
16
|
+
const NoSSR_1 = __importDefault(require("../../base/NoSSR"));
|
|
17
|
+
const ScreenWidth_1 = require("../../../styles/ScreenWidth");
|
|
18
|
+
const colors_1 = require("../../../styles/colors");
|
|
19
|
+
const index_1 = require("../../../system/index");
|
|
20
|
+
const Togler = (0, styled_components_1.default)(index_1.Flex) `
|
|
21
21
|
border-radius: 8px;
|
|
22
22
|
position: absolute;
|
|
23
23
|
top: 16px;
|
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const head_1 = __importDefault(require("next/head"));
|
|
8
|
-
const env_1 = require("
|
|
8
|
+
const env_1 = require("../../../store/env");
|
|
9
9
|
// Component
|
|
10
10
|
const Meta = () => {
|
|
11
11
|
const { NEXT_PUBLIC_STATIC_DOMAIN, NEXT_PUBLIC_ENV_DOMAIN, getMediaDomain, getStaticDomain, } = (0, env_1.useEnvStore)((state) => ({
|
|
@@ -5,11 +5,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const react_1 = require("react");
|
|
8
|
-
const chooseGalleryItems_1 = __importDefault(require("
|
|
9
|
-
const createGalleryForm_1 = __importDefault(require("
|
|
10
|
-
const ui_1 = require("
|
|
11
|
-
const useAddCreationsToGallery_1 = require("
|
|
12
|
-
const useCreateFavorites_1 = require("
|
|
8
|
+
const chooseGalleryItems_1 = __importDefault(require("../../../../modules/gallery/ui/chooseGalleryItems"));
|
|
9
|
+
const createGalleryForm_1 = __importDefault(require("../../../../modules/gallery/ui/createGalleryForm"));
|
|
10
|
+
const ui_1 = require("../../../../store/ui");
|
|
11
|
+
const useAddCreationsToGallery_1 = require("../../../../api/server-galleries/mutations/useAddCreationsToGallery");
|
|
12
|
+
const useCreateFavorites_1 = require("../../../../api/server-galleries/mutations/useCreateFavorites");
|
|
13
13
|
// Component
|
|
14
14
|
const AddCreationToFavoriteList = ({ ids, currentMyGalleryId, }) => {
|
|
15
15
|
const [isNeedAddFavList, setAddFavList] = (0, react_1.useState)(false);
|
|
@@ -6,13 +6,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const react_1 = require("react");
|
|
8
8
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
9
|
-
const chooseGalleryItems_1 = __importDefault(require("
|
|
10
|
-
const createGalleryForm_1 = __importDefault(require("
|
|
11
|
-
const itemsPreview_1 = __importDefault(require("
|
|
12
|
-
const useToGalleryAsset_1 = require("
|
|
13
|
-
const ui_1 = require("
|
|
14
|
-
const useAddCreationsToGallery_1 = require("
|
|
15
|
-
const useCreateGallery_1 = require("
|
|
9
|
+
const chooseGalleryItems_1 = __importDefault(require("../../../../modules/gallery/ui/chooseGalleryItems"));
|
|
10
|
+
const createGalleryForm_1 = __importDefault(require("../../../../modules/gallery/ui/createGalleryForm"));
|
|
11
|
+
const itemsPreview_1 = __importDefault(require("../../../../modules/gallery/ui/itemsPreview"));
|
|
12
|
+
const useToGalleryAsset_1 = require("../../../../modules/gallery/useToGalleryAsset");
|
|
13
|
+
const ui_1 = require("../../../../store/ui");
|
|
14
|
+
const useAddCreationsToGallery_1 = require("../../../../api/server-galleries/mutations/useAddCreationsToGallery");
|
|
15
|
+
const useCreateGallery_1 = require("../../../../api/server-galleries/mutations/useCreateGallery");
|
|
16
16
|
// Styles
|
|
17
17
|
const StyledAddGallery = styled_components_1.default.div `
|
|
18
18
|
display: flex;
|
|
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
8
8
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
9
|
-
const store_1 = require("
|
|
10
|
-
const ScreenWidth_1 = require("
|
|
11
|
-
const ExperienceLabel_1 = __importDefault(require("
|
|
9
|
+
const store_1 = require("../../../../modules/user/store");
|
|
10
|
+
const ScreenWidth_1 = require("../../../../styles/ScreenWidth");
|
|
11
|
+
const ExperienceLabel_1 = __importDefault(require("../../../../system/Labels/ExperienceLabel"));
|
|
12
12
|
// Styles
|
|
13
13
|
const StyledHeaderExperienceLabel = styled_components_1.default.div `
|
|
14
14
|
margin-right: 20px;
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
8
8
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
9
|
-
const ScreenWidth_1 = require("
|
|
10
|
-
const Userpic_1 = __importDefault(require("
|
|
9
|
+
const ScreenWidth_1 = require("../../../../styles/ScreenWidth");
|
|
10
|
+
const Userpic_1 = __importDefault(require("../../../../system/Img/Userpic"));
|
|
11
11
|
// Styles
|
|
12
12
|
const StyledHeaderUserPick = styled_components_1.default.div `
|
|
13
13
|
margin-right: 24px;
|
|
@@ -6,11 +6,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const link_1 = __importDefault(require("next/link"));
|
|
8
8
|
const header_1 = require("@ludo.ninja/ui/build/components/header");
|
|
9
|
-
const headerExperienceLabel_1 = __importDefault(require("
|
|
10
|
-
const headerUserPic_1 = __importDefault(require("
|
|
11
|
-
const store_1 = require("
|
|
12
|
-
const ui_1 = require("
|
|
13
|
-
const auth_1 = require("
|
|
9
|
+
const headerExperienceLabel_1 = __importDefault(require("../components/headerExperienceLabel"));
|
|
10
|
+
const headerUserPic_1 = __importDefault(require("../components/headerUserPic"));
|
|
11
|
+
const store_1 = require("../../../modules/user/store");
|
|
12
|
+
const ui_1 = require("../../../store/ui");
|
|
13
|
+
const auth_1 = require("../../../utils/auth");
|
|
14
14
|
// Component
|
|
15
15
|
const Header = () => {
|
|
16
16
|
const isSignedIn = (0, store_1.useUserStore)((state) => state.isSignedIn);
|
|
@@ -6,13 +6,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const link_1 = __importDefault(require("next/link"));
|
|
8
8
|
const header_1 = require("@ludo.ninja/ui/build/components/header");
|
|
9
|
-
const headerExperienceLabel_1 = __importDefault(require("
|
|
10
|
-
const headerUserPic_1 = __importDefault(require("
|
|
11
|
-
const searchSimpleInput_1 = __importDefault(require("
|
|
12
|
-
const store_1 = require("
|
|
13
|
-
const env_1 = require("
|
|
14
|
-
const ui_1 = require("
|
|
15
|
-
const auth_1 = require("
|
|
9
|
+
const headerExperienceLabel_1 = __importDefault(require("../components/headerExperienceLabel"));
|
|
10
|
+
const headerUserPic_1 = __importDefault(require("../components/headerUserPic"));
|
|
11
|
+
const searchSimpleInput_1 = __importDefault(require("../../search/searchSimpleInput"));
|
|
12
|
+
const store_1 = require("../../../modules/user/store");
|
|
13
|
+
const env_1 = require("../../../store/env");
|
|
14
|
+
const ui_1 = require("../../../store/ui");
|
|
15
|
+
const auth_1 = require("../../../utils/auth");
|
|
16
16
|
// Component
|
|
17
17
|
const HeaderSearch = () => {
|
|
18
18
|
const openSidebar = (0, ui_1.useUiStore)((state) => state.openSidebar);
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const image_1 = __importDefault(require("next/image"));
|
|
8
8
|
const link_1 = __importDefault(require("next/link"));
|
|
9
|
-
const colors_1 = require("
|
|
10
|
-
const screen_1 = require("
|
|
9
|
+
const colors_1 = require("../../../styles/colors");
|
|
10
|
+
const screen_1 = require("../../../utils/screen");
|
|
11
11
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
const utils_1 = require("@ludo.ninja/utils");
|
|
13
13
|
// Styles
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
7
7
|
const styled_components_1 = __importDefault(require("styled-components"));
|
|
8
8
|
const _4k_1 = require("@ludo.ninja/ui/build/utils/4k");
|
|
9
|
-
const ScreenWidth_1 = require("
|
|
10
|
-
const colors_1 = require("
|
|
9
|
+
const ScreenWidth_1 = require("../../styles/ScreenWidth");
|
|
10
|
+
const colors_1 = require("../../styles/colors");
|
|
11
11
|
// Styles
|
|
12
12
|
const StyledLinkTabs = styled_components_1.default.div `
|
|
13
13
|
margin-bottom: 24px;
|