@ludo.ninja/components 2.0.7 → 2.0.8
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/graphql/index.js +2 -2
- package/build/api/server-preferences/queries/fetchSearchResultSelections/index.d.ts +15 -15
- package/build/api/server-preferences/queries/fetchSearchResultSelections/queryData.d.ts +0 -1
- package/build/api/server-search/queries/useFindUserCreations/index.d.ts +2 -2
- package/build/components/assetPage/assetLikes/index.js +1 -1
- package/build/components/assetPage/audioVideoPlayer/Duration.js +1 -1
- package/build/components/assetPage/media/AssetImage/index.d.ts +1 -1
- package/build/components/assetPage/moreDropDown/index.js +1 -1
- package/build/components/assetPage/participants/index.js +1 -1
- package/build/components/assetPage/viewer3D/index.d.ts +1 -1
- package/build/components/headers/components/headerExperienceLabel/index.d.ts +1 -1
- package/build/components/headers/components/headerUserPic/index.d.ts +1 -1
- package/build/components/linkTabs/index.d.ts +1 -1
- package/build/components/search/SearchInputContainer.js +1 -1
- package/build/components/search/searchCloseMoreButtons/index.js +1 -1
- package/build/components/search/searchSimpleInput/index.js +1 -1
- package/build/components/searchFiltersConnector/index.d.ts +2 -2
- package/build/components/sidebar/data.js +7 -7
- package/build/components/sidebar/sidebarFilters/index.js +1 -1
- package/build/components/toTopBtn/index.js +1 -1
- package/build/dto/AssetEntity/views/AssetAudio/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetImage/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetObject/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetOther/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetScreenshot/index.d.ts +0 -1
- package/build/dto/AssetEntity/views/AssetVideo/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationAudio/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationImage/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationObject/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationOther/index.d.ts +0 -1
- package/build/dto/common/ItemViews/CreationVideo/index.d.ts +0 -1
- package/build/dto/common/Media/Audio/index.d.ts +0 -1
- package/build/dto/common/Media/Image/index.d.ts +0 -1
- package/build/dto/common/Media/Object/index.d.ts +0 -1
- package/build/dto/common/Media/Other/index.d.ts +0 -1
- package/build/dto/common/Media/Screenshot/index.d.ts +0 -1
- package/build/dto/common/Media/Video/index.d.ts +0 -1
- package/build/dto/common/Media/index.d.ts +0 -1
- package/build/dto/common/Media/interface.d.ts +0 -1
- package/build/hooks/apollo/index.js +1 -2
- package/build/hooks/favorites/useGetUserFevoritesCreations/index.js +2 -2
- package/build/hooks/galleries/useGetUserGalleriesCreations/index.js +2 -2
- package/build/hooks/likes/dynamic/useGetCreationsAndLikes.js +2 -2
- package/build/hooks/likes/useGetLikesAsset.d.ts +8 -8
- package/build/layouts/custom/styles.d.ts +0 -1
- package/build/modules/gallery/api/useGetAssetsAndCollectionForFavorite.d.ts +2 -2
- package/build/modules/gallery/ui/Description.d.ts +1 -1
- package/build/modules/gallery/ui/EditGallery.d.ts +1 -1
- package/build/modules/gallery/ui/GalleryDeleteIcon.d.ts +1 -1
- package/build/modules/gallery/ui/GalleryDeleteIcon.js +2 -2
- package/build/modules/gallery/ui/STopSections.d.ts +0 -1
- package/build/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.js +1 -1
- package/build/modules/gallery/ui/chooseGalleryItems/index.d.ts +1 -1
- package/build/modules/gallery/ui/createGalleryForm/index.d.ts +2 -3
- package/build/modules/gallery/ui/itemsPreview/index.d.ts +4 -4
- package/build/modules/notifications/index.d.ts +6 -17
- package/build/modules/opportunity/OpportunityCard.d.ts +1 -1
- package/build/modules/opportunity/OpportunityCard.js +1 -1
- package/build/modules/opportunity/OpportunityDropDown.js +1 -1
- package/build/modules/user/store.d.ts +0 -1
- package/build/modules/virtuoso/VirtuosoPageBuilder.d.ts +1 -1
- package/build/modules/virtuoso/useVirtuosoData.d.ts +2 -2
- package/build/public/404/404.jsx +41 -0
- package/build/public/500/500.jsx +41 -0
- package/build/public/MobileSearchBtn/close.jsx +22 -0
- package/build/public/MobileSearchBtn/search.jsx +29 -0
- package/build/public/MobileSearchBtn/test/pirate.jsx +39 -0
- package/build/public/MobileSearchBtn/test/squircle.jsx +39 -0
- package/build/public/alerts/close.jsx +24 -0
- package/build/public/alerts/errorIcon.jsx +23 -0
- package/build/public/alerts/successIcon.jsx +23 -0
- package/build/public/alerts/warningIcon.jsx +39 -0
- package/build/public/assetPage/arrow.jsx +22 -0
- package/build/public/assetPage/audioPlaceholder.jsx +91 -0
- package/build/public/assetPage/details.jsx +31 -0
- package/build/public/assetPage/favorite.jsx +19 -0
- package/build/public/assetPage/favorite_hover.jsx +21 -0
- package/build/public/assetPage/flag.jsx +31 -0
- package/build/public/assetPage/fullScreen.jsx +21 -0
- package/build/public/assetPage/owners.jsx +20 -0
- package/build/public/assetPage/pause.jsx +23 -0
- package/build/public/assetPage/play.jsx +20 -0
- package/build/public/assetPage/share.jsx +23 -0
- package/build/public/assetPage/share2.jsx +22 -0
- package/build/public/assetPage/share2_hover.jsx +22 -0
- package/build/public/assetPage/shareWithDots.jsx +40 -0
- package/build/public/assetPage/shareWithDots_hover.jsx +40 -0
- package/build/public/assetPage/share_hover.jsx +21 -0
- package/build/public/assetPage/soundOf.jsx +21 -0
- package/build/public/assetPage/soundOn.jsx +21 -0
- package/build/public/banner/banner_img.jsx +308 -0
- package/build/public/banner/banner_stroke.jsx +21 -0
- package/build/public/button_skin/accept.jsx +30 -0
- package/build/public/button_skin/decline.jsx +30 -0
- package/build/public/calendar.jsx +21 -0
- package/build/public/cards/addToFavListIcon.jsx +29 -0
- package/build/public/cards/addToGalleryIcon.jsx +19 -0
- package/build/public/cards/heart.jsx +17 -0
- package/build/public/cardsHolderLoader/loader.jsx +23 -0
- package/build/public/checkbox-on.jsx +32 -0
- package/build/public/checkboxArrow.jsx +22 -0
- package/build/public/close.jsx +22 -0
- package/build/public/close20.jsx +22 -0
- package/build/public/collectionPage/export.jsx +22 -0
- package/build/public/copied.jsx +23 -0
- package/build/public/copy-icon-new.jsx +29 -0
- package/{public/creation/card/moreBtn.svg → build/public/creation/card/moreBtn.jsx} +13 -2
- package/build/public/creation/card/moreBtnVertical.jsx +27 -0
- package/build/public/creation/card/moreBtn_hover.jsx +27 -0
- package/build/public/defaultUserpics/0.jsx +68 -0
- package/build/public/defaultUserpics/1.jsx +85 -0
- package/build/public/defaultUserpics/10.jsx +68 -0
- package/build/public/defaultUserpics/11.jsx +68 -0
- package/build/public/defaultUserpics/12.jsx +68 -0
- package/build/public/defaultUserpics/13.jsx +68 -0
- package/build/public/defaultUserpics/14.jsx +68 -0
- package/build/public/defaultUserpics/15.jsx +68 -0
- package/build/public/defaultUserpics/16.jsx +68 -0
- package/build/public/defaultUserpics/17.jsx +68 -0
- package/build/public/defaultUserpics/18.jsx +68 -0
- package/build/public/defaultUserpics/19.jsx +68 -0
- package/build/public/defaultUserpics/2.jsx +68 -0
- package/build/public/defaultUserpics/20.jsx +68 -0
- package/build/public/defaultUserpics/3.jsx +68 -0
- package/build/public/defaultUserpics/4.jsx +68 -0
- package/build/public/defaultUserpics/5.jsx +68 -0
- package/build/public/defaultUserpics/6.jsx +68 -0
- package/build/public/defaultUserpics/7.jsx +68 -0
- package/build/public/defaultUserpics/8.jsx +68 -0
- package/build/public/defaultUserpics/9.jsx +68 -0
- package/build/public/defaultUserpics/defaultUserpic.jsx +95 -0
- package/build/public/dropDown/arrow_down.jsx +21 -0
- package/build/public/dropdown-arrow-down.jsx +19 -0
- package/build/public/dropdown-arrow-up.jsx +19 -0
- package/build/public/error/refresh.jsx +27 -0
- package/build/public/follower.jsx +20 -0
- package/build/public/forms/checkbox/checked.jsx +23 -0
- package/build/public/gallery/defaultImage.jsx +16 -0
- package/build/public/gallery/delete.jsx +23 -0
- package/build/public/header/mobile_menu_icons/arrows/arrow_down.jsx +22 -0
- package/build/public/header/mobile_menu_icons/arrows/arrow_up.jsx +22 -0
- package/build/public/header/mobile_menu_icons/campaigns.jsx +40 -0
- package/build/public/header/mobile_menu_icons/dropdown/add_new_campaign.jsx +76 -0
- package/build/public/header/mobile_menu_icons/dropdown/my_galleries.jsx +62 -0
- package/build/public/header/mobile_menu_icons/dropdown/my_profile.jsx +22 -0
- package/build/public/header/mobile_menu_icons/dropdown/my_wallets.jsx +28 -0
- package/build/public/header/mobile_menu_icons/dropdown/notifications.jsx +29 -0
- package/build/public/header/mobile_menu_icons/dropdown/top_campaigns.jsx +45 -0
- package/build/public/header/mobile_menu_icons/dropdown/top_creations.jsx +41 -0
- package/{public/header/mobile_menu_icons/dropdown/top_creators.svg → build/public/header/mobile_menu_icons/dropdown/top_creators.jsx} +62 -10
- package/{public/header/mobile_menu_icons/dropdown/top_galleries.svg → build/public/header/mobile_menu_icons/dropdown/top_galleries.jsx} +67 -13
- package/build/public/header/mobile_menu_icons/dropdown/top_/321/201ollectors.jsx +63 -0
- package/build/public/header/mobile_menu_icons/experiences.jsx +54 -0
- package/build/public/header/mobile_menu_icons/settings.jsx +21 -0
- package/build/public/header/mobile_menu_icons/sign_out.jsx +23 -0
- package/{public/header/mobile_menu_icons/submit_nft.svg → build/public/header/mobile_menu_icons/submit_nft.jsx} +85 -16
- package/build/public/header/mobile_menu_icons/top.jsx +28 -0
- package/build/public/header/mobile_toggle/close.jsx +22 -0
- package/build/public/header/mobile_toggle/regular.jsx +22 -0
- package/build/public/iconButton/share.jsx +40 -0
- package/build/public/iconButton/trash.jsx +35 -0
- package/build/public/iconButton/trash_open.jsx +42 -0
- package/build/public/like-icon-active.jsx +25 -0
- package/build/public/like-icon.jsx +20 -0
- package/build/public/logOut/logOutBtn.jsx +28 -0
- package/build/public/logo/main_logo.jsx +374 -0
- package/build/public/logo/main_logo_dark.jsx +134 -0
- package/build/public/logo/mobile_logo.jsx +358 -0
- package/build/public/logo/mobile_logo_dark.jsx +118 -0
- package/build/public/ludo-logo-small.jsx +21 -0
- package/{public/ludo-logo-square.svg → build/public/ludo-logo-square.jsx} +40 -9
- package/build/public/modal/close.jsx +22 -0
- package/build/public/noContent/noContent.jsx +33 -0
- package/build/public/noContent/noContentAudio.jsx +85 -0
- package/build/public/noContent/noContentObject.jsx +89 -0
- package/{public/no_image placeholder.svg → build/public/no_image placeholder.jsx } +40 -9
- package/build/public/no_media_placeholder.jsx +398 -0
- package/build/public/report.jsx +40 -0
- package/build/public/rewardsPage/XP_logo.jsx +70 -0
- package/build/public/rewardsPage/arrow_up_light.jsx +22 -0
- package/build/public/rewardsPage/banner_rewards.jsx +36 -0
- package/build/public/rewardsPage/banner_rewards_mobile.jsx +36 -0
- package/build/public/rewardsPage/banner_rewards_tablet.jsx +42 -0
- package/{public/rewardsPage/banner_seasons.svg → build/public/rewardsPage/banner_seasons.jsx} +36 -9
- package/build/public/rewardsPage/defaultUserPic.jsx +33 -0
- package/build/public/rewardsPage/ludo_logo_white.jsx +134 -0
- package/build/public/search/arrow_up.jsx +22 -0
- package/build/public/search/back.jsx +22 -0
- package/build/public/search/close.jsx +22 -0
- package/build/public/search/no_found.jsx +28 -0
- package/build/public/search/search.jsx +29 -0
- package/build/public/search-icon.jsx +32 -0
- package/build/public/selects/arrow_down.jsx +22 -0
- package/{public/services/opensea.svg → build/public/services/opensea.jsx} +27 -5
- package/build/public/services/other.jsx +33 -0
- package/build/public/services/rarible.jsx +22 -0
- package/build/public/settings_page/back.jsx +22 -0
- package/build/public/settings_page/burger_menu.jsx +36 -0
- package/build/public/settings_page/notifications.jsx +18 -0
- package/build/public/settings_page/notifications_active.jsx +18 -0
- package/build/public/settings_page/privacy.jsx +25 -0
- package/build/public/settings_page/privacy_active.jsx +25 -0
- package/build/public/settings_page/settings.jsx +27 -0
- package/build/public/settings_page/settings_active.jsx +27 -0
- package/build/public/settings_page/upload.jsx +28 -0
- package/build/public/share/copy-link-btn.jsx +34 -0
- package/build/public/share/email-btn.jsx +27 -0
- package/build/public/share/facebook-btn.jsx +24 -0
- package/build/public/share/insta-btn.jsx +61 -0
- package/build/public/share/reddit-btn.jsx +32 -0
- package/build/public/share/telegram-btn.jsx +23 -0
- package/build/public/share/twitter-btn.jsx +23 -0
- package/build/public/share/whatsapp-btn.jsx +30 -0
- package/build/public/share-icon.jsx +26 -0
- package/build/public/showCaseIcons/heart.jsx +15 -0
- package/build/public/sidebar/aboutLudo.jsx +113 -0
- package/build/public/sidebar/aboutLudoDark.jsx +113 -0
- package/build/public/sidebar/api.jsx +21 -0
- package/build/public/sidebar/close.jsx +22 -0
- package/build/public/sidebar/disconnect.jsx +21 -0
- package/build/public/sidebar/explore.jsx +21 -0
- package/build/public/sidebar/ludoX.jsx +117 -0
- package/build/public/sidebar/my-invites.jsx +19 -0
- package/build/public/sidebar/rewards.jsx +19 -0
- package/build/public/sidebar/submitNft.jsx +21 -0
- package/build/public/socials/facebook.jsx +20 -0
- package/build/public/socials/instagram.jsx +24 -0
- package/{public/socials/twitter.svg → build/public/socials/twitter.jsx} +19 -3
- package/build/public/socials/website.jsx +37 -0
- package/build/public/tabs/arrow_right.jsx +22 -0
- package/build/public/tabs/arrow_right_dark.jsx +22 -0
- package/{public/upload-userpic.svg → build/public/tests/test_1.jsx} +69 -11
- package/build/public/toTopBtn/toTopBtn.jsx +29 -0
- package/{public/tests/test_1.svg → build/public/upload-userpic.jsx} +69 -11
- package/build/public/userpics/placeholder-lg-1.jsx +38 -0
- package/build/public/userpics/placeholder-sm-1.jsx +38 -0
- package/build/public/video/pause.jsx +26 -0
- package/build/public/video/play.jsx +21 -0
- package/build/public/wallets/arkane-btn.jsx +36 -0
- package/build/public/wallets/bitski-btn.jsx +53 -0
- package/build/public/wallets/elrond-btn.jsx +214 -0
- package/build/public/wallets/elrond-icon-sm.jsx +213 -0
- package/build/public/wallets/elrond.jsx +20 -0
- package/build/public/wallets/ethereum-icon-sm.jsx +32 -0
- package/build/public/wallets/flow-btn.jsx +25 -0
- package/build/public/wallets/flow-icon-sm.jsx +34 -0
- package/build/public/wallets/formatic-btn.jsx +20 -0
- package/build/public/wallets/formatic-icon-sm.jsx +20 -0
- package/build/public/wallets/maiar-btn.jsx +53 -0
- package/build/public/wallets/maiar-icon-sm.jsx +53 -0
- package/build/public/wallets/metamask-btn.jsx +196 -0
- package/build/public/wallets/metamask-icon-sm.jsx +195 -0
- package/build/public/wallets/phantom.jsx +20 -0
- package/build/public/wallets/plus.jsx +27 -0
- package/build/public/wallets/solana-btn.jsx +63 -0
- package/build/public/wallets/solana-icon-sm.jsx +62 -0
- package/build/public/wallets/terra-btn.jsx +97 -0
- package/build/public/wallets/terra-icon-sm.jsx +97 -0
- package/build/public/wallets/tezos-btn.jsx +33 -0
- package/build/public/wallets/tezos-icon-sm.jsx +32 -0
- package/build/public/wallets/wallet_connect.jsx +20 -0
- package/{public/wallets/walletconnect-btn.svg → build/public/wallets/walletconnect-btn.jsx} +19 -3
- package/build/public/wallets/walletlink-btn.jsx +25 -0
- package/build/public/wallets/walletlink-icon-sm.jsx +18 -0
- package/{public/wallets/xdefi-icon-sm.svg → build/public/wallets/xdefi-btn.jsx} +31 -6
- package/{public/wallets/xdefi-btn.svg → build/public/wallets/xdefi-icon-sm.jsx} +31 -6
- package/{public/warning.svg → build/public/warning.jsx} +19 -3
- package/build/store/env/index.d.ts +0 -1
- package/build/store/index.d.ts +0 -1
- package/build/store/ui/utils.d.ts +1 -1
- package/build/styles/globalStyles.d.ts +0 -1
- package/build/system/Cards/CardContent/CardLikes/index.js +1 -1
- package/build/system/Cards/CardContent/CardShowMore/index.js +1 -1
- package/build/system/Cards/CardContent/index.d.ts +8 -8
- package/build/system/Cards/CardMedia/CardAudio/index.js +2 -2
- package/build/system/Cards/CardMedia/CardVideo/index.js +2 -2
- package/build/system/Cards/CreationCard/CardHead.d.ts +1 -1
- package/build/system/Cards/CreationCard/CardHead.js +3 -3
- package/build/system/Cards/MultiMediaCard/index.js +1 -1
- package/build/system/Cards/Styles/Content.d.ts +0 -1
- package/build/system/Cards/Styles/Head.d.ts +0 -1
- package/build/system/Cards/Styles/Headicons.d.ts +0 -1
- package/build/system/Cards/Styles/Image.d.ts +0 -1
- package/build/system/Cards/Styles/Likes.d.ts +0 -1
- package/build/system/Cards/Styles/MultiHead.d.ts +0 -1
- package/build/system/Cards/Styles/Video.d.ts +0 -1
- package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.js +1 -1
- package/build/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.js +1 -1
- package/build/system/CardsHolderWithSkeleton/CardsHolderLoader/index.js +1 -1
- package/build/system/DropDown/index.d.ts +1 -1
- package/build/system/DropDown/index.js +1 -1
- package/build/system/Forms/DatePicker/index.js +2 -2
- package/build/system/Forms/RadioInput/index.d.ts +4 -4
- package/build/system/Forms/Selects/DesktopSelect/index.js +1 -1
- package/build/system/Img/Userpic/index.js +1 -1
- package/build/system/ShareIconResize.js +1 -1
- package/build/utils/3d.d.ts +2 -2
- package/build/utils/copyBtn/index.d.ts +3 -3
- package/build/utils/copyBtn/index.js +2 -2
- package/build/utils/extractItemIds.js +1 -2
- package/build/utils/getPageSizeAssets.d.ts +2 -2
- package/build/utils/screen/index.js +4 -5
- package/package.json +8 -6
- package/public/404/404.svg +0 -8
- package/public/500/500.svg +0 -8
- package/public/MobileSearchBtn/close.svg +0 -3
- package/public/MobileSearchBtn/search.svg +0 -4
- package/public/MobileSearchBtn/test/pirate.svg +0 -9
- package/public/MobileSearchBtn/test/squircle.svg +0 -9
- package/public/alerts/close.svg +0 -5
- package/public/alerts/errorIcon.svg +0 -4
- package/public/alerts/successIcon.svg +0 -4
- package/public/alerts/warningIcon.svg +0 -8
- package/public/assetPage/arrow.svg +0 -3
- package/public/assetPage/audioPlaceholder.svg +0 -35
- package/public/assetPage/details.svg +0 -6
- package/public/assetPage/favorite.svg +0 -3
- package/public/assetPage/favorite_hover.svg +0 -3
- package/public/assetPage/flag.svg +0 -5
- package/public/assetPage/fullScreen.svg +0 -3
- package/public/assetPage/owners.svg +0 -4
- package/public/assetPage/pause.svg +0 -4
- package/public/assetPage/play.svg +0 -3
- package/public/assetPage/share.svg +0 -3
- package/public/assetPage/share2.svg +0 -3
- package/public/assetPage/share2_hover.svg +0 -3
- package/public/assetPage/shareWithDots.svg +0 -6
- package/public/assetPage/shareWithDots_hover.svg +0 -6
- package/public/assetPage/share_hover.svg +0 -3
- package/public/assetPage/soundOf.svg +0 -3
- package/public/assetPage/soundOn.svg +0 -3
- package/public/banner/banner_img.svg +0 -96
- package/public/banner/banner_stroke.svg +0 -3
- package/public/button_skin/accept.svg +0 -11
- package/public/button_skin/decline.svg +0 -11
- package/public/calendar.svg +0 -3
- package/public/cards/addToFavListIcon.svg +0 -5
- package/public/cards/addToGalleryIcon.svg +0 -3
- package/public/cards/heart.svg +0 -3
- package/public/cardsHolderLoader/loader.svg +0 -4
- package/public/checkbox-on.svg +0 -4
- package/public/checkboxArrow.svg +0 -3
- package/public/close.svg +0 -3
- package/public/close20.svg +0 -4
- package/public/collectionPage/export.svg +0 -3
- package/public/copied.svg +0 -4
- package/public/copy-icon-new.svg +0 -4
- package/public/creation/card/moreBtnVertical.svg +0 -5
- package/public/creation/card/moreBtn_hover.svg +0 -5
- package/public/defaultUserpics/0.svg +0 -24
- package/public/defaultUserpics/1.svg +0 -24
- package/public/defaultUserpics/10.svg +0 -24
- package/public/defaultUserpics/11.svg +0 -24
- package/public/defaultUserpics/12.svg +0 -24
- package/public/defaultUserpics/13.svg +0 -24
- package/public/defaultUserpics/14.svg +0 -24
- package/public/defaultUserpics/15.svg +0 -24
- package/public/defaultUserpics/16.svg +0 -24
- package/public/defaultUserpics/17.svg +0 -24
- package/public/defaultUserpics/18.svg +0 -24
- package/public/defaultUserpics/19.svg +0 -24
- package/public/defaultUserpics/2.svg +0 -24
- package/public/defaultUserpics/20.svg +0 -24
- package/public/defaultUserpics/3.svg +0 -24
- package/public/defaultUserpics/4.svg +0 -24
- package/public/defaultUserpics/5.svg +0 -24
- package/public/defaultUserpics/6.svg +0 -24
- package/public/defaultUserpics/7.svg +0 -24
- package/public/defaultUserpics/8.svg +0 -24
- package/public/defaultUserpics/9.svg +0 -24
- package/public/defaultUserpics/defaultUserpic.svg +0 -31
- package/public/dropDown/arrow_down.svg +0 -3
- package/public/dropdown-arrow-down.svg +0 -3
- package/public/dropdown-arrow-up.svg +0 -3
- package/public/error/refresh.svg +0 -4
- package/public/follower.svg +0 -4
- package/public/forms/checkbox/checked.svg +0 -4
- package/public/gallery/defaultImage.svg +0 -3
- package/public/gallery/delete.svg +0 -4
- package/public/header/mobile_menu_icons/arrows/arrow_down.svg +0 -3
- package/public/header/mobile_menu_icons/arrows/arrow_up.svg +0 -3
- package/public/header/mobile_menu_icons/campaigns.svg +0 -6
- package/public/header/mobile_menu_icons/dropdown/add_new_campaign.svg +0 -10
- package/public/header/mobile_menu_icons/dropdown/my_galleries.svg +0 -12
- package/public/header/mobile_menu_icons/dropdown/my_profile.svg +0 -5
- package/public/header/mobile_menu_icons/dropdown/my_wallets.svg +0 -5
- package/public/header/mobile_menu_icons/dropdown/notifications.svg +0 -6
- package/public/header/mobile_menu_icons/dropdown/top_campaigns.svg +0 -7
- package/public/header/mobile_menu_icons/dropdown/top_creations.svg +0 -6
- package/public/header/mobile_menu_icons/dropdown/top_/321/201ollectors.svg +0 -10
- package/public/header/mobile_menu_icons/experiences.svg +0 -11
- package/public/header/mobile_menu_icons/settings.svg +0 -3
- package/public/header/mobile_menu_icons/sign_out.svg +0 -4
- package/public/header/mobile_menu_icons/top.svg +0 -7
- package/public/header/mobile_toggle/close.svg +0 -3
- package/public/header/mobile_toggle/regular.svg +0 -3
- package/public/iconButton/share.svg +0 -6
- package/public/iconButton/trash.svg +0 -5
- package/public/iconButton/trash_open.svg +0 -6
- package/public/like-icon-active.svg +0 -4
- package/public/like-icon.svg +0 -3
- package/public/logOut/logOutBtn.svg +0 -5
- package/public/logo/main_logo.svg +0 -214
- package/public/logo/main_logo_dark.svg +0 -49
- package/public/logo/mobile_logo.svg +0 -210
- package/public/logo/mobile_logo_dark.svg +0 -45
- package/public/ludo-logo-small.svg +0 -5
- package/public/modal/close.svg +0 -3
- package/public/noContent/noContent.svg +0 -9
- package/public/noContent/noContentAudio.svg +0 -34
- package/public/noContent/noContentObject.svg +0 -35
- package/public/no_media_placeholder.svg +0 -222
- package/public/report.svg +0 -6
- package/public/rewardsPage/XP_logo.svg +0 -22
- package/public/rewardsPage/arrow_up_light.svg +0 -3
- package/public/rewardsPage/banner_rewards.svg +0 -9
- package/public/rewardsPage/banner_rewards_mobile.svg +0 -9
- package/public/rewardsPage/banner_rewards_tablet.svg +0 -9
- package/public/rewardsPage/defaultUserPic.svg +0 -9
- package/public/rewardsPage/ludo_logo_white.svg +0 -49
- package/public/search/arrow_up.svg +0 -3
- package/public/search/back.svg +0 -3
- package/public/search/close.svg +0 -3
- package/public/search/no_found.svg +0 -4
- package/public/search/search.svg +0 -4
- package/public/search-icon.svg +0 -4
- package/public/selects/arrow_down.svg +0 -3
- package/public/services/other.svg +0 -8
- package/public/services/rarible.svg +0 -4
- package/public/settings_page/back.svg +0 -3
- package/public/settings_page/burger_menu.svg +0 -5
- package/public/settings_page/notifications.svg +0 -5
- package/public/settings_page/notifications_active.svg +0 -5
- package/public/settings_page/privacy.svg +0 -4
- package/public/settings_page/privacy_active.svg +0 -4
- package/public/settings_page/settings.svg +0 -5
- package/public/settings_page/settings_active.svg +0 -5
- package/public/settings_page/upload.svg +0 -4
- package/public/share/copy-link-btn.svg +0 -6
- package/public/share/email-btn.svg +0 -5
- package/public/share/facebook-btn.svg +0 -5
- package/public/share/insta-btn.svg +0 -21
- package/public/share/reddit-btn.svg +0 -11
- package/public/share/telegram-btn.svg +0 -4
- package/public/share/twitter-btn.svg +0 -5
- package/public/share/whatsapp-btn.svg +0 -6
- package/public/share-icon.svg +0 -7
- package/public/showCaseIcons/heart.svg +0 -3
- package/public/sidebar/aboutLudo.svg +0 -40
- package/public/sidebar/aboutLudoDark.svg +0 -52
- package/public/sidebar/api.svg +0 -3
- package/public/sidebar/close.svg +0 -3
- package/public/sidebar/disconnect.svg +0 -3
- package/public/sidebar/explore.svg +0 -5
- package/public/sidebar/ludoX.svg +0 -63
- package/public/sidebar/my-invites.svg +0 -4
- package/public/sidebar/rewards.svg +0 -4
- package/public/sidebar/submitNft.svg +0 -3
- package/public/socials/facebook.svg +0 -4
- package/public/socials/instagram.svg +0 -5
- package/public/socials/website.svg +0 -8
- package/public/tabs/arrow_right.svg +0 -3
- package/public/tabs/arrow_right_dark.svg +0 -3
- package/public/toTopBtn/toTopBtn.svg +0 -4
- package/public/userpics/placeholder-lg-1.svg +0 -10
- package/public/userpics/placeholder-sm-1.svg +0 -10
- package/public/video/pause.svg +0 -5
- package/public/video/play.svg +0 -4
- package/public/wallets/arkane-btn.svg +0 -5
- package/public/wallets/bitski-btn.svg +0 -12
- package/public/wallets/elrond-btn.svg +0 -36
- package/public/wallets/elrond-icon-sm.svg +0 -35
- package/public/wallets/elrond.svg +0 -4
- package/public/wallets/ethereum-icon-sm.svg +0 -7
- package/public/wallets/flow-btn.svg +0 -6
- package/public/wallets/flow-icon-sm.svg +0 -12
- package/public/wallets/formatic-btn.svg +0 -4
- package/public/wallets/formatic-icon-sm.svg +0 -4
- package/public/wallets/maiar-btn.svg +0 -17
- package/public/wallets/maiar-icon-sm.svg +0 -17
- package/public/wallets/metamask-btn.svg +0 -33
- package/public/wallets/metamask-icon-sm.svg +0 -32
- package/public/wallets/phantom.svg +0 -4
- package/public/wallets/plus.svg +0 -4
- package/public/wallets/solana-btn.svg +0 -20
- package/public/wallets/solana-icon-sm.svg +0 -19
- package/public/wallets/terra-btn.svg +0 -29
- package/public/wallets/terra-icon-sm.svg +0 -29
- package/public/wallets/tezos-btn.svg +0 -12
- package/public/wallets/tezos-icon-sm.svg +0 -11
- package/public/wallets/wallet_connect.svg +0 -4
- package/public/wallets/walletlink-btn.svg +0 -5
- package/public/wallets/walletlink-icon-sm.svg +0 -5
- /package/{public → build/public}/favicon.ico +0 -0
- /package/{public → build/public}/favicon.png +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-500.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-500italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-600.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-600italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-700.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-700italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-italic.woff2 +0 -0
- /package/{public → build/public}/fonts/dm-sans-v15-latin-regular.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-200.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-300.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-500.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-600.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-700.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-800.woff2 +0 -0
- /package/{public → build/public}/fonts/poppins-v21-latin-regular.woff2 +0 -0
- /package/{public → build/public}/formsBg/get_early_access_bg.jpg +0 -0
- /package/{public → build/public}/tests/audio.mp3 +0 -0
- /package/{public → build/public}/userpic-placeholder.jpg +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const BannerStrokeIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="308"
|
|
7
|
+
height="116"
|
|
8
|
+
viewBox="0 0 308 116"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M85.6666 30.918C122.797 26.3758 192.399 19.8459 232.946 21.1131C259.682 21.9486 307.487 27.5064 303.826 56.2407C300.081 85.6313 245.811 98.7211 217.751 103.725C106.978 123.482 46.0907 104.728 23.8794 97.331C-4.11597 88.0078 2.47442 67.4989 13.7908 56.5915C45.0716 26.4409 191.423 7.68619 256.207 3.86693"
|
|
14
|
+
stroke="#6048FF"
|
|
15
|
+
stroke-width="7"
|
|
16
|
+
stroke-linecap="round"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export default BannerStrokeIcon;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const AcceptIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="48"
|
|
7
|
+
height="48"
|
|
8
|
+
viewBox="0 0 48 48"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_6881_50323)">
|
|
13
|
+
<circle cx="24" cy="24" r="24" fill="#5962F7" />
|
|
14
|
+
<path
|
|
15
|
+
d="M17.2818 22.3341L22.9579 29.8313L32.2337 17.9999"
|
|
16
|
+
stroke="white"
|
|
17
|
+
stroke-width="3"
|
|
18
|
+
stroke-linecap="round"
|
|
19
|
+
stroke-linejoin="round"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_6881_50323">
|
|
24
|
+
<rect width="48" height="48" fill="white" />
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
export default AcceptIcon;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const DeclineIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="48"
|
|
7
|
+
height="48"
|
|
8
|
+
viewBox="0 0 48 48"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_6881_50324)">
|
|
13
|
+
<circle cx="24" cy="24" r="24" fill="#ECF0FC" />
|
|
14
|
+
<path
|
|
15
|
+
d="M30.364 17.636L24 24M17.636 30.364L24 24M24 24L30.364 30.364M24 24L17.636 17.636"
|
|
16
|
+
stroke="#696F91"
|
|
17
|
+
stroke-width="3"
|
|
18
|
+
stroke-linecap="round"
|
|
19
|
+
stroke-linejoin="round"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_6881_50324">
|
|
24
|
+
<rect width="48" height="48" fill="white" />
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
export default DeclineIcon;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const CalendarIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="20"
|
|
7
|
+
height="20"
|
|
8
|
+
viewBox="0 0 20 20"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
fill-rule="evenodd"
|
|
14
|
+
clip-rule="evenodd"
|
|
15
|
+
d="M6.66668 0.916748C7.08089 0.916748 7.41668 1.25253 7.41668 1.66675V2.58341H12.5833V1.66675C12.5833 1.25253 12.9191 0.916748 13.3333 0.916748C13.7476 0.916748 14.0833 1.25253 14.0833 1.66675V2.58341C14.5018 2.58344 14.8597 2.58442 15.1558 2.60861C15.48 2.63512 15.7954 2.69316 16.097 2.84682C16.5514 3.07835 16.9216 3.44792 17.1535 3.90296C17.3072 4.20464 17.3651 4.52019 17.3916 4.84445C17.4167 5.15257 17.4167 5.52781 17.4167 5.96835V14.0317C17.4167 14.4723 17.4167 14.8475 17.3916 15.1557C17.3651 15.48 17.3072 15.7956 17.1535 16.0973C16.9216 16.5524 16.5513 16.9218 16.097 17.1533C15.7954 17.307 15.4801 17.365 15.1558 17.3915C14.8471 17.4168 14.4711 17.4168 14.0294 17.4167H5.97098C5.52927 17.4168 5.15311 17.4168 4.84426 17.3915C4.51993 17.365 4.20433 17.307 3.90268 17.1533C3.44784 16.9216 3.07838 16.5519 2.84675 16.0973C2.69306 15.7956 2.63504 15.4801 2.60854 15.1558C2.58332 14.8471 2.58333 14.4711 2.58334 14.0295V5.97053C2.58333 5.52898 2.58332 5.15301 2.60854 4.84433C2.63504 4.52003 2.69307 4.20456 2.84675 3.90296C3.07834 3.44842 3.44776 3.07861 3.90268 2.84682C4.20434 2.69311 4.51995 2.6351 4.84428 2.60861C5.14039 2.58443 5.49837 2.58344 5.91668 2.58341V1.66675C5.91668 1.25253 6.25246 0.916748 6.66668 0.916748ZM6.00017 4.08341C5.5211 4.08341 5.20679 4.084 4.96639 4.10363C4.7347 4.12256 4.63853 4.15537 4.58367 4.18333C4.41138 4.27111 4.27124 4.41127 4.18326 4.58394C4.15527 4.63886 4.12248 4.73497 4.10356 4.96648C4.08509 5.19255 4.08348 5.48405 4.08335 5.91675H15.9167C15.9165 5.48398 15.915 5.19248 15.8965 4.96636C15.8777 4.73481 15.8449 4.63877 15.8169 4.58394C15.7292 4.41177 15.5888 4.27137 15.416 4.18333C15.3611 4.15533 15.265 4.12254 15.0336 4.10363C14.7934 4.084 14.4793 4.08341 14.0002 4.08341H6.00017ZM15.9167 7.41675H4.08334V14C4.08334 14.4791 4.08393 14.7934 4.10356 15.0337C4.12248 15.2652 4.15528 15.3614 4.18326 15.4163C4.2712 15.5889 4.4113 15.729 4.58367 15.8168C4.63855 15.8448 4.73473 15.8776 4.96641 15.8965C5.2068 15.9162 5.52111 15.9167 6.00017 15.9167H14.0002C14.4793 15.9167 14.7934 15.9162 15.0336 15.8965C15.265 15.8776 15.361 15.8448 15.416 15.8168C15.5889 15.7287 15.7293 15.5884 15.8169 15.4163C15.8449 15.3615 15.8777 15.2654 15.8965 15.0338C15.9161 14.7934 15.9167 14.4792 15.9167 14V7.41675Z"
|
|
16
|
+
fill="#B0B2C0"
|
|
17
|
+
/>
|
|
18
|
+
</svg>
|
|
19
|
+
);
|
|
20
|
+
|
|
21
|
+
export default CalendarIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const AddToFavListIconIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
viewBox="0 0 18 22"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
clip-rule="evenodd"
|
|
13
|
+
d="M3.7 2.96424V18.05L10.74 14.53L17.78 18.05V2.96424C17.78 2.96424 17.78 0.449857 14.7 0.449951H6.7C3.7 0.449951 3.7 2.96424 3.7 2.96424ZM16.28 2.99058C16.2799 2.98948 16.2798 2.98827 16.2797 2.98694C16.2779 2.96695 16.2733 2.92592 16.2622 2.87142C16.2389 2.75726 16.1941 2.61831 16.1159 2.49052C16.018 2.33073 15.7463 1.94992 14.7 1.94995H6.7C5.71222 1.94995 5.45942 2.31427 5.36317 2.47561C5.28604 2.60489 5.24142 2.74651 5.21806 2.86395C5.20693 2.91992 5.20225 2.96234 5.20044 2.98358C5.20026 2.98565 5.20012 2.98747 5.2 2.98905V15.6229L10.0692 13.1883C10.4915 12.9772 10.9885 12.9772 11.4108 13.1883L16.28 15.6229V2.99058Z"
|
|
14
|
+
fill="#B0B2C0"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M0.199997 6.46424V21.55L7.24 18.03L14.28 21.55V6.46424C14.28 6.46424 14.28 3.94986 11.2 3.94995H3.2C0.199997 3.94995 0.199997 6.46424 0.199997 6.46424Z"
|
|
18
|
+
fill="#B0B2C0"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
fill-rule="evenodd"
|
|
22
|
+
clip-rule="evenodd"
|
|
23
|
+
d="M0.199997 6.46424V21.55L7.24 18.03L14.28 21.55V6.46424C14.28 6.46424 14.28 3.94986 11.2 3.94995H3.2C0.199997 3.94995 0.199997 6.46424 0.199997 6.46424ZM12.78 6.49058C12.7799 6.48948 12.7798 6.48827 12.7797 6.48694C12.7779 6.46695 12.7733 6.42592 12.7622 6.37142C12.7389 6.25726 12.6941 6.11831 12.6159 5.99052C12.518 5.83073 12.2463 5.44992 11.2 5.44995H3.2C2.21222 5.44995 1.95942 5.81427 1.86317 5.97561C1.78604 6.10489 1.74142 6.24651 1.71806 6.36395C1.70693 6.41992 1.70225 6.46234 1.70044 6.48358C1.70026 6.48565 1.70012 6.48747 1.7 6.48905V19.1229L6.56918 16.6883C6.99147 16.4772 7.48853 16.4772 7.91082 16.6883L12.78 19.1229V6.49058Z"
|
|
24
|
+
fill="#B0B2C0"
|
|
25
|
+
/>
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
export default AddToFavListIconIcon;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const AddToGalleryIconIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
viewBox="0 0 14 13"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
fill-rule="evenodd"
|
|
12
|
+
clip-rule="evenodd"
|
|
13
|
+
d="M7.24907 1.60002L6.78716 1.13811C6.77533 1.12628 6.7636 1.11454 6.75197 1.10289C6.57941 0.93001 6.42733 0.77765 6.24397 0.665284C6.08268 0.566445 5.90681 0.493787 5.72342 0.449759C5.51435 0.399566 5.29922 0.399767 5.05508 0.399993C5.03855 0.400009 5.0219 0.400024 5.0051 0.400024H2.20039C1.20628 0.400024 0.400392 1.20591 0.400392 2.20002L0.400391 9.90315C0.40038 10.2194 0.400371 10.4923 0.418733 10.717C0.438114 10.9542 0.480904 11.1902 0.59658 11.4172C0.769086 11.7558 1.04425 12.0312 1.38308 12.2038C1.61013 12.3195 1.84614 12.3623 2.08337 12.3817C2.30823 12.4 2.58123 12.4 2.89764 12.4H11.1034C11.4198 12.4 11.6927 12.4 11.9174 12.3817C12.1546 12.3623 12.3905 12.3195 12.6175 12.2038C12.9559 12.0314 13.2316 11.7562 13.4043 11.4172C13.52 11.1902 13.5628 10.9542 13.5822 10.717C13.6005 10.4923 13.6005 10.2194 13.6005 9.9031L13.6005 4.0969C13.6005 3.78061 13.6005 3.50776 13.5822 3.28302C13.5628 3.04581 13.52 2.80988 13.4043 2.58285C13.2316 2.24392 12.9559 1.96866 12.6175 1.79621C12.3904 1.68054 12.1546 1.63775 11.9174 1.61837C11.6926 1.6 11.4198 1.60001 11.1035 1.60002L7.24907 1.60002ZM7.00039 4.60002C7.33176 4.60002 7.60039 4.86865 7.60039 5.20003V6.40002H8.80039C9.13176 6.40002 9.40039 6.66865 9.40039 7.00002C9.40039 7.3314 9.13176 7.60002 8.80039 7.60002H7.60039V8.80002C7.60039 9.1314 7.33176 9.40002 7.00039 9.40002C6.66902 9.40002 6.40039 9.1314 6.40039 8.80002V7.60002H5.20039C4.86902 7.60002 4.60039 7.3314 4.60039 7.00002C4.60039 6.66865 4.86902 6.40002 5.20039 6.40002H6.40039V5.20003C6.40039 4.86865 6.66902 4.60002 7.00039 4.60002Z"
|
|
14
|
+
fill="#B0B2C0"
|
|
15
|
+
/>
|
|
16
|
+
</svg>
|
|
17
|
+
);
|
|
18
|
+
|
|
19
|
+
export default AddToGalleryIconIcon;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const HeartIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
viewBox="0 0 20 18"
|
|
7
|
+
fill="none"
|
|
8
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
>
|
|
10
|
+
<path
|
|
11
|
+
d="M14.1082 0C17.6353 0 20 3.3528 20 6.4752C20 12.8112 12.3529 18 10 18C7.64706 18 0 12.8112 0 6.4752C0 3.3528 2.36706 0 5.89176 0C7.90824 0 10 1.9248 10 1.9248C10 1.9248 12.0894 0 14.1082 0Z"
|
|
12
|
+
fill="#B0B2C0"
|
|
13
|
+
/>
|
|
14
|
+
</svg>
|
|
15
|
+
);
|
|
16
|
+
|
|
17
|
+
export default HeartIcon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const LoaderIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="36"
|
|
7
|
+
height="36"
|
|
8
|
+
viewBox="0 0 36 36"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M18 29C24.0751 29 29 24.0751 29 18H32C32 25.732 25.732 32 18 32C10.268 32 4 25.732 4 18C4 10.268 10.268 4 18 4V7C11.9249 7 7 11.9249 7 18C7 24.0751 11.9249 29 18 29Z"
|
|
14
|
+
fill="#6048FF"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M18 7V4C21.9174 4 25.459 5.60893 28 8.20203C30.4744 10.7271 32 14.1854 32 18H29C29 14.8479 27.6742 12.0055 25.5499 10C23.5799 8.14015 20.9231 7 18 7Z"
|
|
18
|
+
fill="#EAEDFC"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default LoaderIcon;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const CheckboxOnIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="30"
|
|
7
|
+
height="30"
|
|
8
|
+
viewBox="0 0 30 30"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<rect
|
|
13
|
+
x="2"
|
|
14
|
+
y="2"
|
|
15
|
+
width="26"
|
|
16
|
+
height="26"
|
|
17
|
+
rx="4"
|
|
18
|
+
fill="#4FABF8"
|
|
19
|
+
stroke="white"
|
|
20
|
+
stroke-width="4"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
d="M8 13.32L13.0556 21L22 9"
|
|
24
|
+
stroke="white"
|
|
25
|
+
stroke-width="4"
|
|
26
|
+
stroke-linecap="round"
|
|
27
|
+
stroke-linejoin="round"
|
|
28
|
+
/>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
|
|
32
|
+
export default CheckboxOnIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const CheckboxArrowIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="10"
|
|
7
|
+
height="7"
|
|
8
|
+
viewBox="0 0 10 7"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M1 3L4 6L9 1"
|
|
14
|
+
stroke="white"
|
|
15
|
+
stroke-width="2"
|
|
16
|
+
stroke-linecap="round"
|
|
17
|
+
stroke-linejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default CheckboxArrowIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const CloseIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="19"
|
|
7
|
+
height="19"
|
|
8
|
+
viewBox="0 0 19 19"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M2.2502 2.0268L17 16.777M17 2L2 17"
|
|
14
|
+
stroke="#5962F7"
|
|
15
|
+
stroke-width="4"
|
|
16
|
+
stroke-linecap="round"
|
|
17
|
+
stroke-linejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default CloseIcon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const Close20Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
width="20"
|
|
8
|
+
height="20"
|
|
9
|
+
viewBox="0 0 20 20"
|
|
10
|
+
fill="none"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M6.13344 6.01429L14 13.8811M14 6L6 14"
|
|
14
|
+
stroke="#6048FF"
|
|
15
|
+
stroke-width="1.5"
|
|
16
|
+
stroke-linecap="round"
|
|
17
|
+
stroke-linejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default Close20Icon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const ExportIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="12"
|
|
7
|
+
height="12"
|
|
8
|
+
viewBox="0 0 12 12"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M1 8V11H11V8M6 7.5V1M6 1L4 3M6 1L8 3"
|
|
14
|
+
stroke="#696F91"
|
|
15
|
+
stroke-width="1.4"
|
|
16
|
+
stroke-linecap="round"
|
|
17
|
+
stroke-linejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</svg>
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export default ExportIcon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const CopiedIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="18"
|
|
7
|
+
height="18"
|
|
8
|
+
viewBox="0 0 18 18"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<rect width="18" height="18" rx="6" fill="#6048FF" />
|
|
13
|
+
<path
|
|
14
|
+
d="M5 9L8 12L13 7"
|
|
15
|
+
stroke="white"
|
|
16
|
+
stroke-width="2"
|
|
17
|
+
stroke-linecap="round"
|
|
18
|
+
stroke-linejoin="round"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
export default CopiedIcon;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const CopyIconNewIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="20"
|
|
7
|
+
height="20"
|
|
8
|
+
viewBox="0 0 20 20"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<rect
|
|
13
|
+
x="2"
|
|
14
|
+
y="6"
|
|
15
|
+
width="12"
|
|
16
|
+
height="12"
|
|
17
|
+
rx="2"
|
|
18
|
+
stroke="#6048FF"
|
|
19
|
+
stroke-width="1.5"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M6 5.5V4C6 2.89543 6.89543 2 8 2H16C17.1046 2 18 2.89543 18 4V12C18 13.1046 17.1046 14 16 14H14.5"
|
|
23
|
+
stroke="#6048FF"
|
|
24
|
+
stroke-width="1.5"
|
|
25
|
+
/>
|
|
26
|
+
</svg>
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
export default CopyIconNewIcon;
|
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const MoreBtnIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="17"
|
|
7
|
+
height="4"
|
|
8
|
+
viewBox="0 0 17 4"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
>
|
|
2
11
|
<path d="M2.4981 3.5C1.66967 3.5 0.998101 2.82843 0.998101 2C0.998101 1.17157 1.66967 0.5 2.4981 0.5C3.32653 0.5 3.9981 1.17157 3.9981 2C3.9981 2.82843 3.32653 3.5 2.4981 3.5Z" />
|
|
3
12
|
<path d="M9 3.5C8.17157 3.5 7.5 2.82843 7.5 2C7.5 1.17157 8.17157 0.5 9 0.5C9.82843 0.5 10.5 1.17157 10.5 2C10.5 2.82843 9.82843 3.5 9 3.5Z" />
|
|
4
13
|
<path d="M15.498 3.5C14.6695 3.5 13.998 2.82843 13.998 2C13.998 1.17157 14.6695 0.5 15.498 0.5C16.3264 0.5 16.998 1.17157 16.998 2C16.998 2.82843 16.3264 3.5 15.498 3.5Z" />
|
|
5
|
-
</svg>
|
|
14
|
+
</svg>
|
|
15
|
+
);
|
|
6
16
|
|
|
17
|
+
export default MoreBtnIcon;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const MoreBtnVerticalIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="4"
|
|
7
|
+
height="14"
|
|
8
|
+
viewBox="0 0 4 14"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M3.5 12.5C3.5 13.3284 2.82843 14 2 14C1.17157 14 0.5 13.3284 0.5 12.5C0.5 11.6716 1.17157 11 2 11C2.82843 11 3.5 11.6716 3.5 12.5Z"
|
|
14
|
+
fill="#B0B2C0"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M3.5 7.0022C3.5 7.83062 2.82843 8.5022 2 8.5022C1.17157 8.5022 0.5 7.83062 0.5 7.0022C0.5 6.17377 1.17157 5.5022 2 5.5022C2.82843 5.5022 3.5 6.17377 3.5 7.0022Z"
|
|
18
|
+
fill="#B0B2C0"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M3.5024 1.49992C3.5024 2.32835 2.83083 2.99992 2.0024 2.99992C1.17397 2.99992 0.502398 2.32835 0.502398 1.49992C0.502398 0.671497 1.17397 -7.62542e-05 2.0024 -7.62542e-05C2.83083 -7.62542e-05 3.5024 0.671497 3.5024 1.49992Z"
|
|
22
|
+
fill="#B0B2C0"
|
|
23
|
+
/>
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
export default MoreBtnVerticalIcon;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const MoreBtnHoverIcon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="14"
|
|
7
|
+
height="18"
|
|
8
|
+
viewBox="0 0 14 18"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<path
|
|
13
|
+
d="M8.5 14.5C8.5 15.3284 7.82843 16 7 16C6.17157 16 5.5 15.3284 5.5 14.5C5.5 13.6716 6.17157 13 7 13C7.82843 13 8.5 13.6716 8.5 14.5Z"
|
|
14
|
+
fill="#696F90"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
d="M8.5 9.0022C8.5 9.83062 7.82843 10.5022 7 10.5022C6.17157 10.5022 5.5 9.83062 5.5 9.0022C5.5 8.17377 6.17157 7.5022 7 7.5022C7.82843 7.5022 8.5 8.17377 8.5 9.0022Z"
|
|
18
|
+
fill="#696F90"
|
|
19
|
+
/>
|
|
20
|
+
<path
|
|
21
|
+
d="M8.5024 3.5C8.5024 4.32843 7.83083 5 7.0024 5C6.17397 5 5.5024 4.32843 5.5024 3.5C5.5024 2.67157 6.17397 2 7.0024 2C7.83083 2 8.5024 2.67157 8.5024 3.5Z"
|
|
22
|
+
fill="#696F90"
|
|
23
|
+
/>
|
|
24
|
+
</svg>
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
export default MoreBtnHoverIcon;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C0Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36694)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36694"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle cx="20" cy="20" r="20" fill="#C4C4C4" />
|
|
23
|
+
</mask>
|
|
24
|
+
<g mask="url(#mask0_1631_36694)">
|
|
25
|
+
<circle cx="20" cy="20" r="20" fill="#4FABF8" />
|
|
26
|
+
<path
|
|
27
|
+
d="M39.1997 33.8333L37.6663 32.5714C37.6663 32.5714 32.2997 17.4286 23.8663 11.119C15.433 4.80952 0.866341 4.17857 0.866341 4.17857L-0.666992 2.91667L3.16634 0.392857L16.1997 -1.5L27.6997 0.392857L39.9663 8.59524L45.333 21.8452L39.1997 33.8333Z"
|
|
28
|
+
fill="#6048FF"
|
|
29
|
+
/>
|
|
30
|
+
<g filter="url(#filter0_f_1631_36694)">
|
|
31
|
+
<path
|
|
32
|
+
d="M-6.13822 24.2604L-3.73099 24.7038C-3.73099 24.7038 0.894429 17.5531 16.28 16.2898C31.6655 15.0265 52.5049 33.1952 52.5049 33.1952L54.9121 33.6386L53.507 38.9762L43.2968 49.5322L31.3933 54.8018L13.6731 53.4038L-1.92803 41.825L-6.13822 24.2604Z"
|
|
33
|
+
fill="#4FD4F8"
|
|
34
|
+
fill-opacity="0.7"
|
|
35
|
+
/>
|
|
36
|
+
</g>
|
|
37
|
+
</g>
|
|
38
|
+
</g>
|
|
39
|
+
<defs>
|
|
40
|
+
<filter
|
|
41
|
+
id="filter0_f_1631_36694"
|
|
42
|
+
x="-16.1387"
|
|
43
|
+
y="6.22681"
|
|
44
|
+
width="81.0508"
|
|
45
|
+
height="58.5751"
|
|
46
|
+
filterUnits="userSpaceOnUse"
|
|
47
|
+
color-interpolation-filters="sRGB"
|
|
48
|
+
>
|
|
49
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
50
|
+
<feBlend
|
|
51
|
+
mode="normal"
|
|
52
|
+
in="SourceGraphic"
|
|
53
|
+
in2="BackgroundImageFix"
|
|
54
|
+
result="shape"
|
|
55
|
+
/>
|
|
56
|
+
<feGaussianBlur
|
|
57
|
+
stdDeviation="5"
|
|
58
|
+
result="effect1_foregroundBlur_1631_36694"
|
|
59
|
+
/>
|
|
60
|
+
</filter>
|
|
61
|
+
<clipPath id="clip0_1631_36694">
|
|
62
|
+
<rect width="40" height="40" fill="white" />
|
|
63
|
+
</clipPath>
|
|
64
|
+
</defs>
|
|
65
|
+
</svg>
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
export default C0Icon;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
const C1Icon = (props) => (
|
|
4
|
+
<svg
|
|
5
|
+
{...props}
|
|
6
|
+
width="40"
|
|
7
|
+
height="40"
|
|
8
|
+
viewBox="0 0 40 40"
|
|
9
|
+
fill="none"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
>
|
|
12
|
+
<g clip-path="url(#clip0_1631_36710)">
|
|
13
|
+
<mask
|
|
14
|
+
id="mask0_1631_36710"
|
|
15
|
+
style="mask-type:alpha"
|
|
16
|
+
maskUnits="userSpaceOnUse"
|
|
17
|
+
x="0"
|
|
18
|
+
y="0"
|
|
19
|
+
width="40"
|
|
20
|
+
height="40"
|
|
21
|
+
>
|
|
22
|
+
<circle
|
|
23
|
+
cx="20"
|
|
24
|
+
cy="20"
|
|
25
|
+
r="20"
|
|
26
|
+
transform="rotate(-90 20 20)"
|
|
27
|
+
fill="#C4C4C4"
|
|
28
|
+
/>
|
|
29
|
+
</mask>
|
|
30
|
+
<g mask="url(#mask0_1631_36710)">
|
|
31
|
+
<circle
|
|
32
|
+
cx="20"
|
|
33
|
+
cy="20"
|
|
34
|
+
r="20"
|
|
35
|
+
transform="rotate(-90 20 20)"
|
|
36
|
+
fill="#84FF7A"
|
|
37
|
+
/>
|
|
38
|
+
<path
|
|
39
|
+
d="M33.8333 0.800326L32.5714 2.33366C32.5714 2.33366 17.4286 7.70032 11.119 16.1337C4.80952 24.567 4.17857 39.1337 4.17857 39.1337L2.91667 40.667L0.392857 36.8337L-1.5 23.8003L0.392856 12.3003L8.59524 0.0336604L21.8452 -5.33301L33.8333 0.800326Z"
|
|
40
|
+
fill="#4FD4F8"
|
|
41
|
+
/>
|
|
42
|
+
<g filter="url(#filter0_f_1631_36710)">
|
|
43
|
+
<path
|
|
44
|
+
d="M24.2607 46.1382L24.704 43.731C24.704 43.731 17.5534 39.1056 16.2901 23.7201C15.0268 8.33453 33.1955 -12.5049 33.1955 -12.5049L33.6388 -14.9121L38.9764 -13.507L49.5325 -3.29678L54.8021 8.60673L53.404 26.3269L41.8253 41.928L24.2607 46.1382Z"
|
|
45
|
+
fill="#6BEB2E"
|
|
46
|
+
fill-opacity="0.7"
|
|
47
|
+
/>
|
|
48
|
+
</g>
|
|
49
|
+
</g>
|
|
50
|
+
</g>
|
|
51
|
+
<defs>
|
|
52
|
+
<filter
|
|
53
|
+
id="filter0_f_1631_36710"
|
|
54
|
+
x="6.22754"
|
|
55
|
+
y="-24.9121"
|
|
56
|
+
width="58.5742"
|
|
57
|
+
height="81.0503"
|
|
58
|
+
filterUnits="userSpaceOnUse"
|
|
59
|
+
color-interpolation-filters="sRGB"
|
|
60
|
+
>
|
|
61
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix" />
|
|
62
|
+
<feBlend
|
|
63
|
+
mode="normal"
|
|
64
|
+
in="SourceGraphic"
|
|
65
|
+
in2="BackgroundImageFix"
|
|
66
|
+
result="shape"
|
|
67
|
+
/>
|
|
68
|
+
<feGaussianBlur
|
|
69
|
+
stdDeviation="5"
|
|
70
|
+
result="effect1_foregroundBlur_1631_36710"
|
|
71
|
+
/>
|
|
72
|
+
</filter>
|
|
73
|
+
<clipPath id="clip0_1631_36710">
|
|
74
|
+
<rect
|
|
75
|
+
width="40"
|
|
76
|
+
height="40"
|
|
77
|
+
fill="white"
|
|
78
|
+
transform="translate(0 40) rotate(-90)"
|
|
79
|
+
/>
|
|
80
|
+
</clipPath>
|
|
81
|
+
</defs>
|
|
82
|
+
</svg>
|
|
83
|
+
);
|
|
84
|
+
|
|
85
|
+
export default C1Icon;
|