@ludo.ninja/components 1.1.4 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (639) hide show
  1. package/dist/api/graphql/index.js +4 -4
  2. package/dist/api/server-assets/mutations/useDislikeAsset/index.js +72 -185
  3. package/dist/api/server-assets/mutations/useLikeAsset/index.js +73 -182
  4. package/dist/api/server-assets/queries/useFetchAssetByBlockchain/index.js +73 -200
  5. package/dist/api/server-assets/queries/useFetchAssets/index.js +22 -34
  6. package/dist/api/server-assets/queries/useFetchDynamicAssetLikes/index.js +27 -44
  7. package/dist/api/server-assets/queries/useFetchDynamicAssetsLikes/index.js +22 -32
  8. package/dist/api/server-collection/mutations/useDislikeCollection/index.js +71 -184
  9. package/dist/api/server-collection/mutations/useLikeCollection/index.js +71 -184
  10. package/dist/api/server-experiences/queries/useFetchMyTasks/index.js +35 -49
  11. package/dist/api/server-galleries/mutations/useAddAssetsToGallery/index.js +75 -189
  12. package/dist/api/server-galleries/mutations/useAddChangeGalleryBanner/index.js +60 -167
  13. package/dist/api/server-galleries/mutations/useAddCollectionsToGallery/index.js +74 -191
  14. package/dist/api/server-galleries/mutations/useAddCreationsToGallery/index.js +80 -197
  15. package/dist/api/server-galleries/mutations/useCreateFavorites/index.js +63 -177
  16. package/dist/api/server-galleries/mutations/useCreateGallery/index.js +63 -177
  17. package/dist/api/server-galleries/mutations/useDeleteGallery/index.js +79 -188
  18. package/dist/api/server-galleries/mutations/useDeleteGalleryBanner/index.js +76 -185
  19. package/dist/api/server-galleries/mutations/useEditGallery/index.js +55 -164
  20. package/dist/api/server-galleries/mutations/useRemoveAssetFromGallery/index.js +86 -199
  21. package/dist/api/server-galleries/mutations/useRemoveCollectionFromGallery/index.js +81 -194
  22. package/dist/api/server-galleries/queries/useFetchGallery/index.js +31 -39
  23. package/dist/api/server-galleries/queries/useFetchGalleryAssets/index.js +103 -256
  24. package/dist/api/server-galleries/queries/useFetchMyFavorites/index.js +108 -245
  25. package/dist/api/server-galleries/queries/useFetchMyGalleries/index.js +112 -250
  26. package/dist/api/server-galleries/queries/useFetchSubscribedGalleries/index.js +86 -235
  27. package/dist/api/server-galleries/queries/useFetchUserFavorites/index.js +119 -254
  28. package/dist/api/server-identities/mutations/useAddWalletElrond/index.js +30 -53
  29. package/dist/api/server-identities/mutations/useAddWalletFlow/index.js +66 -184
  30. package/dist/api/server-identities/mutations/useAddWalletMetamask/index.js +76 -219
  31. package/dist/api/server-identities/mutations/useAddWalletSolana/index.js +71 -193
  32. package/dist/api/server-identities/mutations/useAddWalletTezos/index.js +66 -184
  33. package/dist/api/server-identities/mutations/useFollowProfile/index.js +31 -56
  34. package/dist/api/server-identities/mutations/useGenerateNewInviteCodes/index.js +71 -184
  35. package/dist/api/server-identities/mutations/useInviteCode/index.js +65 -192
  36. package/dist/api/server-identities/mutations/useRemoveWallet/index.js +35 -50
  37. package/dist/api/server-identities/mutations/useRevokeToken/index.js +59 -160
  38. package/dist/api/server-identities/mutations/useSaveEmailOfJoiner/index.js +65 -193
  39. package/dist/api/server-identities/mutations/useUnfollowProfile/index.js +30 -58
  40. package/dist/api/server-identities/queries/useFetchProfile/index.js +61 -85
  41. package/dist/api/server-identities/queries/useFetchUserWallets/index.js +15 -35
  42. package/dist/api/server-identities/queries/useGetMyInviteCodes/index.js +27 -43
  43. package/dist/api/server-medias/mutations/useDeleteUserpic/index.js +13 -28
  44. package/dist/api/server-medias/mutations/useUploadUserpic/index.js +60 -181
  45. package/dist/api/server-medias/queries/useFetchUserPic/index.js +31 -43
  46. package/dist/api/server-opportunities/mutations/useDislikeOpportunity.js +65 -171
  47. package/dist/api/server-opportunities/mutations/useLikeOpportunity.js +65 -171
  48. package/dist/api/server-opportunities/mutations/useOpenOpportunity/index.js +65 -171
  49. package/dist/api/server-opportunities/queries/useGetOpportunities.js +16 -25
  50. package/dist/api/server-preferences/mutations/useSaveUserExpectations/index.js +86 -0
  51. package/dist/api/server-preferences/mutations/useSaveUserInterests/index.js +75 -199
  52. package/dist/api/server-preferences/queries/fetchSearchResultSelections/index.js +19 -26
  53. package/dist/api/server-preferences/queries/fetchSearchResultSelections/queryData.js +76 -235
  54. package/dist/api/server-preferences/queries/useFetchExpectations/index.js +14 -20
  55. package/dist/api/server-preferences/queries/useFetchInterests/index.js +14 -20
  56. package/dist/api/server-preferences/queries/useFetchUserInterests/index.js +14 -21
  57. package/dist/api/server-preferences/queries/useSearchResultCategorySelections/index.js +27 -35
  58. package/dist/api/server-preferences/queries/useSearchResultStatusSelections/index.js +28 -36
  59. package/dist/api/server-preferences/queries/useSearchResultTypeSelections/index.js +33 -59
  60. package/dist/api/server-search/queries/useFetchAllCreations/index.js +150 -304
  61. package/dist/api/server-search/queries/useFetchAssetsCount/index.js +20 -20
  62. package/dist/api/server-search/queries/useFetchCollection/index.js +42 -56
  63. package/dist/api/server-search/queries/useFetchCollections/index.js +141 -299
  64. package/dist/api/server-search/queries/useFetchDynamicCollectionData/index.js +178 -342
  65. package/dist/api/server-search/queries/useFetchFindAllTopEntitiesByName/index.js +41 -66
  66. package/dist/api/server-search/queries/useFetchNetWorth/index.js +16 -23
  67. package/dist/api/server-search/queries/useFindCreations/index.js +162 -331
  68. package/dist/api/server-search/queries/useFindProfilesByName/index.js +49 -77
  69. package/dist/api/server-search/queries/useFindShowcaseItems/index.js +32 -32
  70. package/dist/api/server-search/queries/useFindUserCreations/index.js +151 -315
  71. package/dist/api/server-search/queries/useFindUserShowcaseItems/index.js +30 -30
  72. package/dist/api/subscriptions/SubscriberInviteNotification.js +41 -0
  73. package/dist/components/CreationCard/CardHead.js +116 -0
  74. package/dist/components/CreationCard/index.js +70 -0
  75. package/dist/components/addWalletsRedirectPage/index.js +25 -0
  76. package/dist/components/assetJSONLD.js +27 -0
  77. package/dist/components/assetPage/assetLikes/index.js +53 -0
  78. package/dist/components/assetPage/assetNft/index.js +23 -0
  79. package/dist/components/assetPage/assetWrapper/index.js +37 -0
  80. package/dist/components/assetPage/audioVideoPlayer/Duration.js +20 -0
  81. package/dist/components/assetPage/audioVideoPlayer/index.js +147 -0
  82. package/dist/components/assetPage/category/index.js +32 -0
  83. package/dist/components/assetPage/description/index.js +25 -0
  84. package/dist/components/assetPage/detailsAccordeon/index.js +22 -0
  85. package/dist/components/assetPage/figCaption/index.js +183 -0
  86. package/dist/components/assetPage/information/index.js +49 -0
  87. package/dist/components/assetPage/marketPlaces/index.js +29 -0
  88. package/dist/components/assetPage/media/AssetImage/index.js +67 -0
  89. package/dist/components/assetPage/moreDropDown/index.js +48 -0
  90. package/dist/components/assetPage/participants/index.js +94 -0
  91. package/dist/components/assetPage/priceRank/index.js +25 -0
  92. package/dist/components/assetPage/properties/index.js +19 -0
  93. package/dist/components/assetPage/slider/index.js +76 -0
  94. package/dist/components/assetPage/slider/slideItem.js +15 -0
  95. package/dist/components/assetPage/slider/store.js +6 -9
  96. package/dist/components/assetPage/tittle/index.js +39 -0
  97. package/dist/components/assetPage/viewer3D/index.js +59 -0
  98. package/dist/components/banner/index.js +34 -0
  99. package/dist/components/base/Meta/index.js +33 -0
  100. package/dist/components/base/NoSSR/index.js +6 -0
  101. package/dist/components/collectionPage/collectionLike/index.js +33 -0
  102. package/dist/components/deleteDialog/index.js +97 -0
  103. package/dist/components/editProfile/Cropper/index.js +82 -0
  104. package/dist/components/editProfile/UserPicProfile/index.js +228 -0
  105. package/dist/components/favoriteList/add/addAssetToFavoriteList/index.js +67 -0
  106. package/dist/components/favoriteList/add/addCollectionToFavoriteList/index.js +65 -0
  107. package/dist/components/favoriteList/add/addCreationToFavoriteList/index.js +67 -0
  108. package/dist/components/filters/applyResetBtns/index.js +19 -0
  109. package/dist/components/filters/galleriesFiltersForm/index.js +59 -0
  110. package/dist/components/filters/index.js +75 -0
  111. package/dist/components/filters/mobileFilters/index.js +16 -0
  112. package/dist/components/filters/setsFiltersForm/index.js +52 -0
  113. package/dist/components/forms/form/index.js +98 -0
  114. package/dist/components/forms/formsNavigation/index.js +42 -0
  115. package/dist/components/forms/formsTemplate/index.js +745 -0
  116. package/dist/components/forms/types/index.js +7 -7
  117. package/dist/components/gallery/add/addAssetToGallery/index.js +67 -0
  118. package/dist/components/gallery/add/addCreationToGallery/index.js +85 -0
  119. package/dist/components/gradientLabel/index.js +19 -0
  120. package/dist/components/headers/components/MobileToggle/index.js +1 -0
  121. package/dist/components/headers/components/headerExperienceLabel/index.js +27 -0
  122. package/dist/components/headers/components/headerUserPic/index.js +21 -0
  123. package/dist/components/headers/header/index.js +27 -0
  124. package/dist/components/headers/headerSearch/index.js +34 -0
  125. package/dist/components/headers/headerSimple/index.js +26 -0
  126. package/dist/components/inviteCodesForms/getEarlyAccessForm/index.js +162 -0
  127. package/dist/components/inviteCodesForms/joinWaitListForm/index.js +111 -0
  128. package/dist/components/inviteCodesForms/styles/index.js +11 -75
  129. package/dist/components/inviteCodesPage/components/index.js +5 -0
  130. package/dist/components/inviteCodesPage/components/inviteCodes/index.js +19 -0
  131. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCode/index.js +23 -0
  132. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCode/loader/index.js +16 -0
  133. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/index.js +23 -0
  134. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/loader/index.js +16 -0
  135. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeCopy/index.js +19 -0
  136. package/dist/components/inviteCodesPage/components/inviteCodes/inviteCodeDate/index.js +18 -0
  137. package/dist/components/inviteCodesPage/wrappers/index.js +4 -0
  138. package/dist/components/inviteCodesPage/wrappers/resumeCodes/index.js +36 -0
  139. package/dist/components/inviteCodesPage/wrappers/resumeCodes/loader/index.js +8 -0
  140. package/dist/components/inviteCodesPage/wrappers/unusedCodes/index.js +24 -0
  141. package/dist/components/inviteCodesPage/wrappers/usedCodes/index.js +28 -0
  142. package/dist/components/linkTabs/index.js +19 -0
  143. package/dist/components/linkTabs/linkTab/index.js +22 -0
  144. package/dist/components/myWallets/index.js +26 -0
  145. package/dist/components/myWallets/myWalletItem/index.js +97 -0
  146. package/dist/components/navigation/index.js +38 -0
  147. package/dist/components/profile/MultiversXAudit/MultiversXAudit.js +125 -0
  148. package/dist/components/profile/ProfileTabs.js +39 -0
  149. package/dist/components/profile/aboutText/index.js +68 -0
  150. package/dist/components/profile/addToGalleryBtns/index.js +36 -0
  151. package/dist/components/profile/followersSocial/followers/index.js +19 -0
  152. package/dist/components/profile/followersSocial/index.js +18 -0
  153. package/dist/components/profile/followersSocial/social/index.js +28 -0
  154. package/dist/components/profile/info/index.js +31 -0
  155. package/dist/components/profile/interests/data.js +16 -17
  156. package/dist/components/profile/interests/index.js +41 -0
  157. package/dist/components/profile/jsonLd/index.js +5 -0
  158. package/dist/components/profile/pageHead/index.js +32 -0
  159. package/dist/components/profile/profileSkeleton/index.js +20 -0
  160. package/dist/components/profile/profileUserCards/index.js +12 -0
  161. package/dist/components/profile/profileUserCards/profileUserCard/index.js +118 -0
  162. package/dist/components/profile/rank/index.js +20 -0
  163. package/dist/components/profile/stats/index.js +18 -0
  164. package/dist/components/profile/wallets/index.js +54 -0
  165. package/dist/components/profile/wrapper/index.js +9 -0
  166. package/dist/components/registrationPage/index.js +3 -0
  167. package/dist/components/registrationPage/registrationSelectBox/index.js +18 -0
  168. package/dist/components/registrationPage/registrationSelection/index.js +27 -0
  169. package/dist/components/rewards/FAQ/index.js +98 -0
  170. package/dist/components/rewards/clarifications/index.js +44 -0
  171. package/dist/components/rewards/logoBottom/index.js +24 -0
  172. package/dist/components/rewards/prograssBar/index.js +26 -0
  173. package/dist/components/rewards/rewardsButton/index.js +12 -0
  174. package/dist/components/rewards/seasonBanner/index.js +24 -0
  175. package/dist/components/rewards/taskExpTab/index.js +44 -0
  176. package/dist/components/rewards/tasksGrid/index.js +136 -0
  177. package/dist/components/rewards/userExp/index.js +46 -0
  178. package/dist/components/search/SearchInputContainer.js +211 -0
  179. package/dist/components/search/index.js +53 -0
  180. package/dist/components/search/searchCategories/index.js +48 -0
  181. package/dist/components/search/searchCloseMoreButtons/index.js +48 -0
  182. package/dist/components/search/searchResultCaption/index.js +24 -0
  183. package/dist/components/search/searchSelectsGalleries/index.js +36 -0
  184. package/dist/components/search/searchSelectsSets/index.js +35 -0
  185. package/dist/components/search/searchSimpleInput/index.js +52 -0
  186. package/dist/components/search/searchSuggestions/index.js +105 -0
  187. package/dist/components/search/searchSuggestions/searchSuggestionsCaption/index.js +20 -0
  188. package/dist/components/search/searchSuggestions/searchSuggestionsFooter/index.js +20 -0
  189. package/dist/components/search/searchSuggestions/searchSuggestionsItem/index.js +29 -0
  190. package/dist/components/search/searchSuggestions/searchSuggestionsItem/searchSuggestionsItemSkeleton/index.js +21 -0
  191. package/dist/components/search/searchSuggestions/searchSuggestionsNotFound/index.js +20 -0
  192. package/dist/components/shareDialog/index.js +45 -0
  193. package/dist/components/showcaseAssets/showcaseSort/data.js +23 -23
  194. package/dist/components/showcaseAssets/showcaseSort/index.js +20 -0
  195. package/dist/components/sidebar/data.js +81 -0
  196. package/dist/components/sidebar/index.js +99 -0
  197. package/dist/components/sidebar/initializer.js +6 -0
  198. package/dist/components/sidebar/sidebarFilters/index.js +20 -0
  199. package/dist/components/sidebar/sidebarInviteCodeLabel/index.js +38 -0
  200. package/dist/components/socialButtons/data.js +47 -0
  201. package/dist/components/socialButtons/icons/discord.js +5 -0
  202. package/dist/components/socialButtons/icons/facebook.js +5 -0
  203. package/dist/components/socialButtons/icons/instagram.js +5 -0
  204. package/dist/components/socialButtons/icons/medium.js +5 -0
  205. package/dist/components/socialButtons/icons/telegram.js +5 -0
  206. package/dist/components/socialButtons/icons/twitter.js +5 -0
  207. package/dist/components/socialButtons/index.js +24 -0
  208. package/dist/components/tabs/icons/bell.js +5 -0
  209. package/dist/components/tabs/icons/profile.js +5 -0
  210. package/dist/components/tabs/icons/secure.js +5 -0
  211. package/dist/components/tabs/index.js +45 -0
  212. package/dist/components/toTopBtn/index.js +58 -0
  213. package/dist/dto/AssetEntity/views/AssetAudio/index.js +34 -0
  214. package/dist/dto/AssetEntity/views/AssetImage/index.js +45 -0
  215. package/dist/dto/AssetEntity/views/AssetObject/index.js +65 -0
  216. package/dist/dto/AssetEntity/views/AssetOther/index.js +49 -0
  217. package/dist/dto/AssetEntity/views/AssetScreenshot/index.js +45 -0
  218. package/dist/dto/AssetEntity/views/AssetVideo/index.js +34 -0
  219. package/dist/dto/common/ItemType/index.js +40 -0
  220. package/dist/dto/common/ItemViews/CreationAudio/index.js +34 -0
  221. package/dist/dto/common/ItemViews/CreationImage/index.js +45 -0
  222. package/dist/dto/common/ItemViews/CreationObject/index.js +38 -0
  223. package/dist/dto/common/ItemViews/CreationOther/index.js +34 -0
  224. package/dist/dto/common/ItemViews/CreationVideo/index.js +34 -0
  225. package/dist/dto/common/Media/Audio/index.js +50 -0
  226. package/dist/dto/common/Media/Image/index.js +58 -0
  227. package/dist/dto/common/Media/Object/index.js +59 -0
  228. package/dist/dto/common/Media/Other/index.js +78 -0
  229. package/dist/dto/common/Media/Screenshot/index.js +58 -0
  230. package/dist/dto/common/Media/Urls/index.js +71 -110
  231. package/dist/dto/common/Media/Video/index.js +50 -0
  232. package/dist/dto/common/Media/index.js +38 -0
  233. package/dist/fonts/FontsInitializeLayout.js +42 -0
  234. package/dist/fonts/vars.js +1 -4
  235. package/dist/hooks/apollo/index.js +10 -0
  236. package/dist/hooks/audio/useMultiAudio/index.js +54 -0
  237. package/dist/hooks/extension/useExtension/index.js +62 -182
  238. package/dist/hooks/favorites/useGetFavoriteGallaryCreations/index.js +172 -346
  239. package/dist/hooks/favorites/useGetUserFevoritesCreations/index.js +247 -421
  240. package/dist/hooks/galleries/useGetUserGalleriesCreations/index.js +231 -397
  241. package/dist/hooks/likes/dynamic/useFindCollectionsAndLikes.js +234 -0
  242. package/dist/hooks/likes/dynamic/useFindCreationsAndLikes.js +207 -0
  243. package/dist/hooks/likes/dynamic/useGetCollectionInfoAndLikes.js +204 -0
  244. package/dist/hooks/likes/dynamic/useGetCreationsAndLikes.js +223 -0
  245. package/dist/hooks/likes/dynamic/useGetCreationsAndLikesByType.js +234 -0
  246. package/dist/hooks/likes/dynamic/useGetMixedLikesFavoriteList.js +48 -0
  247. package/dist/hooks/likes/dynamic/useGetTableLikes.js +110 -0
  248. package/dist/hooks/useToGalleryAsset/index.js +96 -0
  249. package/dist/layouts/GlobalLayout.js +28 -0
  250. package/dist/layouts/base/LWithRegularHeader/index.js +17 -0
  251. package/dist/layouts/base/LWithSearchHeader/index.js +10 -0
  252. package/dist/layouts/base/LWithSimpleHeader/index.js +13 -0
  253. package/dist/layouts/base/LWithoutHeader/index.js +16 -0
  254. package/dist/layouts/custom/accountLayout/index.js +13 -0
  255. package/dist/layouts/custom/formsLayout/index.js +11 -0
  256. package/dist/layouts/custom/mainLayout/index.js +13 -0
  257. package/dist/layouts/custom/searchLayout/index.js +17 -0
  258. package/dist/layouts/custom/simpleLayout/index.js +13 -0
  259. package/dist/layouts/custom/styles.js +6 -66
  260. package/dist/layouts/pageTransitionLayout.js +22 -0
  261. package/dist/modules/gallery/api/useGetFavoriteGallery.js +30 -49
  262. package/dist/modules/gallery/store.js +106 -231
  263. package/dist/modules/gallery/ui/AllResults.js +9 -0
  264. package/dist/modules/gallery/ui/Description.js +36 -0
  265. package/dist/modules/gallery/ui/EditGallery.js +90 -0
  266. package/dist/modules/gallery/ui/GalleryDeleteIcon.js +22 -0
  267. package/dist/modules/gallery/ui/PlaceholderItemsGallery.js +14 -0
  268. package/dist/modules/gallery/ui/STopSections.js +5 -43
  269. package/dist/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.js +26 -0
  270. package/dist/modules/gallery/ui/chooseGalleryItems/index.js +109 -0
  271. package/dist/modules/gallery/ui/createGalleryForm/index.js +130 -0
  272. package/dist/modules/gallery/ui/editGalleryForm/index.js +147 -0
  273. package/dist/modules/gallery/ui/itemsPreview/index.js +169 -0
  274. package/dist/modules/notifications/CreatorNotifications.js +13 -0
  275. package/dist/modules/notifications/index.js +3 -0
  276. package/dist/modules/sessionScroll/globalTabs.js +45 -45
  277. package/dist/modules/sessionScroll/useVirtuosoInitialScroll.js +50 -76
  278. package/dist/modules/user/auth/useAuthVerification.js +87 -201
  279. package/dist/modules/user/auth/useSignIn.js +13 -26
  280. package/dist/modules/user/auth/useSignOut.js +64 -171
  281. package/dist/modules/user/profileData/profileDataInitialization.js +56 -0
  282. package/dist/modules/user/store.js +75 -0
  283. package/dist/modules/virtuoso/VirtuosoPageBuilder.js +121 -0
  284. package/dist/modules/virtuoso/VirtuosoToTopBtn.js +35 -0
  285. package/dist/modules/virtuoso/useSubscribeVirtuosoScrollToHeader.js +20 -23
  286. package/dist/modules/virtuoso/useVirtuosoData.js +41 -56
  287. package/dist/pages/index.js +5 -0
  288. package/dist/store/media/index.js +51 -75
  289. package/dist/store/ui/index.js +141 -310
  290. package/dist/store/ui/utils.js +25 -32
  291. package/dist/styles/ScreenWidth.js +18 -23
  292. package/dist/styles/animations/index.js +8 -0
  293. package/dist/styles/colors/index.js +1 -0
  294. package/dist/styles/globalStyles.js +21 -0
  295. package/dist/styles/mixins/boxShadow.js +8 -0
  296. package/dist/styles/mixins/boxTransform.js +8 -0
  297. package/dist/styles/mixins/z-indexes.js +10 -0
  298. package/dist/styles/typography/index.js +1 -0
  299. package/dist/system/ActiveLink/index.js +44 -0
  300. package/dist/system/Alert/index.js +16 -0
  301. package/dist/system/Alert/type.js +1 -6
  302. package/dist/system/BasicOverlay/index.js +15 -0
  303. package/dist/system/Buttons/IconButton/index.js +2 -0
  304. package/dist/system/Buttons/IconWithButton/index.js +2 -0
  305. package/dist/system/Buttons/IconWithButton/themes.js +1 -1
  306. package/dist/system/Buttons/MainButton/index.js +2 -0
  307. package/dist/system/Buttons/MainButton/themes.js +1 -1
  308. package/dist/system/Buttons/SecondaryButton/index.js +2 -0
  309. package/dist/system/Cards/CardCheckbox/index.js +21 -0
  310. package/dist/system/Cards/CardContent/CardCategory/index.js +21 -0
  311. package/dist/system/Cards/CardContent/CardLikes/index.js +24 -0
  312. package/dist/system/Cards/CardContent/CardShowMore/index.js +33 -0
  313. package/dist/system/Cards/CardContent/index.js +39 -0
  314. package/dist/system/Cards/CardHeadIcons/index.js +123 -0
  315. package/dist/system/Cards/CardMedia/CardAudio/index.js +64 -0
  316. package/dist/system/Cards/CardMedia/CardImage/index.js +15 -0
  317. package/dist/system/Cards/CardMedia/CardVideo/index.js +52 -0
  318. package/dist/system/Cards/CardRank/index.js +23 -0
  319. package/dist/system/Cards/CardsGrid/index.js +48 -0
  320. package/dist/system/Cards/MultiMediaCard/index.js +70 -0
  321. package/dist/system/Cards/RegularCard/index.js +47 -0
  322. package/dist/system/Cards/Styles/Head.js +5 -34
  323. package/dist/system/Cards/Styles/Headicons.js +6 -105
  324. package/dist/system/Cards/Styles/Image.js +5 -39
  325. package/dist/system/Cards/Styles/MultiHead.js +5 -43
  326. package/dist/system/Cards/Styles/Video.js +5 -23
  327. package/dist/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.js +71 -0
  328. package/dist/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.js +19 -0
  329. package/dist/system/CardsHolderWithSkeleton/CardsHolder/CardsSkeleton/index.js +24 -0
  330. package/dist/system/CardsHolderWithSkeleton/CardsHolder/index.js +33 -0
  331. package/dist/system/CardsHolderWithSkeleton/CardsHolderLoader/index.js +22 -0
  332. package/dist/system/CardsHolderWithSkeleton/index.js +13 -0
  333. package/dist/system/DropDown/DropDown.test.js +33 -0
  334. package/dist/system/DropDown/index.js +31 -0
  335. package/dist/system/Filters/helpers.js +3 -17
  336. package/dist/system/Flex/index.js +1 -0
  337. package/dist/system/Forms/Checkbox/Checkbox.test.js +85 -0
  338. package/dist/system/Forms/Checkbox/index.js +37 -0
  339. package/dist/system/Forms/DatePicker/index.js +36 -0
  340. package/dist/system/Forms/ErrorLabel/ErrorLabel.test.js +23 -0
  341. package/dist/system/Forms/ErrorLabel/index.js +15 -0
  342. package/dist/system/Forms/Input/Input.test.js +52 -0
  343. package/dist/system/Forms/Input/index.js +37 -0
  344. package/dist/system/Forms/Messages/index.js +57 -58
  345. package/dist/system/Forms/RadioInput/index.js +33 -0
  346. package/dist/system/Forms/Selects/DesktopSelect/index.js +125 -0
  347. package/dist/system/Forms/Selects/MobileSelect/index.js +28 -0
  348. package/dist/system/Forms/TextArea/index.js +37 -0
  349. package/dist/system/Img/ExternalImage/index.js +25 -0
  350. package/dist/system/Img/ImageInterceptor/ImageInterceptor.test.js +44 -0
  351. package/dist/system/Img/ImageInterceptor/index.js +25 -0
  352. package/dist/system/Img/Profilepic/index.js +31 -0
  353. package/dist/system/Img/Userpic/UserPic.test.js +60 -0
  354. package/dist/system/Img/Userpic/index.js +68 -0
  355. package/dist/system/Labels/ExperienceLabel/ExperienceLabel.test.js +58 -0
  356. package/dist/system/Labels/ExperienceLabel/index.js +35 -0
  357. package/dist/system/Labels/InviteLabel/InviteLabel.test.js +50 -0
  358. package/dist/system/Labels/InviteLabel/index.js +32 -0
  359. package/dist/system/Labels/SkeletonLabel/index.js +2 -0
  360. package/dist/system/Modals/Modal/Modal.test.js +31 -0
  361. package/dist/system/Modals/Modal/index.js +26 -0
  362. package/dist/system/Modals/ModalSidebar/CreatorModalSidebarPortal.js +19 -0
  363. package/dist/system/Modals/ModalSidebar/ModalSidebar.test.js +30 -0
  364. package/dist/system/Modals/ModalSidebar/ModalSidebarPortal.js +9 -0
  365. package/dist/system/Modals/ModalSidebar/index.js +25 -0
  366. package/dist/system/Overlay/Overlay.test.js +41 -0
  367. package/dist/system/Overlay/index.js +22 -0
  368. package/dist/system/PageLoader/index.js +2 -0
  369. package/dist/system/Palete/index.js +2 -0
  370. package/dist/system/ShareIconResize.js +20 -0
  371. package/dist/system/Tabs/TabNavLink/TabNavLink.test.js +35 -0
  372. package/dist/system/Tabs/TabNavLink/index.js +21 -0
  373. package/dist/system/Tabs/TabsNav/TabsNav.test.js +38 -0
  374. package/dist/system/Tabs/TabsNav/index.js +22 -0
  375. package/dist/system/Tabs/TabsPanel/TabsPanel.test.js +28 -0
  376. package/dist/system/Tabs/TabsPanel/index.js +16 -0
  377. package/dist/system/Tabs/index.js +1 -0
  378. package/dist/system/Text/index.js +1 -0
  379. package/dist/system/index.js +1 -0
  380. package/dist/system/theme.js +1 -5
  381. package/dist/types/api/graphql/index.d.ts +2 -7
  382. package/dist/types/api/server-assets/mutations/useDislikeAsset/index.d.ts +3 -6
  383. package/dist/types/api/server-assets/mutations/useLikeAsset/index.d.ts +3 -4
  384. package/dist/types/api/server-collection/mutations/useDislikeCollection/index.d.ts +3 -6
  385. package/dist/types/api/server-collection/mutations/useLikeCollection/index.d.ts +3 -6
  386. package/dist/types/api/server-galleries/mutations/useAddAssetsToGallery/index.d.ts +3 -7
  387. package/dist/types/api/server-galleries/mutations/useAddCollectionsToGallery/index.d.ts +3 -7
  388. package/dist/types/api/server-galleries/mutations/useCreateFavorites/index.d.ts +2 -8
  389. package/dist/types/api/server-galleries/mutations/useCreateGallery/index.d.ts +2 -8
  390. package/dist/types/api/server-galleries/mutations/useEditGallery/index.d.ts +1 -8
  391. package/dist/types/api/server-galleries/queries/useFetchGalleryAssets/index.d.ts +15 -18
  392. package/dist/types/api/server-galleries/queries/useFetchSubscribedGalleries/index.d.ts +7 -10
  393. package/dist/types/api/server-identities/mutations/useGenerateNewInviteCodes/index.d.ts +3 -6
  394. package/dist/types/api/server-identities/mutations/useRevokeToken/index.d.ts +1 -1
  395. package/dist/types/api/server-identities/queries/useGetMyInviteCodes/index.d.ts +4 -5
  396. package/dist/types/api/server-medias/mutations/useDeleteUserpic/index.d.ts +3 -12
  397. package/dist/types/api/server-medias/mutations/useUploadUserpic/index.d.ts +1 -3
  398. package/dist/types/api/server-preferences/queries/fetchSearchResultSelections/queryData.d.ts +7 -16
  399. package/dist/types/api/server-preferences/queries/useFetchUserInterests/index.d.ts +3 -4
  400. package/dist/types/api/server-preferences/queries/useSearchResultCategorySelections/index.d.ts +7 -16
  401. package/dist/types/api/server-preferences/queries/useSearchResultStatusSelections/index.d.ts +8 -17
  402. package/dist/types/api/server-preferences/queries/useSearchResultTypeSelections/index.d.ts +8 -17
  403. package/dist/types/api/server-search/queries/useFetchAssetsCount/index.d.ts +4 -4
  404. package/dist/types/api/server-search/queries/useFetchNetWorth/index.d.ts +3 -4
  405. package/dist/types/api/subscriptions/SubscriberInviteNotification.d.ts +1 -2
  406. package/dist/types/components/CreationCard/CardHead.d.ts +1 -2
  407. package/dist/types/components/CreationCard/index.d.ts +2 -3
  408. package/dist/types/components/addWalletsRedirectPage/index.d.ts +1 -2
  409. package/dist/types/components/assetPage/assetLikes/index.d.ts +1 -2
  410. package/dist/types/components/assetPage/assetNft/index.d.ts +1 -2
  411. package/dist/types/components/assetPage/assetWrapper/index.d.ts +1 -2
  412. package/dist/types/components/assetPage/audioVideoPlayer/Duration.d.ts +1 -2
  413. package/dist/types/components/assetPage/audioVideoPlayer/index.d.ts +2 -2
  414. package/dist/types/components/assetPage/category/index.d.ts +1 -2
  415. package/dist/types/components/assetPage/description/index.d.ts +1 -2
  416. package/dist/types/components/assetPage/detailsAccordeon/index.d.ts +1 -2
  417. package/dist/types/components/assetPage/figCaption/index.d.ts +1 -2
  418. package/dist/types/components/assetPage/information/index.d.ts +1 -2
  419. package/dist/types/components/assetPage/marketPlaces/index.d.ts +1 -2
  420. package/dist/types/components/assetPage/media/AssetImage/index.d.ts +1 -2
  421. package/dist/types/components/assetPage/moreDropDown/index.d.ts +1 -2
  422. package/dist/types/components/assetPage/participants/index.d.ts +1 -2
  423. package/dist/types/components/assetPage/priceRank/index.d.ts +1 -2
  424. package/dist/types/components/assetPage/properties/index.d.ts +1 -2
  425. package/dist/types/components/assetPage/slider/index.d.ts +1 -2
  426. package/dist/types/components/assetPage/slider/slideItem.d.ts +1 -2
  427. package/dist/types/components/assetPage/slider/store.d.ts +5 -7
  428. package/dist/types/components/assetPage/tittle/index.d.ts +1 -2
  429. package/dist/types/components/assetPage/viewer3D/index.d.ts +2 -3
  430. package/dist/types/components/banner/index.d.ts +1 -2
  431. package/dist/types/components/base/Meta/index.d.ts +1 -2
  432. package/dist/types/components/collectionPage/collectionLike/index.d.ts +1 -2
  433. package/dist/types/components/deleteDialog/index.d.ts +1 -2
  434. package/dist/types/components/editProfile/UserPicProfile/index.d.ts +1 -2
  435. package/dist/types/components/filters/applyResetBtns/index.d.ts +1 -2
  436. package/dist/types/components/filters/galleriesFiltersForm/index.d.ts +1 -2
  437. package/dist/types/components/filters/index.d.ts +1 -2
  438. package/dist/types/components/filters/mobileFilters/index.d.ts +1 -1
  439. package/dist/types/components/filters/setsFiltersForm/index.d.ts +1 -2
  440. package/dist/types/components/forms/form/index.d.ts +1 -2
  441. package/dist/types/components/forms/formsNavigation/index.d.ts +1 -2
  442. package/dist/types/components/forms/formsTemplate/index.d.ts +1 -2
  443. package/dist/types/components/forms/types/index.d.ts +22 -34
  444. package/dist/types/components/gallery/add/addCreationToGallery/index.d.ts +1 -2
  445. package/dist/types/components/gradientLabel/index.d.ts +1 -2
  446. package/dist/types/components/headers/components/headerExperienceLabel/index.d.ts +1 -2
  447. package/dist/types/components/headers/components/headerUserPic/index.d.ts +1 -2
  448. package/dist/types/components/headers/header/index.d.ts +1 -2
  449. package/dist/types/components/headers/headerSearch/index.d.ts +1 -2
  450. package/dist/types/components/headers/headerSimple/index.d.ts +1 -2
  451. package/dist/types/components/inviteCodesForms/getEarlyAccessForm/index.d.ts +1 -2
  452. package/dist/types/components/inviteCodesForms/joinWaitListForm/index.d.ts +1 -2
  453. package/dist/types/components/inviteCodesForms/styles/index.d.ts +5 -55
  454. package/dist/types/components/inviteCodesPage/components/inviteCodes/index.d.ts +1 -2
  455. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCode/index.d.ts +1 -2
  456. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCode/loader/index.d.ts +1 -2
  457. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/index.d.ts +1 -2
  458. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeCaption/loader/index.d.ts +1 -2
  459. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeCopy/index.d.ts +1 -2
  460. package/dist/types/components/inviteCodesPage/components/inviteCodes/inviteCodeDate/index.d.ts +1 -2
  461. package/dist/types/components/inviteCodesPage/wrappers/resumeCodes/index.d.ts +1 -2
  462. package/dist/types/components/inviteCodesPage/wrappers/resumeCodes/loader/index.d.ts +1 -2
  463. package/dist/types/components/inviteCodesPage/wrappers/unusedCodes/index.d.ts +1 -2
  464. package/dist/types/components/inviteCodesPage/wrappers/usedCodes/index.d.ts +1 -2
  465. package/dist/types/components/linkTabs/index.d.ts +1 -1
  466. package/dist/types/components/linkTabs/linkTab/index.d.ts +1 -2
  467. package/dist/types/components/myWallets/index.d.ts +1 -2
  468. package/dist/types/components/myWallets/myWalletItem/index.d.ts +1 -2
  469. package/dist/types/components/navigation/index.d.ts +1 -2
  470. package/dist/types/components/profile/MultiversXAudit/MultiversXAudit.d.ts +1 -2
  471. package/dist/types/components/profile/ProfileTabs.d.ts +1 -1
  472. package/dist/types/components/profile/aboutText/index.d.ts +1 -2
  473. package/dist/types/components/profile/addToGalleryBtns/index.d.ts +1 -2
  474. package/dist/types/components/profile/followersSocial/followers/index.d.ts +1 -2
  475. package/dist/types/components/profile/followersSocial/index.d.ts +1 -2
  476. package/dist/types/components/profile/followersSocial/social/index.d.ts +1 -2
  477. package/dist/types/components/profile/info/index.d.ts +1 -2
  478. package/dist/types/components/profile/interests/data.d.ts +0 -1
  479. package/dist/types/components/profile/interests/index.d.ts +1 -2
  480. package/dist/types/components/profile/interests/type.d.ts +2 -3
  481. package/dist/types/components/profile/pageHead/index.d.ts +1 -2
  482. package/dist/types/components/profile/profileSkeleton/index.d.ts +2 -3
  483. package/dist/types/components/profile/profileUserCards/index.d.ts +1 -1
  484. package/dist/types/components/profile/profileUserCards/profileUserCard/index.d.ts +1 -2
  485. package/dist/types/components/profile/rank/index.d.ts +1 -2
  486. package/dist/types/components/profile/stats/index.d.ts +1 -2
  487. package/dist/types/components/profile/wallets/index.d.ts +1 -2
  488. package/dist/types/components/profile/wrapper/index.d.ts +1 -1
  489. package/dist/types/components/rewards/FAQ/index.d.ts +1 -2
  490. package/dist/types/components/rewards/clarifications/index.d.ts +1 -2
  491. package/dist/types/components/rewards/logoBottom/index.d.ts +1 -2
  492. package/dist/types/components/rewards/prograssBar/index.d.ts +1 -2
  493. package/dist/types/components/rewards/seasonBanner/index.d.ts +1 -2
  494. package/dist/types/components/rewards/taskExpTab/index.d.ts +1 -1
  495. package/dist/types/components/rewards/tasksGrid/index.d.ts +1 -2
  496. package/dist/types/components/rewards/userExp/index.d.ts +1 -2
  497. package/dist/types/components/search/SearchInputContainer.d.ts +1 -1
  498. package/dist/types/components/search/index.d.ts +1 -2
  499. package/dist/types/components/search/searchCategories/index.d.ts +1 -2
  500. package/dist/types/components/search/searchCategories/type.d.ts +2 -2
  501. package/dist/types/components/search/searchCloseMoreButtons/index.d.ts +1 -1
  502. package/dist/types/components/search/searchResultCaption/index.d.ts +1 -2
  503. package/dist/types/components/search/searchSelectsGalleries/index.d.ts +1 -2
  504. package/dist/types/components/search/searchSelectsSets/index.d.ts +1 -2
  505. package/dist/types/components/search/searchSimpleInput/index.d.ts +1 -2
  506. package/dist/types/components/search/searchSuggestions/searchSuggestionsFooter/index.d.ts +1 -2
  507. package/dist/types/components/search/searchSuggestions/searchSuggestionsItem/searchSuggestionsItemSkeleton/index.d.ts +2 -3
  508. package/dist/types/components/search/searchSuggestions/searchSuggestionsNotFound/index.d.ts +1 -2
  509. package/dist/types/components/shareDialog/index.d.ts +1 -2
  510. package/dist/types/components/showcaseAssets/showcaseSort/data.d.ts +0 -1
  511. package/dist/types/components/showcaseAssets/showcaseSort/index.d.ts +1 -2
  512. package/dist/types/components/sidebar/data.d.ts +15 -24
  513. package/dist/types/components/sidebar/index.d.ts +1 -2
  514. package/dist/types/components/sidebar/initializer.d.ts +1 -2
  515. package/dist/types/components/sidebar/sidebarFilters/index.d.ts +1 -1
  516. package/dist/types/components/sidebar/sidebarInviteCodeLabel/index.d.ts +1 -2
  517. package/dist/types/components/socialButtons/data.d.ts +0 -1
  518. package/dist/types/components/socialButtons/icons/discord.d.ts +1 -2
  519. package/dist/types/components/socialButtons/icons/facebook.d.ts +1 -2
  520. package/dist/types/components/socialButtons/icons/instagram.d.ts +1 -2
  521. package/dist/types/components/socialButtons/icons/medium.d.ts +1 -2
  522. package/dist/types/components/socialButtons/icons/telegram.d.ts +1 -2
  523. package/dist/types/components/socialButtons/icons/twitter.d.ts +1 -2
  524. package/dist/types/components/socialButtons/index.d.ts +1 -2
  525. package/dist/types/components/socialButtons/type.d.ts +4 -4
  526. package/dist/types/components/tabs/icons/bell.d.ts +2 -3
  527. package/dist/types/components/tabs/icons/profile.d.ts +2 -3
  528. package/dist/types/components/tabs/icons/secure.d.ts +2 -3
  529. package/dist/types/components/tabs/index.d.ts +1 -2
  530. package/dist/types/components/toTopBtn/index.d.ts +2 -3
  531. package/dist/types/dto/Collection/CollectionEntity/interface.d.ts +13 -18
  532. package/dist/types/dto/common/Media/Urls/index.d.ts +16 -49
  533. package/dist/types/entities/user/type.d.ts +3 -8
  534. package/dist/types/fonts/FontsInitializeLayout.d.ts +5 -8
  535. package/dist/types/fonts/vars.d.ts +1 -4
  536. package/dist/types/hooks/extension/useExtension/index.d.ts +4 -4
  537. package/dist/types/layouts/GlobalLayout.d.ts +2 -2
  538. package/dist/types/layouts/custom/styles.d.ts +2 -22
  539. package/dist/types/layouts/pageTransitionLayout.d.ts +1 -2
  540. package/dist/types/modules/gallery/ui/AllResults.d.ts +1 -2
  541. package/dist/types/modules/gallery/ui/Description.d.ts +1 -2
  542. package/dist/types/modules/gallery/ui/EditGallery.d.ts +1 -2
  543. package/dist/types/modules/gallery/ui/GalleryDeleteIcon.d.ts +1 -2
  544. package/dist/types/modules/gallery/ui/PlaceholderItemsGallery.d.ts +1 -2
  545. package/dist/types/modules/gallery/ui/STopSections.d.ts +1 -11
  546. package/dist/types/modules/gallery/ui/chooseGalleryItems/chooseGalleryItem/index.d.ts +1 -2
  547. package/dist/types/modules/gallery/ui/chooseGalleryItems/index.d.ts +1 -2
  548. package/dist/types/modules/gallery/ui/createGalleryForm/index.d.ts +1 -2
  549. package/dist/types/modules/gallery/ui/editGalleryForm/index.d.ts +1 -2
  550. package/dist/types/modules/gallery/ui/itemsPreview/index.d.ts +1 -2
  551. package/dist/types/modules/notifications/CreatorNotifications.d.ts +1 -2
  552. package/dist/types/modules/sessionScroll/globalTabs.d.ts +9 -10
  553. package/dist/types/modules/sessionScroll/type.d.ts +5 -5
  554. package/dist/types/modules/user/auth/useSignIn.d.ts +0 -1
  555. package/dist/types/modules/user/profileData/profileDataInitialization.d.ts +1 -2
  556. package/dist/types/modules/user/store.d.ts +22 -38
  557. package/dist/types/modules/virtuoso/VirtuosoPageBuilder.d.ts +2 -2
  558. package/dist/types/modules/virtuoso/VirtuosoToTopBtn.d.ts +1 -1
  559. package/dist/types/modules/virtuoso/useSubscribeVirtuosoScrollToHeader.d.ts +1 -1
  560. package/dist/types/pages/index.d.ts +1 -2
  561. package/dist/types/store/media/index.d.ts +1 -4
  562. package/dist/types/store/media/types.d.ts +7 -7
  563. package/dist/types/styles/ScreenWidth.d.ts +18 -18
  564. package/dist/types/styles/colors/index.d.ts +1 -36
  565. package/dist/types/styles/globalStyles.d.ts +1 -3
  566. package/dist/types/styles/mixins/boxShadow.d.ts +1 -1
  567. package/dist/types/styles/mixins/boxTransform.d.ts +1 -1
  568. package/dist/types/system/ActiveLink/index.d.ts +2 -2
  569. package/dist/types/system/Alert/index.d.ts +1 -2
  570. package/dist/types/system/Alert/type.d.ts +2 -10
  571. package/dist/types/system/BasicOverlay/index.d.ts +1 -2
  572. package/dist/types/system/Cards/CardCheckbox/index.d.ts +1 -2
  573. package/dist/types/system/Cards/CardContent/CardCategory/index.d.ts +1 -2
  574. package/dist/types/system/Cards/CardContent/CardLikes/index.d.ts +1 -2
  575. package/dist/types/system/Cards/CardContent/CardShowMore/index.d.ts +1 -1
  576. package/dist/types/system/Cards/CardContent/index.d.ts +1 -1
  577. package/dist/types/system/Cards/CardHeadIcons/index.d.ts +1 -2
  578. package/dist/types/system/Cards/CardMedia/CardAudio/index.d.ts +1 -2
  579. package/dist/types/system/Cards/CardMedia/CardImage/index.d.ts +1 -2
  580. package/dist/types/system/Cards/CardMedia/CardVideo/index.d.ts +1 -2
  581. package/dist/types/system/Cards/CardRank/index.d.ts +1 -2
  582. package/dist/types/system/Cards/CardsGrid/index.d.ts +1 -1
  583. package/dist/types/system/Cards/MultiMediaCard/index.d.ts +1 -2
  584. package/dist/types/system/Cards/RegularCard/index.d.ts +1 -2
  585. package/dist/types/system/Cards/Styles/Head.d.ts +1 -11
  586. package/dist/types/system/Cards/Styles/Headicons.d.ts +3 -13
  587. package/dist/types/system/Cards/Styles/Image.d.ts +3 -13
  588. package/dist/types/system/Cards/Styles/MultiHead.d.ts +1 -11
  589. package/dist/types/system/Cards/Styles/Video.d.ts +1 -11
  590. package/dist/types/system/CardsHolderWithSkeleton/CardsHolder/CardsError/index.d.ts +1 -2
  591. package/dist/types/system/CardsHolderWithSkeleton/CardsHolder/CardsNoResults/index.d.ts +1 -2
  592. package/dist/types/system/CardsHolderWithSkeleton/CardsHolder/CardsSkeleton/index.d.ts +2 -3
  593. package/dist/types/system/CardsHolderWithSkeleton/CardsHolderLoader/index.d.ts +1 -2
  594. package/dist/types/system/DropDown/index.d.ts +1 -1
  595. package/dist/types/system/Filters/helpers.d.ts +4 -14
  596. package/dist/types/system/Forms/Input/type.d.ts +3 -3
  597. package/dist/types/system/Forms/Messages/index.d.ts +57 -57
  598. package/dist/types/system/Forms/RadioInput/index.d.ts +1 -2
  599. package/dist/types/system/Forms/Selects/DesktopSelect/type.d.ts +3 -3
  600. package/dist/types/system/Img/ImageInterceptor/index.d.ts +2 -2
  601. package/dist/types/system/Img/Profilepic/index.d.ts +1 -2
  602. package/dist/types/system/Img/Userpic/index.d.ts +1 -1
  603. package/dist/types/system/Labels/ExperienceLabel/index.d.ts +1 -2
  604. package/dist/types/system/Labels/InviteLabel/index.d.ts +1 -2
  605. package/dist/types/system/Modals/Modal/index.d.ts +1 -2
  606. package/dist/types/system/Modals/ModalSidebar/CreatorModalSidebarPortal.d.ts +1 -2
  607. package/dist/types/system/Modals/ModalSidebar/ModalSidebarPortal.d.ts +2 -2
  608. package/dist/types/system/Modals/ModalSidebar/index.d.ts +1 -1
  609. package/dist/types/system/Overlay/index.d.ts +1 -2
  610. package/dist/types/system/ShareIconResize.d.ts +1 -2
  611. package/dist/types/system/Tabs/TabsNav/type.d.ts +3 -3
  612. package/dist/types/system/Tabs/index.d.ts +1 -1
  613. package/dist/types/system/index.d.ts +1 -0
  614. package/dist/types/system/theme.d.ts +1 -5
  615. package/dist/types/utils/3d.d.ts +3 -7
  616. package/dist/types/utils/copyBtn/index.d.ts +1 -1
  617. package/dist/types/utils/env/isProd/index.d.ts +3 -1
  618. package/dist/types/utils/env/type.d.ts +3 -3
  619. package/dist/types/utils/getDimensionsImage.d.ts +2 -2
  620. package/dist/types/utils/ssrFunctions/index.d.ts +13 -21
  621. package/dist/utils/3d.js +13 -17
  622. package/dist/utils/adaptive/check4k.js +9 -14
  623. package/dist/utils/adaptive/scale.js +11 -19
  624. package/dist/utils/auth/index.js +1 -7
  625. package/dist/utils/copyBtn/index.js +76 -0
  626. package/dist/utils/env/index.js +13 -28
  627. package/dist/utils/env/isProd/index.js +2 -3
  628. package/dist/utils/env/type.js +3 -3
  629. package/dist/utils/extractItemIds/index.js +8 -0
  630. package/dist/utils/getDimensionsImage.js +67 -169
  631. package/dist/utils/getPageSizeAssets.js +10 -19
  632. package/dist/utils/imageProportionsSize/index.js +20 -0
  633. package/dist/utils/screen/index.js +67 -95
  634. package/dist/utils/ssrFunctions/index.js +27 -41
  635. package/dist/utils/ui/index.js +4 -0
  636. package/package.json +1 -1
  637. package/src/system/Tabs/index.ts +1 -1
  638. package/src/system/index.ts +2 -0
  639. package/tsconfig.json +1 -2
