@ludo.ninja/components 1.1.5 → 1.1.7

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.
Files changed (918) hide show
  1. package/package.json +9 -7
  2. package/src/components/CreationCard/CardHead.tsx +3 -1
  3. package/src/components/CreationCard/index.tsx +5 -2
  4. package/src/components/headers/headerSearch/index.tsx +2 -2
  5. package/src/components/profile/ProfileTabs.tsx +3 -1
  6. package/src/components/sidebar/index.tsx +6 -2
  7. package/src/components/sidebar/initializer.tsx +3 -1
  8. package/src/layouts/GlobalLayout.tsx +1 -1
  9. package/src/layouts/base/LWithSearchHeader/index.tsx +2 -2
  10. package/src/layouts/custom/accountLayout/index.tsx +2 -2
  11. package/src/layouts/custom/formsLayout/index.tsx +2 -2
  12. package/src/layouts/custom/mainLayout/index.tsx +2 -2
  13. package/src/layouts/custom/searchLayout/index.tsx +2 -2
  14. package/src/layouts/custom/simpleLayout/index.tsx +2 -2
  15. package/src/layouts/index.ts +4 -0
  16. package/src/layouts/pageWithLayout.ts +2 -0
  17. package/src/modules/gallery/api/useGetAssetsAndCollectionForFavorite.ts +21 -9
  18. package/src/store/index.ts +1 -0
  19. package/src/styles/index.ts +0 -2
  20. package/src/system/Buttons/index.ts +0 -2
  21. package/src/system/Cards/CardHeadIcons/index.tsx +3 -1
  22. package/src/system/Cards/CardsGrid/index.tsx +3 -1
  23. package/src/system/Cards/RegularCard/index.tsx +5 -2
  24. package/src/system/CardsHolderWithSkeleton/CardsHolder/index.tsx +3 -0
  25. package/src/system/CardsHolderWithSkeleton/index.tsx +4 -0
  26. package/src/system/Tabs/index.ts +1 -1
  27. package/src/system/index.ts +0 -1
  28. package/src/utils/index.ts +0 -1
  29. package/tsconfig.json +6 -10
  30. package/dist/api/graphql/index.js +0 -7
  31. package/dist/api/index.js +0 -1
  32. package/dist/api/server-assets/mutations/useDislikeAsset/index.js +0 -192
  33. package/dist/api/server-assets/mutations/useLikeAsset/index.js +0 -189
  34. package/dist/api/server-assets/queries/useFetchAssetByBlockchain/index.js +0 -211
  35. package/dist/api/server-assets/queries/useFetchAssets/index.js +0 -42
  36. package/dist/api/server-assets/queries/useFetchDynamicAssetLikes/index.js +0 -52
  37. package/dist/api/server-assets/queries/useFetchDynamicAssetsLikes/index.js +0 -40
  38. package/dist/api/server-collection/mutations/useDislikeCollection/index.js +0 -191
  39. package/dist/api/server-collection/mutations/useLikeCollection/index.js +0 -191
  40. package/dist/api/server-experiences/queries/useFetchMyExperienceWithLevel/index.js +0 -91
  41. package/dist/api/server-experiences/queries/useFetchMyTasks/index.js +0 -60
  42. package/dist/api/server-galleries/mutations/useAddAssetsToGallery/index.js +0 -196
  43. package/dist/api/server-galleries/mutations/useAddChangeGalleryBanner/index.js +0 -174
  44. package/dist/api/server-galleries/mutations/useAddCollectionsToGallery/index.js +0 -198
  45. package/dist/api/server-galleries/mutations/useAddCreationsToGallery/index.js +0 -206
  46. package/dist/api/server-galleries/mutations/useCreateFavorites/index.js +0 -184
  47. package/dist/api/server-galleries/mutations/useCreateGallery/index.js +0 -184
  48. package/dist/api/server-galleries/mutations/useDeleteGallery/index.js +0 -196
  49. package/dist/api/server-galleries/mutations/useDeleteGalleryBanner/index.js +0 -192
  50. package/dist/api/server-galleries/mutations/useEditGallery/index.js +0 -171
  51. package/dist/api/server-galleries/mutations/useRemoveAssetFromGallery/index.js +0 -208
  52. package/dist/api/server-galleries/mutations/useRemoveCollectionFromGallery/index.js +0 -203
  53. package/dist/api/server-galleries/queries/useFetchGallery/index.js +0 -50
  54. package/dist/api/server-galleries/queries/useFetchGalleryAssets/index.js +0 -268
  55. package/dist/api/server-galleries/queries/useFetchMyFavorites/index.js +0 -257
  56. package/dist/api/server-galleries/queries/useFetchMyGalleries/index.js +0 -261
  57. package/dist/api/server-galleries/queries/useFetchSubscribedGalleries/index.js +0 -244
  58. package/dist/api/server-galleries/queries/useFetchUserFavorites/index.js +0 -265
  59. package/dist/api/server-identities/mutations/useAddWalletElrond/index.js +0 -60
  60. package/dist/api/server-identities/mutations/useAddWalletFlow/index.js +0 -196
  61. package/dist/api/server-identities/mutations/useAddWalletMetamask/index.js +0 -230
  62. package/dist/api/server-identities/mutations/useAddWalletSolana/index.js +0 -204
  63. package/dist/api/server-identities/mutations/useAddWalletTezos/index.js +0 -196
  64. package/dist/api/server-identities/mutations/useFollowProfile/index.js +0 -65
  65. package/dist/api/server-identities/mutations/useGenerateNewInviteCodes/index.js +0 -191
  66. package/dist/api/server-identities/mutations/useInviteCode/index.js +0 -203
  67. package/dist/api/server-identities/mutations/useRemoveWallet/index.js +0 -59
  68. package/dist/api/server-identities/mutations/useRevokeToken/index.js +0 -167
  69. package/dist/api/server-identities/mutations/useSaveEmailOfJoiner/index.js +0 -204
  70. package/dist/api/server-identities/mutations/useUnfollowProfile/index.js +0 -67
  71. package/dist/api/server-identities/queries/useFetchProfile/index.js +0 -103
  72. package/dist/api/server-identities/queries/useFetchUserWallets/index.js +0 -39
  73. package/dist/api/server-identities/queries/useGetMyInviteCodes/index.js +0 -52
  74. package/dist/api/server-medias/mutations/useDeleteUserpic/index.js +0 -34
  75. package/dist/api/server-medias/mutations/useUploadUserpic/index.js +0 -190
  76. package/dist/api/server-medias/queries/useFetchUserPic/index.js +0 -49
  77. package/dist/api/server-opportunities/mutations/useDislikeOpportunity.js +0 -177
  78. package/dist/api/server-opportunities/mutations/useLikeOpportunity.js +0 -177
  79. package/dist/api/server-opportunities/mutations/useOpenOpportunity/index.js +0 -178
  80. package/dist/api/server-opportunities/queries/useGetOpportunities.js +0 -31
  81. package/dist/api/server-preferences/mutations/useSaveUserExpectations/index.jsx +0 -86
  82. package/dist/api/server-preferences/mutations/useSaveUserInterests/index.js +0 -210
  83. package/dist/api/server-preferences/queries/fetchSearchResultSelections/index.js +0 -35
  84. package/dist/api/server-preferences/queries/fetchSearchResultSelections/queryData.js +0 -246
  85. package/dist/api/server-preferences/queries/useFetchExpectations/index.js +0 -25
  86. package/dist/api/server-preferences/queries/useFetchInterests/index.js +0 -25
  87. package/dist/api/server-preferences/queries/useFetchSearchResultTimeSelection/index.js +0 -36
  88. package/dist/api/server-preferences/queries/useFetchUserInterests/index.js +0 -27
  89. package/dist/api/server-preferences/queries/useSearchResultBlockchainSelections/index.js +0 -37
  90. package/dist/api/server-preferences/queries/useSearchResultCategorySelections/index.js +0 -45
  91. package/dist/api/server-preferences/queries/useSearchResultStatusSelections/index.js +0 -46
  92. package/dist/api/server-preferences/queries/useSearchResultTypeSelections/index.js +0 -68
  93. package/dist/api/server-search/queries/useFetchAllCreations/index.js +0 -325
  94. package/dist/api/server-search/queries/useFetchAssetsCount/index.js +0 -31
  95. package/dist/api/server-search/queries/useFetchCollection/index.js +0 -69
  96. package/dist/api/server-search/queries/useFetchCollections/index.js +0 -334
  97. package/dist/api/server-search/queries/useFetchDynamicCollectionData/index.js +0 -359
  98. package/dist/api/server-search/queries/useFetchFindAllTopEntitiesByName/index.js +0 -79
  99. package/dist/api/server-search/queries/useFetchNetWorth/index.js +0 -29
  100. package/dist/api/server-search/queries/useFindCreations/index.js +0 -353
  101. package/dist/api/server-search/queries/useFindProfilesByName/index.js +0 -86
  102. package/dist/api/server-search/queries/useFindShowcaseItems/index.js +0 -40
  103. package/dist/api/server-search/queries/useFindUserCreations/index.js +0 -332
  104. package/dist/api/server-search/queries/useFindUserShowcaseItems/index.js +0 -38
  105. package/dist/api/subscriptions/SubscriberInviteNotification.jsx +0 -40
  106. package/dist/components/CreationCard/CardHead.jsx +0 -129
  107. package/dist/components/CreationCard/index.jsx +0 -73
  108. package/dist/components/addWalletsRedirectPage/index.jsx +0 -40
  109. package/dist/components/assetJSONLD.jsx +0 -27
  110. package/dist/components/assetPage/assetLikes/index.jsx +0 -59
  111. package/dist/components/assetPage/assetNft/index.jsx +0 -29
  112. package/dist/components/assetPage/assetWrapper/index.jsx +0 -54
  113. package/dist/components/assetPage/audioVideoPlayer/Duration.jsx +0 -27
  114. package/dist/components/assetPage/audioVideoPlayer/index.jsx +0 -179
  115. package/dist/components/assetPage/category/index.jsx +0 -35
  116. package/dist/components/assetPage/description/index.jsx +0 -30
  117. package/dist/components/assetPage/detailsAccordeon/index.jsx +0 -49
  118. package/dist/components/assetPage/figCaption/index.jsx +0 -208
  119. package/dist/components/assetPage/index.js +0 -13
  120. package/dist/components/assetPage/information/index.jsx +0 -87
  121. package/dist/components/assetPage/marketPlaces/index.jsx +0 -35
  122. package/dist/components/assetPage/media/AssetImage/index.jsx +0 -76
  123. package/dist/components/assetPage/moreDropDown/index.jsx +0 -60
  124. package/dist/components/assetPage/participants/index.jsx +0 -137
  125. package/dist/components/assetPage/priceRank/index.jsx +0 -75
  126. package/dist/components/assetPage/properties/index.jsx +0 -26
  127. package/dist/components/assetPage/slider/index.jsx +0 -73
  128. package/dist/components/assetPage/slider/slideItem.jsx +0 -16
  129. package/dist/components/assetPage/slider/store.js +0 -16
  130. package/dist/components/assetPage/tittle/index.jsx +0 -51
  131. package/dist/components/assetPage/viewer3D/index.jsx +0 -85
  132. package/dist/components/banner/index.jsx +0 -49
  133. package/dist/components/base/Meta/index.jsx +0 -59
  134. package/dist/components/base/NoSSR/index.jsx +0 -5
  135. package/dist/components/collectionPage/collectionLike/index.jsx +0 -40
  136. package/dist/components/deleteDialog/index.jsx +0 -111
  137. package/dist/components/editProfile/Cropper/index.jsx +0 -88
  138. package/dist/components/editProfile/UserPicProfile/index.jsx +0 -254
  139. package/dist/components/favoriteList/add/addAssetToFavoriteList/index.jsx +0 -68
  140. package/dist/components/favoriteList/add/addCollectionToFavoriteList/index.jsx +0 -66
  141. package/dist/components/favoriteList/add/addCreationToFavoriteList/index.jsx +0 -68
  142. package/dist/components/filters/applyResetBtns/index.jsx +0 -26
  143. package/dist/components/filters/galleriesFiltersForm/index.jsx +0 -71
  144. package/dist/components/filters/index.jsx +0 -92
  145. package/dist/components/filters/mobileFilters/index.jsx +0 -16
  146. package/dist/components/filters/setsFiltersForm/index.jsx +0 -61
  147. package/dist/components/forms/form/index.jsx +0 -118
  148. package/dist/components/forms/formsNavigation/index.jsx +0 -54
  149. package/dist/components/forms/formsTemplate/index.jsx +0 -747
  150. package/dist/components/forms/types/index.js +0 -10
  151. package/dist/components/gallery/add/addAssetToGallery/index.jsx +0 -68
  152. package/dist/components/gallery/add/addCreationToGallery/index.jsx +0 -87
  153. package/dist/components/gradientLabel/index.jsx +0 -19
  154. package/dist/components/headers/components/MobileToggle/index.jsx +0 -1
  155. package/dist/components/headers/components/headerExperienceLabel/index.jsx +0 -28
  156. package/dist/components/headers/components/headerUserPic/index.jsx +0 -23
  157. package/dist/components/headers/header/index.jsx +0 -27
  158. package/dist/components/headers/headerSearch/index.jsx +0 -34
  159. package/dist/components/headers/headerSimple/index.jsx +0 -30
  160. package/dist/components/inviteCodesForms/getEarlyAccessForm/index.jsx +0 -186
  161. package/dist/components/inviteCodesForms/joinWaitListForm/index.jsx +0 -132
  162. package/dist/components/inviteCodesForms/styles/index.js +0 -76
  163. package/dist/components/inviteCodesPage/components/index.jsx +0 -5
  164. package/dist/components/inviteCodesPage/components/inviteCodes/index.jsx +0 -19
  165. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCode/index.jsx +0 -26
  166. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCode/loader/index.jsx +0 -22
  167. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/index.jsx +0 -23
  168. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/loader/index.jsx +0 -16
  169. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeCopy/index.jsx +0 -27
  170. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeDate/index.jsx +0 -20
  171. package/dist/components/inviteCodesPage/wrappers/index.jsx +0 -4
  172. package/dist/components/inviteCodesPage/wrappers/resumeCodes/index.jsx +0 -59
  173. package/dist/components/inviteCodesPage/wrappers/resumeCodes/loader/index.jsx +0 -13
  174. package/dist/components/inviteCodesPage/wrappers/unusedCodes/index.jsx +0 -28
  175. package/dist/components/inviteCodesPage/wrappers/usedCodes/index.jsx +0 -35
  176. package/dist/components/linkTabs/index.jsx +0 -21
  177. package/dist/components/linkTabs/linkTab/index.jsx +0 -27
  178. package/dist/components/myWallets/index.jsx +0 -29
  179. package/dist/components/myWallets/myWalletItem/index.jsx +0 -116
  180. package/dist/components/navigation/index.jsx +0 -65
  181. package/dist/components/profile/MultiversXAudit/MultiversXAudit.jsx +0 -268
  182. package/dist/components/profile/ProfileTabs.jsx +0 -41
  183. package/dist/components/profile/aboutText/index.jsx +0 -89
  184. package/dist/components/profile/addToGalleryBtns/index.jsx +0 -43
  185. package/dist/components/profile/followersSocial/followers/index.jsx +0 -22
  186. package/dist/components/profile/followersSocial/index.jsx +0 -22
  187. package/dist/components/profile/followersSocial/social/index.jsx +0 -35
  188. package/dist/components/profile/index.js +0 -11
  189. package/dist/components/profile/info/index.jsx +0 -39
  190. package/dist/components/profile/interests/data.js +0 -21
  191. package/dist/components/profile/interests/index.jsx +0 -64
  192. package/dist/components/profile/interests/type.js +0 -1
  193. package/dist/components/profile/jsonLd/index.jsx +0 -5
  194. package/dist/components/profile/pageHead/index.jsx +0 -45
  195. package/dist/components/profile/profileSkeleton/index.jsx +0 -33
  196. package/dist/components/profile/profileUserCards/index.jsx +0 -12
  197. package/dist/components/profile/profileUserCards/profileUserCard/index.jsx +0 -132
  198. package/dist/components/profile/rank/index.jsx +0 -34
  199. package/dist/components/profile/stats/index.jsx +0 -29
  200. package/dist/components/profile/wallets/index.jsx +0 -74
  201. package/dist/components/profile/wrapper/index.jsx +0 -20
  202. package/dist/components/registrationPage/index.jsx +0 -3
  203. package/dist/components/registrationPage/registrationSelectBox/index.jsx +0 -20
  204. package/dist/components/registrationPage/registrationSelection/index.jsx +0 -52
  205. package/dist/components/rewards/FAQ/index.jsx +0 -112
  206. package/dist/components/rewards/clarifications/index.jsx +0 -59
  207. package/dist/components/rewards/logoBottom/index.jsx +0 -25
  208. package/dist/components/rewards/prograssBar/index.jsx +0 -29
  209. package/dist/components/rewards/rewardsButton/index.jsx +0 -12
  210. package/dist/components/rewards/seasonBanner/index.jsx +0 -25
  211. package/dist/components/rewards/taskExpTab/index.jsx +0 -71
  212. package/dist/components/rewards/tasksGrid/index.jsx +0 -140
  213. package/dist/components/rewards/userExp/index.jsx +0 -73
  214. package/dist/components/search/SearchInputContainer.jsx +0 -216
  215. package/dist/components/search/index.jsx +0 -60
  216. package/dist/components/search/searchCategories/index.jsx +0 -55
  217. package/dist/components/search/searchCategories/type.js +0 -1
  218. package/dist/components/search/searchCloseMoreButtons/index.jsx +0 -52
  219. package/dist/components/search/searchResultCaption/index.jsx +0 -29
  220. package/dist/components/search/searchSelectsGalleries/index.jsx +0 -58
  221. package/dist/components/search/searchSelectsSets/index.jsx +0 -54
  222. package/dist/components/search/searchSimpleInput/index.jsx +0 -59
  223. package/dist/components/search/searchSuggestions/index.jsx +0 -119
  224. package/dist/components/search/searchSuggestions/searchSuggestionsCaption/index.jsx +0 -23
  225. package/dist/components/search/searchSuggestions/searchSuggestionsFooter/index.jsx +0 -26
  226. package/dist/components/search/searchSuggestions/searchSuggestionsItem/index.jsx +0 -42
  227. package/dist/components/search/searchSuggestions/searchSuggestionsItem/searchSuggestionsItemSkeleton/index.jsx +0 -33
  228. package/dist/components/search/searchSuggestions/searchSuggestionsNotFound/index.jsx +0 -22
  229. package/dist/components/searchPage/SearchTabs.jsx +0 -46
  230. package/dist/components/searchPage/searchFiltersConnector/index.jsx +0 -382
  231. package/dist/components/searchPage/searchProfiles/index.jsx +0 -112
  232. package/dist/components/shareDialog/index.jsx +0 -86
  233. package/dist/components/showcaseAssets/showcaseSort/data.js +0 -26
  234. package/dist/components/showcaseAssets/showcaseSort/index.jsx +0 -25
  235. package/dist/components/sidebar/data.jsx +0 -102
  236. package/dist/components/sidebar/index.jsx +0 -111
  237. package/dist/components/sidebar/initializer.jsx +0 -5
  238. package/dist/components/sidebar/sidebarFilters/index.jsx +0 -28
  239. package/dist/components/sidebar/sidebarInviteCodeLabel/index.jsx +0 -40
  240. package/dist/components/socialButtons/data.jsx +0 -61
  241. package/dist/components/socialButtons/icons/discord.jsx +0 -17
  242. package/dist/components/socialButtons/icons/facebook.jsx +0 -18
  243. package/dist/components/socialButtons/icons/instagram.jsx +0 -22
  244. package/dist/components/socialButtons/icons/medium.jsx +0 -17
  245. package/dist/components/socialButtons/icons/telegram.jsx +0 -17
  246. package/dist/components/socialButtons/icons/twitter.jsx +0 -17
  247. package/dist/components/socialButtons/index.jsx +0 -30
  248. package/dist/components/socialButtons/type.js +0 -1
  249. package/dist/components/tabs/icons/bell.jsx +0 -17
  250. package/dist/components/tabs/icons/profile.jsx +0 -26
  251. package/dist/components/tabs/icons/secure.jsx +0 -24
  252. package/dist/components/tabs/index.jsx +0 -53
  253. package/dist/components/toTopBtn/index.jsx +0 -61
  254. package/dist/dto/AssetEntity/index.js +0 -206
  255. package/dist/dto/AssetEntity/interface.js +0 -1
  256. package/dist/dto/AssetEntity/views/AssetAudio/index.jsx +0 -34
  257. package/dist/dto/AssetEntity/views/AssetImage/index.jsx +0 -45
  258. package/dist/dto/AssetEntity/views/AssetObject/index.jsx +0 -65
  259. package/dist/dto/AssetEntity/views/AssetOther/index.jsx +0 -49
  260. package/dist/dto/AssetEntity/views/AssetScreenshot/index.jsx +0 -45
  261. package/dist/dto/AssetEntity/views/AssetVideo/index.jsx +0 -34
  262. package/dist/dto/AssetEntity/views/index.js +0 -6
  263. package/dist/dto/Collection/CollectionCreationEntity/index.js +0 -157
  264. package/dist/dto/Collection/CollectionCreationEntity/interface.js +0 -1
  265. package/dist/dto/Collection/CollectionEntity/index.js +0 -72
  266. package/dist/dto/Collection/CollectionEntity/interface.js +0 -1
  267. package/dist/dto/CreationEntity/index.js +0 -163
  268. package/dist/dto/CreationEntity/interface.js +0 -1
  269. package/dist/dto/GalleryEntityV2/index.js +0 -69
  270. package/dist/dto/GalleryEntityV2/interface.js +0 -1
  271. package/dist/dto/common/ItemType/data.js +0 -35
  272. package/dist/dto/common/ItemType/index.jsx +0 -40
  273. package/dist/dto/common/ItemViews/CreationAudio/index.jsx +0 -34
  274. package/dist/dto/common/ItemViews/CreationImage/index.jsx +0 -45
  275. package/dist/dto/common/ItemViews/CreationObject/index.jsx +0 -38
  276. package/dist/dto/common/ItemViews/CreationOther/index.jsx +0 -34
  277. package/dist/dto/common/ItemViews/CreationVideo/index.jsx +0 -34
  278. package/dist/dto/common/ItemViews/index.js +0 -5
  279. package/dist/dto/common/Media/Audio/index.jsx +0 -49
  280. package/dist/dto/common/Media/Image/index.jsx +0 -57
  281. package/dist/dto/common/Media/Object/index.jsx +0 -58
  282. package/dist/dto/common/Media/Other/index.jsx +0 -77
  283. package/dist/dto/common/Media/Screenshot/index.jsx +0 -57
  284. package/dist/dto/common/Media/Urls/index.js +0 -151
  285. package/dist/dto/common/Media/Video/index.jsx +0 -49
  286. package/dist/dto/common/Media/index.jsx +0 -38
  287. package/dist/dto/common/Media/interface.js +0 -1
  288. package/dist/dto/index.js +0 -8
  289. package/dist/entities/user/type.js +0 -1
  290. package/dist/fonts/FontsInitializeLayout.jsx +0 -116
  291. package/dist/fonts/vars.js +0 -4
  292. package/dist/hooks/apollo/index.jsx +0 -10
  293. package/dist/hooks/audio/useMultiAudio/index.jsx +0 -54
  294. package/dist/hooks/extension/useExtension/index.js +0 -196
  295. package/dist/hooks/favorites/useGetFavoriteGallaryCreations/index.js +0 -364
  296. package/dist/hooks/favorites/useGetUserFevoritesCreations/index.js +0 -439
  297. package/dist/hooks/galleries/useGetUserGalleriesCreations/index.js +0 -416
  298. package/dist/hooks/index.js +0 -1
  299. package/dist/hooks/likes/dynamic/useFindCollectionsAndLikes.jsx +0 -423
  300. package/dist/hooks/likes/dynamic/useFindCreationsAndLikes.jsx +0 -393
  301. package/dist/hooks/likes/dynamic/useGetCollectionInfoAndLikes.jsx +0 -382
  302. package/dist/hooks/likes/dynamic/useGetCreationsAndLikes.jsx +0 -397
  303. package/dist/hooks/likes/dynamic/useGetCreationsAndLikesByType.jsx +0 -415
  304. package/dist/hooks/likes/dynamic/useGetMixedLikesFavoriteList.jsx +0 -87
  305. package/dist/hooks/likes/dynamic/useGetTableLikes.jsx +0 -133
  306. package/dist/hooks/likes/index.js +0 -172
  307. package/dist/hooks/likes/useGetLikesAsset.js +0 -155
  308. package/dist/hooks/useToGalleryAsset/index.jsx +0 -95
  309. package/dist/index.js +0 -8
  310. package/dist/layouts/GlobalLayout.jsx +0 -43
  311. package/dist/layouts/base/LWithRegularHeader/index.jsx +0 -21
  312. package/dist/layouts/base/LWithRegularHeader/type.js +0 -1
  313. package/dist/layouts/base/LWithSearchHeader/index.jsx +0 -14
  314. package/dist/layouts/base/LWithSearchHeader/type.js +0 -1
  315. package/dist/layouts/base/LWithSimpleHeader/index.jsx +0 -17
  316. package/dist/layouts/base/LWithSimpleHeader/type.js +0 -1
  317. package/dist/layouts/base/LWithoutHeader/index.jsx +0 -19
  318. package/dist/layouts/custom/accountLayout/index.jsx +0 -22
  319. package/dist/layouts/custom/formsLayout/index.jsx +0 -15
  320. package/dist/layouts/custom/mainLayout/index.jsx +0 -20
  321. package/dist/layouts/custom/searchLayout/index.jsx +0 -23
  322. package/dist/layouts/custom/simpleLayout/index.jsx +0 -20
  323. package/dist/layouts/custom/styles.js +0 -70
  324. package/dist/layouts/pageTransitionLayout.jsx +0 -36
  325. package/dist/layouts/pageWithLayout.js +0 -1
  326. package/dist/modules/gallery/api/useGetAssetsAndCollectionForFavorite.js +0 -276
  327. package/dist/modules/gallery/api/useGetFavoriteGallery.js +0 -58
  328. package/dist/modules/gallery/store.js +0 -266
  329. package/dist/modules/gallery/ui/AllResults.jsx +0 -19
  330. package/dist/modules/gallery/ui/Description.jsx +0 -50
  331. package/dist/modules/gallery/ui/EditGallery.jsx +0 -93
  332. package/dist/modules/gallery/ui/GalleryDeleteIcon.jsx +0 -21
  333. package/dist/modules/gallery/ui/PlaceholderItemsGallery.jsx +0 -80
  334. package/dist/modules/gallery/ui/STopSections.js +0 -47
  335. package/dist/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.jsx +0 -38
  336. package/dist/modules/gallery/ui/chooseGalleryItems/index.jsx +0 -117
  337. package/dist/modules/gallery/ui/createGalleryForm/index.jsx +0 -148
  338. package/dist/modules/gallery/ui/editGalleryForm/index.jsx +0 -168
  339. package/dist/modules/gallery/ui/itemsPreview/index.jsx +0 -180
  340. package/dist/modules/index.js +0 -4
  341. package/dist/modules/notifications/CreatorNotifications.jsx +0 -32
  342. package/dist/modules/notifications/index.jsx +0 -3
  343. package/dist/modules/sessionScroll/globalTabs.js +0 -47
  344. package/dist/modules/sessionScroll/index.js +0 -55
  345. package/dist/modules/sessionScroll/type.js +0 -1
  346. package/dist/modules/sessionScroll/useVirtuosoInitialScroll.js +0 -84
  347. package/dist/modules/user/auth/index.js +0 -1
  348. package/dist/modules/user/auth/useAuthVerification.js +0 -207
  349. package/dist/modules/user/auth/useSignIn.js +0 -30
  350. package/dist/modules/user/auth/useSignOut.js +0 -178
  351. package/dist/modules/user/index.js +0 -3
  352. package/dist/modules/user/profileData/index.js +0 -1
  353. package/dist/modules/user/profileData/profileDataInitialization.jsx +0 -67
  354. package/dist/modules/user/store.jsx +0 -96
  355. package/dist/modules/virtuoso/VirtuosoPageBuilder.jsx +0 -127
  356. package/dist/modules/virtuoso/VirtuosoToTopBtn.jsx +0 -34
  357. package/dist/modules/virtuoso/index.js +0 -4
  358. package/dist/modules/virtuoso/types.js +0 -1
  359. package/dist/modules/virtuoso/useSubscribeVirtuosoScrollToHeader.js +0 -26
  360. package/dist/modules/virtuoso/useVirtuosoData.js +0 -61
  361. package/dist/pages/index.jsx +0 -12
  362. package/dist/store/index.js +0 -11
  363. package/dist/store/media/index.js +0 -90
  364. package/dist/store/media/types.js +0 -1
  365. package/dist/store/ui/index.js +0 -333
  366. package/dist/store/ui/types.js +0 -1
  367. package/dist/store/ui/utils.js +0 -35
  368. package/dist/styles/ScreenWidth.js +0 -28
  369. package/dist/styles/animations/index.jsx +0 -8
  370. package/dist/styles/colors/index.jsx +0 -36
  371. package/dist/styles/globalStyles.jsx +0 -55
  372. package/dist/styles/index.js +0 -3
  373. package/dist/styles/mixins/boxShadow.jsx +0 -28
  374. package/dist/styles/mixins/boxTransform.jsx +0 -28
  375. package/dist/styles/mixins/z-indexes.jsx +0 -10
  376. package/dist/styles/typography/index.jsx +0 -1
  377. package/dist/system/ActiveLink/index.jsx +0 -34
  378. package/dist/system/Alert/index.jsx +0 -15
  379. package/dist/system/Alert/type.js +0 -6
  380. package/dist/system/BasicOverlay/index.jsx +0 -15
  381. package/dist/system/Buttons/IconButton/index.jsx +0 -2
  382. package/dist/system/Buttons/IconWithButton/index.jsx +0 -2
  383. package/dist/system/Buttons/IconWithButton/themes.js +0 -1
  384. package/dist/system/Buttons/MainButton/index.jsx +0 -2
  385. package/dist/system/Buttons/MainButton/themes.js +0 -1
  386. package/dist/system/Buttons/SecondaryButton/index.jsx +0 -2
  387. package/dist/system/Buttons/index.js +0 -4
  388. package/dist/system/Cards/CardCheckbox/index.jsx +0 -25
  389. package/dist/system/Cards/CardContent/CardCategory/index.jsx +0 -25
  390. package/dist/system/Cards/CardContent/CardLikes/index.jsx +0 -31
  391. package/dist/system/Cards/CardContent/CardShowMore/index.jsx +0 -39
  392. package/dist/system/Cards/CardContent/index.jsx +0 -61
  393. package/dist/system/Cards/CardHeadIcons/index.jsx +0 -136
  394. package/dist/system/Cards/CardMedia/CardAudio/index.jsx +0 -66
  395. package/dist/system/Cards/CardMedia/CardImage/index.jsx +0 -17
  396. package/dist/system/Cards/CardMedia/CardVideo/index.jsx +0 -57
  397. package/dist/system/Cards/CardRank/index.jsx +0 -34
  398. package/dist/system/Cards/CardsGrid/index.jsx +0 -59
  399. package/dist/system/Cards/MultiMediaCard/index.jsx +0 -82
  400. package/dist/system/Cards/RegularCard/index.jsx +0 -60
  401. package/dist/system/Cards/Styles/Content.js +0 -11
  402. package/dist/system/Cards/Styles/Head.js +0 -40
  403. package/dist/system/Cards/Styles/Headicons.js +0 -114
  404. package/dist/system/Cards/Styles/Image.js +0 -44
  405. package/dist/system/Cards/Styles/Likes.js +0 -13
  406. package/dist/system/Cards/Styles/MultiHead.js +0 -49
  407. package/dist/system/Cards/Styles/Video.js +0 -26
  408. package/dist/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.jsx +0 -75
  409. package/dist/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.jsx +0 -22
  410. package/dist/system/CardsHolderWithSkeleton/CardsHolder/CardsSkeleton/index.jsx +0 -37
  411. package/dist/system/CardsHolderWithSkeleton/CardsHolder/index.jsx +0 -37
  412. package/dist/system/CardsHolderWithSkeleton/CardsHolderLoader/index.jsx +0 -24
  413. package/dist/system/CardsHolderWithSkeleton/index.jsx +0 -17
  414. package/dist/system/DropDown/DropDown.test.jsx +0 -41
  415. package/dist/system/DropDown/index.jsx +0 -38
  416. package/dist/system/Filters/helpers.js +0 -18
  417. package/dist/system/Filters/type.js +0 -8
  418. package/dist/system/Flex/index.jsx +0 -1
  419. package/dist/system/Forms/Checkbox/Checkbox.test.jsx +0 -74
  420. package/dist/system/Forms/Checkbox/index.jsx +0 -35
  421. package/dist/system/Forms/DatePicker/index.jsx +0 -39
  422. package/dist/system/Forms/ErrorLabel/ErrorLabel.test.jsx +0 -22
  423. package/dist/system/Forms/ErrorLabel/index.jsx +0 -15
  424. package/dist/system/Forms/Input/Input.test.jsx +0 -52
  425. package/dist/system/Forms/Input/index.jsx +0 -29
  426. package/dist/system/Forms/Input/type.js +0 -1
  427. package/dist/system/Forms/Messages/index.js +0 -68
  428. package/dist/system/Forms/RadioInput/index.jsx +0 -27
  429. package/dist/system/Forms/Selects/DesktopSelect/index.jsx +0 -115
  430. package/dist/system/Forms/Selects/DesktopSelect/type.js +0 -1
  431. package/dist/system/Forms/Selects/MobileSelect/index.jsx +0 -29
  432. package/dist/system/Forms/TextArea/index.jsx +0 -29
  433. package/dist/system/Forms/index.js +0 -5
  434. package/dist/system/Img/ExternalImage/index.jsx +0 -13
  435. package/dist/system/Img/ImageInterceptor/ImageInterceptor.test.jsx +0 -52
  436. package/dist/system/Img/ImageInterceptor/index.jsx +0 -27
  437. package/dist/system/Img/Profilepic/index.jsx +0 -33
  438. package/dist/system/Img/Userpic/UserPic.test.jsx +0 -66
  439. package/dist/system/Img/Userpic/index.jsx +0 -74
  440. package/dist/system/Img/index.js +0 -3
  441. package/dist/system/Labels/ExperienceLabel/ExperienceLabel.test.jsx +0 -49
  442. package/dist/system/Labels/ExperienceLabel/index.jsx +0 -38
  443. package/dist/system/Labels/InviteLabel/InviteLabel.test.jsx +0 -41
  444. package/dist/system/Labels/InviteLabel/index.jsx +0 -34
  445. package/dist/system/Labels/SkeletonLabel/index.jsx +0 -2
  446. package/dist/system/Modals/Modal/Modal.test.jsx +0 -31
  447. package/dist/system/Modals/Modal/index.jsx +0 -29
  448. package/dist/system/Modals/ModalSidebar/CreatorModalSidebarPortal.jsx +0 -32
  449. package/dist/system/Modals/ModalSidebar/ModalSidebar.test.jsx +0 -30
  450. package/dist/system/Modals/ModalSidebar/ModalSidebarPortal.jsx +0 -14
  451. package/dist/system/Modals/ModalSidebar/index.jsx +0 -28
  452. package/dist/system/Overlay/Overlay.test.jsx +0 -43
  453. package/dist/system/Overlay/index.jsx +0 -24
  454. package/dist/system/PageLoader/index.jsx +0 -2
  455. package/dist/system/Palete/index.jsx +0 -2
  456. package/dist/system/ShareIconResize.jsx +0 -57
  457. package/dist/system/Tabs/TabNavLink/TabNavLink.test.jsx +0 -35
  458. package/dist/system/Tabs/TabNavLink/index.jsx +0 -23
  459. package/dist/system/Tabs/TabsNav/TabsNav.test.jsx +0 -38
  460. package/dist/system/Tabs/TabsNav/index.jsx +0 -22
  461. package/dist/system/Tabs/TabsNav/type.js +0 -1
  462. package/dist/system/Tabs/TabsPanel/TabsPanel.test.jsx +0 -36
  463. package/dist/system/Tabs/TabsPanel/index.jsx +0 -16
  464. package/dist/system/Tabs/index.js +0 -3
  465. package/dist/system/Text/index.jsx +0 -1
  466. package/dist/system/index.js +0 -7
  467. package/dist/system/theme.js +0 -5
  468. package/dist/types/api/graphql/index.d.ts +0 -9
  469. package/dist/types/api/index.d.ts +0 -1
  470. package/dist/types/api/server-assets/mutations/useDislikeAsset/index.d.ts +0 -10
  471. package/dist/types/api/server-assets/mutations/useLikeAsset/index.d.ts +0 -8
  472. package/dist/types/api/server-assets/queries/useFetchAssets/index.d.ts +0 -7
  473. package/dist/types/api/server-assets/queries/useFetchDynamicAssetLikes/index.d.ts +0 -8
  474. package/dist/types/api/server-assets/queries/useFetchDynamicAssetsLikes/index.d.ts +0 -7
  475. package/dist/types/api/server-collection/mutations/useDislikeCollection/index.d.ts +0 -10
  476. package/dist/types/api/server-collection/mutations/useLikeCollection/index.d.ts +0 -10
  477. package/dist/types/api/server-experiences/queries/useFetchMyExperienceWithLevel/index.d.ts +0 -2
  478. package/dist/types/api/server-experiences/queries/useFetchMyTasks/index.d.ts +0 -31
  479. package/dist/types/api/server-galleries/mutations/useAddAssetsToGallery/index.d.ts +0 -11
  480. package/dist/types/api/server-galleries/mutations/useAddChangeGalleryBanner/index.d.ts +0 -4
  481. package/dist/types/api/server-galleries/mutations/useAddCollectionsToGallery/index.d.ts +0 -11
  482. package/dist/types/api/server-galleries/mutations/useAddCreationsToGallery/index.d.ts +0 -7
  483. package/dist/types/api/server-galleries/mutations/useCreateFavorites/index.d.ts +0 -12
  484. package/dist/types/api/server-galleries/mutations/useCreateGallery/index.d.ts +0 -12
  485. package/dist/types/api/server-galleries/mutations/useDeleteGallery/index.d.ts +0 -8
  486. package/dist/types/api/server-galleries/mutations/useDeleteGalleryBanner/index.d.ts +0 -5
  487. package/dist/types/api/server-galleries/mutations/useEditGallery/index.d.ts +0 -12
  488. package/dist/types/api/server-galleries/mutations/useRemoveAssetFromGallery/index.d.ts +0 -7
  489. package/dist/types/api/server-galleries/mutations/useRemoveCollectionFromGallery/index.d.ts +0 -7
  490. package/dist/types/api/server-galleries/queries/useFetchGallery/index.d.ts +0 -16
  491. package/dist/types/api/server-galleries/queries/useFetchGalleryAssets/index.d.ts +0 -21
  492. package/dist/types/api/server-galleries/queries/useFetchMyFavorites/index.d.ts +0 -10
  493. package/dist/types/api/server-galleries/queries/useFetchMyGalleries/index.d.ts +0 -10
  494. package/dist/types/api/server-galleries/queries/useFetchSubscribedGalleries/index.d.ts +0 -12
  495. package/dist/types/api/server-galleries/queries/useFetchUserFavorites/index.d.ts +0 -11
  496. package/dist/types/api/server-identities/mutations/useAddWalletElrond/index.d.ts +0 -6
  497. package/dist/types/api/server-identities/mutations/useAddWalletFlow/index.d.ts +0 -5
  498. package/dist/types/api/server-identities/mutations/useAddWalletMetamask/index.d.ts +0 -12
  499. package/dist/types/api/server-identities/mutations/useAddWalletSolana/index.d.ts +0 -5
  500. package/dist/types/api/server-identities/mutations/useAddWalletTezos/index.d.ts +0 -5
  501. package/dist/types/api/server-identities/mutations/useFollowProfile/index.d.ts +0 -7
  502. package/dist/types/api/server-identities/mutations/useGenerateNewInviteCodes/index.d.ts +0 -10
  503. package/dist/types/api/server-identities/mutations/useRevokeToken/index.d.ts +0 -4
  504. package/dist/types/api/server-identities/mutations/useUnfollowProfile/index.d.ts +0 -7
  505. package/dist/types/api/server-identities/queries/useFetchProfile/index.d.ts +0 -16
  506. package/dist/types/api/server-identities/queries/useGetMyInviteCodes/index.d.ts +0 -9
  507. package/dist/types/api/server-medias/mutations/useDeleteUserpic/index.d.ts +0 -15
  508. package/dist/types/api/server-medias/mutations/useUploadUserpic/index.d.ts +0 -6
  509. package/dist/types/api/server-opportunities/mutations/useDislikeOpportunity.d.ts +0 -4
  510. package/dist/types/api/server-opportunities/mutations/useLikeOpportunity.d.ts +0 -4
  511. package/dist/types/api/server-opportunities/mutations/useOpenOpportunity/index.d.ts +0 -5
  512. package/dist/types/api/server-opportunities/queries/useGetOpportunities.d.ts +0 -4
  513. package/dist/types/api/server-preferences/mutations/useSaveUserExpectations/index.d.ts +0 -4
  514. package/dist/types/api/server-preferences/mutations/useSaveUserInterests/index.d.ts +0 -4
  515. package/dist/types/api/server-preferences/queries/fetchSearchResultSelections/queryData.d.ts +0 -23
  516. package/dist/types/api/server-preferences/queries/useFetchSearchResultTimeSelection/index.d.ts +0 -12
  517. package/dist/types/api/server-preferences/queries/useFetchUserInterests/index.d.ts +0 -8
  518. package/dist/types/api/server-preferences/queries/useSearchResultBlockchainSelections/index.d.ts +0 -13
  519. package/dist/types/api/server-preferences/queries/useSearchResultCategorySelections/index.d.ts +0 -22
  520. package/dist/types/api/server-preferences/queries/useSearchResultStatusSelections/index.d.ts +0 -23
  521. package/dist/types/api/server-preferences/queries/useSearchResultTypeSelections/index.d.ts +0 -22
  522. package/dist/types/api/server-search/queries/useFetchAssetsCount/index.d.ts +0 -7
  523. package/dist/types/api/server-search/queries/useFetchCollection/index.d.ts +0 -19
  524. package/dist/types/api/server-search/queries/useFetchCollections/index.d.ts +0 -23
  525. package/dist/types/api/server-search/queries/useFetchDynamicCollectionData/index.d.ts +0 -13
  526. package/dist/types/api/server-search/queries/useFetchFindAllTopEntitiesByName/index.d.ts +0 -50
  527. package/dist/types/api/server-search/queries/useFetchNetWorth/index.d.ts +0 -8
  528. package/dist/types/api/server-search/queries/useFindShowcaseItems/index.d.ts +0 -2
  529. package/dist/types/api/server-search/queries/useFindUserShowcaseItems/index.d.ts +0 -2
  530. package/dist/types/api/subscriptions/SubscriberInviteNotification.d.ts +0 -2
  531. package/dist/types/components/CreationCard/CardHead.d.ts +0 -14
  532. package/dist/types/components/CreationCard/index.d.ts +0 -29
  533. package/dist/types/components/addWalletsRedirectPage/index.d.ts +0 -5
  534. package/dist/types/components/assetJSONLD.d.ts +0 -1
  535. package/dist/types/components/assetPage/assetLikes/index.d.ts +0 -7
  536. package/dist/types/components/assetPage/assetNft/index.d.ts +0 -5
  537. package/dist/types/components/assetPage/assetWrapper/index.d.ts +0 -9
  538. package/dist/types/components/assetPage/audioVideoPlayer/Duration.d.ts +0 -6
  539. package/dist/types/components/assetPage/audioVideoPlayer/index.d.ts +0 -96
  540. package/dist/types/components/assetPage/category/index.d.ts +0 -7
  541. package/dist/types/components/assetPage/description/index.d.ts +0 -5
  542. package/dist/types/components/assetPage/detailsAccordeon/index.d.ts +0 -7
  543. package/dist/types/components/assetPage/figCaption/index.d.ts +0 -5
  544. package/dist/types/components/assetPage/index.d.ts +0 -13
  545. package/dist/types/components/assetPage/information/index.d.ts +0 -7
  546. package/dist/types/components/assetPage/marketPlaces/index.d.ts +0 -5
  547. package/dist/types/components/assetPage/media/AssetImage/index.d.ts +0 -9
  548. package/dist/types/components/assetPage/moreDropDown/index.d.ts +0 -11
  549. package/dist/types/components/assetPage/participants/index.d.ts +0 -10
  550. package/dist/types/components/assetPage/priceRank/index.d.ts +0 -10
  551. package/dist/types/components/assetPage/properties/index.d.ts +0 -5
  552. package/dist/types/components/assetPage/slider/index.d.ts +0 -6
  553. package/dist/types/components/assetPage/slider/slideItem.d.ts +0 -6
  554. package/dist/types/components/assetPage/slider/store.d.ts +0 -10
  555. package/dist/types/components/assetPage/tittle/index.d.ts +0 -10
  556. package/dist/types/components/assetPage/viewer3D/index.d.ts +0 -8
  557. package/dist/types/components/banner/index.d.ts +0 -3
  558. package/dist/types/components/base/Meta/index.d.ts +0 -3
  559. package/dist/types/components/base/NoSSR/index.d.ts +0 -5
  560. package/dist/types/components/collectionPage/collectionLike/index.d.ts +0 -7
  561. package/dist/types/components/deleteDialog/index.d.ts +0 -8
  562. package/dist/types/components/editProfile/Cropper/index.d.ts +0 -21
  563. package/dist/types/components/editProfile/UserPicProfile/index.d.ts +0 -5
  564. package/dist/types/components/favoriteList/add/addAssetToFavoriteList/index.d.ts +0 -6
  565. package/dist/types/components/favoriteList/add/addCollectionToFavoriteList/index.d.ts +0 -6
  566. package/dist/types/components/favoriteList/add/addCreationToFavoriteList/index.d.ts +0 -7
  567. package/dist/types/components/filters/applyResetBtns/index.d.ts +0 -6
  568. package/dist/types/components/filters/galleriesFiltersForm/index.d.ts +0 -11
  569. package/dist/types/components/filters/index.d.ts +0 -12
  570. package/dist/types/components/filters/mobileFilters/index.d.ts +0 -5
  571. package/dist/types/components/filters/setsFiltersForm/index.d.ts +0 -10
  572. package/dist/types/components/forms/form/index.d.ts +0 -14
  573. package/dist/types/components/forms/formsNavigation/index.d.ts +0 -3
  574. package/dist/types/components/forms/formsTemplate/index.d.ts +0 -14
  575. package/dist/types/components/forms/types/index.d.ts +0 -44
  576. package/dist/types/components/gallery/add/addAssetToGallery/index.d.ts +0 -6
  577. package/dist/types/components/gallery/add/addCreationToGallery/index.d.ts +0 -3
  578. package/dist/types/components/gradientLabel/index.d.ts +0 -3
  579. package/dist/types/components/headers/components/MobileToggle/index.d.ts +0 -0
  580. package/dist/types/components/headers/components/headerExperienceLabel/index.d.ts +0 -5
  581. package/dist/types/components/headers/components/headerUserPic/index.d.ts +0 -5
  582. package/dist/types/components/headers/header/index.d.ts +0 -3
  583. package/dist/types/components/headers/headerSearch/index.d.ts +0 -3
  584. package/dist/types/components/headers/headerSimple/index.d.ts +0 -3
  585. package/dist/types/components/inviteCodesForms/getEarlyAccessForm/index.d.ts +0 -3
  586. package/dist/types/components/inviteCodesForms/joinWaitListForm/index.d.ts +0 -3
  587. package/dist/types/components/inviteCodesForms/styles/index.d.ts +0 -56
  588. package/dist/types/components/inviteCodesPage/components/index.d.ts +0 -5
  589. package/dist/types/components/inviteCodesPage/components/inviteCodes/index.d.ts +0 -6
  590. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCode/index.d.ts +0 -7
  591. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCode/loader/index.d.ts +0 -3
  592. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/index.d.ts +0 -7
  593. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/loader/index.d.ts +0 -3
  594. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeCopy/index.d.ts +0 -6
  595. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeDate/index.d.ts +0 -5
  596. package/dist/types/components/inviteCodesPage/wrappers/index.d.ts +0 -4
  597. package/dist/types/components/inviteCodesPage/wrappers/resumeCodes/index.d.ts +0 -8
  598. package/dist/types/components/inviteCodesPage/wrappers/resumeCodes/loader/index.d.ts +0 -3
  599. package/dist/types/components/inviteCodesPage/wrappers/unusedCodes/index.d.ts +0 -7
  600. package/dist/types/components/inviteCodesPage/wrappers/usedCodes/index.d.ts +0 -7
  601. package/dist/types/components/linkTabs/index.d.ts +0 -7
  602. package/dist/types/components/linkTabs/linkTab/index.d.ts +0 -9
  603. package/dist/types/components/myWallets/index.d.ts +0 -3
  604. package/dist/types/components/myWallets/myWalletItem/index.d.ts +0 -10
  605. package/dist/types/components/navigation/index.d.ts +0 -8
  606. package/dist/types/components/profile/MultiversXAudit/MultiversXAudit.d.ts +0 -2
  607. package/dist/types/components/profile/ProfileTabs.d.ts +0 -7
  608. package/dist/types/components/profile/aboutText/index.d.ts +0 -5
  609. package/dist/types/components/profile/addToGalleryBtns/index.d.ts +0 -5
  610. package/dist/types/components/profile/followersSocial/followers/index.d.ts +0 -7
  611. package/dist/types/components/profile/followersSocial/index.d.ts +0 -5
  612. package/dist/types/components/profile/followersSocial/social/index.d.ts +0 -3
  613. package/dist/types/components/profile/index.d.ts +0 -11
  614. package/dist/types/components/profile/info/index.d.ts +0 -7
  615. package/dist/types/components/profile/interests/data.d.ts +0 -4
  616. package/dist/types/components/profile/interests/index.d.ts +0 -2
  617. package/dist/types/components/profile/interests/type.d.ts +0 -7
  618. package/dist/types/components/profile/jsonLd/index.d.ts +0 -4
  619. package/dist/types/components/profile/pageHead/index.d.ts +0 -6
  620. package/dist/types/components/profile/profileSkeleton/index.d.ts +0 -5
  621. package/dist/types/components/profile/profileUserCards/index.d.ts +0 -4
  622. package/dist/types/components/profile/profileUserCards/profileUserCard/index.d.ts +0 -10
  623. package/dist/types/components/profile/rank/index.d.ts +0 -5
  624. package/dist/types/components/profile/stats/index.d.ts +0 -5
  625. package/dist/types/components/profile/wallets/index.d.ts +0 -2
  626. package/dist/types/components/profile/wrapper/index.d.ts +0 -7
  627. package/dist/types/components/registrationPage/index.d.ts +0 -3
  628. package/dist/types/components/registrationPage/registrationSelectBox/index.d.ts +0 -9
  629. package/dist/types/components/registrationPage/registrationSelection/index.d.ts +0 -16
  630. package/dist/types/components/rewards/FAQ/index.d.ts +0 -3
  631. package/dist/types/components/rewards/clarifications/index.d.ts +0 -8
  632. package/dist/types/components/rewards/logoBottom/index.d.ts +0 -3
  633. package/dist/types/components/rewards/prograssBar/index.d.ts +0 -7
  634. package/dist/types/components/rewards/rewardsButton/index.d.ts +0 -3
  635. package/dist/types/components/rewards/seasonBanner/index.d.ts +0 -5
  636. package/dist/types/components/rewards/taskExpTab/index.d.ts +0 -14
  637. package/dist/types/components/rewards/tasksGrid/index.d.ts +0 -6
  638. package/dist/types/components/rewards/userExp/index.d.ts +0 -12
  639. package/dist/types/components/search/SearchInputContainer.d.ts +0 -26
  640. package/dist/types/components/search/index.d.ts +0 -3
  641. package/dist/types/components/search/searchCategories/index.d.ts +0 -3
  642. package/dist/types/components/search/searchCategories/type.d.ts +0 -5
  643. package/dist/types/components/search/searchCloseMoreButtons/index.d.ts +0 -14
  644. package/dist/types/components/search/searchResultCaption/index.d.ts +0 -7
  645. package/dist/types/components/search/searchSelectsGalleries/index.d.ts +0 -9
  646. package/dist/types/components/search/searchSelectsSets/index.d.ts +0 -8
  647. package/dist/types/components/search/searchSimpleInput/index.d.ts +0 -5
  648. package/dist/types/components/search/searchSuggestions/index.d.ts +0 -14
  649. package/dist/types/components/search/searchSuggestions/searchSuggestionsCaption/index.d.ts +0 -7
  650. package/dist/types/components/search/searchSuggestions/searchSuggestionsFooter/index.d.ts +0 -3
  651. package/dist/types/components/search/searchSuggestions/searchSuggestionsItem/index.d.ts +0 -11
  652. package/dist/types/components/search/searchSuggestions/searchSuggestionsItem/searchSuggestionsItemSkeleton/index.d.ts +0 -4
  653. package/dist/types/components/search/searchSuggestions/searchSuggestionsNotFound/index.d.ts +0 -5
  654. package/dist/types/components/searchPage/SearchTabs.d.ts +0 -7
  655. package/dist/types/components/searchPage/searchFiltersConnector/index.d.ts +0 -25
  656. package/dist/types/components/searchPage/searchProfiles/index.d.ts +0 -8
  657. package/dist/types/components/shareDialog/index.d.ts +0 -34
  658. package/dist/types/components/showcaseAssets/showcaseSort/data.d.ts +0 -4
  659. package/dist/types/components/showcaseAssets/showcaseSort/index.d.ts +0 -8
  660. package/dist/types/components/sidebar/data.d.ts +0 -28
  661. package/dist/types/components/sidebar/index.d.ts +0 -3
  662. package/dist/types/components/sidebar/initializer.d.ts +0 -2
  663. package/dist/types/components/sidebar/sidebarFilters/index.d.ts +0 -7
  664. package/dist/types/components/sidebar/sidebarInviteCodeLabel/index.d.ts +0 -3
  665. package/dist/types/components/socialButtons/data.d.ts +0 -4
  666. package/dist/types/components/socialButtons/icons/discord.d.ts +0 -3
  667. package/dist/types/components/socialButtons/icons/facebook.d.ts +0 -3
  668. package/dist/types/components/socialButtons/icons/instagram.d.ts +0 -3
  669. package/dist/types/components/socialButtons/icons/medium.d.ts +0 -3
  670. package/dist/types/components/socialButtons/icons/telegram.d.ts +0 -3
  671. package/dist/types/components/socialButtons/icons/twitter.d.ts +0 -3
  672. package/dist/types/components/socialButtons/index.d.ts +0 -3
  673. package/dist/types/components/socialButtons/type.d.ts +0 -8
  674. package/dist/types/components/tabs/icons/bell.d.ts +0 -5
  675. package/dist/types/components/tabs/icons/profile.d.ts +0 -5
  676. package/dist/types/components/tabs/icons/secure.d.ts +0 -5
  677. package/dist/types/components/tabs/index.d.ts +0 -3
  678. package/dist/types/components/toTopBtn/index.d.ts +0 -6
  679. package/dist/types/dto/AssetEntity/index.d.ts +0 -63
  680. package/dist/types/dto/AssetEntity/interface.d.ts +0 -39
  681. package/dist/types/dto/AssetEntity/views/AssetAudio/index.d.ts +0 -9
  682. package/dist/types/dto/AssetEntity/views/AssetImage/index.d.ts +0 -10
  683. package/dist/types/dto/AssetEntity/views/AssetObject/index.d.ts +0 -11
  684. package/dist/types/dto/AssetEntity/views/AssetOther/index.d.ts +0 -11
  685. package/dist/types/dto/AssetEntity/views/AssetScreenshot/index.d.ts +0 -10
  686. package/dist/types/dto/AssetEntity/views/AssetVideo/index.d.ts +0 -9
  687. package/dist/types/dto/AssetEntity/views/index.d.ts +0 -6
  688. package/dist/types/dto/Collection/CollectionCreationEntity/index.d.ts +0 -45
  689. package/dist/types/dto/Collection/CollectionCreationEntity/interface.d.ts +0 -24
  690. package/dist/types/dto/Collection/CollectionEntity/index.d.ts +0 -32
  691. package/dist/types/dto/Collection/CollectionEntity/interface.d.ts +0 -21
  692. package/dist/types/dto/CreationEntity/index.d.ts +0 -49
  693. package/dist/types/dto/CreationEntity/interface.d.ts +0 -30
  694. package/dist/types/dto/GalleryEntityV2/index.d.ts +0 -32
  695. package/dist/types/dto/GalleryEntityV2/interface.d.ts +0 -16
  696. package/dist/types/dto/common/ItemType/data.d.ts +0 -3
  697. package/dist/types/dto/common/ItemType/index.d.ts +0 -45
  698. package/dist/types/dto/common/ItemViews/CreationAudio/index.d.ts +0 -9
  699. package/dist/types/dto/common/ItemViews/CreationImage/index.d.ts +0 -10
  700. package/dist/types/dto/common/ItemViews/CreationObject/index.d.ts +0 -8
  701. package/dist/types/dto/common/ItemViews/CreationOther/index.d.ts +0 -9
  702. package/dist/types/dto/common/ItemViews/CreationVideo/index.d.ts +0 -9
  703. package/dist/types/dto/common/ItemViews/index.d.ts +0 -5
  704. package/dist/types/dto/common/Media/Audio/index.d.ts +0 -13
  705. package/dist/types/dto/common/Media/Image/index.d.ts +0 -13
  706. package/dist/types/dto/common/Media/Object/index.d.ts +0 -13
  707. package/dist/types/dto/common/Media/Other/index.d.ts +0 -13
  708. package/dist/types/dto/common/Media/Screenshot/index.d.ts +0 -13
  709. package/dist/types/dto/common/Media/Urls/index.d.ts +0 -64
  710. package/dist/types/dto/common/Media/Video/index.d.ts +0 -13
  711. package/dist/types/dto/common/Media/index.d.ts +0 -26
  712. package/dist/types/dto/common/Media/interface.d.ts +0 -26
  713. package/dist/types/dto/index.d.ts +0 -8
  714. package/dist/types/entities/user/type.d.ts +0 -10
  715. package/dist/types/fonts/FontsInitializeLayout.d.ts +0 -9
  716. package/dist/types/fonts/vars.d.ts +0 -4
  717. package/dist/types/hooks/audio/useMultiAudio/index.d.ts +0 -2
  718. package/dist/types/hooks/extension/useExtension/index.d.ts +0 -7
  719. package/dist/types/hooks/favorites/useGetFavoriteGallaryCreations/index.d.ts +0 -23
  720. package/dist/types/hooks/favorites/useGetUserFevoritesCreations/index.d.ts +0 -24
  721. package/dist/types/hooks/galleries/useGetUserGalleriesCreations/index.d.ts +0 -24
  722. package/dist/types/hooks/index.d.ts +0 -1
  723. package/dist/types/hooks/likes/dynamic/useGetCollectionInfoAndLikes.d.ts +0 -14
  724. package/dist/types/hooks/likes/dynamic/useGetMixedLikesFavoriteList.d.ts +0 -19
  725. package/dist/types/hooks/likes/dynamic/useGetTableLikes.d.ts +0 -15
  726. package/dist/types/hooks/likes/index.d.ts +0 -19
  727. package/dist/types/hooks/likes/useGetLikesAsset.d.ts +0 -20
  728. package/dist/types/hooks/useToGalleryAsset/index.d.ts +0 -18
  729. package/dist/types/index.d.ts +0 -8
  730. package/dist/types/layouts/GlobalLayout.d.ts +0 -4
  731. package/dist/types/layouts/base/LWithRegularHeader/index.d.ts +0 -3
  732. package/dist/types/layouts/base/LWithRegularHeader/type.d.ts +0 -5
  733. package/dist/types/layouts/base/LWithSearchHeader/index.d.ts +0 -3
  734. package/dist/types/layouts/base/LWithSearchHeader/type.d.ts +0 -5
  735. package/dist/types/layouts/base/LWithSimpleHeader/index.d.ts +0 -3
  736. package/dist/types/layouts/base/LWithSimpleHeader/type.d.ts +0 -5
  737. package/dist/types/layouts/base/LWithoutHeader/index.d.ts +0 -3
  738. package/dist/types/layouts/custom/accountLayout/index.d.ts +0 -3
  739. package/dist/types/layouts/custom/formsLayout/index.d.ts +0 -3
  740. package/dist/types/layouts/custom/mainLayout/index.d.ts +0 -3
  741. package/dist/types/layouts/custom/searchLayout/index.d.ts +0 -3
  742. package/dist/types/layouts/custom/simpleLayout/index.d.ts +0 -3
  743. package/dist/types/layouts/custom/styles.d.ts +0 -23
  744. package/dist/types/layouts/pageTransitionLayout.d.ts +0 -7
  745. package/dist/types/layouts/pageWithLayout.d.ts +0 -9
  746. package/dist/types/modules/gallery/api/useGetFavoriteGallery.d.ts +0 -6
  747. package/dist/types/modules/gallery/store.d.ts +0 -26
  748. package/dist/types/modules/gallery/ui/AllResults.d.ts +0 -4
  749. package/dist/types/modules/gallery/ui/Description.d.ts +0 -5
  750. package/dist/types/modules/gallery/ui/EditGallery.d.ts +0 -10
  751. package/dist/types/modules/gallery/ui/GalleryDeleteIcon.d.ts +0 -5
  752. package/dist/types/modules/gallery/ui/PlaceholderItemsGallery.d.ts +0 -2
  753. package/dist/types/modules/gallery/ui/STopSections.d.ts +0 -12
  754. package/dist/types/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.d.ts +0 -8
  755. package/dist/types/modules/gallery/ui/chooseGalleryItems/index.d.ts +0 -16
  756. package/dist/types/modules/gallery/ui/createGalleryForm/index.d.ts +0 -14
  757. package/dist/types/modules/gallery/ui/editGalleryForm/index.d.ts +0 -9
  758. package/dist/types/modules/gallery/ui/itemsPreview/index.d.ts +0 -21
  759. package/dist/types/modules/index.d.ts +0 -4
  760. package/dist/types/modules/notifications/CreatorNotifications.d.ts +0 -2
  761. package/dist/types/modules/notifications/index.d.ts +0 -22
  762. package/dist/types/modules/sessionScroll/globalTabs.d.ts +0 -13
  763. package/dist/types/modules/sessionScroll/index.d.ts +0 -14
  764. package/dist/types/modules/sessionScroll/type.d.ts +0 -7
  765. package/dist/types/modules/sessionScroll/useVirtuosoInitialScroll.d.ts +0 -12
  766. package/dist/types/modules/user/auth/index.d.ts +0 -1
  767. package/dist/types/modules/user/auth/useAuthVerification.d.ts +0 -1
  768. package/dist/types/modules/user/auth/useSignIn.d.ts +0 -3
  769. package/dist/types/modules/user/auth/useSignOut.d.ts +0 -1
  770. package/dist/types/modules/user/index.d.ts +0 -3
  771. package/dist/types/modules/user/profileData/index.d.ts +0 -1
  772. package/dist/types/modules/user/profileData/profileDataInitialization.d.ts +0 -2
  773. package/dist/types/modules/user/store.d.ts +0 -49
  774. package/dist/types/modules/virtuoso/VirtuosoPageBuilder.d.ts +0 -19
  775. package/dist/types/modules/virtuoso/VirtuosoToTopBtn.d.ts +0 -9
  776. package/dist/types/modules/virtuoso/index.d.ts +0 -5
  777. package/dist/types/modules/virtuoso/types.d.ts +0 -7
  778. package/dist/types/modules/virtuoso/useSubscribeVirtuosoScrollToHeader.d.ts +0 -3
  779. package/dist/types/modules/virtuoso/useVirtuosoData.d.ts +0 -12
  780. package/dist/types/pages/index.d.ts +0 -2
  781. package/dist/types/store/index.d.ts +0 -11
  782. package/dist/types/store/media/index.d.ts +0 -5
  783. package/dist/types/store/media/types.d.ts +0 -11
  784. package/dist/types/store/ui/index.d.ts +0 -2
  785. package/dist/types/store/ui/types.d.ts +0 -34
  786. package/dist/types/store/ui/utils.d.ts +0 -7
  787. package/dist/types/styles/ScreenWidth.d.ts +0 -22
  788. package/dist/types/styles/animations/index.d.ts +0 -2
  789. package/dist/types/styles/colors/index.d.ts +0 -36
  790. package/dist/types/styles/globalStyles.d.ts +0 -5
  791. package/dist/types/styles/index.d.ts +0 -3
  792. package/dist/types/styles/mixins/boxShadow.d.ts +0 -2
  793. package/dist/types/styles/mixins/boxTransform.d.ts +0 -2
  794. package/dist/types/styles/mixins/z-indexes.d.ts +0 -10
  795. package/dist/types/styles/typography/index.d.ts +0 -1
  796. package/dist/types/system/ActiveLink/index.d.ts +0 -9
  797. package/dist/types/system/Alert/index.d.ts +0 -3
  798. package/dist/types/system/Alert/type.d.ts +0 -10
  799. package/dist/types/system/BasicOverlay/index.d.ts +0 -3
  800. package/dist/types/system/Buttons/IconButton/index.d.ts +0 -2
  801. package/dist/types/system/Buttons/IconWithButton/index.d.ts +0 -2
  802. package/dist/types/system/Buttons/IconWithButton/themes.d.ts +0 -0
  803. package/dist/types/system/Buttons/MainButton/index.d.ts +0 -2
  804. package/dist/types/system/Buttons/MainButton/themes.d.ts +0 -0
  805. package/dist/types/system/Buttons/SecondaryButton/index.d.ts +0 -2
  806. package/dist/types/system/Buttons/index.d.ts +0 -4
  807. package/dist/types/system/Cards/CardCheckbox/index.d.ts +0 -6
  808. package/dist/types/system/Cards/CardContent/CardCategory/index.d.ts +0 -6
  809. package/dist/types/system/Cards/CardContent/CardLikes/index.d.ts +0 -6
  810. package/dist/types/system/Cards/CardContent/CardShowMore/index.d.ts +0 -7
  811. package/dist/types/system/Cards/CardContent/index.d.ts +0 -17
  812. package/dist/types/system/Cards/CardHeadIcons/index.d.ts +0 -15
  813. package/dist/types/system/Cards/CardMedia/CardAudio/index.d.ts +0 -8
  814. package/dist/types/system/Cards/CardMedia/CardImage/index.d.ts +0 -7
  815. package/dist/types/system/Cards/CardMedia/CardVideo/index.d.ts +0 -7
  816. package/dist/types/system/Cards/CardRank/index.d.ts +0 -5
  817. package/dist/types/system/Cards/CardsGrid/index.d.ts +0 -13
  818. package/dist/types/system/Cards/MultiMediaCard/index.d.ts +0 -10
  819. package/dist/types/system/Cards/RegularCard/index.d.ts +0 -22
  820. package/dist/types/system/Cards/Styles/Content.d.ts +0 -3
  821. package/dist/types/system/Cards/Styles/Head.d.ts +0 -13
  822. package/dist/types/system/Cards/Styles/Headicons.d.ts +0 -15
  823. package/dist/types/system/Cards/Styles/Image.d.ts +0 -15
  824. package/dist/types/system/Cards/Styles/Likes.d.ts +0 -5
  825. package/dist/types/system/Cards/Styles/MultiHead.d.ts +0 -13
  826. package/dist/types/system/Cards/Styles/Video.d.ts +0 -13
  827. package/dist/types/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.d.ts +0 -5
  828. package/dist/types/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.d.ts +0 -5
  829. package/dist/types/system/CardsHolderWithSkeleton/CardsHolder/CardsSkeleton/index.d.ts +0 -6
  830. package/dist/types/system/CardsHolderWithSkeleton/CardsHolder/index.d.ts +0 -22
  831. package/dist/types/system/CardsHolderWithSkeleton/CardsHolderLoader/index.d.ts +0 -3
  832. package/dist/types/system/CardsHolderWithSkeleton/index.d.ts +0 -29
  833. package/dist/types/system/DropDown/DropDown.test.d.ts +0 -1
  834. package/dist/types/system/DropDown/index.d.ts +0 -8
  835. package/dist/types/system/Filters/helpers.d.ts +0 -16
  836. package/dist/types/system/Filters/type.d.ts +0 -16
  837. package/dist/types/system/Flex/index.d.ts +0 -0
  838. package/dist/types/system/Forms/Checkbox/Checkbox.test.d.ts +0 -1
  839. package/dist/types/system/Forms/Checkbox/index.d.ts +0 -22
  840. package/dist/types/system/Forms/DatePicker/index.d.ts +0 -16
  841. package/dist/types/system/Forms/ErrorLabel/ErrorLabel.test.d.ts +0 -1
  842. package/dist/types/system/Forms/ErrorLabel/index.d.ts +0 -7
  843. package/dist/types/system/Forms/Input/Input.test.d.ts +0 -1
  844. package/dist/types/system/Forms/Input/index.d.ts +0 -16
  845. package/dist/types/system/Forms/Input/type.d.ts +0 -5
  846. package/dist/types/system/Forms/Messages/index.d.ts +0 -67
  847. package/dist/types/system/Forms/RadioInput/index.d.ts +0 -13
  848. package/dist/types/system/Forms/Selects/DesktopSelect/index.d.ts +0 -12
  849. package/dist/types/system/Forms/Selects/DesktopSelect/type.d.ts +0 -5
  850. package/dist/types/system/Forms/Selects/MobileSelect/index.d.ts +0 -14
  851. package/dist/types/system/Forms/TextArea/index.d.ts +0 -14
  852. package/dist/types/system/Forms/index.d.ts +0 -5
  853. package/dist/types/system/Img/ExternalImage/index.d.ts +0 -6
  854. package/dist/types/system/Img/ImageInterceptor/ImageInterceptor.test.d.ts +0 -1
  855. package/dist/types/system/Img/ImageInterceptor/index.d.ts +0 -17
  856. package/dist/types/system/Img/Profilepic/index.d.ts +0 -11
  857. package/dist/types/system/Img/Userpic/UserPic.test.d.ts +0 -2
  858. package/dist/types/system/Img/Userpic/index.d.ts +0 -9
  859. package/dist/types/system/Img/index.d.ts +0 -3
  860. package/dist/types/system/Labels/ExperienceLabel/ExperienceLabel.test.d.ts +0 -1
  861. package/dist/types/system/Labels/ExperienceLabel/index.d.ts +0 -7
  862. package/dist/types/system/Labels/InviteLabel/InviteLabel.test.d.ts +0 -1
  863. package/dist/types/system/Labels/InviteLabel/index.d.ts +0 -7
  864. package/dist/types/system/Labels/SkeletonLabel/index.d.ts +0 -2
  865. package/dist/types/system/Modals/Modal/Modal.test.d.ts +0 -1
  866. package/dist/types/system/Modals/Modal/index.d.ts +0 -3
  867. package/dist/types/system/Modals/ModalSidebar/CreatorModalSidebarPortal.d.ts +0 -2
  868. package/dist/types/system/Modals/ModalSidebar/ModalSidebar.test.d.ts +0 -1
  869. package/dist/types/system/Modals/ModalSidebar/ModalSidebarPortal.d.ts +0 -5
  870. package/dist/types/system/Modals/ModalSidebar/index.d.ts +0 -4
  871. package/dist/types/system/Overlay/Overlay.test.d.ts +0 -1
  872. package/dist/types/system/Overlay/index.d.ts +0 -3
  873. package/dist/types/system/PageLoader/index.d.ts +0 -2
  874. package/dist/types/system/Palete/index.d.ts +0 -2
  875. package/dist/types/system/ShareIconResize.d.ts +0 -2
  876. package/dist/types/system/Tabs/TabNavLink/TabNavLink.test.d.ts +0 -2
  877. package/dist/types/system/Tabs/TabNavLink/index.d.ts +0 -12
  878. package/dist/types/system/Tabs/TabsNav/TabsNav.test.d.ts +0 -2
  879. package/dist/types/system/Tabs/TabsNav/index.d.ts +0 -10
  880. package/dist/types/system/Tabs/TabsNav/type.d.ts +0 -6
  881. package/dist/types/system/Tabs/TabsPanel/TabsPanel.test.d.ts +0 -2
  882. package/dist/types/system/Tabs/TabsPanel/index.d.ts +0 -7
  883. package/dist/types/system/Tabs/index.d.ts +0 -4
  884. package/dist/types/system/Text/index.d.ts +0 -0
  885. package/dist/types/system/index.d.ts +0 -7
  886. package/dist/types/system/theme.d.ts +0 -5
  887. package/dist/types/utils/3d.d.ts +0 -9
  888. package/dist/types/utils/adaptive/check4k.d.ts +0 -5
  889. package/dist/types/utils/adaptive/scale.d.ts +0 -9
  890. package/dist/types/utils/auth/index.d.ts +0 -1
  891. package/dist/types/utils/copyBtn/index.d.ts +0 -5
  892. package/dist/types/utils/env/index.d.ts +0 -5
  893. package/dist/types/utils/env/isProd/index.d.ts +0 -1
  894. package/dist/types/utils/env/type.d.ts +0 -5
  895. package/dist/types/utils/extractItemIds/index.d.ts +0 -2
  896. package/dist/types/utils/getDimensionsImage.d.ts +0 -4
  897. package/dist/types/utils/getPageSizeAssets.d.ts +0 -5
  898. package/dist/types/utils/imageProportionsSize/index.d.ts +0 -5
  899. package/dist/types/utils/index.d.ts +0 -3
  900. package/dist/types/utils/screen/index.d.ts +0 -18
  901. package/dist/types/utils/ssrFunctions/index.d.ts +0 -25
  902. package/dist/types/utils/ui/index.d.ts +0 -8
  903. package/dist/utils/3d.js +0 -45
  904. package/dist/utils/adaptive/check4k.js +0 -18
  905. package/dist/utils/adaptive/scale.js +0 -23
  906. package/dist/utils/auth/index.js +0 -10
  907. package/dist/utils/copyBtn/index.jsx +0 -80
  908. package/dist/utils/env/index.js +0 -38
  909. package/dist/utils/env/isProd/index.js +0 -6
  910. package/dist/utils/env/type.js +0 -6
  911. package/dist/utils/extractItemIds/index.jsx +0 -8
  912. package/dist/utils/getDimensionsImage.js +0 -182
  913. package/dist/utils/getPageSizeAssets.js +0 -24
  914. package/dist/utils/imageProportionsSize/index.jsx +0 -20
  915. package/dist/utils/index.js +0 -3
  916. package/dist/utils/screen/index.js +0 -108
  917. package/dist/utils/ssrFunctions/index.js +0 -49
  918. package/dist/utils/ui/index.jsx +0 -4
