decentraland-ui2 0.26.1-17074319572.commit-54256a2 → 0.26.1-17079106219.commit-37645ec

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 (1012) hide show
  1. package/dist/Assets/Navbar/create-submenu.png +0 -0
  2. package/dist/Assets/Navbar/explore-submenu.png +0 -0
  3. package/dist/Assets/Navbar/governance-submenu.png +0 -0
  4. package/dist/Assets/Navbar/learn-submenu.png +0 -0
  5. package/dist/Assets/Navbar/marketplace-submenu.png +0 -0
  6. package/dist/Assets/man-default.png +0 -0
  7. package/dist/Assets/man-default1.png +0 -0
  8. package/dist/components/Address/Address.d.ts +3 -0
  9. package/dist/components/Address/Address.js +12 -0
  10. package/dist/components/Address/Address.js.map +1 -0
  11. package/dist/components/Address/Address.stories.d.ts +10 -0
  12. package/dist/components/Address/Address.stories.js +58 -0
  13. package/dist/components/Address/Address.stories.js.map +1 -0
  14. package/dist/components/Address/Address.styled.d.ts +5 -0
  15. package/dist/components/Address/Address.styled.js +7 -0
  16. package/dist/components/Address/Address.styled.js.map +1 -0
  17. package/dist/components/Address/Address.types.d.ts +7 -0
  18. package/dist/components/Address/Address.types.js +2 -0
  19. package/dist/components/Address/Address.types.js.map +1 -0
  20. package/dist/components/Address/index.d.ts +2 -0
  21. package/dist/components/Address/index.js +3 -0
  22. package/dist/components/Address/index.js.map +1 -0
  23. package/dist/components/AddressField/utils.d.ts +3 -0
  24. package/dist/components/AddressField/utils.js +8 -0
  25. package/dist/components/AddressField/utils.js.map +1 -0
  26. package/dist/components/AddressField/utils.spec.d.ts +1 -0
  27. package/dist/components/AddressField/utils.spec.js +21 -0
  28. package/dist/components/AddressField/utils.spec.js.map +1 -0
  29. package/dist/components/Atlas/Atlas.d.ts +5 -0
  30. package/dist/components/Atlas/Atlas.js +58 -0
  31. package/dist/components/Atlas/Atlas.js.map +1 -0
  32. package/dist/components/Atlas/Atlas.stories.d.ts +12 -0
  33. package/dist/components/Atlas/Atlas.stories.js +249 -0
  34. package/dist/components/Atlas/Atlas.stories.js.map +1 -0
  35. package/dist/components/Atlas/Atlas.types.d.ts +41 -0
  36. package/dist/components/Atlas/Atlas.types.js +20 -0
  37. package/dist/components/Atlas/Atlas.types.js.map +1 -0
  38. package/dist/components/Atlas/index.d.ts +4 -0
  39. package/dist/components/Atlas/index.js +3 -0
  40. package/dist/components/Atlas/index.js.map +1 -0
  41. package/dist/components/Atlas/util.d.ts +4 -0
  42. package/dist/components/Atlas/util.js +30 -0
  43. package/dist/components/Atlas/util.js.map +1 -0
  44. package/dist/components/Atlas/util.test.d.ts +0 -0
  45. package/dist/components/Atlas/util.test.js +7 -0
  46. package/dist/components/Atlas/util.test.js.map +1 -0
  47. package/dist/components/AvatarFace/AvatarFace.d.ts +4 -0
  48. package/dist/components/AvatarFace/AvatarFace.js +13 -0
  49. package/dist/components/AvatarFace/AvatarFace.js.map +1 -0
  50. package/dist/components/AvatarFace/AvatarFace.stories.d.ts +10 -0
  51. package/dist/components/AvatarFace/AvatarFace.stories.js +47 -0
  52. package/dist/components/AvatarFace/AvatarFace.stories.js.map +1 -0
  53. package/dist/components/AvatarFace/AvatarFace.styled.d.ts +11 -0
  54. package/dist/components/AvatarFace/AvatarFace.styled.js +51 -0
  55. package/dist/components/AvatarFace/AvatarFace.styled.js.map +1 -0
  56. package/dist/components/AvatarFace/AvatarFace.types.d.ts +7 -0
  57. package/dist/components/AvatarFace/AvatarFace.types.js +2 -0
  58. package/dist/components/AvatarFace/AvatarFace.types.js.map +1 -0
  59. package/dist/components/AvatarFace/index.d.ts +2 -0
  60. package/dist/components/AvatarFace/index.js +3 -0
  61. package/dist/components/AvatarFace/index.js.map +1 -0
  62. package/dist/components/Banner/Banner.d.ts +2 -0
  63. package/dist/components/Banner/Banner.js +53 -0
  64. package/dist/components/Banner/Banner.js.map +1 -0
  65. package/dist/components/Banner/Banner.styled.d.ts +47 -0
  66. package/dist/components/Banner/Banner.styled.js +94 -0
  67. package/dist/components/Banner/Banner.styled.js.map +1 -0
  68. package/dist/components/Banner/Banner.types.d.ts +11 -0
  69. package/dist/components/Banner/Banner.types.js +2 -0
  70. package/dist/components/Banner/Banner.types.js.map +1 -0
  71. package/dist/components/Banner/index.d.ts +2 -0
  72. package/dist/components/Banner/index.js +2 -0
  73. package/dist/components/Banner/index.js.map +1 -0
  74. package/dist/components/Blockie/Blockie.d.ts +4 -0
  75. package/dist/components/Blockie/Blockie.js +33 -0
  76. package/dist/components/Blockie/Blockie.js.map +1 -0
  77. package/dist/components/Blockie/Blockie.stories.d.ts +9 -0
  78. package/dist/components/Blockie/Blockie.stories.js +55 -0
  79. package/dist/components/Blockie/Blockie.stories.js.map +1 -0
  80. package/dist/components/Blockie/Blockie.styled.d.ts +13 -0
  81. package/dist/components/Blockie/Blockie.styled.js +19 -0
  82. package/dist/components/Blockie/Blockie.styled.js.map +1 -0
  83. package/dist/components/Blockie/Blockie.types.d.ts +10 -0
  84. package/dist/components/Blockie/Blockie.types.js +2 -0
  85. package/dist/components/Blockie/Blockie.types.js.map +1 -0
  86. package/dist/components/Blockie/index.d.ts +2 -0
  87. package/dist/components/Blockie/index.js +3 -0
  88. package/dist/components/Blockie/index.js.map +1 -0
  89. package/dist/components/Button/Button.d.ts +2 -0
  90. package/dist/components/Button/Button.js +14 -0
  91. package/dist/components/Button/Button.js.map +1 -0
  92. package/dist/components/Button/Button.stories.d.ts +51 -0
  93. package/dist/components/Button/Button.stories.js +157 -0
  94. package/dist/components/Button/Button.stories.js.map +1 -0
  95. package/dist/components/Button/Button.types.d.ts +9 -0
  96. package/dist/components/Button/Button.types.js +2 -0
  97. package/dist/components/Button/Button.types.js.map +1 -0
  98. package/dist/components/Button/index.d.ts +2 -0
  99. package/dist/components/Button/index.js +2 -0
  100. package/dist/components/Button/index.js.map +1 -0
  101. package/dist/components/ChainSelector/ChainSelector.d.ts +3 -0
  102. package/dist/components/ChainSelector/ChainSelector.js +41 -0
  103. package/dist/components/ChainSelector/ChainSelector.js.map +1 -0
  104. package/dist/components/ChainSelector/ChainSelector.stories.d.ts +8 -0
  105. package/dist/components/ChainSelector/ChainSelector.stories.js +42 -0
  106. package/dist/components/ChainSelector/ChainSelector.stories.js.map +1 -0
  107. package/dist/components/ChainSelector/ChainSelector.styled.d.ts +53 -0
  108. package/dist/components/ChainSelector/ChainSelector.styled.js +138 -0
  109. package/dist/components/ChainSelector/ChainSelector.styled.js.map +1 -0
  110. package/dist/components/ChainSelector/ChainSelector.types.d.ts +27 -0
  111. package/dist/components/ChainSelector/ChainSelector.types.js +15 -0
  112. package/dist/components/ChainSelector/ChainSelector.types.js.map +1 -0
  113. package/dist/components/ChainSelector/index.d.ts +2 -0
  114. package/dist/components/ChainSelector/index.js +3 -0
  115. package/dist/components/ChainSelector/index.js.map +1 -0
  116. package/dist/components/DecentralandFont/FontFaceSelector.stories.d.ts +8 -0
  117. package/dist/components/DecentralandFont/FontFaceSelector.stories.js +39 -0
  118. package/dist/components/DecentralandFont/FontFaceSelector.stories.js.map +1 -0
  119. package/dist/components/DownloadButton/DownloadButton.d.ts +4 -0
  120. package/dist/components/DownloadButton/DownloadButton.js +102 -0
  121. package/dist/components/DownloadButton/DownloadButton.js.map +1 -0
  122. package/dist/components/DownloadButton/DownloadButton.stories.d.ts +9 -0
  123. package/dist/components/DownloadButton/DownloadButton.stories.js +72 -0
  124. package/dist/components/DownloadButton/DownloadButton.stories.js.map +1 -0
  125. package/dist/components/DownloadButton/DownloadButton.styled.d.ts +23 -0
  126. package/dist/components/DownloadButton/DownloadButton.styled.js +77 -0
  127. package/dist/components/DownloadButton/DownloadButton.styled.js.map +1 -0
  128. package/dist/components/DownloadButton/DownloadButton.types.d.ts +26 -0
  129. package/dist/components/DownloadButton/DownloadButton.types.js +7 -0
  130. package/dist/components/DownloadButton/DownloadButton.types.js.map +1 -0
  131. package/dist/components/DownloadButton/index.d.ts +3 -0
  132. package/dist/components/DownloadButton/index.js +3 -0
  133. package/dist/components/DownloadButton/index.js.map +1 -0
  134. package/dist/components/Icon/AppleIcon.d.ts +4 -0
  135. package/dist/components/Icon/AppleIcon.js +8 -0
  136. package/dist/components/Icon/AppleIcon.js.map +1 -0
  137. package/dist/components/Icon/Chains/ArbitrumIcon.d.ts +4 -0
  138. package/dist/components/Icon/Chains/ArbitrumIcon.js +8 -0
  139. package/dist/components/Icon/Chains/ArbitrumIcon.js.map +1 -0
  140. package/dist/components/Icon/Chains/AvalancheIcon.d.ts +4 -0
  141. package/dist/components/Icon/Chains/AvalancheIcon.js +8 -0
  142. package/dist/components/Icon/Chains/AvalancheIcon.js.map +1 -0
  143. package/dist/components/Icon/Chains/BinanceIcon.d.ts +4 -0
  144. package/dist/components/Icon/Chains/BinanceIcon.js +8 -0
  145. package/dist/components/Icon/Chains/BinanceIcon.js.map +1 -0
  146. package/dist/components/Icon/Chains/EthereumIcon.d.ts +4 -0
  147. package/dist/components/Icon/Chains/EthereumIcon.js +8 -0
  148. package/dist/components/Icon/Chains/EthereumIcon.js.map +1 -0
  149. package/dist/components/Icon/Chains/FantomIcon.d.ts +4 -0
  150. package/dist/components/Icon/Chains/FantomIcon.js +8 -0
  151. package/dist/components/Icon/Chains/FantomIcon.js.map +1 -0
  152. package/dist/components/Icon/Chains/OptimismIcon.d.ts +4 -0
  153. package/dist/components/Icon/Chains/OptimismIcon.js +8 -0
  154. package/dist/components/Icon/Chains/OptimismIcon.js.map +1 -0
  155. package/dist/components/Icon/Chains/PolygonIcon.d.ts +4 -0
  156. package/dist/components/Icon/Chains/PolygonIcon.js +8 -0
  157. package/dist/components/Icon/Chains/PolygonIcon.js.map +1 -0
  158. package/dist/components/Icon/CreditsIcon.d.ts +4 -0
  159. package/dist/components/Icon/CreditsIcon.js +8 -0
  160. package/dist/components/Icon/CreditsIcon.js.map +1 -0
  161. package/dist/components/Icon/Emotes/MuteIcon.d.ts +4 -0
  162. package/dist/components/Icon/Emotes/MuteIcon.js +8 -0
  163. package/dist/components/Icon/Emotes/MuteIcon.js.map +1 -0
  164. package/dist/components/Icon/Emotes/PropsIcon.d.ts +4 -0
  165. package/dist/components/Icon/Emotes/PropsIcon.js +8 -0
  166. package/dist/components/Icon/Emotes/PropsIcon.js.map +1 -0
  167. package/dist/components/Icon/Emotes/SoundIcon.d.ts +4 -0
  168. package/dist/components/Icon/Emotes/SoundIcon.js +8 -0
  169. package/dist/components/Icon/Emotes/SoundIcon.js.map +1 -0
  170. package/dist/components/Icon/Emotes/VolumeIcon.d.ts +4 -0
  171. package/dist/components/Icon/Emotes/VolumeIcon.js +8 -0
  172. package/dist/components/Icon/Emotes/VolumeIcon.js.map +1 -0
  173. package/dist/components/Icon/JumpInIcon.d.ts +4 -0
  174. package/dist/components/Icon/JumpInIcon.js +8 -0
  175. package/dist/components/Icon/JumpInIcon.js.map +1 -0
  176. package/dist/components/Icon/LocationIcon.d.ts +4 -0
  177. package/dist/components/Icon/LocationIcon.js +8 -0
  178. package/dist/components/Icon/LocationIcon.js.map +1 -0
  179. package/dist/components/Icon/ManaEthIcon.d.ts +4 -0
  180. package/dist/components/Icon/ManaEthIcon.js +8 -0
  181. package/dist/components/Icon/ManaEthIcon.js.map +1 -0
  182. package/dist/components/Icon/ManaMaticIcon.d.ts +4 -0
  183. package/dist/components/Icon/ManaMaticIcon.js +8 -0
  184. package/dist/components/Icon/ManaMaticIcon.js.map +1 -0
  185. package/dist/components/Icon/Notifications/AccessRestoredIcon.d.ts +4 -0
  186. package/dist/components/Icon/Notifications/AccessRestoredIcon.js +8 -0
  187. package/dist/components/Icon/Notifications/AccessRestoredIcon.js.map +1 -0
  188. package/dist/components/Icon/Notifications/AccessRestrictedIcon.d.ts +4 -0
  189. package/dist/components/Icon/Notifications/AccessRestrictedIcon.js +8 -0
  190. package/dist/components/Icon/Notifications/AccessRestrictedIcon.js.map +1 -0
  191. package/dist/components/Icon/Notifications/BidAcceptedIcon.d.ts +4 -0
  192. package/dist/components/Icon/Notifications/BidAcceptedIcon.js +8 -0
  193. package/dist/components/Icon/Notifications/BidAcceptedIcon.js.map +1 -0
  194. package/dist/components/Icon/Notifications/BidReceivedIcon.d.ts +4 -0
  195. package/dist/components/Icon/Notifications/BidReceivedIcon.js +8 -0
  196. package/dist/components/Icon/Notifications/BidReceivedIcon.js.map +1 -0
  197. package/dist/components/Icon/Notifications/CoauthorIcon.d.ts +4 -0
  198. package/dist/components/Icon/Notifications/CoauthorIcon.js +8 -0
  199. package/dist/components/Icon/Notifications/CoauthorIcon.js.map +1 -0
  200. package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.d.ts +4 -0
  201. package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js +8 -0
  202. package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js.map +1 -0
  203. package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.d.ts +4 -0
  204. package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js +8 -0
  205. package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js.map +1 -0
  206. package/dist/components/Icon/Notifications/CreditsIcon.d.ts +4 -0
  207. package/dist/components/Icon/Notifications/CreditsIcon.js +8 -0
  208. package/dist/components/Icon/Notifications/CreditsIcon.js.map +1 -0
  209. package/dist/components/Icon/Notifications/EmptyInboxIcon.d.ts +4 -0
  210. package/dist/components/Icon/Notifications/EmptyInboxIcon.js +8 -0
  211. package/dist/components/Icon/Notifications/EmptyInboxIcon.js.map +1 -0
  212. package/dist/components/Icon/Notifications/EventCancelledIcon.d.ts +4 -0
  213. package/dist/components/Icon/Notifications/EventCancelledIcon.js +8 -0
  214. package/dist/components/Icon/Notifications/EventCancelledIcon.js.map +1 -0
  215. package/dist/components/Icon/Notifications/EventStartedIcon.d.ts +4 -0
  216. package/dist/components/Icon/Notifications/EventStartedIcon.js +8 -0
  217. package/dist/components/Icon/Notifications/EventStartedIcon.js.map +1 -0
  218. package/dist/components/Icon/Notifications/EventStartsSoonIcon.d.ts +4 -0
  219. package/dist/components/Icon/Notifications/EventStartsSoonIcon.js +8 -0
  220. package/dist/components/Icon/Notifications/EventStartsSoonIcon.js.map +1 -0
  221. package/dist/components/Icon/Notifications/GovernanceIcon.d.ts +4 -0
  222. package/dist/components/Icon/Notifications/GovernanceIcon.js +8 -0
  223. package/dist/components/Icon/Notifications/GovernanceIcon.js.map +1 -0
  224. package/dist/components/Icon/Notifications/HistoryIcon.d.ts +4 -0
  225. package/dist/components/Icon/Notifications/HistoryIcon.js +8 -0
  226. package/dist/components/Icon/Notifications/HistoryIcon.js.map +1 -0
  227. package/dist/components/Icon/Notifications/ItemAirdroppedIcon.d.ts +4 -0
  228. package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js +8 -0
  229. package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js.map +1 -0
  230. package/dist/components/Icon/Notifications/ItemSoldIcon.d.ts +4 -0
  231. package/dist/components/Icon/Notifications/ItemSoldIcon.js +8 -0
  232. package/dist/components/Icon/Notifications/ItemSoldIcon.js.map +1 -0
  233. package/dist/components/Icon/Notifications/LandRentedIcon.d.ts +4 -0
  234. package/dist/components/Icon/Notifications/LandRentedIcon.js +8 -0
  235. package/dist/components/Icon/Notifications/LandRentedIcon.js.map +1 -0
  236. package/dist/components/Icon/Notifications/ManaMainnetIcon.d.ts +4 -0
  237. package/dist/components/Icon/Notifications/ManaMainnetIcon.js +8 -0
  238. package/dist/components/Icon/Notifications/ManaMainnetIcon.js.map +1 -0
  239. package/dist/components/Icon/Notifications/ManaPolygonIcon.d.ts +4 -0
  240. package/dist/components/Icon/Notifications/ManaPolygonIcon.js +8 -0
  241. package/dist/components/Icon/Notifications/ManaPolygonIcon.js.map +1 -0
  242. package/dist/components/Icon/Notifications/MissingResourcesIcon.d.ts +4 -0
  243. package/dist/components/Icon/Notifications/MissingResourcesIcon.js +8 -0
  244. package/dist/components/Icon/Notifications/MissingResourcesIcon.js.map +1 -0
  245. package/dist/components/Icon/Notifications/NewCommentIcon.d.ts +4 -0
  246. package/dist/components/Icon/Notifications/NewCommentIcon.js +8 -0
  247. package/dist/components/Icon/Notifications/NewCommentIcon.js.map +1 -0
  248. package/dist/components/Icon/Notifications/NewNotificationIcon.d.ts +4 -0
  249. package/dist/components/Icon/Notifications/NewNotificationIcon.js +8 -0
  250. package/dist/components/Icon/Notifications/NewNotificationIcon.js.map +1 -0
  251. package/dist/components/Icon/Notifications/NotificationBellActiveIcon.d.ts +4 -0
  252. package/dist/components/Icon/Notifications/NotificationBellActiveIcon.js +10 -0
  253. package/dist/components/Icon/Notifications/NotificationBellActiveIcon.js.map +1 -0
  254. package/dist/components/Icon/Notifications/NotificationBellIcon.d.ts +4 -0
  255. package/dist/components/Icon/Notifications/NotificationBellIcon.js +10 -0
  256. package/dist/components/Icon/Notifications/NotificationBellIcon.js.map +1 -0
  257. package/dist/components/Icon/Notifications/PermissionGrantedIcon.d.ts +4 -0
  258. package/dist/components/Icon/Notifications/PermissionGrantedIcon.js +8 -0
  259. package/dist/components/Icon/Notifications/PermissionGrantedIcon.js.map +1 -0
  260. package/dist/components/Icon/Notifications/PermissionRevokedIcon.d.ts +4 -0
  261. package/dist/components/Icon/Notifications/PermissionRevokedIcon.js +8 -0
  262. package/dist/components/Icon/Notifications/PermissionRevokedIcon.js.map +1 -0
  263. package/dist/components/Icon/Notifications/PitchIcon.d.ts +4 -0
  264. package/dist/components/Icon/Notifications/PitchIcon.js +8 -0
  265. package/dist/components/Icon/Notifications/PitchIcon.js.map +1 -0
  266. package/dist/components/Icon/Notifications/ProjectEnactedIcon.d.ts +4 -0
  267. package/dist/components/Icon/Notifications/ProjectEnactedIcon.js +8 -0
  268. package/dist/components/Icon/Notifications/ProjectEnactedIcon.js.map +1 -0
  269. package/dist/components/Icon/Notifications/ProposalFinishedIcon.d.ts +4 -0
  270. package/dist/components/Icon/Notifications/ProposalFinishedIcon.js +8 -0
  271. package/dist/components/Icon/Notifications/ProposalFinishedIcon.js.map +1 -0
  272. package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.d.ts +4 -0
  273. package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js +8 -0
  274. package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js.map +1 -0
  275. package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.d.ts +4 -0
  276. package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js +8 -0
  277. package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js.map +1 -0
  278. package/dist/components/Icon/Notifications/RentPeriodEndingIcon.d.ts +4 -0
  279. package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js +8 -0
  280. package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js.map +1 -0
  281. package/dist/components/Icon/Notifications/RewardIcon.d.ts +4 -0
  282. package/dist/components/Icon/Notifications/RewardIcon.js +8 -0
  283. package/dist/components/Icon/Notifications/RewardIcon.js.map +1 -0
  284. package/dist/components/Icon/Notifications/StreamingIcon.d.ts +4 -0
  285. package/dist/components/Icon/Notifications/StreamingIcon.js +8 -0
  286. package/dist/components/Icon/Notifications/StreamingIcon.js.map +1 -0
  287. package/dist/components/Icon/Notifications/TenderIcon.d.ts +4 -0
  288. package/dist/components/Icon/Notifications/TenderIcon.js +8 -0
  289. package/dist/components/Icon/Notifications/TenderIcon.js.map +1 -0
  290. package/dist/components/Icon/Notifications/VotingEndedIcon.d.ts +4 -0
  291. package/dist/components/Icon/Notifications/VotingEndedIcon.js +8 -0
  292. package/dist/components/Icon/Notifications/VotingEndedIcon.js.map +1 -0
  293. package/dist/components/Icon/PlacesIcon.d.ts +4 -0
  294. package/dist/components/Icon/PlacesIcon.js +8 -0
  295. package/dist/components/Icon/PlacesIcon.js.map +1 -0
  296. package/dist/components/Icon/SparklesIcon.d.ts +4 -0
  297. package/dist/components/Icon/SparklesIcon.js +8 -0
  298. package/dist/components/Icon/SparklesIcon.js.map +1 -0
  299. package/dist/components/Icon/UtilityIcon.d.ts +4 -0
  300. package/dist/components/Icon/UtilityIcon.js +8 -0
  301. package/dist/components/Icon/UtilityIcon.js.map +1 -0
  302. package/dist/components/Icon/Wearables/BaseFemaleIcon.d.ts +4 -0
  303. package/dist/components/Icon/Wearables/BaseFemaleIcon.js +8 -0
  304. package/dist/components/Icon/Wearables/BaseFemaleIcon.js.map +1 -0
  305. package/dist/components/Icon/Wearables/BaseMaleIcon.d.ts +4 -0
  306. package/dist/components/Icon/Wearables/BaseMaleIcon.js +8 -0
  307. package/dist/components/Icon/Wearables/BaseMaleIcon.js.map +1 -0
  308. package/dist/components/Icon/Wearables/BodyShapeIcon.d.ts +4 -0
  309. package/dist/components/Icon/Wearables/BodyShapeIcon.js +8 -0
  310. package/dist/components/Icon/Wearables/BodyShapeIcon.js.map +1 -0
  311. package/dist/components/Icon/Wearables/EarringIcon.d.ts +4 -0
  312. package/dist/components/Icon/Wearables/EarringIcon.js +8 -0
  313. package/dist/components/Icon/Wearables/EarringIcon.js.map +1 -0
  314. package/dist/components/Icon/Wearables/EyebrowsIcon.d.ts +4 -0
  315. package/dist/components/Icon/Wearables/EyebrowsIcon.js +8 -0
  316. package/dist/components/Icon/Wearables/EyebrowsIcon.js.map +1 -0
  317. package/dist/components/Icon/Wearables/EyesIcon.d.ts +4 -0
  318. package/dist/components/Icon/Wearables/EyesIcon.js +8 -0
  319. package/dist/components/Icon/Wearables/EyesIcon.js.map +1 -0
  320. package/dist/components/Icon/Wearables/EyewearIcon.d.ts +4 -0
  321. package/dist/components/Icon/Wearables/EyewearIcon.js +8 -0
  322. package/dist/components/Icon/Wearables/EyewearIcon.js.map +1 -0
  323. package/dist/components/Icon/Wearables/FacialHairIcon.d.ts +4 -0
  324. package/dist/components/Icon/Wearables/FacialHairIcon.js +8 -0
  325. package/dist/components/Icon/Wearables/FacialHairIcon.js.map +1 -0
  326. package/dist/components/Icon/Wearables/FeetIcon.d.ts +4 -0
  327. package/dist/components/Icon/Wearables/FeetIcon.js +8 -0
  328. package/dist/components/Icon/Wearables/FeetIcon.js.map +1 -0
  329. package/dist/components/Icon/Wearables/HairIcon.d.ts +4 -0
  330. package/dist/components/Icon/Wearables/HairIcon.js +8 -0
  331. package/dist/components/Icon/Wearables/HairIcon.js.map +1 -0
  332. package/dist/components/Icon/Wearables/HandsWearIcon.d.ts +4 -0
  333. package/dist/components/Icon/Wearables/HandsWearIcon.js +8 -0
  334. package/dist/components/Icon/Wearables/HandsWearIcon.js.map +1 -0
  335. package/dist/components/Icon/Wearables/HatIcon.d.ts +4 -0
  336. package/dist/components/Icon/Wearables/HatIcon.js +8 -0
  337. package/dist/components/Icon/Wearables/HatIcon.js.map +1 -0
  338. package/dist/components/Icon/Wearables/HelmetIcon.d.ts +4 -0
  339. package/dist/components/Icon/Wearables/HelmetIcon.js +8 -0
  340. package/dist/components/Icon/Wearables/HelmetIcon.js.map +1 -0
  341. package/dist/components/Icon/Wearables/LowerBodyIcon.d.ts +4 -0
  342. package/dist/components/Icon/Wearables/LowerBodyIcon.js +8 -0
  343. package/dist/components/Icon/Wearables/LowerBodyIcon.js.map +1 -0
  344. package/dist/components/Icon/Wearables/MaskIcon.d.ts +4 -0
  345. package/dist/components/Icon/Wearables/MaskIcon.js +8 -0
  346. package/dist/components/Icon/Wearables/MaskIcon.js.map +1 -0
  347. package/dist/components/Icon/Wearables/MouthIcon.d.ts +4 -0
  348. package/dist/components/Icon/Wearables/MouthIcon.js +8 -0
  349. package/dist/components/Icon/Wearables/MouthIcon.js.map +1 -0
  350. package/dist/components/Icon/Wearables/SkinIcon.d.ts +4 -0
  351. package/dist/components/Icon/Wearables/SkinIcon.js +8 -0
  352. package/dist/components/Icon/Wearables/SkinIcon.js.map +1 -0
  353. package/dist/components/Icon/Wearables/SmartWearableIcon.d.ts +4 -0
  354. package/dist/components/Icon/Wearables/SmartWearableIcon.js +8 -0
  355. package/dist/components/Icon/Wearables/SmartWearableIcon.js.map +1 -0
  356. package/dist/components/Icon/Wearables/TiaraIcon.d.ts +4 -0
  357. package/dist/components/Icon/Wearables/TiaraIcon.js +8 -0
  358. package/dist/components/Icon/Wearables/TiaraIcon.js.map +1 -0
  359. package/dist/components/Icon/Wearables/TopHeadIcon.d.ts +4 -0
  360. package/dist/components/Icon/Wearables/TopHeadIcon.js +8 -0
  361. package/dist/components/Icon/Wearables/TopHeadIcon.js.map +1 -0
  362. package/dist/components/Icon/Wearables/UnisexIcon.d.ts +4 -0
  363. package/dist/components/Icon/Wearables/UnisexIcon.js +8 -0
  364. package/dist/components/Icon/Wearables/UnisexIcon.js.map +1 -0
  365. package/dist/components/Icon/Wearables/UpperBodyIcon.d.ts +4 -0
  366. package/dist/components/Icon/Wearables/UpperBodyIcon.js +8 -0
  367. package/dist/components/Icon/Wearables/UpperBodyIcon.js.map +1 -0
  368. package/dist/components/Icon/WindowsIcon.d.ts +4 -0
  369. package/dist/components/Icon/WindowsIcon.js +8 -0
  370. package/dist/components/Icon/WindowsIcon.js.map +1 -0
  371. package/dist/components/Icon/index.d.ts +67 -0
  372. package/dist/components/Icon/index.js +68 -0
  373. package/dist/components/Icon/index.js.map +1 -0
  374. package/dist/components/IconBadge/IconBadge.d.ts +4 -0
  375. package/dist/components/IconBadge/IconBadge.js +81 -0
  376. package/dist/components/IconBadge/IconBadge.js.map +1 -0
  377. package/dist/components/IconBadge/IconBadge.stories.d.ts +10 -0
  378. package/dist/components/IconBadge/IconBadge.stories.js +52 -0
  379. package/dist/components/IconBadge/IconBadge.stories.js.map +1 -0
  380. package/dist/components/IconBadge/IconBadge.styled.d.ts +18 -0
  381. package/dist/components/IconBadge/IconBadge.styled.js +38 -0
  382. package/dist/components/IconBadge/IconBadge.styled.js.map +1 -0
  383. package/dist/components/IconBadge/IconBadge.types.d.ts +40 -0
  384. package/dist/components/IconBadge/IconBadge.types.js +34 -0
  385. package/dist/components/IconBadge/IconBadge.types.js.map +1 -0
  386. package/dist/components/IconBadge/index.d.ts +2 -0
  387. package/dist/components/IconBadge/index.js +3 -0
  388. package/dist/components/IconBadge/index.js.map +1 -0
  389. package/dist/components/IconChain/IconChain.d.ts +4 -0
  390. package/dist/components/IconChain/IconChain.js +37 -0
  391. package/dist/components/IconChain/IconChain.js.map +1 -0
  392. package/dist/components/IconChain/IconChain.types.d.ts +13 -0
  393. package/dist/components/IconChain/IconChain.types.js +12 -0
  394. package/dist/components/IconChain/IconChain.types.js.map +1 -0
  395. package/dist/components/IconChain/index.d.ts +2 -0
  396. package/dist/components/IconChain/index.js +2 -0
  397. package/dist/components/IconChain/index.js.map +1 -0
  398. package/dist/components/JumpIn/JumpIn.d.ts +4 -0
  399. package/dist/components/JumpIn/JumpIn.js +42 -0
  400. package/dist/components/JumpIn/JumpIn.js.map +1 -0
  401. package/dist/components/JumpIn/JumpIn.stories.d.ts +92 -0
  402. package/dist/components/JumpIn/JumpIn.stories.js +167 -0
  403. package/dist/components/JumpIn/JumpIn.stories.js.map +1 -0
  404. package/dist/components/JumpIn/JumpIn.styled.d.ts +21 -0
  405. package/dist/components/JumpIn/JumpIn.styled.js +91 -0
  406. package/dist/components/JumpIn/JumpIn.styled.js.map +1 -0
  407. package/dist/components/JumpIn/JumpIn.types.d.ts +41 -0
  408. package/dist/components/JumpIn/JumpIn.types.js +8 -0
  409. package/dist/components/JumpIn/JumpIn.types.js.map +1 -0
  410. package/dist/components/JumpIn/index.d.ts +2 -0
  411. package/dist/components/JumpIn/index.js +3 -0
  412. package/dist/components/JumpIn/index.js.map +1 -0
  413. package/dist/components/Logo/Logo.d.ts +4 -0
  414. package/dist/components/Logo/Logo.js +8 -0
  415. package/dist/components/Logo/Logo.js.map +1 -0
  416. package/dist/components/Logo/Logo.stories.d.ts +7 -0
  417. package/dist/components/Logo/Logo.stories.js +12 -0
  418. package/dist/components/Logo/Logo.stories.js.map +1 -0
  419. package/dist/components/Logo/Logo.styled.d.ts +6 -0
  420. package/dist/components/Logo/Logo.styled.js +10 -0
  421. package/dist/components/Logo/Logo.styled.js.map +1 -0
  422. package/dist/components/Mana/Mana.d.ts +4 -0
  423. package/dist/components/Mana/Mana.js +17 -0
  424. package/dist/components/Mana/Mana.js.map +1 -0
  425. package/dist/components/Mana/Mana.stories.d.ts +15 -0
  426. package/dist/components/Mana/Mana.stories.js +92 -0
  427. package/dist/components/Mana/Mana.stories.js.map +1 -0
  428. package/dist/components/Mana/Mana.styled.d.ts +18 -0
  429. package/dist/components/Mana/Mana.styled.js +40 -0
  430. package/dist/components/Mana/Mana.styled.js.map +1 -0
  431. package/dist/components/Mana/Mana.types.d.ts +13 -0
  432. package/dist/components/Mana/Mana.types.js +2 -0
  433. package/dist/components/Mana/Mana.types.js.map +1 -0
  434. package/dist/components/Mana/index.d.ts +2 -0
  435. package/dist/components/Mana/index.js +3 -0
  436. package/dist/components/Mana/index.js.map +1 -0
  437. package/dist/components/Media/Media.d.ts +55 -0
  438. package/dist/components/Media/Media.js +81 -0
  439. package/dist/components/Media/Media.js.map +1 -0
  440. package/dist/components/Media/index.d.ts +1 -0
  441. package/dist/components/Media/index.js +2 -0
  442. package/dist/components/Media/index.js.map +1 -0
  443. package/dist/components/Modal/DownloadModal/DownloadModal.d.ts +3 -0
  444. package/dist/components/Modal/DownloadModal/DownloadModal.js +18 -0
  445. package/dist/components/Modal/DownloadModal/DownloadModal.js.map +1 -0
  446. package/dist/components/Modal/DownloadModal/DownloadModal.stories.d.ts +10 -0
  447. package/dist/components/Modal/DownloadModal/DownloadModal.stories.js +133 -0
  448. package/dist/components/Modal/DownloadModal/DownloadModal.stories.js.map +1 -0
  449. package/dist/components/Modal/DownloadModal/DownloadModal.styled.d.ts +21 -0
  450. package/dist/components/Modal/DownloadModal/DownloadModal.styled.js +43 -0
  451. package/dist/components/Modal/DownloadModal/DownloadModal.styled.js.map +1 -0
  452. package/dist/components/Modal/DownloadModal/DownloadModal.types.d.ts +7 -0
  453. package/dist/components/Modal/DownloadModal/DownloadModal.types.js +2 -0
  454. package/dist/components/Modal/DownloadModal/DownloadModal.types.js.map +1 -0
  455. package/dist/components/Modal/DownloadModal/ExplorerJumpIn.d.ts +4 -0
  456. package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js +11 -0
  457. package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js.map +1 -0
  458. package/dist/components/Modal/DownloadModal/index.d.ts +2 -0
  459. package/dist/components/Modal/DownloadModal/index.js +2 -0
  460. package/dist/components/Modal/DownloadModal/index.js.map +1 -0
  461. package/dist/components/Modal/Modal.d.ts +5 -0
  462. package/dist/components/Modal/Modal.js +16 -0
  463. package/dist/components/Modal/Modal.js.map +1 -0
  464. package/dist/components/Modal/Modal.stories.d.ts +28 -0
  465. package/dist/components/Modal/Modal.stories.js +103 -0
  466. package/dist/components/Modal/Modal.stories.js.map +1 -0
  467. package/dist/components/Modal/Modal.styled.d.ts +29 -0
  468. package/dist/components/Modal/Modal.styled.js +50 -0
  469. package/dist/components/Modal/Modal.styled.js.map +1 -0
  470. package/dist/components/Modal/Modal.types.d.ts +13 -0
  471. package/dist/components/Modal/Modal.types.js +2 -0
  472. package/dist/components/Modal/Modal.types.js.map +1 -0
  473. package/dist/components/Modal/index.d.ts +2 -0
  474. package/dist/components/Modal/index.js +2 -0
  475. package/dist/components/Modal/index.js.map +1 -0
  476. package/dist/components/Navbar/MainMenu/MainMenu.d.ts +2 -0
  477. package/dist/components/Navbar/MainMenu/MainMenu.js +26 -0
  478. package/dist/components/Navbar/MainMenu/MainMenu.js.map +1 -0
  479. package/dist/components/Navbar/MainMenu/MainMenu.styled.d.ts +9 -0
  480. package/dist/components/Navbar/MainMenu/MainMenu.styled.js +39 -0
  481. package/dist/components/Navbar/MainMenu/MainMenu.styled.js.map +1 -0
  482. package/dist/components/Navbar/MainMenu/MainMenu.types.d.ts +8 -0
  483. package/dist/components/Navbar/MainMenu/MainMenu.types.js +2 -0
  484. package/dist/components/Navbar/MainMenu/MainMenu.types.js.map +1 -0
  485. package/dist/components/Navbar/MenuItem/MenuItem.d.ts +3 -0
  486. package/dist/components/Navbar/MenuItem/MenuItem.js +15 -0
  487. package/dist/components/Navbar/MenuItem/MenuItem.js.map +1 -0
  488. package/dist/components/Navbar/MenuItem/MenuItem.styled.d.ts +18 -0
  489. package/dist/components/Navbar/MenuItem/MenuItem.styled.js +59 -0
  490. package/dist/components/Navbar/MenuItem/MenuItem.styled.js.map +1 -0
  491. package/dist/components/Navbar/MenuItem/MenuItem.types.d.ts +12 -0
  492. package/dist/components/Navbar/MenuItem/MenuItem.types.js +2 -0
  493. package/dist/components/Navbar/MenuItem/MenuItem.types.js.map +1 -0
  494. package/dist/components/Navbar/Navbar.d.ts +4 -0
  495. package/dist/components/Navbar/Navbar.defaults.d.ts +6 -0
  496. package/dist/components/Navbar/Navbar.defaults.js +220 -0
  497. package/dist/components/Navbar/Navbar.defaults.js.map +1 -0
  498. package/dist/components/Navbar/Navbar.js +46 -0
  499. package/dist/components/Navbar/Navbar.js.map +1 -0
  500. package/dist/components/Navbar/Navbar.stories.d.ts +9 -0
  501. package/dist/components/Navbar/Navbar.stories.js +64 -0
  502. package/dist/components/Navbar/Navbar.stories.js.map +1 -0
  503. package/dist/components/Navbar/Navbar.styled.d.ts +55 -0
  504. package/dist/components/Navbar/Navbar.styled.js +114 -0
  505. package/dist/components/Navbar/Navbar.styled.js.map +1 -0
  506. package/dist/components/Navbar/Navbar.types.d.ts +58 -0
  507. package/dist/components/Navbar/Navbar.types.js +11 -0
  508. package/dist/components/Navbar/Navbar.types.js.map +1 -0
  509. package/dist/components/Navbar/SubMenu/SubMenu.d.ts +2 -0
  510. package/dist/components/Navbar/SubMenu/SubMenu.js +14 -0
  511. package/dist/components/Navbar/SubMenu/SubMenu.js.map +1 -0
  512. package/dist/components/Navbar/SubMenu/SubMenu.styled.d.ts +27 -0
  513. package/dist/components/Navbar/SubMenu/SubMenu.styled.js +165 -0
  514. package/dist/components/Navbar/SubMenu/SubMenu.styled.js.map +1 -0
  515. package/dist/components/Navbar/SubMenu/SubMenu.types.d.ts +13 -0
  516. package/dist/components/Navbar/SubMenu/SubMenu.types.js +2 -0
  517. package/dist/components/Navbar/SubMenu/SubMenu.types.js.map +1 -0
  518. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.d.ts +3 -0
  519. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.js +9 -0
  520. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.js.map +1 -0
  521. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.d.ts +11 -0
  522. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js +33 -0
  523. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js.map +1 -0
  524. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.d.ts +5 -0
  525. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.js +2 -0
  526. package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.js.map +1 -0
  527. package/dist/components/Navbar/SubMenuItem/SubMenuItem.d.ts +2 -0
  528. package/dist/components/Navbar/SubMenuItem/SubMenuItem.js +16 -0
  529. package/dist/components/Navbar/SubMenuItem/SubMenuItem.js.map +1 -0
  530. package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.d.ts +32 -0
  531. package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js +84 -0
  532. package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js.map +1 -0
  533. package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.d.ts +13 -0
  534. package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.js +2 -0
  535. package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.js.map +1 -0
  536. package/dist/components/Navbar/index.d.ts +2 -0
  537. package/dist/components/Navbar/index.js +3 -0
  538. package/dist/components/Navbar/index.js.map +1 -0
  539. package/dist/components/Navbar/utils.d.ts +16 -0
  540. package/dist/components/Navbar/utils.js +33 -0
  541. package/dist/components/Navbar/utils.js.map +1 -0
  542. package/dist/components/Notifications/NotificationItem.d.ts +4 -0
  543. package/dist/components/Notifications/NotificationItem.js +14 -0
  544. package/dist/components/Notifications/NotificationItem.js.map +1 -0
  545. package/dist/components/Notifications/NotificationItem.styled.d.ts +36 -0
  546. package/dist/components/Notifications/NotificationItem.styled.js +63 -0
  547. package/dist/components/Notifications/NotificationItem.styled.js.map +1 -0
  548. package/dist/components/Notifications/NotificationItem.types.d.ts +8 -0
  549. package/dist/components/Notifications/NotificationItem.types.js +2 -0
  550. package/dist/components/Notifications/NotificationItem.types.js.map +1 -0
  551. package/dist/components/Notifications/NotificationItemImage.d.ts +4 -0
  552. package/dist/components/Notifications/NotificationItemImage.js +13 -0
  553. package/dist/components/Notifications/NotificationItemImage.js.map +1 -0
  554. package/dist/components/Notifications/NotificationItemImage.styled.d.ts +15 -0
  555. package/dist/components/Notifications/NotificationItemImage.styled.js +29 -0
  556. package/dist/components/Notifications/NotificationItemImage.styled.js.map +1 -0
  557. package/dist/components/Notifications/NotificationItemImage.types.d.ts +7 -0
  558. package/dist/components/Notifications/NotificationItemImage.types.js +2 -0
  559. package/dist/components/Notifications/NotificationItemImage.types.js.map +1 -0
  560. package/dist/components/Notifications/NotificationItemNFTLink.d.ts +4 -0
  561. package/dist/components/Notifications/NotificationItemNFTLink.js +9 -0
  562. package/dist/components/Notifications/NotificationItemNFTLink.js.map +1 -0
  563. package/dist/components/Notifications/NotificationItemNFTLink.styled.d.ts +9 -0
  564. package/dist/components/Notifications/NotificationItemNFTLink.styled.js +11 -0
  565. package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +1 -0
  566. package/dist/components/Notifications/NotificationItemNFTLink.types.d.ts +7 -0
  567. package/dist/components/Notifications/NotificationItemNFTLink.types.js +2 -0
  568. package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +1 -0
  569. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +5 -0
  570. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +15 -0
  571. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +16 -0
  572. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +1 -0
  573. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +12 -0
  574. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -0
  575. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +5 -0
  576. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +15 -0
  577. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +16 -0
  578. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +1 -0
  579. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +12 -0
  580. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -0
  581. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +5 -0
  582. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +15 -0
  583. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +16 -0
  584. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +1 -0
  585. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +13 -0
  586. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -0
  587. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +5 -0
  588. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +15 -0
  589. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +16 -0
  590. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +1 -0
  591. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +15 -0
  592. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -0
  593. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +5 -0
  594. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +15 -0
  595. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +16 -0
  596. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +1 -0
  597. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +15 -0
  598. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -0
  599. package/dist/components/Notifications/NotificationTypes/Credits/types.d.ts +12 -0
  600. package/dist/components/Notifications/NotificationTypes/Credits/types.js +2 -0
  601. package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +1 -0
  602. package/dist/components/Notifications/NotificationTypes/Events/Countdown.d.ts +5 -0
  603. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +25 -0
  604. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -0
  605. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.d.ts +4 -0
  606. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +24 -0
  607. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +25 -0
  608. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +1 -0
  609. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +13 -0
  610. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +1 -0
  611. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.d.ts +4 -0
  612. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +42 -0
  613. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js +43 -0
  614. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +1 -0
  615. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +14 -0
  616. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +1 -0
  617. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +4 -0
  618. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +11 -0
  619. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -0
  620. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +4 -0
  621. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +24 -0
  622. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +25 -0
  623. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +1 -0
  624. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +13 -0
  625. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -0
  626. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +4 -0
  627. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +24 -0
  628. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +25 -0
  629. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +1 -0
  630. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +13 -0
  631. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -0
  632. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +4 -0
  633. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +24 -0
  634. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +25 -0
  635. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +1 -0
  636. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +13 -0
  637. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -0
  638. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +4 -0
  639. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +24 -0
  640. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +25 -0
  641. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +1 -0
  642. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +13 -0
  643. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -0
  644. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +4 -0
  645. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +33 -0
  646. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +34 -0
  647. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +1 -0
  648. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +13 -0
  649. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -0
  650. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +4 -0
  651. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +27 -0
  652. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +28 -0
  653. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +1 -0
  654. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +13 -0
  655. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -0
  656. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +4 -0
  657. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +33 -0
  658. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +34 -0
  659. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +1 -0
  660. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +13 -0
  661. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -0
  662. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +4 -0
  663. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +24 -0
  664. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +25 -0
  665. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +1 -0
  666. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +13 -0
  667. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -0
  668. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +4 -0
  669. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +24 -0
  670. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +25 -0
  671. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +1 -0
  672. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +13 -0
  673. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -0
  674. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +4 -0
  675. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +24 -0
  676. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +25 -0
  677. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +1 -0
  678. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +16 -0
  679. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -0
  680. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +4 -0
  681. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +24 -0
  682. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +25 -0
  683. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +1 -0
  684. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +20 -0
  685. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -0
  686. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +4 -0
  687. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +24 -0
  688. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +25 -0
  689. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +1 -0
  690. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +20 -0
  691. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -0
  692. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +4 -0
  693. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +15 -0
  694. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +7 -0
  695. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +1 -0
  696. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +14 -0
  697. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -0
  698. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +4 -0
  699. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +24 -0
  700. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +25 -0
  701. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +1 -0
  702. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +20 -0
  703. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -0
  704. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +4 -0
  705. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +15 -0
  706. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +16 -0
  707. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +1 -0
  708. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +9 -0
  709. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -0
  710. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +4 -0
  711. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +15 -0
  712. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +16 -0
  713. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +1 -0
  714. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +9 -0
  715. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -0
  716. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +4 -0
  717. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +16 -0
  718. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -0
  719. package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +10 -0
  720. package/dist/components/Notifications/NotificationTypes/Referral/types.js +2 -0
  721. package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +1 -0
  722. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +4 -0
  723. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +24 -0
  724. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +25 -0
  725. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +1 -0
  726. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +9 -0
  727. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -0
  728. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +4 -0
  729. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +18 -0
  730. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -0
  731. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +4 -0
  732. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +24 -0
  733. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +25 -0
  734. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +1 -0
  735. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +9 -0
  736. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -0
  737. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +4 -0
  738. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +24 -0
  739. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +25 -0
  740. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +1 -0
  741. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +9 -0
  742. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -0
  743. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +4 -0
  744. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +24 -0
  745. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +25 -0
  746. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +1 -0
  747. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +9 -0
  748. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -0
  749. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +4 -0
  750. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +24 -0
  751. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +25 -0
  752. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +1 -0
  753. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +9 -0
  754. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -0
  755. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +4 -0
  756. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +24 -0
  757. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +25 -0
  758. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +1 -0
  759. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +9 -0
  760. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -0
  761. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +4 -0
  762. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +14 -0
  763. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -0
  764. package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +17 -0
  765. package/dist/components/Notifications/NotificationTypes/Reward/types.js +2 -0
  766. package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +1 -0
  767. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +4 -0
  768. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +15 -0
  769. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +16 -0
  770. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +1 -0
  771. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +9 -0
  772. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -0
  773. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +4 -0
  774. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +15 -0
  775. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +16 -0
  776. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +1 -0
  777. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +9 -0
  778. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -0
  779. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +4 -0
  780. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +15 -0
  781. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +16 -0
  782. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +1 -0
  783. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +9 -0
  784. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -0
  785. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +4 -0
  786. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +16 -0
  787. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -0
  788. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +4 -0
  789. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +15 -0
  790. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +16 -0
  791. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +1 -0
  792. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +9 -0
  793. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -0
  794. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +4 -0
  795. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +15 -0
  796. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +16 -0
  797. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +1 -0
  798. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +9 -0
  799. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -0
  800. package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +10 -0
  801. package/dist/components/Notifications/NotificationTypes/Streaming/types.js +2 -0
  802. package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +1 -0
  803. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +4 -0
  804. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +15 -0
  805. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +16 -0
  806. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +1 -0
  807. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +12 -0
  808. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -0
  809. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +4 -0
  810. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +24 -0
  811. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +25 -0
  812. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +1 -0
  813. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +13 -0
  814. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -0
  815. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +4 -0
  816. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +27 -0
  817. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +28 -0
  818. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +1 -0
  819. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +13 -0
  820. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -0
  821. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +4 -0
  822. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +24 -0
  823. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +25 -0
  824. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +1 -0
  825. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +27 -0
  826. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -0
  827. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +4 -0
  828. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +24 -0
  829. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +25 -0
  830. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +1 -0
  831. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +20 -0
  832. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -0
  833. package/dist/components/Notifications/NotificationTypes/index.d.ts +41 -0
  834. package/dist/components/Notifications/NotificationTypes/index.js +42 -0
  835. package/dist/components/Notifications/NotificationTypes/index.js.map +1 -0
  836. package/dist/components/Notifications/Notifications.d.ts +4 -0
  837. package/dist/components/Notifications/Notifications.js +26 -0
  838. package/dist/components/Notifications/Notifications.js.map +1 -0
  839. package/dist/components/Notifications/Notifications.stories.d.ts +22 -0
  840. package/dist/components/Notifications/Notifications.stories.js +181 -0
  841. package/dist/components/Notifications/Notifications.stories.js.map +1 -0
  842. package/dist/components/Notifications/Notifications.styled.d.ts +13 -0
  843. package/dist/components/Notifications/Notifications.styled.js +71 -0
  844. package/dist/components/Notifications/Notifications.styled.js.map +1 -0
  845. package/dist/components/Notifications/Notifications.types.d.ts +17 -0
  846. package/dist/components/Notifications/Notifications.types.js +2 -0
  847. package/dist/components/Notifications/Notifications.types.js.map +1 -0
  848. package/dist/components/Notifications/NotificationsFeed.d.ts +4 -0
  849. package/dist/components/Notifications/NotificationsFeed.i18n.d.ts +24 -0
  850. package/dist/components/Notifications/NotificationsFeed.i18n.js +25 -0
  851. package/dist/components/Notifications/NotificationsFeed.i18n.js.map +1 -0
  852. package/dist/components/Notifications/NotificationsFeed.js +49 -0
  853. package/dist/components/Notifications/NotificationsFeed.js.map +1 -0
  854. package/dist/components/Notifications/NotificationsFeed.styled.d.ts +39 -0
  855. package/dist/components/Notifications/NotificationsFeed.styled.js +79 -0
  856. package/dist/components/Notifications/NotificationsFeed.styled.js.map +1 -0
  857. package/dist/components/Notifications/NotificationsFeed.types.d.ts +17 -0
  858. package/dist/components/Notifications/NotificationsFeed.types.js +2 -0
  859. package/dist/components/Notifications/NotificationsFeed.types.js.map +1 -0
  860. package/dist/components/Notifications/NotificationsFeedTabs.d.ts +4 -0
  861. package/dist/components/Notifications/NotificationsFeedTabs.i18n.d.ts +57 -0
  862. package/dist/components/Notifications/NotificationsFeedTabs.i18n.js +58 -0
  863. package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +1 -0
  864. package/dist/components/Notifications/NotificationsFeedTabs.js +29 -0
  865. package/dist/components/Notifications/NotificationsFeedTabs.js.map +1 -0
  866. package/dist/components/Notifications/NotificationsFeedTabs.styled.d.ts +34 -0
  867. package/dist/components/Notifications/NotificationsFeedTabs.styled.js +58 -0
  868. package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +1 -0
  869. package/dist/components/Notifications/NotificationsFeedTabs.types.d.ts +14 -0
  870. package/dist/components/Notifications/NotificationsFeedTabs.types.js +2 -0
  871. package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +1 -0
  872. package/dist/components/Notifications/index.d.ts +4 -0
  873. package/dist/components/Notifications/index.js +3 -0
  874. package/dist/components/Notifications/index.js.map +1 -0
  875. package/dist/components/Notifications/types.d.ts +165 -0
  876. package/dist/components/Notifications/types.js +7 -0
  877. package/dist/components/Notifications/types.js.map +1 -0
  878. package/dist/components/Notifications/utils.d.ts +14 -0
  879. package/dist/components/Notifications/utils.js +68 -0
  880. package/dist/components/Notifications/utils.js.map +1 -0
  881. package/dist/components/UserMenu/ManaBalances/ManaBalances.d.ts +4 -0
  882. package/dist/components/UserMenu/ManaBalances/ManaBalances.js +23 -0
  883. package/dist/components/UserMenu/ManaBalances/ManaBalances.js.map +1 -0
  884. package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.d.ts +11 -0
  885. package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js +86 -0
  886. package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js.map +1 -0
  887. package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.d.ts +33 -0
  888. package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js +83 -0
  889. package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js.map +1 -0
  890. package/dist/components/UserMenu/ManaBalances/ManaBalances.types.d.ts +17 -0
  891. package/dist/components/UserMenu/ManaBalances/ManaBalances.types.js +2 -0
  892. package/dist/components/UserMenu/ManaBalances/ManaBalances.types.js.map +1 -0
  893. package/dist/components/UserMenu/ManaBalances/index.d.ts +2 -0
  894. package/dist/components/UserMenu/ManaBalances/index.js +2 -0
  895. package/dist/components/UserMenu/ManaBalances/index.js.map +1 -0
  896. package/dist/components/UserMenu/UserMenu.d.ts +4 -0
  897. package/dist/components/UserMenu/UserMenu.i18n.d.ts +3 -0
  898. package/dist/components/UserMenu/UserMenu.i18n.js +20 -0
  899. package/dist/components/UserMenu/UserMenu.i18n.js.map +1 -0
  900. package/dist/components/UserMenu/UserMenu.js +55 -0
  901. package/dist/components/UserMenu/UserMenu.js.map +1 -0
  902. package/dist/components/UserMenu/UserMenu.stories.d.ts +12 -0
  903. package/dist/components/UserMenu/UserMenu.stories.js +86 -0
  904. package/dist/components/UserMenu/UserMenu.stories.js.map +1 -0
  905. package/dist/components/UserMenu/UserMenu.styled.d.ts +16 -0
  906. package/dist/components/UserMenu/UserMenu.styled.js +22 -0
  907. package/dist/components/UserMenu/UserMenu.styled.js.map +1 -0
  908. package/dist/components/UserMenu/UserMenu.types.d.ts +39 -0
  909. package/dist/components/UserMenu/UserMenu.types.js +16 -0
  910. package/dist/components/UserMenu/UserMenu.types.js.map +1 -0
  911. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.d.ts +9 -0
  912. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js +39 -0
  913. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js.map +1 -0
  914. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.d.ts +5 -0
  915. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js +132 -0
  916. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js.map +1 -0
  917. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.d.ts +8 -0
  918. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +76 -0
  919. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -0
  920. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.d.ts +85 -0
  921. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js +216 -0
  922. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js.map +1 -0
  923. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +30 -0
  924. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.js +2 -0
  925. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.js.map +1 -0
  926. package/dist/components/UserMenu/index.d.ts +6 -0
  927. package/dist/components/UserMenu/index.js +4 -0
  928. package/dist/components/UserMenu/index.js.map +1 -0
  929. package/dist/components/WearablePreview/WearablePreview.controller.d.ts +2 -0
  930. package/dist/components/WearablePreview/WearablePreview.controller.js +124 -0
  931. package/dist/components/WearablePreview/WearablePreview.controller.js.map +1 -0
  932. package/dist/components/WearablePreview/WearablePreview.d.ts +7 -0
  933. package/dist/components/WearablePreview/WearablePreview.js +235 -0
  934. package/dist/components/WearablePreview/WearablePreview.js.map +1 -0
  935. package/dist/components/WearablePreview/WearablePreview.stories.d.ts +20 -0
  936. package/dist/components/WearablePreview/WearablePreview.stories.js +278 -0
  937. package/dist/components/WearablePreview/WearablePreview.stories.js.map +1 -0
  938. package/dist/components/WearablePreview/WearablePreview.stories.styled.d.ts +5 -0
  939. package/dist/components/WearablePreview/WearablePreview.stories.styled.js +8 -0
  940. package/dist/components/WearablePreview/WearablePreview.stories.styled.js.map +1 -0
  941. package/dist/components/WearablePreview/WearablePreview.styled.d.ts +5 -0
  942. package/dist/components/WearablePreview/WearablePreview.styled.js +9 -0
  943. package/dist/components/WearablePreview/WearablePreview.styled.js.map +1 -0
  944. package/dist/components/WearablePreview/WearablePreview.types.d.ts +68 -0
  945. package/dist/components/WearablePreview/WearablePreview.types.js +10 -0
  946. package/dist/components/WearablePreview/WearablePreview.types.js.map +1 -0
  947. package/dist/components/WearablePreview/index.d.ts +3 -0
  948. package/dist/components/WearablePreview/index.js +3 -0
  949. package/dist/components/WearablePreview/index.js.map +1 -0
  950. package/dist/config/env/dev.json +41 -0
  951. package/dist/config/env/prod.json +41 -0
  952. package/dist/config/env/stg.json +41 -0
  953. package/dist/config/index.d.ts +1 -0
  954. package/dist/config/index.js +10 -0
  955. package/dist/config/index.js.map +1 -0
  956. package/dist/data/avatar.d.ts +3 -0
  957. package/dist/data/avatar.js +98 -0
  958. package/dist/data/avatar.js.map +1 -0
  959. package/dist/data/notifications.d.ts +45 -0
  960. package/dist/data/notifications.js +693 -0
  961. package/dist/data/notifications.js.map +1 -0
  962. package/dist/index.d.ts +30 -0
  963. package/dist/index.js +32 -0
  964. package/dist/index.js.map +1 -0
  965. package/dist/lib/debounce.d.ts +1 -0
  966. package/dist/lib/debounce.js +10 -0
  967. package/dist/lib/debounce.js.map +1 -0
  968. package/dist/lib/network.d.ts +8 -0
  969. package/dist/lib/network.js +17 -0
  970. package/dist/lib/network.js.map +1 -0
  971. package/dist/modules/cdnReleases.d.ts +13 -0
  972. package/dist/modules/cdnReleases.js +39 -0
  973. package/dist/modules/cdnReleases.js.map +1 -0
  974. package/dist/modules/contentful.d.ts +3 -0
  975. package/dist/modules/contentful.js +13 -0
  976. package/dist/modules/contentful.js.map +1 -0
  977. package/dist/modules/file.d.ts +2 -0
  978. package/dist/modules/file.js +13 -0
  979. package/dist/modules/file.js.map +1 -0
  980. package/dist/modules/jumpIn.d.ts +10 -0
  981. package/dist/modules/jumpIn.js +98 -0
  982. package/dist/modules/jumpIn.js.map +1 -0
  983. package/dist/modules/url.d.ts +3 -0
  984. package/dist/modules/url.js +20 -0
  985. package/dist/modules/url.js.map +1 -0
  986. package/dist/modules/userAgent.d.ts +4 -0
  987. package/dist/modules/userAgent.js +14 -0
  988. package/dist/modules/userAgent.js.map +1 -0
  989. package/dist/theme/colorSchemes.d.ts +10 -0
  990. package/dist/theme/colorSchemes.js +342 -0
  991. package/dist/theme/colorSchemes.js.map +1 -0
  992. package/dist/theme/colors.d.ts +73 -0
  993. package/dist/theme/colors.js +140 -0
  994. package/dist/theme/colors.js.map +1 -0
  995. package/dist/theme/components.d.ts +2 -0
  996. package/dist/theme/components.js +2758 -0
  997. package/dist/theme/components.js.map +1 -0
  998. package/dist/theme/fonts/RoobertPRO-Bold.otf +0 -0
  999. package/dist/theme/fonts/RoobertPRO-Bold.ttf +0 -0
  1000. package/dist/theme/index.d.ts +4 -0
  1001. package/dist/theme/index.js +29 -0
  1002. package/dist/theme/index.js.map +1 -0
  1003. package/dist/theme/provider.d.ts +9 -0
  1004. package/dist/theme/provider.js +7 -0
  1005. package/dist/theme/provider.js.map +1 -0
  1006. package/dist/theme/types.d.ts +11 -0
  1007. package/dist/theme/types.js +2 -0
  1008. package/dist/theme/types.js.map +1 -0
  1009. package/dist/theme/typography.d.ts +44 -0
  1010. package/dist/theme/typography.js +45 -0
  1011. package/dist/theme/typography.js.map +1 -0
  1012. package/package.json +5 -5