@@ -0,0 +1,745 @@
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
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
17
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
18
+ return new (P || (P = Promise))(function (resolve, reject) {
19
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
20
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
21
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
22
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
23
+ });
24
+ };
25
+ var __generator = (this && this.__generator) || function (thisArg, body) {
26
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
27
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
28
+ function verb(n) { return function (v) { return step([n, v]); }; }
29
+ function step(op) {
30
+ if (f) throw new TypeError("Generator is already executing.");
31
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
32
+ 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;
33
+ if (y = 0, t) op = [op[0] & 2, t.value];
34
+ switch (op[0]) {
35
+ case 0: case 1: t = op; break;
36
+ case 4: _.label++; return { value: op[1], done: false };
37
+ case 5: _.label++; y = op[1]; op = [0]; continue;
38
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
39
+ default:
40
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
41
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
42
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
43
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
44
+ if (t[2]) _.ops.pop();
45
+ _.trys.pop(); continue;
46
+ }
47
+ op = body.call(thisArg, _);
48
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
49
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
50
+ }
51
+ };
52
+ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
53
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
54
+ if (ar || !(i in from)) {
55
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
56
+ ar[i] = from[i];
57
+ }
58
+ }
59
+ return to.concat(ar || Array.prototype.slice.call(from));
60
+ };
61
+ var _a;
62
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
63
+ import { useCallback } from 'react';
64
+ import { useRouter } from 'next/router';
65
+ import { useMutation } from '@apollo/client';
66
+ import { useGoogleReCaptcha } from 'react-google-recaptcha-v3';
67
+ import styled from 'styled-components';
68
+ import { formsSchema, hosts } from '@ludo.ninja/api';
69
+ import { alertVariants } from '@ludo.ninja/ui/build/system/Alert/type';
70
+ import { useUserStore } from '@/modules/user/store';
71
+ import { useUiStore } from '@/store/ui';
72
+ import { mediaQuery } from '@/styles/ScreenWidth';
73
+ import Form from '@/components/forms/form';
74
+ import FormsNavigation from '@/components/forms/formsNavigation';
75
+ import { FormsNavigationTabs } from '@/components/forms/types';
76
+ import messages from '@/system/Forms/Messages';
77
+ import { Flex } from '@system';
78
+ var Wrapper = styled(Flex)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", " {\n margin-left: 30px;\n }\n\n ", " {\n margin-left: 0;\n padding-top: 30px;\n flex-direction: column;\n }\n\n ", " {\n padding-top: 0;\n margin-top: -15px;\n }\n"], ["\n ", " {\n margin-left: 30px;\n }\n\n ", " {\n margin-left: 0;\n padding-top: 30px;\n flex-direction: column;\n }\n\n ", " {\n padding-top: 0;\n margin-top: -15px;\n }\n"])), mediaQuery.desktop, mediaQuery.tablet, mediaQuery.bigPhone);
79
+ var FormsTemplate = function () {
80
+ var router = useRouter();
81
+ var getUser = useUserStore(function (state) { return state.user; });
82
+ var executeRecaptcha = useGoogleReCaptcha().executeRecaptcha;
83
+ var query = router.query;
84
+ var openAlert = useUiStore(function (state) { return state.openAlert; });
85
+ var formId = query.formId, nameOfSubject = query.nameOfSubject, contentId = query.contentId;
86
+ var form = getForm(formId);
87
+ var initialValues = {};
88
+ if (formId === FormsNavigationTabs.report) {
89
+ initialValues = { contentId: contentId, nameOfSubject: nameOfSubject };
90
+ }
91
+ var _a = useMutation((form === null || form === void 0 ? void 0 : form.submitMutation) || formsSchema.SubmitContentReportDocument, {
92
+ context: {
93
+ uri: hosts.formsHost,
94
+ },
95
+ fetchPolicy: 'no-cache',
96
+ onCompleted: function () {
97
+ openAlert({
98
+ type: alertVariants.success,
99
+ caption: 'Form successfully submitted!',
100
+ });
101
+ },
102
+ onError: function (error) {
103
+ openAlert({
104
+ type: alertVariants.error,
105
+ caption: error.message,
106
+ });
107
+ },
108
+ }), mutate = _a[0], loading = _a[1].loading;
109
+ var handleReCaptchaVerify = useCallback(function () { return __awaiter(void 0, void 0, void 0, function () {
110
+ return __generator(this, function (_a) {
111
+ switch (_a.label) {
112
+ case 0:
113
+ if (!executeRecaptcha) {
114
+ return [2 /*return*/];
115
+ }
116
+ return [4 /*yield*/, executeRecaptcha("".concat(formId, "_submit"))];
117
+ case 1: return [2 /*return*/, _a.sent()];
118
+ }
119
+ });
120
+ }); }, [executeRecaptcha, formId]);
121
+ var handleSubmit = function (data) { return __awaiter(void 0, void 0, void 0, function () {
122
+ var recaptchaToken;
123
+ return __generator(this, function (_a) {
124
+ switch (_a.label) {
125
+ case 0: return [4 /*yield*/, handleReCaptchaVerify()];
126
+ case 1:
127
+ recaptchaToken = _a.sent();
128
+ return [4 /*yield*/, mutate({
129
+ variables: {
130
+ input: __assign(__assign({}, formatDataToBE(data)), { recaptchaToken: recaptchaToken, userId: getUser === null || getUser === void 0 ? void 0 : getUser.userId }),
131
+ },
132
+ })];
133
+ case 2:
134
+ _a.sent();
135
+ return [2 /*return*/];
136
+ }
137
+ });
138
+ }); };
139
+ if (!form) {
140
+ return null;
141
+ }
142
+ return (_jsxs(Wrapper, { children: [_jsx(FormsNavigation, {}), _jsx(Form, { formDescription: form.formDescription, formTitle: form.formTitle, inputs: form.inputs, onSubmit: handleSubmit, submitLoading: loading, initialValues: initialValues })] }));
143
+ };
144
+ export var getServerSideProps = function (ctx) { return __awaiter(void 0, void 0, void 0, function () {
145
+ var query, formId, form;
146
+ return __generator(this, function (_a) {
147
+ query = ctx.query;
148
+ formId = query.formId;
149
+ form = getForm(formId);
150
+ if (!form) {
151
+ return [2 /*return*/, {
152
+ redirect: {
153
+ permanent: false,
154
+ destination: "/forms/".concat(FormsNavigationTabs.opportunity),
155
+ },
156
+ }];
157
+ }
158
+ return [2 /*return*/, {
159
+ props: {},
160
+ }];
161
+ });
162
+ }); };
163
+ export default FormsTemplate;
164
+ var getForm = function (formId) {
165
+ if (!(formId in FormsNavigationTabs))
166
+ return undefined;
167
+ return forms[formId];
168
+ };
169
+ var formatDataToBE = function (object) {
170
+ return Object.fromEntries(Object.entries(object)
171
+ .filter(function (_a) {
172
+ var value = _a[1];
173
+ return value;
174
+ })
175
+ .map(function (_a) {
176
+ var key = _a[0], value = _a[1];
177
+ if (key.includes('-other-radio')) {
178
+ var baseRadioInputKey = key.split('-')[0];
179
+ return [baseRadioInputKey, value];
180
+ }
181
+ if (key.includes('-other-checkbox')) {
182
+ var baseCheckboxInputKey = key.split('-')[0];
183
+ return [
184
+ baseCheckboxInputKey,
185
+ __spreadArray(__spreadArray([], object[baseCheckboxInputKey].filter(function (val) { return val !== 'other'; }), true), [
186
+ value,
187
+ ], false).join(', '),
188
+ ];
189
+ }
190
+ return value instanceof Date ? [key, value.getTime()] : [key, value];
191
+ }));
192
+ };
193
+ export var forms = (_a = {},
194
+ _a[FormsNavigationTabs.opportunity] = {
195
+ submitMutation: formsSchema.SubmitOpportunityDocument,
196
+ formTitle: 'opportunity Submission',
197
+ formDescription: 'Submit a project opportunity to engage and provide value to the Ludo.com community. If the opportunity is not yet on Ludo Opportunities DB you will qualify to receive a reward.',
198
+ inputs: [
199
+ {
200
+ label: 'Email',
201
+ type: 'text',
202
+ name: 'submitterEmail',
203
+ placeholder: 'Enter your email',
204
+ value: '',
205
+ validations: __assign(__assign({}, messages.userEmail), { required: 'Field required' }),
206
+ },
207
+ {
208
+ label: 'opportunity name (28 characters max)',
209
+ type: 'text',
210
+ name: 'name',
211
+ placeholder: 'Enter opportunity name',
212
+ value: '',
213
+ validations: {
214
+ maxLength: {
215
+ value: 28,
216
+ message: 'Please enter no more than 28 characters',
217
+ },
218
+ },
219
+ },
220
+ {
221
+ label: 'opportunity description',
222
+ type: 'textArea',
223
+ name: 'description',
224
+ placeholder: 'Briefly describe the opportunity and its benefits',
225
+ value: '',
226
+ validations: {
227
+ maxLength: {
228
+ value: 400,
229
+ message: 'Please enter no more than 400 characters',
230
+ },
231
+ },
232
+ },
233
+ {
234
+ label: 'Registration link',
235
+ type: 'text',
236
+ name: 'registrationLink',
237
+ placeholder: 'Provide the link for users to register or claim the opportunity',
238
+ value: '',
239
+ validations: __assign(__assign({}, messages.userWeb), { minLength: {
240
+ value: 2,
241
+ message: 'The link is too small 🤟',
242
+ }, maxLength: {
243
+ value: 400,
244
+ message: 'The link is too long 🤟',
245
+ } }),
246
+ },
247
+ {
248
+ label: 'Start date',
249
+ type: 'date',
250
+ name: 'startDate',
251
+ placeholder: 'dd.mm.yyyy',
252
+ value: '',
253
+ },
254
+ {
255
+ label: 'End date',
256
+ type: 'date',
257
+ name: 'endDate',
258
+ placeholder: 'dd.mm.yyyy',
259
+ value: '',
260
+ },
261
+ ],
262
+ },
263
+ _a[FormsNavigationTabs.contactSupport] = {
264
+ submitMutation: formsSchema.SubmitContactSupportDocument,
265
+ formTitle: 'Contact Ludo Support',
266
+ formDescription: 'Use this form to request support or report issues.',
267
+ inputs: [
268
+ {
269
+ label: 'Email',
270
+ type: 'text',
271
+ name: 'email',
272
+ placeholder: 'Enter your email',
273
+ value: '',
274
+ validations: __assign(__assign({}, messages.userEmail), { required: 'Field required' }),
275
+ },
276
+ {
277
+ label: 'Wallet Address',
278
+ type: 'text',
279
+ name: 'walletAddress',
280
+ placeholder: 'Enter your wallet address',
281
+ value: '',
282
+ validations: {
283
+ required: 'Field required',
284
+ },
285
+ },
286
+ {
287
+ label: 'Category of Issue',
288
+ type: 'radio',
289
+ name: 'category',
290
+ options: [
291
+ { value: 'Account Issue', desc: 'Account Issue' },
292
+ {
293
+ value: 'Ludo X ( Chrome Extension )',
294
+ desc: 'Ludo X ( Chrome Extension )',
295
+ },
296
+ { value: 'Telegram App', desc: 'Telegram App' },
297
+ { value: 'Ludo WebApp', desc: 'Ludo WebApp' },
298
+ { value: 'Ludo Genie', desc: 'Ludo Genie' },
299
+ { value: 'Ludo Rank', desc: 'Ludo Rank' },
300
+ { value: 'other', desc: 'Other:' },
301
+ ],
302
+ value: '',
303
+ },
304
+ {
305
+ label: 'Description of the Issue',
306
+ type: 'textArea',
307
+ name: 'description',
308
+ placeholder: 'Briefly describe the issue',
309
+ value: '',
310
+ validations: {
311
+ maxLength: {
312
+ value: 400,
313
+ message: 'Please enter no more than 400 characters',
314
+ },
315
+ },
316
+ },
317
+ {
318
+ label: 'Priority Level',
319
+ type: 'radio',
320
+ name: 'priority',
321
+ options: [
322
+ { value: 'Low', desc: 'Low' },
323
+ { value: 'Medium', desc: 'Medium' },
324
+ { value: 'High', desc: 'High' },
325
+ ],
326
+ value: '',
327
+ },
328
+ ],
329
+ },
330
+ _a[FormsNavigationTabs.registrationRequest] = {
331
+ submitMutation: formsSchema.SubmitRegistrationInviteDocument,
332
+ formTitle: 'Registration Invite Request',
333
+ formDescription: 'Please fill out this form to request additional registration invites for Ludo.com. Make sure to provide all the required details.',
334
+ inputs: [
335
+ {
336
+ label: 'Enter the Ludo ID or the blockchain address you used for registration',
337
+ type: 'text',
338
+ name: 'ludoIdOrAddress',
339
+ placeholder: 'Enter your Ludo ID or the blockchain address',
340
+ value: '',
341
+ validations: {
342
+ required: 'Field required',
343
+ },
344
+ },
345
+ {
346
+ label: 'Reason for Request',
347
+ type: 'textArea',
348
+ name: 'reason',
349
+ placeholder: 'Explain why you are requesting more registration invites. Please provide as much detail as possible to help us understand your needs.',
350
+ value: '',
351
+ validations: {
352
+ required: 'Field required',
353
+ },
354
+ },
355
+ ],
356
+ },
357
+ _a[FormsNavigationTabs.report] = {
358
+ submitMutation: formsSchema.SubmitContentReportDocument,
359
+ formTitle: 'Content Report Form',
360
+ formDescription: 'Please use this form to report any content (NFT, Collection, opportunity) that violates our community guidelines or terms of service',
361
+ inputs: [
362
+ {
363
+ label: 'Email',
364
+ type: 'text',
365
+ name: 'email',
366
+ placeholder: 'Enter your email',
367
+ value: '',
368
+ validations: __assign(__assign({}, messages.userEmail), { required: 'Field required' }),
369
+ },
370
+ {
371
+ label: 'Name of the NFT/opportunity/Project',
372
+ type: 'text',
373
+ name: 'nameOfSubject',
374
+ placeholder: 'Enter name of the NFT/opportunity/Project',
375
+ value: '',
376
+ validations: {
377
+ maxLength: {
378
+ value: 100,
379
+ message: 'The name is too long',
380
+ },
381
+ },
382
+ },
383
+ {
384
+ label: 'What type of content are you reporting?',
385
+ type: 'radio',
386
+ name: 'contentType',
387
+ options: [
388
+ { value: 'NFT ( Asset )', desc: 'NFT ( Asset )' },
389
+ {
390
+ value: 'Collection ( Project )',
391
+ desc: 'Collection ( Project )',
392
+ },
393
+ { value: 'Opportunity', desc: 'Opportunity' },
394
+ ],
395
+ value: '',
396
+ },
397
+ {
398
+ label: 'Please provide the ID or URL of the content you are reporting.',
399
+ type: 'text',
400
+ name: 'contentId',
401
+ placeholder: 'Enter the ID or URL of the content',
402
+ value: '',
403
+ },
404
+ {
405
+ label: 'Why are you reporting this content?',
406
+ type: 'checkbox',
407
+ name: 'reportReason',
408
+ options: [
409
+ { value: 'Inappropriate Content', desc: 'Inappropriate Content' },
410
+ {
411
+ value: 'Copyright Infringement',
412
+ desc: 'Copyright Infringement',
413
+ },
414
+ { value: 'Scam/Fraud', desc: 'Scam/Fraud' },
415
+ { value: 'other', desc: 'Other:' },
416
+ ],
417
+ value: '',
418
+ },
419
+ {
420
+ label: 'Please describe the issue with the content.',
421
+ type: 'textArea',
422
+ name: 'description',
423
+ placeholder: 'Briefly describe the issue',
424
+ value: '',
425
+ validations: {
426
+ maxLength: {
427
+ value: 400,
428
+ message: 'Please enter no more than 400 characters',
429
+ },
430
+ },
431
+ },
432
+ {
433
+ label: 'If possible, add link to any evidence supporting your report (e.g., screenshots)',
434
+ type: 'text',
435
+ name: 'evidenceFileUrl',
436
+ placeholder: 'Enter the ID or URL of the content',
437
+ value: '',
438
+ validations: __assign(__assign({}, messages.userWeb), { minLength: {
439
+ value: 2,
440
+ message: 'The URL is too small 🤟',
441
+ }, maxLength: {
442
+ value: 400,
443
+ message: 'The URL is too long 🤟',
444
+ } }),
445
+ },
446
+ ],
447
+ },
448
+ _a[FormsNavigationTabs.feedback] = {
449
+ submitMutation: formsSchema.SubmitUserFeedbackDocument,
450
+ formTitle: 'User Feedback',
451
+ formDescription: '',
452
+ inputs: [
453
+ {
454
+ label: 'Email',
455
+ type: 'text',
456
+ name: 'email',
457
+ placeholder: 'Enter your email',
458
+ value: '',
459
+ validations: __assign(__assign({}, messages.userEmail), { required: 'Field required' }),
460
+ },
461
+ {
462
+ label: 'How satisfied are you with Ludo.com?',
463
+ type: 'radio',
464
+ name: 'satisfactionScore',
465
+ options: [
466
+ { value: '1', desc: '1 - Very dissatisfied' },
467
+ { value: '2', desc: '2' },
468
+ { value: '3', desc: '3' },
469
+ { value: '4', desc: '4' },
470
+ { value: '5', desc: '5 - Very satisfied' },
471
+ ],
472
+ value: '',
473
+ validations: {
474
+ required: 'Field required',
475
+ },
476
+ },
477
+ {
478
+ label: 'Which features of Ludo.com do you use the most?',
479
+ type: 'radio',
480
+ name: 'missedFeature',
481
+ options: [
482
+ { value: 'XP gamification', desc: 'XP gamification' },
483
+ { value: 'Reputation', desc: 'Reputation' },
484
+ { value: 'Opportunities Discovery', desc: 'Opportunities Discovery' },
485
+ { value: 'other', desc: 'Other:' },
486
+ ],
487
+ value: '',
488
+ },
489
+ {
490
+ label: 'How easy is it to use Ludo.com?',
491
+ type: 'radio',
492
+ name: 'howEasyToUseScore',
493
+ options: [
494
+ { value: 'Very easy', desc: 'Very easy' },
495
+ { value: 'Easy', desc: 'Easy' },
496
+ { value: 'Neutral', desc: 'Neutral' },
497
+ { value: 'Difficult', desc: 'Difficult' },
498
+ { value: 'Very Difficult', desc: 'Very Difficult' },
499
+ ],
500
+ value: '',
501
+ },
502
+ {
503
+ label: 'How would you rate the performance and speed of Ludo.com?',
504
+ type: 'radio',
505
+ name: 'performanceScore',
506
+ options: [
507
+ { value: '1', desc: '1 - Slow' },
508
+ { value: '2', desc: '2' },
509
+ { value: '3', desc: '3' },
510
+ { value: '4', desc: '4' },
511
+ { value: '5', desc: '5 - Fast' },
512
+ ],
513
+ value: '',
514
+ },
515
+ {
516
+ label: 'What features would you like to see added or improved on Ludo.com?',
517
+ type: 'textArea',
518
+ name: 'whatToImprove',
519
+ placeholder: '',
520
+ value: '',
521
+ validations: {
522
+ maxLength: {
523
+ value: 500,
524
+ message: 'Please enter no more than 500 characters',
525
+ },
526
+ },
527
+ },
528
+ {
529
+ label: 'Any other comments or suggestions?',
530
+ type: 'textArea',
531
+ name: 'comments',
532
+ placeholder: '',
533
+ value: '',
534
+ validations: {
535
+ maxLength: {
536
+ value: 500,
537
+ message: 'Please enter no more than 500 characters',
538
+ },
539
+ },
540
+ },
541
+ ],
542
+ },
543
+ _a[FormsNavigationTabs.partnership] = {
544
+ submitMutation: formsSchema.SubmitPartnershipInquiryDocument,
545
+ formTitle: 'Partnership Inquiry Form',
546
+ formDescription: '',
547
+ inputs: [
548
+ {
549
+ label: 'Name',
550
+ type: 'text',
551
+ name: 'name',
552
+ placeholder: 'Enter your name',
553
+ value: '',
554
+ validations: {
555
+ required: 'Field required',
556
+ },
557
+ },
558
+ {
559
+ label: 'Email',
560
+ type: 'text',
561
+ name: 'email',
562
+ placeholder: 'Enter your email',
563
+ value: '',
564
+ validations: __assign(__assign({}, messages.userEmail), { required: 'Field required' }),
565
+ },
566
+ {
567
+ label: 'Project Name',
568
+ type: 'text',
569
+ name: 'projectName',
570
+ placeholder: 'Enter your project name',
571
+ value: '',
572
+ validations: {
573
+ required: 'Field required',
574
+ },
575
+ },
576
+ {
577
+ label: 'Website',
578
+ type: 'text',
579
+ name: 'website',
580
+ placeholder: 'Enter your website',
581
+ value: '',
582
+ validations: __assign(__assign({}, messages.userWeb), { required: 'Field required' }),
583
+ },
584
+ {
585
+ label: 'Tell us about your project and why you want to partner with Ludo.com',
586
+ type: 'textArea',
587
+ name: 'aboutProject',
588
+ placeholder: 'Tell us about your project and why you want to partner with Ludo.com',
589
+ value: '',
590
+ validations: {
591
+ maxLength: {
592
+ value: 500,
593
+ message: 'Please enter no more than 500 characters',
594
+ },
595
+ required: 'Field required',
596
+ },
597
+ },
598
+ {
599
+ label: 'What type of partnership are you interested in?',
600
+ type: 'radio',
601
+ name: 'partnershipType',
602
+ options: [
603
+ { value: 'Blockchain', desc: 'Blockchain' },
604
+ { value: 'Collection', desc: 'Collection' },
605
+ { value: 'Artist', desc: 'Artist' },
606
+ { value: 'Argos Brand Protection', desc: 'Argos Brand Protection' },
607
+ { value: 'Web3 Game', desc: 'Web3 Game' },
608
+ { value: 'dApp', desc: 'dApp' },
609
+ { value: 'Exchange', desc: 'Exchange' },
610
+ { value: 'Wallet', desc: 'Wallet' },
611
+ { value: 'Developer', desc: 'Developer' },
612
+ { value: 'other', desc: 'Other:' },
613
+ ],
614
+ value: '',
615
+ validations: {
616
+ required: 'Field required',
617
+ },
618
+ },
619
+ {
620
+ label: 'How did you hear about Ludo.com?',
621
+ type: 'radio',
622
+ name: 'ludoReferrerInfo',
623
+ options: [
624
+ { value: 'Search Engine', desc: 'Search Engine' },
625
+ { value: 'Social Media', desc: 'Social Media' },
626
+ { value: 'World of Mouth', desc: 'World of Mouth' },
627
+ { value: 'other', desc: 'Other:' },
628
+ ],
629
+ value: '',
630
+ },
631
+ ],
632
+ },
633
+ _a[FormsNavigationTabs.investor] = {
634
+ submitMutation: formsSchema.SubmitInvestorInquiryDocument,
635
+ formTitle: 'Investor Relations Inquiry Form',
636
+ formDescription: '',
637
+ inputs: [
638
+ {
639
+ label: 'Name',
640
+ type: 'text',
641
+ name: 'name',
642
+ placeholder: 'Enter your name',
643
+ value: '',
644
+ validations: {
645
+ required: 'Field required',
646
+ },
647
+ },
648
+ {
649
+ label: 'Email',
650
+ type: 'text',
651
+ name: 'email',
652
+ placeholder: 'Enter your email',
653
+ value: '',
654
+ validations: __assign(__assign({}, messages.userEmail), { required: 'Field required' }),
655
+ },
656
+ {
657
+ label: 'Phone Number',
658
+ type: 'text',
659
+ name: 'phoneNumber',
660
+ placeholder: 'Enter your phone number',
661
+ value: '',
662
+ validations: {
663
+ required: 'Field required',
664
+ },
665
+ },
666
+ {
667
+ label: 'Telegram ID - optional',
668
+ type: 'text',
669
+ name: 'telegramId',
670
+ placeholder: 'Enter your Telegram ID',
671
+ value: '',
672
+ },
673
+ {
674
+ label: 'Are you an individual investor or representing an organization?',
675
+ type: 'radio',
676
+ name: 'investorType',
677
+ options: [
678
+ { value: 'Venture Capitalist', desc: 'Venture Capitalist' },
679
+ { value: 'Family Office', desc: 'Family Office' },
680
+ { value: 'Angel Investor', desc: 'Angel Investor' },
681
+ { value: 'Individual Investor', desc: 'Individual Investor' },
682
+ { value: 'Institutional Investor', desc: 'Institutional Investor' },
683
+ { value: 'other', desc: 'Other:' },
684
+ ],
685
+ value: '',
686
+ validations: {
687
+ required: 'Field required',
688
+ },
689
+ },
690
+ {
691
+ label: 'How much are you looking to invest?',
692
+ type: 'text',
693
+ name: 'investmentAmount',
694
+ placeholder: '',
695
+ value: '',
696
+ },
697
+ {
698
+ label: 'What is your investment background and experience?',
699
+ type: 'textArea',
700
+ name: 'investmentExperience',
701
+ placeholder: 'Tell us about your investment background and experience',
702
+ value: '',
703
+ validations: {
704
+ maxLength: {
705
+ value: 500,
706
+ message: 'Please enter no more than 500 characters',
707
+ },
708
+ required: 'Field required',
709
+ },
710
+ },
711
+ {
712
+ label: 'What specific information or assistance are you seeking from our investor relations team?',
713
+ type: 'textArea',
714
+ name: 'assistanceRequest',
715
+ placeholder: '',
716
+ value: '',
717
+ validations: {
718
+ maxLength: {
719
+ value: 500,
720
+ message: 'Please enter no more than 500 characters',
721
+ },
722
+ required: 'Field required',
723
+ },
724
+ },
725
+ {
726
+ label: 'How did you hear about our investment opportunities?',
727
+ type: 'radio',
728
+ name: 'ludoReferrerInfo',
729
+ options: [
730
+ { value: 'Website', desc: 'Website' },
731
+ { value: 'News Article', desc: 'News Article' },
732
+ { value: 'Referral', desc: 'Referral' },
733
+ { value: 'Social Media', desc: 'Social Media' },
734
+ { value: 'Word of Mouth', desc: 'Word of Mouth' },
735
+ { value: 'other', desc: 'Other:' },
736
+ ],
737
+ value: '',
738
+ validations: {
739
+ required: 'Field required',
740
+ },
741
+ },
742
+ ],
743
+ },
744
+ _a);
745
+ var templateObject_1;