@@ -1,208 +0,0 @@
1
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
- return cooked;
4
- };
5
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
6
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
7
- return new (P || (P = Promise))(function (resolve, reject) {
8
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
9
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
10
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
11
- step((generator = generator.apply(thisArg, _arguments || [])).next());
12
- });
13
- };
14
- var __generator = (this && this.__generator) || function (thisArg, body) {
15
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
16
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
17
- function verb(n) { return function (v) { return step([n, v]); }; }
18
- function step(op) {
19
- if (f) throw new TypeError("Generator is already executing.");
20
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
21
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
22
- if (y = 0, t) op = [op[0] & 2, t.value];
23
- switch (op[0]) {
24
- case 0: case 1: t = op; break;
25
- case 4: _.label++; return { value: op[1], done: false };
26
- case 5: _.label++; y = op[1]; op = [0]; continue;
27
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
28
- default:
29
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
30
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
31
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
32
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
33
- if (t[2]) _.ops.pop();
34
- _.trys.pop(); continue;
35
- }
36
- op = body.call(thisArg, _);
37
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
38
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
39
- }
40
- };
41
- import React, { useMemo } from 'react';
42
- import Skeleton from 'react-loading-skeleton';
43
- import styled from 'styled-components';
44
- import { authCookies } from '@ludo.ninja/api';
45
- import { alertVariants } from '@ludo.ninja/ui/build/system/Alert/type';
46
- import { adaptiveValueCalc } from '@ludo.ninja/ui/build/utils/4k';
47
- import { copyToClipboard } from '@ludo.ninja/utils';
48
- import { useUserStore } from '@/modules/user/store';
49
- import { useUiStore } from '@/store/ui';
50
- import useFetchDynamicAssetLikes from '@/api/server-assets/queries/useFetchDynamicAssetLikes';
51
- import { ScreenWidth, mediaQuery } from '@/styles/ScreenWidth';
52
- import { BlackColor, TextDarkGrayColor, TextGrayColor } from '@/styles/colors';
53
- import AssetLikes from '@/components/assetPage/assetLikes';
54
- import { MoreDropDown } from '@/components/assetPage/moreDropDown';
55
- import AddAssetToFavoriteList from '@/components/favoriteList/add/addAssetToFavoriteList';
56
- import AddAssetToGallery from '@/components/gallery/add/addAssetToGallery';
57
- // import MoreIcon from '@/public/creation/card/moreBtn.svg';
58
- import ShareDialog from '@/components/shareDialog';
59
- import IconWithButton from '@/system/Buttons/IconWithButton';
60
- import StyledLikes from '@/system/Cards/Styles/Likes';
61
- import { Flex } from '@system';
62
- import { getAdaptiveValueWithCheck4k } from '@/utils/adaptive/check4k';
63
- import { getAdaptiveScale } from '@/utils/adaptive/scale';
64
- import { useWindowDimensionsWithServerInitial } from '@/utils/screen';
65
- import GalleryIcon from '@/public/assetPage/favorite.svg';
66
- import FavoriteIcon from '@/public/assetPage/flag.svg';
67
- import ShareIcon from '@/public/assetPage/shareWithDots.svg';
68
- var ImageDetails = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin-top: 16px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 510px;\n\n ", " {\n width: 335px;\n margin-top: 16px;\n }\n\n @media (max-width: 767px) {\n margin-top: 24px;\n align-items: center;\n width: 100%;\n margin-right: 0;\n }\n\n h5:hover {\n color: ", ";\n }\n\n ", " {\n margin-right: 20px;\n cursor: pointer;\n }\n\n .icon.liked {\n path {\n fill: #f94c66;\n }\n }\n\n .shareIconStyle {\n path {\n stroke: none;\n fill: ", ";\n }\n\n :hover {\n path {\n fill: ", ";\n }\n }\n }\n\n ", " {\n margin-top: ", ";\n width: ", ";\n\n ", " {\n margin-right: ", ";\n }\n }\n"], ["\n margin-top: 16px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n width: 510px;\n\n ", " {\n width: 335px;\n margin-top: 16px;\n }\n\n @media (max-width: 767px) {\n margin-top: 24px;\n align-items: center;\n width: 100%;\n margin-right: 0;\n }\n\n h5:hover {\n color: ", ";\n }\n\n ", " {\n margin-right: 20px;\n cursor: pointer;\n }\n\n .icon.liked {\n path {\n fill: #f94c66;\n }\n }\n\n .shareIconStyle {\n path {\n stroke: none;\n fill: ", ";\n }\n\n :hover {\n path {\n fill: ", ";\n }\n }\n }\n\n ", " {\n margin-top: ", ";\n width: ", ";\n\n ", " {\n margin-right: ", ";\n }\n }\n"])), mediaQuery.desktop, BlackColor, StyledLikes, TextDarkGrayColor, TextGrayColor, mediaQuery.minWidthFourK, adaptiveValueCalc(16), adaptiveValueCalc(510), StyledLikes, adaptiveValueCalc(20));
69
- var SIconResizeWrapper = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n\n ", " {\n width: ", ";\n height: ", ";\n }\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n\n ", " {\n width: ", ";\n height: ", ";\n }\n"])), mediaQuery.minWidthFourK, adaptiveValueCalc(16), adaptiveValueCalc(16));
70
- export var Figcaption = function (_a) {
71
- var _b;
72
- var asset = _a.asset;
73
- var isSignedIn = useUserStore(function (state) { return state.isSignedIn; });
74
- var getUser = useUserStore(function (state) { return state.user; });
75
- var _c = useFetchDynamicAssetLikes({
76
- assetId: (asset === null || asset === void 0 ? void 0 : asset.getAssetId()) || '',
77
- }), likesByUser = _c.likesByUser, isLikedByUser = _c.isLikedByUser, loading = _c.loading;
78
- var url = typeof window !== 'undefined'
79
- ? window.location.origin + window.location.pathname
80
- : null;
81
- var _d = useUiStore(function (state) { return ({
82
- openModal: state.openModal,
83
- closeModal: state.closeModal,
84
- openAlert: state.openAlert,
85
- openModalSidebarPortal: state.openModalSidebarPortal,
86
- }); }), openModal = _d.openModal, closeModal = _d.closeModal, openModalSidebarPortal = _d.openModalSidebarPortal, openAlert = _d.openAlert;
87
- var userId = authCookies.getCookies().userId;
88
- var _e = useWindowDimensionsWithServerInitial(), windowDimensions = _e.windowDimensions, isMobile = _e.isMobile;
89
- var currentDimensions = (windowDimensions === null || windowDimensions === void 0 ? void 0 : windowDimensions.windowWidth) || 1440;
90
- // const isCreator = useMemo(
91
- // () =>
92
- // Boolean(
93
- // asset?.getCreatorsProfiles() &&
94
- // asset
95
- // ?.getCreatorsProfiles()
96
- // .filter((item: schema.IProfile) => item?.userId === userId)
97
- // ),
98
- // [asset?.getCreatorsProfiles()]
99
- // );
100
- var isOwner = useMemo(function () {
101
- return (asset === null || asset === void 0 ? void 0 : asset.getOwnersProfiles().filter(function (item) { return (item === null || item === void 0 ? void 0 : item.userId) === userId; }).length) !== 0;
102
- }, [asset === null || asset === void 0 ? void 0 : asset.getOwnersProfiles()]);
103
- var onShareBtnClick = function () {
104
- var title = (asset === null || asset === void 0 ? void 0 : asset.getName()) || undefined;
105
- openModal(<ShareDialog link={url} onHide={closeModal} params={{
106
- telegram: {
107
- title: title,
108
- },
109
- whatsapp: {
110
- title: title,
111
- },
112
- twitter: {
113
- title: title,
114
- hashtags: ['ludo', 'nft'],
115
- },
116
- reddit: {
117
- title: title,
118
- },
119
- facebook: {
120
- quote: title,
121
- hashtag: '#ludo',
122
- },
123
- }}/>);
124
- };
125
- var onAddFavoriteClick = function () {
126
- return openModalSidebarPortal(<AddAssetToFavoriteList ids={[asset === null || asset === void 0 ? void 0 : asset.getAssetId()]}/>);
127
- };
128
- var onAddGalleryClick = function () {
129
- return openModalSidebarPortal(<AddAssetToGallery ids={[asset === null || asset === void 0 ? void 0 : asset.getAssetId()]}/>);
130
- };
131
- return (<ImageDetails>
132
- <Flex alignItems="center">
133
- {loading ? (<Skeleton style={{
134
- borderRadius: "".concat(getAdaptiveValueWithCheck4k({
135
- windowDimensions: windowDimensions,
136
- currentSize: 3,
137
- }), "px"),
138
- marginRight: "".concat(getAdaptiveValueWithCheck4k({
139
- windowDimensions: windowDimensions,
140
- currentSize: 16.8,
141
- }), "px"),
142
- }} height="100%" width={"".concat(getAdaptiveValueWithCheck4k({
143
- windowDimensions: windowDimensions,
144
- currentSize: 30,
145
- }), "px")}/>) : (<AssetLikes assetId={(asset === null || asset === void 0 ? void 0 : asset.getAssetId()) || ''} isLikedByUser={isLikedByUser} likesByUser={likesByUser}/>)}
146
-
147
- {isSignedIn && (<>
148
- {(((asset === null || asset === void 0 ? void 0 : asset.getCreatorsAddresses()) &&
149
- ((_b = asset === null || asset === void 0 ? void 0 : asset.getCreatorsAddresses()) === null || _b === void 0 ? void 0 : _b[0]) === (getUser === null || getUser === void 0 ? void 0 : getUser.wallets[0])) ||
150
- isOwner) && (<IconWithButton variant={'figcaption'} text={currentDimensions > ScreenWidth.DESKTOP
151
- ? 'Add to Gallery'
152
- : '+ Gallery'} onClick={onAddGalleryClick}>
153
- <SIconResizeWrapper>
154
- <GalleryIcon style={getAdaptiveScale({
155
- windowDimensions: windowDimensions,
156
- currentSize: 1,
157
- })}/>
158
- </SIconResizeWrapper>
159
- </IconWithButton>)}
160
- <IconWithButton variant={'figcaption'} text={currentDimensions > ScreenWidth.DESKTOP
161
- ? 'Add to Favourite list'
162
- : '+Fave list'} onClick={onAddFavoriteClick}>
163
- <SIconResizeWrapper>
164
- <FavoriteIcon style={getAdaptiveScale({ windowDimensions: windowDimensions, currentSize: 1 })}/>
165
- </SIconResizeWrapper>
166
- </IconWithButton>
167
- </>)}
168
- </Flex>
169
- <Flex>
170
- {!isMobile && (<IconWithButton variant={'share'} text={''} onClick={onShareBtnClick}>
171
- <SIconResizeWrapper>
172
- <ShareIcon className="shareIconStyle" style={getAdaptiveScale({ windowDimensions: windowDimensions, currentSize: 1 })}/>
173
- </SIconResizeWrapper>
174
- </IconWithButton>)}
175
-
176
- <MoreDropDown items={[
177
- // {
178
- // id: 'make',
179
- // title: 'Make profile picture',
180
- // },
181
- {
182
- id: 'copy',
183
- title: 'Copy link',
184
- onClick: function () {
185
- return __awaiter(this, void 0, void 0, function () {
186
- return __generator(this, function (_a) {
187
- switch (_a.label) {
188
- case 0: return [4 /*yield*/, copyToClipboard(window.location.href)];
189
- case 1:
190
- _a.sent();
191
- openAlert({
192
- type: alertVariants.copied,
193
- });
194
- return [2 /*return*/];
195
- }
196
- });
197
- });
198
- },
199
- },
200
- // {
201
- // id: 'Hide',
202
- // title: 'Hide'
203
- // }
204
- ]}/>
205
- </Flex>
206
- </ImageDetails>);
207
- };
208
- var templateObject_1, templateObject_2;
@@ -1,13 +0,0 @@
1
- export { Participants } from './participants';
2
- export { Title } from './tittle';
3
- export { AssetMedia } from './assetNft';
4
- export { PriceRank } from './priceRank';
5
- export { Properties } from './properties';
6
- export { Information } from './information';
7
- export { DetailsAccordeon } from './detailsAccordeon';
8
- export { Description } from './description';
9
- export { MarketPlaces } from './marketPlaces';
10
- export { CollectionSlider } from './slider';
11
- export { AudioVideoPlayer } from './audioVideoPlayer';
12
- export { Viewer3D } from './viewer3D';
13
- export { Figcaption } from './figCaption';
@@ -1,87 +0,0 @@
1
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
- return cooked;
4
- };
5
- import React from 'react';
6
- import Link from 'next/link';
7
- import moment from 'moment';
8
- import styled from 'styled-components';
9
- import { BlackColor } from '@ludo.ninja/ui/build/styles/colors';
10
- import { adaptiveValueCalc } from '@ludo.ninja/ui/build/utils/4k';
11
- import { shortenedText } from '@ludo.ninja/utils';
12
- import { mediaQuery } from '@/styles/ScreenWidth';
13
- import { AccentColor, TextGrayColor } from '@/styles/colors';
14
- import { Flex, H5 } from '@system';
15
- import { CopyButton } from '@/utils/copyBtn';
16
- import { getStaticENVDomain } from '@/utils/env';
17
- import { useWindowDimensions } from '@/utils/screen';
18
- import { poppinsFontVarCss } from '@/fonts/vars';
19
- var StyledImage = styled.img(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 50%;\n width: 16px;\n height: 16px;\n ", " {\n width: ", ";\n height: ", ";\n }\n"], ["\n border-radius: 50%;\n width: 16px;\n height: 16px;\n ", " {\n width: ", ";\n height: ", ";\n }\n"])), mediaQuery.minWidthFourK, adaptiveValueCalc(16), adaptiveValueCalc(16));
20
- var BoxOverflow = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n text-align: right;\n white-space: nowrap;\n width: 90px;\n overflow: hidden;\n text-overflow: ellipsis;\n\n ", " {\n width: ", ";\n }\n"], ["\n text-align: right;\n white-space: nowrap;\n width: 90px;\n overflow: hidden;\n text-overflow: ellipsis;\n\n ", " {\n width: ", ";\n }\n"])), mediaQuery.minWidthFourK, adaptiveValueCalc(90));
21
- var FlexOverflow = styled(Flex)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n justify-content: space-between;\n gap: 8px;\n margin-bottom: 8px;\n\n * {\n white-space: nowrap;\n }\n\n ", " {\n gap: ", ";\n margin-bottom: ", ";\n }\n"], ["\n justify-content: space-between;\n gap: 8px;\n margin-bottom: 8px;\n\n * {\n white-space: nowrap;\n }\n\n ", " {\n gap: ", ";\n margin-bottom: ", ";\n }\n"])), mediaQuery.minWidthFourK, adaptiveValueCalc(8), adaptiveValueCalc(8));
22
- var OverflowH5 = styled(H5)(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n text-overflow: ellipsis;\n overflow: hidden;\n"], ["\n text-overflow: ellipsis;\n overflow: hidden;\n"])));
23
- var SBlockchain = styled(Flex)(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n text-align: center;\n align-items: center;\n width: max-content;\n background: ", ";\n transition: background-color 0.2s ease-in;\n padding: 4px 8px;\n border-radius: 6px;\n gap: 6px;\n\n p {\n color: ", ";\n font-family: ", ";\n font-size: 15px;\n font-weight: 500;\n line-height: 22px;\n }\n\n &:hover {\n background: ", ";\n }\n\n ", " {\n padding: ", " ", ";\n border-radius: ", ";\n gap: ", ";\n\n p {\n font-size: ", ";\n line-height: ", ";\n }\n }\n"], ["\n text-align: center;\n align-items: center;\n width: max-content;\n background: ", ";\n transition: background-color 0.2s ease-in;\n padding: 4px 8px;\n border-radius: 6px;\n gap: 6px;\n\n p {\n color: ", ";\n font-family: ", ";\n font-size: 15px;\n font-weight: 500;\n line-height: 22px;\n }\n\n &:hover {\n background: ", ";\n }\n\n ", " {\n padding: ", " ", ";\n border-radius: ", ";\n gap: ", ";\n\n p {\n font-size: ", ";\n line-height: ", ";\n }\n }\n"])), function (_a) {
24
- var theme = _a.theme;
25
- return theme.colors.buttonInactive;
26
- }, BlackColor, poppinsFontVarCss.css, function (_a) {
27
- var theme = _a.theme;
28
- return theme.colors.accentHoverBg;
29
- }, mediaQuery.minWidthFourK, adaptiveValueCalc(4), adaptiveValueCalc(8), adaptiveValueCalc(6), adaptiveValueCalc(6), adaptiveValueCalc(15), adaptiveValueCalc(22));
30
- var SFlex = styled(Flex)(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n margin-bottom: 8px;\n\n ", " {\n margin-bottom: ", ";\n }\n"], ["\n margin-bottom: 8px;\n\n ", " {\n margin-bottom: ", ";\n }\n"])), mediaQuery.minWidthFourK, adaptiveValueCalc(8));
31
- export var Information = function (_a) {
32
- var asset = _a.asset;
33
- var tokenId = asset.getTokenId();
34
- var splittedAssetId = asset.getSplitedAssetId();
35
- var address = asset.getAddress();
36
- var blockChain = asset.getBlockchain();
37
- var blockTimestamp = asset.getBlockTimestamp();
38
- var id = tokenId ? tokenId : splittedAssetId;
39
- var idTittle = tokenId ? 'Token ID' : 'ID';
40
- var deviceType = useWindowDimensions().deviceType;
41
- var isDesktop = deviceType === 'isDesktop';
42
- var styleOverflow = isDesktop
43
- ? { overflow: 'hidden' }
44
- : undefined;
45
- return (<Flex flexDirection="column" justifyContent="space-between">
46
- <SFlex justifyContent="space-between" alignItems="center">
47
- <H5 color={TextGrayColor}>Blockchain</H5>
48
- <Link href={"/search/nfts?blockchain=".concat(blockChain.getBlockChainPrivateLabel())}>
49
- <SBlockchain>
50
- <p>{blockChain.getBlockChainPublicLabel()}</p>
51
- <StyledImage width={16} height={16} src={blockChain.getBlockChainIconRegular({
52
- domain: getStaticENVDomain(),
53
- })} alt={blockChain.getBlockChainPublicLabel()}/>
54
- </SBlockchain>
55
- </Link>
56
- </SFlex>
57
- {address && (<FlexOverflow>
58
- <H5 color={TextGrayColor}>Contract Address</H5>
59
- <CopyButton value={address} style={styleOverflow}>
60
- {isDesktop ? (<OverflowH5 color={AccentColor} title={address}>
61
- {address}
62
- </OverflowH5>) : (<H5 color={AccentColor} title={address}>
63
- {shortenedText(address)}
64
- </H5>)}
65
- </CopyButton>
66
- </FlexOverflow>)}
67
- <FlexOverflow>
68
- <H5 color={TextGrayColor}>{idTittle}</H5>
69
- <CopyButton value={id} style={styleOverflow}>
70
- {isDesktop ? (<OverflowH5 color={AccentColor} title={id}>
71
- {id}
72
- </OverflowH5>) : (<BoxOverflow>
73
- <H5 color={AccentColor} title={id}>
74
- <BoxOverflow>{id}</BoxOverflow>
75
- </H5>
76
- </BoxOverflow>)}
77
- </CopyButton>
78
- </FlexOverflow>
79
- {blockTimestamp && (<SFlex justifyContent="space-between">
80
- <H5 color={TextGrayColor}>Added on</H5>
81
- <H5 color={TextGrayColor}>
82
- {moment(blockTimestamp * 1000).format('LL')}
83
- </H5>
84
- </SFlex>)}
85
- </Flex>);
86
- };
87
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
@@ -1,35 +0,0 @@
1
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
- return cooked;
4
- };
5
- import React from 'react';
6
- import Image from 'next/image';
7
- import Link from 'next/link';
8
- import styled from 'styled-components';
9
- import { adaptiveValueCalc } from '@ludo.ninja/ui/build/utils/4k';
10
- import { mediaQuery } from '@/styles/ScreenWidth';
11
- import BoxShadow from '@/styles/mixins/boxShadow';
12
- import BoxTransform from '@/styles/mixins/boxTransform';
13
- import { getStaticENVDomain } from '@/utils/env';
14
- var Container = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin: 30px 0 0 0;\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n\n ", " {\n margin: 20px 0 0;\n }\n\n ", " {\n margin: ", " 0 0 0;\n }\n"], ["\n margin: 30px 0 0 0;\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n\n ", " {\n margin: 20px 0 0;\n }\n\n ", " {\n margin: ", " 0 0 0;\n }\n"])), mediaQuery.tablet, mediaQuery.minWidthFourK, adaptiveValueCalc(30));
15
- var StyledImage = styled(Image)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n ", ";\n ", ";\n border-radius: 6px;\n margin: 0 7px 6px 0;\n width: 40px;\n height: 40px;\n\n ", " {\n border-radius: ", ";\n margin: 0 ", " ", " 0;\n width: ", ";\n height: ", ";\n }\n"], ["\n ", ";\n ", ";\n border-radius: 6px;\n margin: 0 7px 6px 0;\n width: 40px;\n height: 40px;\n\n ", " {\n border-radius: ", ";\n margin: 0 ", " ", " 0;\n width: ", ";\n height: ", ";\n }\n"])), BoxShadow, BoxTransform, mediaQuery.minWidthFourK, adaptiveValueCalc(6), adaptiveValueCalc(7), adaptiveValueCalc(6), adaptiveValueCalc(40), adaptiveValueCalc(40));
16
- var MarketLinkWrapper = function (_a) {
17
- var market = _a.market, children = _a.children;
18
- if (market.getMarketPlaceUrl()) {
19
- return (<Link target="_blank" title={market.getMarketPlaceName()} href={market.getMarketPlaceUrl()}>
20
- {children}
21
- </Link>);
22
- }
23
- return <>{children}</>;
24
- };
25
- export var MarketPlaces = function (_a) {
26
- var markets = _a.markets;
27
- return (<Container>
28
- {markets === null || markets === void 0 ? void 0 : markets.map(function (market) { return (<MarketLinkWrapper key={market.getMarketPlaceId()} market={market}>
29
- <StyledImage width={40} height={40} src={market.getMarketPlaceIconRegular({
30
- domain: getStaticENVDomain(),
31
- })} alt={market.getMarketPlaceName()}/>
32
- </MarketLinkWrapper>); })}
33
- </Container>);
34
- };
35
- var templateObject_1, templateObject_2;
@@ -1,76 +0,0 @@
1
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
- return cooked;
4
- };
5
- var __assign = (this && this.__assign) || function () {
6
- __assign = Object.assign || function(t) {
7
- for (var s, i = 1, n = arguments.length; i < n; i++) {
8
- s = arguments[i];
9
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
10
- t[p] = s[p];
11
- }
12
- return t;
13
- };
14
- return __assign.apply(this, arguments);
15
- };
16
- import React, { useLayoutEffect, useRef, useState } from 'react';
17
- import Link from 'next/link';
18
- import Skeleton from 'react-loading-skeleton';
19
- import styled, { css } from 'styled-components';
20
- import { AccentColor, InactiveButtonColor, WhiteColor, } from '@ludo.ninja/ui/build/styles/colors';
21
- import { adaptiveValueCalc } from '@ludo.ninja/ui/build/utils/4k';
22
- import { mediaQuery } from '@/styles/ScreenWidth';
23
- import { defineImgProportion } from '@/utils/imageProportionsSize';
24
- import { poppinsFontVarCss } from '@/fonts/vars';
25
- var SScreenshotContainer = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n border-radius: 16px;\n overflow: hidden;\n background-color: ", ";\n transition: background-color 150ms;\n\n &:hover {\n background-color: ", ";\n }\n\n .link {\n display: flex;\n align-items: center;\n padding: 10px;\n width: 100%;\n height: 48px;\n\n ", " {\n height: 42px;\n }\n\n span {\n text-align: center;\n color: ", ";\n font-family: ", ";\n font-size: 15px;\n font-weight: 500;\n line-height: 22px;\n width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n\n ", " {\n border-radius: ", ";\n\n .link {\n padding: ", ";\n height: ", ";\n\n span {\n font-size: ", ";\n line-height: ", ";\n }\n }\n }\n"], ["\n border-radius: 16px;\n overflow: hidden;\n background-color: ", ";\n transition: background-color 150ms;\n\n &:hover {\n background-color: ", ";\n }\n\n .link {\n display: flex;\n align-items: center;\n padding: 10px;\n width: 100%;\n height: 48px;\n\n ", " {\n height: 42px;\n }\n\n span {\n text-align: center;\n color: ", ";\n font-family: ", ";\n font-size: 15px;\n font-weight: 500;\n line-height: 22px;\n width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n }\n\n ", " {\n border-radius: ", ";\n\n .link {\n padding: ", ";\n height: ", ";\n\n span {\n font-size: ", ";\n line-height: ", ";\n }\n }\n }\n"])), WhiteColor, InactiveButtonColor, mediaQuery.desktop, AccentColor, poppinsFontVarCss.css, mediaQuery.minWidthFourK, adaptiveValueCalc(16), adaptiveValueCalc(10), adaptiveValueCalc(48), adaptiveValueCalc(15), adaptiveValueCalc(22));
26
- var ImageContainer = styled.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n display: flex;\n position: relative;\n align-self: center;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n\n & img {\n object-fit: contain;\n aspect-ratio: auto;\n width: 100%;\n border-radius: 16px;\n max-height: 510px;\n max-width: 510px;\n }\n\n ", "\n ", " {\n & img {\n border-radius: ", ";\n max-height: ", ";\n max-width: ", ";\n }\n\n ", "\n }\n"], ["\n display: flex;\n position: relative;\n align-self: center;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n\n & img {\n object-fit: contain;\n aspect-ratio: auto;\n width: 100%;\n border-radius: 16px;\n max-height: 510px;\n max-width: 510px;\n }\n\n ", "\n ", " {\n & img {\n border-radius: ", ";\n max-height: ", ";\n max-width: ", ";\n }\n\n ", "\n }\n"])), function (props) {
27
- return props.isScreenshot
28
- ? css(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n width: 508px;\n height: 244px;\n\n ", " {\n width: 336px;\n height: 164px;\n }\n\n ", " {\n width: 320px;\n height: 154px;\n }\n "], ["\n width: 508px;\n height: 244px;\n\n ", " {\n width: 336px;\n height: 164px;\n }\n\n ", " {\n width: 320px;\n height: 154px;\n }\n "])), mediaQuery.desktop, mediaQuery.mobile) : css(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n border-radius: 16px;\n width: 510px;\n height: 510px;\n\n ", " {\n width: 335px;\n height: 335px;\n }\n\n ", " {\n width: 320px;\n height: 320px;\n }\n "], ["\n border-radius: 16px;\n width: 510px;\n height: 510px;\n\n ", " {\n width: 335px;\n height: 335px;\n }\n\n ", " {\n width: 320px;\n height: 320px;\n }\n "])), mediaQuery.desktop, mediaQuery.mobile);
29
- }, mediaQuery.minWidthFourK, adaptiveValueCalc(16), adaptiveValueCalc(510), adaptiveValueCalc(510), function (props) {
30
- return props.isScreenshot
31
- ? css(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n width: ", ";\n height: ", ";\n "], ["\n width: ", ";\n height: ", ";\n "])), adaptiveValueCalc(508), adaptiveValueCalc(244)) : css(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n border-radius: ", ";\n width: ", ";\n height: ", ";\n "], ["\n border-radius: ", ";\n width: ", ";\n height: ", ";\n "])), adaptiveValueCalc(16), adaptiveValueCalc(510), adaptiveValueCalc(510));
32
- });
33
- var AssetImage = function (_a) {
34
- var imageUrl = _a.imageUrl, errorImg = _a.errorImg, originalUrl = _a.originalUrl, alt = _a.alt, isScreenshot = _a.isScreenshot;
35
- var _b = useState({}), size = _b[0], setSize = _b[1];
36
- var _c = useState(true), loading = _c[0], setLoading = _c[1];
37
- var ref = useRef(null);
38
- useLayoutEffect(function () {
39
- var _a = defineImgProportion(ref, 80), width = _a.width, height = _a.height;
40
- if (imageUrl && parseFloat(height) && parseFloat(width)) {
41
- defineImgProportion(ref, 80);
42
- setSize({ width: width, height: height });
43
- }
44
- }, [imageUrl]);
45
- var LinkComponent = originalUrl ? Link : React.Fragment;
46
- var ScreenShotContainer = isScreenshot
47
- ? SScreenshotContainer
48
- : React.Fragment;
49
- return (<LinkComponent href={"".concat(originalUrl)} target="_blank">
50
- <ScreenShotContainer>
51
- <ImageContainer isScreenshot={isScreenshot}>
52
- {loading && (<Skeleton height={'100%'} width={'100%'} style={{
53
- lineHeight: 'normal',
54
- position: 'absolute',
55
- top: 0,
56
- left: 0,
57
- visibility: "".concat(loading ? 'hidden' : 'visible'),
58
- }}/>)}
59
- <img alt={alt} ref={ref} src={imageUrl} onError={function (e) {
60
- e.target.src = errorImg;
61
- setSize({ width: '100%', height: '100%' });
62
- }} onLoad={function () { return setLoading(false); }} style={__assign({ opacity: loading ? '0' : '1' }, (isScreenshot
63
- ? {
64
- maxHeight: '100%',
65
- maxWidth: '100%',
66
- }
67
- : size))}/>
68
- </ImageContainer>
69
- {isScreenshot && originalUrl && (<div className="link" title={originalUrl}>
70
- <span>{originalUrl}</span>
71
- </div>)}
72
- </ScreenShotContainer>
73
- </LinkComponent>);
74
- };
75
- export default AssetImage;
76
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6;
@@ -1,60 +0,0 @@
1
- var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
2
- if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
3
- return cooked;
4
- };
5
- import React, { useState } from 'react';
6
- import styled, { css } from 'styled-components';
7
- import { adaptiveValueCalc } from '@ludo.ninja/ui/build/utils/4k';
8
- import { ClickAwayListener } from '@ludo.ninja/utils';
9
- import { mediaQuery } from '@/styles/ScreenWidth';
10
- import { BackgroundColorLight, BlackColor, TextGrayColor, WhiteColor, } from '@/styles/colors';
11
- import IconWithButton from '@/system/Buttons/IconWithButton';
12
- import { getAdaptiveScale } from '@/utils/adaptive/scale';
13
- import { useWindowDimensionsWithServerInitial } from '@/utils/screen';
14
- import { dmsansFontVarCss } from '@/fonts/vars';
15
- import MoreIcon from '@/public/creation/card/moreBtn.svg';
16
- var SContainer = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n\n & > *:first-child {\n width: 24px;\n height: 24px;\n\n ", " {\n width: ", ";\n height: ", ";\n }\n }\n"], ["\n position: relative;\n\n & > *:first-child {\n width: 24px;\n height: 24px;\n\n ", " {\n width: ", ";\n height: ", ";\n }\n }\n"])), mediaQuery.minWidthFourK, adaptiveValueCalc(24), adaptiveValueCalc(24));
17
- var SContent = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: absolute;\n padding: 8px;\n top: calc(100% + 8px);\n right: 0;\n display: flex;\n flex-direction: column;\n\n transition: opacity 200ms;\n\n pointer-events: ", ";\n opacity: ", ";\n\n border-radius: 6px;\n background: ", ";\n box-shadow: 0px 8px 16px -16px rgba(33, 21, 95, 0.1);\n width: 184px;\n\n ", " {\n padding: ", ";\n top: calc(100% + ", ");\n border-radius: ", ";\n box-shadow: 0 ", " ", "\n ", " rgba(33, 21, 95, 0.1);\n width: ", ";\n }\n"], ["\n position: absolute;\n padding: 8px;\n top: calc(100% + 8px);\n right: 0;\n display: flex;\n flex-direction: column;\n\n transition: opacity 200ms;\n\n pointer-events: ", ";\n opacity: ", ";\n\n border-radius: 6px;\n background: ", ";\n box-shadow: 0px 8px 16px -16px rgba(33, 21, 95, 0.1);\n width: 184px;\n\n ", " {\n padding: ", ";\n top: calc(100% + ", ");\n border-radius: ", ";\n box-shadow: 0 ", " ", "\n ", " rgba(33, 21, 95, 0.1);\n width: ", ";\n }\n"])), function (props) { return (props.isOpen ? 'unset' : 'none'); }, function (props) { return (props.isOpen ? '1' : '0'); }, WhiteColor, mediaQuery.minWidthFourK, adaptiveValueCalc(8), adaptiveValueCalc(8), adaptiveValueCalc(6), adaptiveValueCalc(8), adaptiveValueCalc(16), adaptiveValueCalc(-16), adaptiveValueCalc(184));
18
- var hover = css(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n color: ", ";\n border-radius: 4px;\n background: ", ";\n\n ", " {\n border-radius: ", ";\n }\n"], ["\n color: ", ";\n border-radius: 4px;\n background: ", ";\n\n ", " {\n border-radius: ", ";\n }\n"])), BlackColor, BackgroundColorLight, mediaQuery.minWidthFourK, adaptiveValueCalc(4));
19
- var SButton = styled.button(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n font-family: ", ";\n padding: 6px 8px;\n color: ", ";\n font-size: 13px;\n font-weight: 400;\n line-height: 18px;\n outline: none;\n border: none;\n background: inherit;\n transition: background-color 200ms;\n text-align: left;\n\n &:active {\n ", "\n }\n\n @media (hover: hover) {\n &:hover {\n ", "\n }\n }\n\n ", " {\n padding: ", " ", ";\n font-size: ", ";\n line-height: ", ";\n }\n"], ["\n font-family: ", ";\n padding: 6px 8px;\n color: ", ";\n font-size: 13px;\n font-weight: 400;\n line-height: 18px;\n outline: none;\n border: none;\n background: inherit;\n transition: background-color 200ms;\n text-align: left;\n\n &:active {\n ", "\n }\n\n @media (hover: hover) {\n &:hover {\n ", "\n }\n }\n\n ", " {\n padding: ", " ", ";\n font-size: ", ";\n line-height: ", ";\n }\n"])), dmsansFontVarCss.css, TextGrayColor, hover, hover, mediaQuery.minWidthFourK, adaptiveValueCalc(6), adaptiveValueCalc(8), adaptiveValueCalc(13), adaptiveValueCalc(18));
20
- var SIcon = styled.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n\n ", " {\n width: ", ";\n height: ", ";\n }\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n\n ", " {\n width: ", ";\n height: ", ";\n }\n"])), mediaQuery.minWidthFourK, adaptiveValueCalc(17), adaptiveValueCalc(4));
21
- var IconResize = function () {
22
- var windowDimensions = useWindowDimensionsWithServerInitial().windowDimensions;
23
- return (<SIcon>
24
- <MoreIcon style={getAdaptiveScale({
25
- windowDimensions: windowDimensions,
26
- currentSize: 1,
27
- })}/>
28
- </SIcon>);
29
- };
30
- export var MoreDropDown = function (_a) {
31
- var items = _a.items;
32
- var _b = useState(false), isOpen = _b[0], setIsOpen = _b[1];
33
- var handle = {
34
- close: function () {
35
- setIsOpen(false);
36
- },
37
- toggle: function () {
38
- setIsOpen(function (prev) { return !prev; });
39
- },
40
- };
41
- return (<ClickAwayListener onClickAway={handle.close}>
42
- <SContainer>
43
- <IconWithButton variant={'dots'} onClick={handle.toggle}>
44
- <IconResize />
45
- </IconWithButton>
46
- <SContent isOpen={isOpen}>
47
- {items.map(function (_a) {
48
- var title = _a.title, onClick = _a.onClick, id = _a.id;
49
- return (<SButton key={id} onClick={function () {
50
- onClick === null || onClick === void 0 ? void 0 : onClick();
51
- handle.close();
52
- }}>
53
- <span>{title}</span>
54
- </SButton>);
55
- })}
56
- </SContent>
57
- </SContainer>
58
- </ClickAwayListener>);
59
- };
60
- var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;