@@ -0,0 +1,235 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useCallback, useEffect, useMemo, useRef, useState } from "react";
3
+ import { PreviewMessageType, sendMessage, } from "@dcl/schemas/dist/dapps/preview";
4
+ import equal from "deep-equal";
5
+ import { createController } from "./WearablePreview.controller";
6
+ import { config } from "../../config";
7
+ import { createDebounce } from "../../lib/debounce";
8
+ import { StyledWearablePreview } from "./WearablePreview.styled";
9
+ const debounce = createDebounce();
10
+ const safeEncodeParam = (key, value) => {
11
+ if (value === undefined || value === null || value === "") {
12
+ return "";
13
+ }
14
+ // Handle arrays
15
+ if (Array.isArray(value)) {
16
+ return value.length > 0
17
+ ? value
18
+ .map((item) => `${key}=${encodeURIComponent(String(item))}`)
19
+ .join("&")
20
+ : "";
21
+ }
22
+ // Handle all other values (strings, numbers, booleans, objects, etc.)
23
+ return `${key}=${encodeURIComponent(String(value))}`;
24
+ };
25
+ const WearablePreview = (props) => {
26
+ const { dev = false, baseUrl = config.get("WEARABLE_PREVIEW_URL"), unity = false, onLoad = () => { }, onError = () => { }, onUpdate = () => { }, ...restProps } = props;
27
+ const [state, setState] = useState({
28
+ isReady: false,
29
+ pendingOptions: null,
30
+ });
31
+ const iframeRef = useRef(null);
32
+ const lastOptionsRef = useRef(null);
33
+ const url = useMemo(() => {
34
+ const { contractAddress, tokenId, itemId, profile, urns, urls, base64s, skin, hair, eyes, bodyShape, emote, camera, projection, zoom, background, offsetX, offsetY, offsetZ, cameraX, cameraY, cameraZ, wheelZoom, wheelPrecision, wheelStart, disableBackground, disableAutoRotate, disableAutoCenter, disableFace, disableDefaultWearables, disableDefaultEmotes, disableFadeEffect, showSceneBoundaries, showThumbnailBoundaries, panning, lockAlpha, lockBeta, lockRadius, peerUrl, nftServerUrl, type, unityMode, } = restProps;
35
+ const contractParam = safeEncodeParam("contract", contractAddress);
36
+ const tokenParam = safeEncodeParam("token", tokenId);
37
+ const itemParam = safeEncodeParam("item", itemId);
38
+ const profileParam = safeEncodeParam("profile", profile);
39
+ const urnParams = safeEncodeParam("urn", urns);
40
+ const urlsParams = safeEncodeParam("url", urls);
41
+ const base64sParams = safeEncodeParam("base64", base64s);
42
+ const skinParam = safeEncodeParam("skin", skin);
43
+ const hairParam = safeEncodeParam("hair", hair);
44
+ const eyesParam = safeEncodeParam("eyes", eyes);
45
+ const bodyShapeParam = safeEncodeParam("bodyShape", bodyShape);
46
+ const emoteParam = safeEncodeParam("emote", emote);
47
+ const cameraParam = safeEncodeParam("camera", camera);
48
+ const projectionParam = safeEncodeParam("projection", projection);
49
+ const zoomParam = safeEncodeParam("zoom", zoom);
50
+ const backgroundParam = safeEncodeParam("background", background);
51
+ const offsetXParam = safeEncodeParam("offsetX", offsetX);
52
+ const offsetYParam = safeEncodeParam("offsetY", offsetY);
53
+ const offsetZParam = safeEncodeParam("offsetZ", offsetZ);
54
+ const cameraXParam = safeEncodeParam("cameraX", cameraX);
55
+ const cameraYParam = safeEncodeParam("cameraY", cameraY);
56
+ const cameraZParam = safeEncodeParam("cameraZ", cameraZ);
57
+ const wheelZoomParam = safeEncodeParam("wheelZoom", wheelZoom);
58
+ const wheelPrecisionParam = safeEncodeParam("wheelPrecision", wheelPrecision);
59
+ const wheelStartParam = safeEncodeParam("wheelStart", wheelStart);
60
+ const disableBackgroundParam = safeEncodeParam("disableBackground", disableBackground);
61
+ const disableAutoRotateParam = safeEncodeParam("disableAutoRotate", disableAutoRotate);
62
+ const disableAutoCenterParam = safeEncodeParam("disableAutoCenter", disableAutoCenter);
63
+ const disableFaceParam = safeEncodeParam("disableFace", disableFace);
64
+ const disableDefaultWearablesParam = safeEncodeParam("disableDefaultWearables", disableDefaultWearables);
65
+ const disableDefaultEmotesParam = safeEncodeParam("disableDefaultEmotes", disableDefaultEmotes);
66
+ const disableFadeEffectParam = safeEncodeParam("disableFadeEffect", disableFadeEffect);
67
+ const showSceneBoundariesParam = safeEncodeParam("showSceneBoundaries", showSceneBoundaries);
68
+ const showThumbnailBoundariesParam = safeEncodeParam("showThumbnailBoundaries", showThumbnailBoundaries);
69
+ const peerUrlParam = safeEncodeParam("peerUrl", peerUrl);
70
+ const nftServerUrlParam = safeEncodeParam("nftServerUrl", nftServerUrl);
71
+ const typeParam = safeEncodeParam("type", type);
72
+ const panningParam = safeEncodeParam("panning", panning);
73
+ const lockAlphaParam = safeEncodeParam("lockAlpha", lockAlpha);
74
+ const lockBetaParam = safeEncodeParam("lockBeta", lockBeta);
75
+ const lockRadiusParam = safeEncodeParam("lockRadius", lockRadius);
76
+ const envParam = safeEncodeParam("env", dev ? "dev" : undefined);
77
+ const unityParam = safeEncodeParam("unity", unity);
78
+ const unityModeParam = safeEncodeParam("mode", unityMode);
79
+ const url = baseUrl +
80
+ "?" +
81
+ [
82
+ contractParam,
83
+ tokenParam,
84
+ itemParam,
85
+ profileParam,
86
+ urnParams,
87
+ urlsParams,
88
+ base64sParams,
89
+ skinParam,
90
+ hairParam,
91
+ eyesParam,
92
+ bodyShapeParam,
93
+ emoteParam,
94
+ cameraParam,
95
+ projectionParam,
96
+ zoomParam,
97
+ backgroundParam,
98
+ offsetXParam,
99
+ offsetYParam,
100
+ offsetZParam,
101
+ cameraXParam,
102
+ cameraYParam,
103
+ cameraZParam,
104
+ wheelZoomParam,
105
+ wheelPrecisionParam,
106
+ wheelStartParam,
107
+ disableBackgroundParam,
108
+ disableAutoRotateParam,
109
+ disableAutoCenterParam,
110
+ disableFaceParam,
111
+ disableDefaultWearablesParam,
112
+ disableDefaultEmotesParam,
113
+ disableFadeEffectParam,
114
+ showSceneBoundariesParam,
115
+ showThumbnailBoundariesParam,
116
+ peerUrlParam,
117
+ nftServerUrlParam,
118
+ typeParam,
119
+ panningParam,
120
+ lockAlphaParam,
121
+ lockBetaParam,
122
+ lockRadiusParam,
123
+ envParam,
124
+ unityParam,
125
+ unityModeParam,
126
+ ]
127
+ .filter((param) => !!param)
128
+ .join("&");
129
+ return url;
130
+ }, [restProps, baseUrl, dev, unity]);
131
+ const options = useMemo(() => {
132
+ const opts = {};
133
+ for (const key in restProps) {
134
+ if (typeof restProps[key] !== "function") {
135
+ opts[key] = restProps[key];
136
+ }
137
+ }
138
+ return opts;
139
+ }, [restProps]);
140
+ const sendUpdate = useCallback((options) => {
141
+ // Use ref for lastOptions to avoid re-renders
142
+ const currentLastOptions = lastOptionsRef.current;
143
+ // only send update if new options are different
144
+ if (!currentLastOptions || !equal(options, currentLastOptions)) {
145
+ // send message to iframe
146
+ if (iframeRef.current?.contentWindow) {
147
+ sendMessage(iframeRef.current.contentWindow, PreviewMessageType.UPDATE, {
148
+ options,
149
+ });
150
+ }
151
+ // callback
152
+ onUpdate(options);
153
+ // Always store in ref to avoid re-renders
154
+ lastOptionsRef.current = options;
155
+ }
156
+ }, [onUpdate]);
157
+ const handleUpdate = useCallback(() => {
158
+ if (iframeRef.current) {
159
+ // SSR check
160
+ if (typeof window !== "undefined") {
161
+ if (state.isReady) {
162
+ // if the iframe is ready, send the update
163
+ sendUpdate(options);
164
+ }
165
+ else {
166
+ // otherwise store last update in state until it's ready
167
+ setState((prev) => ({ ...prev, pendingOptions: options, url }));
168
+ }
169
+ }
170
+ }
171
+ else {
172
+ console.warn(`Could not send update, iframe is not referenced`);
173
+ }
174
+ }, [options, state.isReady, sendUpdate]);
175
+ const handleMessage = useCallback((event) => {
176
+ const { origin } = event;
177
+ if (origin !== baseUrl || !event.data?.type)
178
+ return;
179
+ const type = event.data.type;
180
+ switch (type) {
181
+ case PreviewMessageType.LOAD: {
182
+ const payload = event.data
183
+ .payload;
184
+ onLoad(payload?.renderer);
185
+ break;
186
+ }
187
+ case PreviewMessageType.ERROR: {
188
+ const payload = event.data
189
+ .payload;
190
+ onError(new Error(payload.message));
191
+ break;
192
+ }
193
+ case PreviewMessageType.READY: {
194
+ setState((prev) => {
195
+ if (prev.isReady)
196
+ return prev;
197
+ if (prev.pendingOptions !== null) {
198
+ sendUpdate(prev.pendingOptions);
199
+ return {
200
+ ...prev,
201
+ isReady: true,
202
+ pendingOptions: null,
203
+ };
204
+ }
205
+ return { ...prev, isReady: true };
206
+ });
207
+ break;
208
+ }
209
+ default:
210
+ // do nothing
211
+ }
212
+ }, [baseUrl, onLoad, onError, sendUpdate]);
213
+ useEffect(() => {
214
+ window.addEventListener("message", handleMessage, false);
215
+ return () => {
216
+ window.removeEventListener("message", handleMessage, false);
217
+ };
218
+ }, [handleMessage]);
219
+ useEffect(() => {
220
+ // if there's a blob in the props, it can't be passed via URL, so we send it via postMessage
221
+ if (props.blob) {
222
+ handleUpdate();
223
+ }
224
+ }, [props.blob, handleUpdate]);
225
+ useEffect(() => {
226
+ debounce(handleUpdate, 500);
227
+ }, [handleUpdate]);
228
+ if (props.tokenId && props.itemId) {
229
+ console.warn("You should NOT use `tokenId` and `itemId` props simultaneously");
230
+ }
231
+ return (_jsx(StyledWearablePreview, { id: props.id, src: url, ref: iframeRef, allow: "autoplay" }));
232
+ };
233
+ WearablePreview.createController = createController;
234
+ export { WearablePreview };
235
+ //# sourceMappingURL=WearablePreview.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WearablePreview.js","sourceRoot":"","sources":["../../../src/components/WearablePreview/WearablePreview.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,20 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { WearablePreview } from "./WearablePreview";
3
+ declare const meta: Meta<typeof WearablePreview>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof WearablePreview>;
6
+ export declare const PreviewAnItem: Story;
7
+ export declare const PreviewAToken: Story;
8
+ export declare const UsingAProfile: Story;
9
+ export declare const UsingCustomSkin: Story;
10
+ export declare const UsingCustomHair: Story;
11
+ export declare const WithEmote: Story;
12
+ export declare const UsingStaticCamera: Story;
13
+ export declare const WithoutAutoRotation: Story;
14
+ export declare const WithoutBackground: Story;
15
+ export declare const WithCustomBackgroundColor: Story;
16
+ export declare const TakeScreenshotAndMetrics: Story;
17
+ export declare const DifferentProjections: Story;
18
+ export declare const PreviewFromFile: Story;
19
+ export declare const UnityModes: Story;
20
+ export declare const ConfiguratorWithUsernameControl: Story;
@@ -0,0 +1,278 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /* eslint-disable import/no-default-export, import/exports-last, import/group-exports */
3
+ /* cspell:words gltf */
4
+ import { useCallback, useRef, useState } from "react";
5
+ import { WearableCategory } from "@dcl/schemas";
6
+ import { PreviewCamera, PreviewEmote, PreviewProjection, } from "@dcl/schemas/dist/dapps/preview";
7
+ import { BodyShape } from "@dcl/schemas/dist/platform/item";
8
+ import { WearablePreview } from "./WearablePreview";
9
+ import { PreviewUnityMode } from "./WearablePreview.types";
10
+ import { WearablePreviewContainer } from "./WearablePreview.stories.styled";
11
+ const getRandomProfile = () => {
12
+ return `default${Math.floor(Math.random() * 160) + 1}`;
13
+ };
14
+ const meta = {
15
+ title: "Decentraland UI/Wearable Preview",
16
+ component: WearablePreview,
17
+ parameters: {
18
+ layout: "fullscreen",
19
+ },
20
+ argTypes: {
21
+ contractAddress: { control: "text" },
22
+ tokenId: { control: "text" },
23
+ itemId: { control: "text" },
24
+ profile: { control: "text" },
25
+ skin: { control: "text" },
26
+ hair: { control: "text" },
27
+ eyes: { control: "text" },
28
+ bodyShape: {
29
+ control: "select",
30
+ options: [BodyShape.MALE, BodyShape.FEMALE],
31
+ },
32
+ camera: {
33
+ control: "select",
34
+ options: [PreviewCamera.INTERACTIVE, PreviewCamera.STATIC],
35
+ },
36
+ projection: {
37
+ control: "select",
38
+ options: [PreviewProjection.PERSPECTIVE, PreviewProjection.ORTHOGRAPHIC],
39
+ },
40
+ emote: {
41
+ control: "select",
42
+ options: [
43
+ PreviewEmote.IDLE,
44
+ PreviewEmote.CLAP,
45
+ PreviewEmote.DAB,
46
+ PreviewEmote.DANCE,
47
+ PreviewEmote.FASHION,
48
+ PreviewEmote.LOVE,
49
+ PreviewEmote.MONEY,
50
+ ],
51
+ },
52
+ disableBackground: { control: "boolean" },
53
+ disableAutoRotate: { control: "boolean" },
54
+ disableAutoCenter: { control: "boolean" },
55
+ disableFace: { control: "boolean" },
56
+ disableDefaultWearables: { control: "boolean" },
57
+ disableDefaultEmotes: { control: "boolean" },
58
+ dev: { control: "boolean" },
59
+ unity: { control: "boolean" },
60
+ unityMode: {
61
+ control: "select",
62
+ options: [
63
+ "marketplace",
64
+ "profile",
65
+ "authentication",
66
+ "builder",
67
+ "configurator",
68
+ ],
69
+ },
70
+ },
71
+ };
72
+ export default meta;
73
+ export const PreviewAnItem = {
74
+ args: {
75
+ contractAddress: "0xee8ae4c668edd43b34b98934d6d2ff82e41e6488",
76
+ itemId: "5",
77
+ },
78
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
79
+ };
80
+ export const PreviewAToken = {
81
+ args: {
82
+ contractAddress: "0xee8ae4c668edd43b34b98934d6d2ff82e41e6488",
83
+ tokenId: "1",
84
+ },
85
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
86
+ };
87
+ export const UsingAProfile = {
88
+ args: {
89
+ profile: "0xc85a0a34d5f9f2239ab0622a41a2c2560ff119c6",
90
+ },
91
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
92
+ };
93
+ export const UsingCustomSkin = {
94
+ args: {
95
+ contractAddress: "0x994684b980d6faff06ff36b13c243c31d1b3aa0e",
96
+ itemId: "0",
97
+ skin: "ff0000",
98
+ },
99
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
100
+ };
101
+ export const UsingCustomHair = {
102
+ args: {
103
+ contractAddress: "0xe3d2c4ec777fb88dd219905cd896f79a592adf30",
104
+ itemId: "0",
105
+ hair: "00ff00",
106
+ },
107
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
108
+ };
109
+ export const WithEmote = {
110
+ args: {
111
+ profile: "0xc85a0a34d5f9f2239ab0622a41a2c2560ff119c6",
112
+ emote: PreviewEmote.FASHION,
113
+ },
114
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
115
+ };
116
+ export const UsingStaticCamera = {
117
+ args: {
118
+ profile: "0xc85a0a34d5f9f2239ab0622a41a2c2560ff119c6",
119
+ camera: PreviewCamera.STATIC,
120
+ },
121
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
122
+ };
123
+ export const WithoutAutoRotation = {
124
+ args: {
125
+ profile: getRandomProfile(),
126
+ disableAutoRotate: true,
127
+ },
128
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
129
+ };
130
+ export const WithoutBackground = {
131
+ args: {
132
+ profile: getRandomProfile(),
133
+ disableBackground: true,
134
+ },
135
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
136
+ };
137
+ export const WithCustomBackgroundColor = {
138
+ args: {
139
+ profile: getRandomProfile(),
140
+ background: "ff0000",
141
+ },
142
+ render: (args) => (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args }) })),
143
+ };
144
+ export const TakeScreenshotAndMetrics = {
145
+ render: () => {
146
+ const [screenshot, setScreenshot] = useState("");
147
+ const [metrics, setMetrics] = useState(null);
148
+ const ref = useRef(null);
149
+ const onLoad = useCallback(() => {
150
+ ref.current = ref.current ?? WearablePreview.createController("some-id");
151
+ }, []);
152
+ return (_jsxs("div", { style: { padding: "20px" }, children: [_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { id: "some-id", contractAddress: "0x186c788f9c172934b790b868faf3b78b84e34e89", itemId: "0", disableAutoRotate: true, disableBackground: true, onLoad: onLoad }) }), _jsxs("div", { style: {
153
+ display: "flex",
154
+ gap: "10px",
155
+ justifyContent: "center",
156
+ marginTop: "20px",
157
+ }, children: [_jsx("button", { onClick: () => ref.current?.scene.getScreenshot(1024, 1024).then(setScreenshot), children: "Take Screenshot" }), _jsx("button", { onClick: () => ref.current?.scene.getMetrics().then(setMetrics), children: "Get Metrics" })] }), screenshot && (_jsx("div", { style: { textAlign: "center", marginTop: "20px" }, children: _jsx("img", { src: screenshot, alt: "Screenshot", style: { maxWidth: "256px" } }) })), metrics && (_jsx("div", { style: {
158
+ marginTop: "20px",
159
+ padding: "10px",
160
+ background: "#f0f0f0",
161
+ }, children: _jsx("pre", { children: JSON.stringify(metrics, null, 2) }) }))] }));
162
+ },
163
+ };
164
+ export const DifferentProjections = {
165
+ render: () => (_jsxs("div", { style: {
166
+ display: "flex",
167
+ gap: "20px",
168
+ justifyContent: "center",
169
+ padding: "20px",
170
+ }, children: [_jsxs("div", { children: [_jsx("h3", { style: { textAlign: "center" }, children: "Orthographic" }), _jsx("div", { style: { width: "256px", height: "256px" }, children: _jsx(WearablePreview, { contractAddress: "0xf3eb38b1649bdccc8761f3a0526b3173597a0363", itemId: "2", projection: PreviewProjection.ORTHOGRAPHIC, disableAutoRotate: true }) })] }), _jsxs("div", { children: [_jsx("h3", { style: { textAlign: "center" }, children: "Perspective" }), _jsx("div", { style: { width: "256px", height: "256px" }, children: _jsx(WearablePreview, { contractAddress: "0xf3eb38b1649bdccc8761f3a0526b3173597a0363", itemId: "2", projection: PreviewProjection.PERSPECTIVE, disableAutoRotate: true }) })] })] })),
171
+ };
172
+ function toWearableWithBlobs(file) {
173
+ return {
174
+ id: "some-id",
175
+ name: "",
176
+ description: "",
177
+ image: "",
178
+ thumbnail: "",
179
+ i18n: [],
180
+ data: {
181
+ category: WearableCategory.HAT,
182
+ hides: [],
183
+ replaces: [],
184
+ tags: [],
185
+ representations: [
186
+ {
187
+ bodyShapes: [BodyShape.MALE, BodyShape.FEMALE],
188
+ mainFile: "model.glb",
189
+ contents: [
190
+ {
191
+ key: "model.glb",
192
+ blob: file,
193
+ },
194
+ ],
195
+ overrideHides: [],
196
+ overrideReplaces: [],
197
+ },
198
+ ],
199
+ },
200
+ };
201
+ }
202
+ export const PreviewFromFile = {
203
+ render: () => {
204
+ const inputRef = useRef(null);
205
+ const [file, setFile] = useState(null);
206
+ return (_jsx("div", { style: { padding: "20px" }, children: file ? (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { blob: toWearableWithBlobs(file) }) })) : (_jsxs("div", { style: { textAlign: "center", padding: "50px" }, children: [_jsx("input", { type: "file", ref: inputRef, accept: ".glb,.gltf", onChange: () => setFile(inputRef.current?.files?.[0] || null) }), _jsx("p", { children: "Select a .glb or .gltf file to preview" })] })) }));
207
+ },
208
+ };
209
+ export const UnityModes = {
210
+ args: {
211
+ unity: true,
212
+ unityMode: PreviewUnityMode.Marketplace,
213
+ contractAddress: "0xee8ae4c668edd43b34b98934d6d2ff82e41e6488",
214
+ itemId: "5",
215
+ },
216
+ render: (args) => {
217
+ // Different configurations for each Unity mode
218
+ const modeConfigs = {
219
+ marketplace: {
220
+ contractAddress: "0xee8ae4c668edd43b34b98934d6d2ff82e41e6488",
221
+ itemId: "5",
222
+ },
223
+ profile: {
224
+ profile: getRandomProfile(),
225
+ contractAddress: undefined,
226
+ itemId: undefined,
227
+ },
228
+ builder: {
229
+ contractAddress: "0xee8ae4c668edd43b34b98934d6d2ff82e41e6488",
230
+ itemId: "5",
231
+ disableBackground: true,
232
+ },
233
+ authentication: {
234
+ profile: getRandomProfile(),
235
+ contractAddress: undefined,
236
+ itemId: undefined,
237
+ disableAutoRotate: true,
238
+ },
239
+ configurator: {
240
+ contractAddress: "0xee8ae4c668edd43b34b98934d6d2ff82e41e6488",
241
+ itemId: "5",
242
+ disableBackground: true,
243
+ disableAutoRotate: true,
244
+ },
245
+ };
246
+ const config = modeConfigs[args.unityMode] ||
247
+ modeConfigs.marketplace;
248
+ return (_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { ...args, ...config }) }));
249
+ },
250
+ };
251
+ export const ConfiguratorWithUsernameControl = {
252
+ render: () => {
253
+ const [username, setUsername] = useState("player123");
254
+ const ref = useRef(null);
255
+ const updateUsername = useCallback(() => {
256
+ ref.current?.scene.setUsername(username);
257
+ }, [username]);
258
+ return (_jsxs("div", { style: { padding: "20px" }, children: [_jsx(WearablePreviewContainer, { children: _jsx(WearablePreview, { id: "configurator-id", unity: true, unityMode: PreviewUnityMode.Configurator }) }), _jsxs("div", { style: {
259
+ display: "flex",
260
+ gap: "10px",
261
+ justifyContent: "center",
262
+ alignItems: "center",
263
+ marginTop: "20px",
264
+ }, children: [_jsx("input", { type: "text", value: username, onChange: (e) => setUsername(e.target.value), placeholder: "Enter username", style: {
265
+ padding: "8px",
266
+ borderRadius: "4px",
267
+ border: "1px solid #ccc",
268
+ } }), _jsx("button", { onClick: updateUsername, style: {
269
+ padding: "8px 16px",
270
+ borderRadius: "4px",
271
+ border: "none",
272
+ backgroundColor: "#007bff",
273
+ color: "white",
274
+ cursor: "pointer",
275
+ }, children: "Update Username" })] })] }));
276
+ },
277
+ };
278
+ //# sourceMappingURL=WearablePreview.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WearablePreview.stories.js","sourceRoot":"","sources":["../../../src/components/WearablePreview/WearablePreview.stories.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ declare const WearablePreviewContainer: import("@emotion/styled").StyledComponent<{
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: import("react").ElementType;
4
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
+ export { WearablePreviewContainer };
@@ -0,0 +1,8 @@
1
+ import styled from "@emotion/styled";
2
+ const WearablePreviewContainer = styled("div")({
3
+ width: "512px",
4
+ height: "512px",
5
+ margin: "20px auto",
6
+ });
7
+ export { WearablePreviewContainer };
8
+ //# sourceMappingURL=WearablePreview.stories.styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WearablePreview.stories.styled.js","sourceRoot":"","sources":["../../../src/components/WearablePreview/WearablePreview.stories.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAEpC,MAAM,wBAAwB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAC7C,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,OAAO;IACf,MAAM,EAAE,WAAW;CACpB,CAAC,CAAA;AAEF,OAAO,EAAE,wBAAwB,EAAE,CAAA"}
@@ -0,0 +1,5 @@
1
+ declare const StyledWearablePreview: import("@emotion/styled").StyledComponent<{
2
+ theme?: import("@emotion/react").Theme;
3
+ as?: import("react").ElementType;
4
+ }, import("react").DetailedHTMLProps<import("react").IframeHTMLAttributes<HTMLIFrameElement>, HTMLIFrameElement>, {}>;
5
+ export { StyledWearablePreview };
@@ -0,0 +1,9 @@
1
+ import styled from "@emotion/styled";
2
+ const StyledWearablePreview = styled("iframe")({
3
+ background: "transparent",
4
+ border: 0,
5
+ width: "100%",
6
+ height: "100%",
7
+ });
8
+ export { StyledWearablePreview };
9
+ //# sourceMappingURL=WearablePreview.styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WearablePreview.styled.js","sourceRoot":"","sources":["../../../src/components/WearablePreview/WearablePreview.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAEpC,MAAM,qBAAqB,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;IAC7C,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,CAAC;IACT,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,MAAM;CACf,CAAC,CAAA;AAEF,OAAO,EAAE,qBAAqB,EAAE,CAAA"}