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,693 @@
1
+ import { NFTCategory, NotificationType, Rarity } from "@dcl/schemas";
2
+ const futureStartDate = new Date();
3
+ futureStartDate.setSeconds(futureStartDate.getSeconds() + 120);
4
+ const pastStartDate = new Date();
5
+ pastStartDate.setSeconds(pastStartDate.getSeconds() - 50);
6
+ const bidAcceptedNotificationData = {
7
+ id: NotificationType.BID_ACCEPTED,
8
+ read: true,
9
+ type: NotificationType.BID_ACCEPTED,
10
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
11
+ timestamp: new Date().getTime(),
12
+ metadata: {
13
+ link: "https://market.decentraland.org/contracts/0xa8ee490e4c4da48cc1653502c1a77479d4d818de/tokens/590",
14
+ image: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
15
+ rarity: Rarity.UNIQUE,
16
+ nftName: "Exclusive Binance Hoodie",
17
+ network: "ethereum",
18
+ category: NFTCategory.WEARABLE,
19
+ price: "78960000000000000000",
20
+ },
21
+ created_at: "2023-11-29T12:51:00.600Z",
22
+ updated_at: "2023-11-29T12:51:00.600Z",
23
+ };
24
+ const bidReceivedNotificationPropsData = {
25
+ id: NotificationType.BID_RECEIVED,
26
+ read: true,
27
+ type: NotificationType.BID_RECEIVED,
28
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
29
+ timestamp: new Date().getTime(),
30
+ metadata: {
31
+ link: "https://market.decentraland.org/contracts/0xa8ee490e4c4da48cc1653502c1a77479d4d818de/tokens/590",
32
+ image: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
33
+ rarity: Rarity.UNIQUE,
34
+ nftName: "Exclusive Binance Hoodie",
35
+ network: "polygon",
36
+ category: NFTCategory.WEARABLE,
37
+ price: "78960000000000000000",
38
+ },
39
+ created_at: "2023-11-29T12:51:00.600Z",
40
+ updated_at: "2023-11-29T12:51:00.600Z",
41
+ };
42
+ const campaignGasPriceHigherThanExpectedNotificationData = {
43
+ id: NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED,
44
+ read: true,
45
+ type: NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED,
46
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
47
+ timestamp: new Date().getTime(),
48
+ metadata: {
49
+ campaignName: "Cool Campaign",
50
+ link: "https://decentraland.zone/rewards/campaign/?id=e9b39fdb-1bf1-490a-855e-f5e6c63a4525",
51
+ },
52
+ created_at: "2023-11-29T12:51:00.600Z",
53
+ updated_at: "2023-11-29T12:51:00.600Z",
54
+ };
55
+ const campaignOutOfFundsNotificationData = {
56
+ id: NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS,
57
+ read: true,
58
+ type: NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS,
59
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
60
+ timestamp: new Date().getTime(),
61
+ metadata: {
62
+ campaignName: "Cool Campaign",
63
+ link: "https://decentraland.zone/rewards/campaign/?id=e9b39fdb-1bf1-490a-855e-f5e6c63a4525",
64
+ },
65
+ created_at: "2023-11-29T12:51:00.600Z",
66
+ updated_at: "2023-11-29T12:51:00.600Z",
67
+ };
68
+ const campaignOutOfStockNotificationData = {
69
+ id: NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK,
70
+ read: true,
71
+ type: NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK,
72
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
73
+ timestamp: new Date().getTime(),
74
+ metadata: {
75
+ campaignName: "Cool Campaign",
76
+ link: "https://decentraland.zone/rewards/campaign/?id=e9b39fdb-1bf1-490a-855e-f5e6c63a4525",
77
+ },
78
+ created_at: "2023-11-29T12:51:00.600Z",
79
+ updated_at: "2023-11-29T12:51:00.600Z",
80
+ };
81
+ const eventStartedNotificationData = {
82
+ id: NotificationType.EVENTS_STARTED,
83
+ read: true,
84
+ type: NotificationType.EVENTS_STARTED,
85
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
86
+ timestamp: new Date().getTime(),
87
+ metadata: {
88
+ link: "https://decentraland.org/events/event/?id=d98222c5-3626-4742-9887-265fa72dac08",
89
+ name: "Decentraland Events",
90
+ image: "https://events-assets-099ac00.decentraland.org/poster/083771e26666f90b.jpg",
91
+ },
92
+ created_at: "2023-11-29T12:51:00.600Z",
93
+ updated_at: "2023-11-29T12:51:00.600Z",
94
+ };
95
+ const eventStartsSoonFutureStartNotificationData = {
96
+ id: NotificationType.EVENTS_STARTS_SOON + "future",
97
+ read: true,
98
+ type: NotificationType.EVENTS_STARTS_SOON,
99
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
100
+ timestamp: new Date().getTime(),
101
+ metadata: {
102
+ link: "https://decentraland.org/events/event/?id=d98222c5-3626-4742-9887-265fa72dac08",
103
+ name: "Decentraland Events",
104
+ image: "https://events-assets-099ac00.decentraland.org/poster/083771e26666f90b.jpg",
105
+ startsAt: futureStartDate.toString(),
106
+ endsAt: "2025-01-24T13:22:00.600Z",
107
+ },
108
+ created_at: "2023-11-29T12:51:00.600Z",
109
+ updated_at: "2023-11-29T12:51:00.600Z",
110
+ };
111
+ const eventStartsSoonPastStartNotificationData = {
112
+ id: NotificationType.EVENTS_STARTS_SOON + "past",
113
+ read: true,
114
+ type: NotificationType.EVENTS_STARTS_SOON,
115
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
116
+ timestamp: new Date().getTime(),
117
+ metadata: {
118
+ link: "https://decentraland.org/events/event/?id=d98222c5-3626-4742-9887-265fa72dac08",
119
+ name: "Decentraland Events - Past",
120
+ image: "https://events-assets-099ac00.decentraland.org/poster/083771e26666f90b.jpg",
121
+ startsAt: pastStartDate.toString(),
122
+ endsAt: "2025-01-24T13:22:00.600Z",
123
+ },
124
+ created_at: "2023-11-29T12:51:00.600Z",
125
+ updated_at: "2023-11-29T12:51:00.600Z",
126
+ };
127
+ const governanceAnnouncementNotificationData = {
128
+ id: NotificationType.GOVERNANCE_ANNOUNCEMENT,
129
+ read: true,
130
+ type: NotificationType.GOVERNANCE_ANNOUNCEMENT,
131
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
132
+ timestamp: new Date().getTime(),
133
+ metadata: {
134
+ link: "https://decentraland.org/governance",
135
+ title: "Test Governance Announcement",
136
+ description: "Test description",
137
+ },
138
+ created_at: "2023-11-29T12:51:00.600Z",
139
+ updated_at: "2023-11-29T12:51:00.600Z",
140
+ };
141
+ const governanceAuthoredProposalFinishedNotificationData = {
142
+ id: NotificationType.GOVERNANCE_AUTHORED_PROPOSAL_FINISHED,
143
+ read: true,
144
+ type: NotificationType.GOVERNANCE_AUTHORED_PROPOSAL_FINISHED,
145
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
146
+ timestamp: new Date().getTime(),
147
+ metadata: {
148
+ link: "https://decentraland.org/governance",
149
+ title: "Test Governance Announcement",
150
+ description: "Test description",
151
+ proposalId: "AAA_PROPOSAL_111",
152
+ proposalTitle: "Open Source all code using DAO funds",
153
+ },
154
+ created_at: "2023-11-29T12:51:00.600Z",
155
+ updated_at: "2023-11-29T12:51:00.600Z",
156
+ };
157
+ const governanceCoauthorRequestedNotificationData = {
158
+ id: NotificationType.GOVERNANCE_COAUTHOR_REQUESTED,
159
+ read: true,
160
+ type: NotificationType.GOVERNANCE_COAUTHOR_REQUESTED,
161
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
162
+ timestamp: new Date().getTime(),
163
+ metadata: {
164
+ link: "https://decentraland.org/governance",
165
+ title: "Test Governance Announcement",
166
+ description: "Test description",
167
+ proposalId: "AAA_PROPOSAL_111",
168
+ proposalTitle: "Open Source all code using DAO funds",
169
+ },
170
+ created_at: "2023-11-29T12:51:00.600Z",
171
+ updated_at: "2023-11-29T12:51:00.600Z",
172
+ };
173
+ const governanceNewCommentOnProjectUpdateNotificationData = {
174
+ id: NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROPOSAL,
175
+ read: true,
176
+ type: NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROPOSAL,
177
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
178
+ timestamp: new Date().getTime(),
179
+ metadata: {
180
+ link: "https://decentraland.org/governance",
181
+ title: "Test Governance Announcement",
182
+ description: "Test description",
183
+ proposalId: "AAA_PROPOSAL_111",
184
+ proposalTitle: "Open Source all code using DAO funds",
185
+ },
186
+ created_at: "2023-11-29T12:51:00.600Z",
187
+ updated_at: "2023-11-29T12:51:00.600Z",
188
+ };
189
+ const governanceNewCommentOnProposalNotificationData = {
190
+ id: NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROJECT_UPDATE,
191
+ read: true,
192
+ type: NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROJECT_UPDATE,
193
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
194
+ timestamp: new Date().getTime(),
195
+ metadata: {
196
+ link: "https://decentraland.org/governance",
197
+ title: "Test Governance Announcement",
198
+ description: "Test description",
199
+ proposalId: "AAA_PROPOSAL_111",
200
+ proposalTitle: "Open Source all code using DAO funds",
201
+ },
202
+ created_at: "2023-11-29T12:51:00.600Z",
203
+ updated_at: "2023-11-29T12:51:00.600Z",
204
+ };
205
+ const governancePitchPassedNotificationData = {
206
+ id: NotificationType.GOVERNANCE_PROPOSAL_ENACTED,
207
+ read: true,
208
+ type: NotificationType.GOVERNANCE_PITCH_PASSED,
209
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
210
+ timestamp: new Date().getTime(),
211
+ metadata: {
212
+ link: "https://decentraland.org/governance",
213
+ title: "Test Governance Announcement",
214
+ description: "Test description",
215
+ proposalId: "AAA_PROPOSAL_111",
216
+ proposalTitle: "Open Source all code using DAO funds",
217
+ },
218
+ created_at: "2023-11-29T12:51:00.600Z",
219
+ updated_at: "2023-11-29T12:51:00.600Z",
220
+ };
221
+ const governanceProposalEnactedNotificationData = {
222
+ id: NotificationType.GOVERNANCE_PROPOSAL_ENACTED,
223
+ read: true,
224
+ type: NotificationType.GOVERNANCE_PROPOSAL_ENACTED,
225
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
226
+ timestamp: new Date().getTime(),
227
+ metadata: {
228
+ link: "https://decentraland.org/governance",
229
+ title: "Test Governance Announcement",
230
+ description: "Test description",
231
+ proposalId: "AAA_PROPOSAL_111",
232
+ proposalTitle: "Open Source all code using DAO funds",
233
+ },
234
+ created_at: "2023-11-29T12:51:00.600Z",
235
+ updated_at: "2023-11-29T12:51:00.600Z",
236
+ };
237
+ const governanceTenderPassedNotificationData = {
238
+ id: NotificationType.GOVERNANCE_TENDER_PASSED,
239
+ read: true,
240
+ type: NotificationType.GOVERNANCE_TENDER_PASSED,
241
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
242
+ timestamp: new Date().getTime(),
243
+ metadata: {
244
+ link: "https://decentraland.org/governance",
245
+ title: "Test Governance Announcement",
246
+ description: "Test description",
247
+ proposalId: "AAA_PROPOSAL_111",
248
+ proposalTitle: "Open Source all code using DAO funds",
249
+ },
250
+ created_at: "2023-11-29T12:51:00.600Z",
251
+ updated_at: "2023-11-29T12:51:00.600Z",
252
+ };
253
+ const governanceVotingEndedVoterNotificationData = {
254
+ id: NotificationType.GOVERNANCE_VOTING_ENDED_VOTER,
255
+ read: true,
256
+ type: NotificationType.GOVERNANCE_VOTING_ENDED_VOTER,
257
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
258
+ timestamp: new Date().getTime(),
259
+ metadata: {
260
+ link: "https://decentraland.org/governance",
261
+ title: "Test Governance Announcement",
262
+ description: "Test description",
263
+ proposalId: "AAA_PROPOSAL_111",
264
+ proposalTitle: "Open Source all code using DAO funds",
265
+ },
266
+ created_at: "2023-11-29T12:51:00.600Z",
267
+ updated_at: "2023-11-29T12:51:00.600Z",
268
+ };
269
+ const itemSoldNotificationPropsData = {
270
+ id: NotificationType.ITEM_SOLD,
271
+ read: true,
272
+ type: NotificationType.ITEM_SOLD,
273
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
274
+ timestamp: new Date().getTime(),
275
+ metadata: {
276
+ link: "https://market.decentraland.org/contracts/0xa8ee490e4c4da48cc1653502c1a77479d4d818de/tokens/590",
277
+ image: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
278
+ rarity: Rarity.LEGENDARY,
279
+ seller: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
280
+ nftName: "Exclusive Binance Hoodie",
281
+ network: "polygon",
282
+ category: NFTCategory.WEARABLE,
283
+ },
284
+ created_at: "2023-11-29T12:51:00.600Z",
285
+ updated_at: "2023-11-29T12:51:00.600Z",
286
+ };
287
+ const landRentalEndedNotificationData = {
288
+ id: NotificationType.LAND_RENTAL_ENDED,
289
+ read: true,
290
+ type: NotificationType.LAND_RENTAL_ENDED,
291
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
292
+ timestamp: new Date().getTime(),
293
+ metadata: {
294
+ description: "The rent of your LAND at 5,48 has ended.",
295
+ link: "https://marketplace-url/contracts/0x42f4ba48791e2de32f5fbf553441c2672864bb33/tokens/random-token-id/manage",
296
+ title: "Rent Period Ending",
297
+ contract: "0x42f4ba48791e2de32f5fbf553441c2672864bb33",
298
+ lessor: "0x24e5f44999c151f08609f8e27b2238c773c4d020",
299
+ tenant: "0xd5359E309c47c8920C277d078d5F3c3DBeA1ef84",
300
+ operator: "0xd5359E309c47c8920C277d078d5F3c3DBeA1ef84",
301
+ startedAt: "1710447420",
302
+ endedAt: "1710533820",
303
+ tokenId: "random-token-id",
304
+ land: "5,48",
305
+ },
306
+ created_at: "2023-11-29T12:51:00.600Z",
307
+ updated_at: "2023-11-29T12:51:00.600Z",
308
+ };
309
+ const landRentedNotificationData = {
310
+ id: NotificationType.LAND_RENTED,
311
+ read: true,
312
+ type: NotificationType.LAND_RENTED,
313
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
314
+ timestamp: new Date().getTime(),
315
+ metadata: {
316
+ description: "The rent of your LAND at 5,48 has ended.",
317
+ link: "https://marketplace-url/contracts/0x42f4ba48791e2de32f5fbf553441c2672864bb33/tokens/random-token-id/manage",
318
+ title: "Rented LAND",
319
+ contract: "0x42f4ba48791e2de32f5fbf553441c2672864bb33",
320
+ lessor: "0x24e5f44999c151f08609f8e27b2238c773c4d020",
321
+ tenant: "0xd5359E309c47c8920C277d078d5F3c3DBeA1ef84",
322
+ operator: "0xd5359E309c47c8920C277d078d5F3c3DBeA1ef84",
323
+ startedAt: "1710447420",
324
+ endedAt: "1710533820",
325
+ tokenId: "random-token-id",
326
+ land: "5,48",
327
+ },
328
+ created_at: "2023-11-29T12:51:00.600Z",
329
+ updated_at: "2023-11-29T12:51:00.600Z",
330
+ };
331
+ const rewardAssignedNotificationData = {
332
+ id: NotificationType.REWARD_ASSIGNED,
333
+ read: true,
334
+ type: NotificationType.REWARD_ASSIGNED,
335
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
336
+ timestamp: new Date().getTime(),
337
+ metadata: {
338
+ tokenImage: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
339
+ tokenRarity: Rarity.MYTHIC,
340
+ tokenName: "NJacket",
341
+ },
342
+ created_at: "2023-11-29T12:51:00.600Z",
343
+ updated_at: "2023-11-29T12:51:00.600Z",
344
+ };
345
+ const rewardDelayedNotificationData = {
346
+ id: NotificationType.REWARD_DELAYED,
347
+ read: true,
348
+ type: NotificationType.REWARD_DELAYED,
349
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
350
+ timestamp: new Date().getTime(),
351
+ metadata: {
352
+ tokenImage: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
353
+ tokenRarity: Rarity.MYTHIC,
354
+ tokenName: "NJacket",
355
+ },
356
+ created_at: "2023-11-29T12:51:00.600Z",
357
+ updated_at: "2023-11-29T12:51:00.600Z",
358
+ };
359
+ const rewardInProgressNotificationData = {
360
+ id: NotificationType.REWARD_IN_PROGRESS,
361
+ read: true,
362
+ type: NotificationType.REWARD_IN_PROGRESS,
363
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
364
+ timestamp: new Date().getTime(),
365
+ metadata: {
366
+ tokenImage: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
367
+ tokenRarity: Rarity.MYTHIC,
368
+ tokenName: "NJacket",
369
+ },
370
+ created_at: "2023-11-29T12:51:00.600Z",
371
+ updated_at: "2023-11-29T12:51:00.600Z",
372
+ };
373
+ const royalitesEarnedNotificationPropsData = {
374
+ id: NotificationType.ROYALTIES_EARNED,
375
+ read: true,
376
+ type: NotificationType.ROYALTIES_EARNED,
377
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
378
+ timestamp: new Date().getTime(),
379
+ metadata: {
380
+ link: "https://market.decentraland.zone/contracts/0xb726634ed82ac04e6bca66b3b97cc41a2c10ec31/tokens/9",
381
+ image: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
382
+ rarity: Rarity.MYTHIC,
383
+ network: "polygon",
384
+ nftName: "NJacket",
385
+ category: NFTCategory.WEARABLE,
386
+ royaltiesCut: "30000000000000000",
387
+ royaltiesCollector: "0x2a39d4f68133491f0442496f601cde2a945b6d31",
388
+ },
389
+ created_at: "2023-11-29T12:51:00.600Z",
390
+ updated_at: "2023-11-29T12:51:00.600Z",
391
+ };
392
+ const streamingKeyExpiredNotificationData = {
393
+ id: NotificationType.STREAMING_KEY_EXPIRED,
394
+ read: true,
395
+ type: NotificationType.STREAMING_KEY_EXPIRED,
396
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
397
+ timestamp: new Date().getTime(),
398
+ metadata: {
399
+ title: "Stream Key Expired",
400
+ description: "Your stream key has expired",
401
+ position: "5,48",
402
+ worldName: "test-world.dcl.eth",
403
+ isWorld: false,
404
+ url: "https://decentraland.org/world/test-world.dcl.eth",
405
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
406
+ },
407
+ created_at: "2023-11-29T12:51:00.600Z",
408
+ updated_at: "2023-11-29T12:51:00.600Z",
409
+ };
410
+ const streamingKeyResetNotificationData = {
411
+ id: NotificationType.STREAMING_KEY_RESET,
412
+ read: true,
413
+ type: NotificationType.STREAMING_KEY_RESET,
414
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
415
+ timestamp: new Date().getTime(),
416
+ metadata: {
417
+ title: "Stream Key Reset",
418
+ description: "Your stream key has been reset",
419
+ position: "5,48",
420
+ worldName: "test-world.dcl.eth",
421
+ isWorld: true,
422
+ url: "https://decentraland.org/world/test-world.dcl.eth",
423
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
424
+ },
425
+ created_at: "2023-11-29T12:51:00.600Z",
426
+ updated_at: "2023-11-29T12:51:00.600Z",
427
+ };
428
+ const streamingKeyRevokeNotificationData = {
429
+ id: NotificationType.STREAMING_KEY_REVOKE,
430
+ read: true,
431
+ type: NotificationType.STREAMING_KEY_REVOKE,
432
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
433
+ timestamp: new Date().getTime(),
434
+ metadata: {
435
+ title: "Stream Key Revoked",
436
+ description: "Your stream key has been revoked",
437
+ position: "5,48",
438
+ worldName: "test-world.dcl.eth",
439
+ isWorld: false,
440
+ url: "https://decentraland.org/world/test-world.dcl.eth",
441
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
442
+ },
443
+ created_at: "2023-11-29T12:51:00.600Z",
444
+ updated_at: "2023-11-29T12:51:00.600Z",
445
+ };
446
+ const streamingPlaceUpdatedNotificationData = {
447
+ id: NotificationType.STREAMING_PLACE_UPDATED,
448
+ read: true,
449
+ type: NotificationType.STREAMING_PLACE_UPDATED,
450
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
451
+ timestamp: new Date().getTime(),
452
+ metadata: {
453
+ title: "Stream Place Updated",
454
+ description: "Your stream place has been updated",
455
+ position: "5,48",
456
+ worldName: "test-world.dcl.eth",
457
+ isWorld: true,
458
+ url: "https://decentraland.org/world/test-world.dcl.eth",
459
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
460
+ },
461
+ created_at: "2023-11-29T12:51:00.600Z",
462
+ updated_at: "2023-11-29T12:51:00.600Z",
463
+ };
464
+ const streamingTimeExceededNotificationData = {
465
+ id: NotificationType.STREAMING_TIME_EXCEEDED,
466
+ read: true,
467
+ type: NotificationType.STREAMING_TIME_EXCEEDED,
468
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
469
+ timestamp: new Date().getTime(),
470
+ metadata: {
471
+ title: "Stream Time Exceeded",
472
+ description: "Your stream time has been exceeded",
473
+ position: "5,48",
474
+ worldName: "test-world.dcl.eth",
475
+ isWorld: false,
476
+ url: "https://decentraland.org/world/test-world.dcl.eth",
477
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
478
+ },
479
+ created_at: "2023-11-29T12:51:00.600Z",
480
+ updated_at: "2023-11-29T12:51:00.600Z",
481
+ };
482
+ const worldsAccessRestoredNotificationData = {
483
+ id: NotificationType.WORLDS_ACCESS_RESTORED,
484
+ read: true,
485
+ type: NotificationType.WORLDS_ACCESS_RESTORED,
486
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
487
+ timestamp: new Date().getTime(),
488
+ metadata: {
489
+ title: "World Name",
490
+ description: "World description",
491
+ url: "https://decentraland.org/builder/worlds?tab=dcl",
492
+ },
493
+ created_at: "2023-11-29T12:51:00.600Z",
494
+ updated_at: "2023-11-29T12:51:00.600Z",
495
+ };
496
+ const worldsAccessRestrictedNotificationData = {
497
+ id: NotificationType.WORLDS_ACCESS_RESTRICTED,
498
+ read: true,
499
+ type: NotificationType.WORLDS_ACCESS_RESTRICTED,
500
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
501
+ timestamp: new Date().getTime(),
502
+ metadata: {
503
+ title: "World Name",
504
+ description: "World description",
505
+ url: "https://decentraland.org/builder/worlds?tab=dcl",
506
+ when: new Date().getTime(),
507
+ },
508
+ created_at: "2023-11-29T12:51:00.600Z",
509
+ updated_at: "2023-11-29T12:51:00.600Z",
510
+ };
511
+ const worldsMissingResourcesNotificationData = {
512
+ id: NotificationType.WORLDS_MISSING_RESOURCES,
513
+ read: true,
514
+ type: NotificationType.WORLDS_MISSING_RESOURCES,
515
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
516
+ timestamp: new Date().getTime(),
517
+ metadata: {
518
+ title: "World Name",
519
+ description: "World description",
520
+ url: "https://decentraland.org/builder/worlds?tab=dcl",
521
+ when: new Date().getTime(),
522
+ },
523
+ created_at: "2023-11-29T12:51:00.600Z",
524
+ updated_at: "2023-11-29T12:51:00.600Z",
525
+ };
526
+ const worldsPermissionGrantedNotificationPropsData = {
527
+ id: NotificationType.WORLDS_PERMISSION_GRANTED,
528
+ read: true,
529
+ type: NotificationType.WORLDS_PERMISSION_GRANTED,
530
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
531
+ timestamp: new Date().getTime(),
532
+ metadata: {
533
+ title: "World notification",
534
+ description: "World description",
535
+ permissions: ["deployment"],
536
+ world: "meelrossi.dcl.eth",
537
+ },
538
+ created_at: "2023-11-29T12:51:00.600Z",
539
+ updated_at: "2023-11-29T12:51:00.600Z",
540
+ };
541
+ const worldsPermissionRevokedNotificationData = {
542
+ id: NotificationType.WORLDS_PERMISSION_REVOKED,
543
+ read: true,
544
+ type: NotificationType.WORLDS_PERMISSION_REVOKED,
545
+ address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
546
+ timestamp: new Date().getTime(),
547
+ metadata: {
548
+ title: "World notification",
549
+ description: "World description",
550
+ permissions: ["deployment"],
551
+ world: "meelrossi.dcl.eth",
552
+ },
553
+ created_at: "2023-11-29T12:51:00.600Z",
554
+ updated_at: "2023-11-29T12:51:00.600Z",
555
+ };
556
+ const creditsClaimReminderNotificationData = {
557
+ id: NotificationType.CREDITS_REMINDER_CLAIM_CREDITS,
558
+ type: NotificationType.CREDITS_REMINDER_CLAIM_CREDITS,
559
+ address: "0x1234567890123456789012345678901234567890",
560
+ timestamp: new Date().getTime(),
561
+ read: true,
562
+ created_at: new Date().toISOString(),
563
+ updated_at: new Date().toISOString(),
564
+ metadata: {},
565
+ };
566
+ const creditsCompleteYourWeeklyGoalsNotificationData = {
567
+ id: NotificationType.CREDITS_REMINDER_COMPLETE_GOALS,
568
+ type: NotificationType.CREDITS_REMINDER_COMPLETE_GOALS,
569
+ address: "0x1234567890123456789012345678901234567890",
570
+ timestamp: new Date().getTime(),
571
+ read: false,
572
+ created_at: new Date().toISOString(),
573
+ updated_at: new Date().toISOString(),
574
+ metadata: {},
575
+ };
576
+ const creditsDoNotMissOutNotificationData = {
577
+ id: NotificationType.CREDITS_REMINDER_DO_NOT_MISS_OUT,
578
+ type: NotificationType.CREDITS_REMINDER_DO_NOT_MISS_OUT,
579
+ address: "0x1234567890123456789012345678901234567890",
580
+ timestamp: new Date().getTime(),
581
+ read: false,
582
+ created_at: new Date().toISOString(),
583
+ updated_at: new Date().toISOString(),
584
+ metadata: {},
585
+ };
586
+ const creditsExpireIn24HrsReminderNotificationData = {
587
+ id: NotificationType.CREDITS_REMINDER_USAGE_24_HOURS,
588
+ type: NotificationType.CREDITS_REMINDER_USAGE_24_HOURS,
589
+ address: "0x1234567890123456789012345678901234567890",
590
+ timestamp: new Date().getTime(),
591
+ read: true,
592
+ created_at: new Date().toISOString(),
593
+ updated_at: new Date().toISOString(),
594
+ metadata: {
595
+ expirationDate: "July 27 at 23:59 UTC",
596
+ },
597
+ };
598
+ const creditsExpireSoonReminderNotificationData = {
599
+ id: NotificationType.CREDITS_REMINDER_USAGE,
600
+ type: NotificationType.CREDITS_REMINDER_USAGE,
601
+ address: "0x1234567890123456789012345678901234567890",
602
+ timestamp: new Date().getTime(),
603
+ read: true,
604
+ created_at: new Date().toISOString(),
605
+ updated_at: new Date().toISOString(),
606
+ metadata: {
607
+ expirationDate: "July 27 at 23:59 UTC",
608
+ },
609
+ };
610
+ const referralNewTierReachedNotificationData = {
611
+ id: NotificationType.REFERRAL_NEW_TIER_REACHED,
612
+ type: NotificationType.REFERRAL_NEW_TIER_REACHED,
613
+ address: "0x1234567890123456789012345678901234567890",
614
+ timestamp: new Date().getTime(),
615
+ read: false,
616
+ created_at: "2023-11-29T12:51:00.600Z",
617
+ updated_at: "2023-11-29T12:51:00.600Z",
618
+ metadata: {
619
+ title: "Referral Reward Unlocked!",
620
+ description: "Check the 'Referral Rewards' tab in your web profile to see your prize!",
621
+ address: "0x1234567890123456789012345678901234567890",
622
+ tier: 1,
623
+ url: "https://decentraland.org/referrals",
624
+ image: "https://peer.decentraland.org/lambdas/collections/contents/urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_upper_body/thumbnail",
625
+ invitedUserAddress: "0xabcdef1234567890abcdef1234567890abcdef12",
626
+ invitedUsers: 5,
627
+ rarity: Rarity.EXOTIC,
628
+ },
629
+ };
630
+ const referralInvitedUserAcceptedNotificationData = {
631
+ id: NotificationType.REFERRAL_INVITED_USERS_ACCEPTED,
632
+ type: NotificationType.REFERRAL_INVITED_USERS_ACCEPTED,
633
+ address: "0x1234567890123456789012345678901234567890",
634
+ timestamp: new Date().getTime(),
635
+ read: false,
636
+ created_at: "2023-11-29T12:51:00.600Z",
637
+ updated_at: "2023-11-29T12:51:00.600Z",
638
+ metadata: {
639
+ title: "Referral Completed!",
640
+ description: "Your friend jumped into Decentraland, so you're closer to unlocking your next reward!",
641
+ address: "0x1234567890123456789012345678901234567890",
642
+ tier: 1,
643
+ url: "https://decentraland.org/referrals",
644
+ image: "https://example.com/image.png",
645
+ invitedUserAddress: "0xabcdef1234567890abcdef1234567890abcdef12",
646
+ invitedUsers: 7,
647
+ },
648
+ };
649
+ const allTypeOfNotifications = [
650
+ bidAcceptedNotificationData,
651
+ bidReceivedNotificationPropsData,
652
+ campaignGasPriceHigherThanExpectedNotificationData,
653
+ campaignOutOfFundsNotificationData,
654
+ campaignOutOfStockNotificationData,
655
+ creditsClaimReminderNotificationData,
656
+ creditsCompleteYourWeeklyGoalsNotificationData,
657
+ creditsDoNotMissOutNotificationData,
658
+ creditsExpireIn24HrsReminderNotificationData,
659
+ creditsExpireSoonReminderNotificationData,
660
+ eventStartedNotificationData,
661
+ eventStartsSoonFutureStartNotificationData,
662
+ eventStartsSoonPastStartNotificationData,
663
+ governanceAnnouncementNotificationData,
664
+ governanceAuthoredProposalFinishedNotificationData,
665
+ governanceCoauthorRequestedNotificationData,
666
+ governanceNewCommentOnProjectUpdateNotificationData,
667
+ governanceNewCommentOnProposalNotificationData,
668
+ governancePitchPassedNotificationData,
669
+ governanceProposalEnactedNotificationData,
670
+ governanceTenderPassedNotificationData,
671
+ governanceVotingEndedVoterNotificationData,
672
+ itemSoldNotificationPropsData,
673
+ landRentalEndedNotificationData,
674
+ landRentedNotificationData,
675
+ referralInvitedUserAcceptedNotificationData,
676
+ referralNewTierReachedNotificationData,
677
+ rewardAssignedNotificationData,
678
+ rewardDelayedNotificationData,
679
+ rewardInProgressNotificationData,
680
+ royalitesEarnedNotificationPropsData,
681
+ streamingKeyExpiredNotificationData,
682
+ streamingKeyResetNotificationData,
683
+ streamingKeyRevokeNotificationData,
684
+ streamingPlaceUpdatedNotificationData,
685
+ streamingTimeExceededNotificationData,
686
+ worldsAccessRestoredNotificationData,
687
+ worldsAccessRestrictedNotificationData,
688
+ worldsMissingResourcesNotificationData,
689
+ worldsPermissionGrantedNotificationPropsData,
690
+ worldsPermissionRevokedNotificationData,
691
+ ];
692
+ export { allTypeOfNotifications, bidAcceptedNotificationData, bidReceivedNotificationPropsData, campaignGasPriceHigherThanExpectedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, creditsClaimReminderNotificationData, creditsCompleteYourWeeklyGoalsNotificationData, creditsDoNotMissOutNotificationData, creditsExpireIn24HrsReminderNotificationData, creditsExpireSoonReminderNotificationData, eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, itemSoldNotificationPropsData, landRentalEndedNotificationData, landRentedNotificationData, referralInvitedUserAcceptedNotificationData, referralNewTierReachedNotificationData, rewardAssignedNotificationData, rewardDelayedNotificationData, rewardInProgressNotificationData, royalitesEarnedNotificationPropsData, streamingKeyExpiredNotificationData, streamingKeyResetNotificationData, streamingKeyRevokeNotificationData, streamingPlaceUpdatedNotificationData, streamingTimeExceededNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, };
693
+ //# sourceMappingURL=notifications.js.map