decentraland-ui2 1.1.6 → 1.1.7-20715267278.commit-7a70448

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 (476) hide show
  1. package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js} +2 -2
  2. package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -0
  3. package/dist/components/Notifications/{NotificationItem.styled.d.ts → NotificationItem/NotificationItem.styled.d.ts} +1 -1
  4. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +61 -0
  5. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -0
  6. package/dist/components/Notifications/{NotificationItem.types.d.ts → NotificationItem/NotificationItem.types.d.ts} +2 -2
  7. package/dist/components/Notifications/NotificationItem/NotificationItem.types.js.map +1 -0
  8. package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +18 -0
  9. package/dist/components/Notifications/NotificationItem/NotificationItemText.js +11 -0
  10. package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -0
  11. package/dist/components/Notifications/NotificationItem/index.d.ts +4 -0
  12. package/dist/components/Notifications/NotificationItem/index.js +3 -0
  13. package/dist/components/Notifications/NotificationItem/index.js.map +1 -0
  14. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -0
  15. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +26 -0
  16. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -0
  17. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map +1 -0
  18. package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -0
  19. package/dist/components/Notifications/NotificationItemImage/index.js +2 -0
  20. package/dist/components/Notifications/NotificationItemImage/index.js.map +1 -0
  21. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -0
  22. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +9 -0
  23. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map +1 -0
  24. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map +1 -0
  25. package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -0
  26. package/dist/components/Notifications/NotificationItemNFTLink/index.js +2 -0
  27. package/dist/components/Notifications/NotificationItemNFTLink/index.js.map +1 -0
  28. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +85 -0
  29. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +86 -0
  30. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -0
  31. package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts} +1 -1
  32. package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js +2 -0
  33. package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js.map +1 -0
  34. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +2 -2
  35. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -5
  36. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
  37. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +2 -2
  38. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -5
  39. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
  40. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +2 -2
  41. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -6
  42. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
  43. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +2 -2
  44. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -7
  45. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
  46. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +2 -2
  47. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -7
  48. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
  49. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
  50. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +8 -9
  51. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
  52. package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -0
  53. package/dist/components/Notifications/NotificationTypes/Credits/index.js +7 -0
  54. package/dist/components/Notifications/NotificationTypes/Credits/index.js.map +1 -0
  55. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +10 -8
  56. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
  57. package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.d.ts +65 -0
  58. package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.i18n.js → Events.i18n.js} +26 -3
  59. package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js.map +1 -0
  60. package/dist/components/Notifications/NotificationTypes/Events/{EventStartedNotification.d.ts → EventsStartedNotification.d.ts} +1 -1
  61. package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +12 -0
  62. package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -0
  63. package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.d.ts → EventsStartsSoonNotification.d.ts} +1 -1
  64. package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +13 -0
  65. package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -0
  66. package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -0
  67. package/dist/components/Notifications/NotificationTypes/Events/index.js +3 -0
  68. package/dist/components/Notifications/NotificationTypes/Events/index.js.map +1 -0
  69. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +206 -0
  70. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +207 -0
  71. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -0
  72. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +1 -1
  73. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -4
  74. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
  75. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +1 -1
  76. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +6 -5
  77. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
  78. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +1 -1
  79. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +5 -5
  80. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
  81. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +1 -1
  82. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +6 -5
  83. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
  84. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +1 -1
  85. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +5 -5
  86. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
  87. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +1 -1
  88. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +5 -5
  89. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
  90. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +1 -1
  91. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +4 -5
  92. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
  93. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +1 -1
  94. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +5 -5
  95. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
  96. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +1 -1
  97. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +5 -5
  98. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
  99. package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -0
  100. package/dist/components/Notifications/NotificationTypes/Governance/index.js +10 -0
  101. package/dist/components/Notifications/NotificationTypes/Governance/index.js.map +1 -0
  102. package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.d.ts +47 -0
  103. package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +48 -0
  104. package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js.map +1 -0
  105. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +1 -1
  106. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +4 -5
  107. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
  108. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +1 -1
  109. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +4 -5
  110. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
  111. package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -0
  112. package/dist/components/Notifications/NotificationTypes/Land/index.js +3 -0
  113. package/dist/components/Notifications/NotificationTypes/Land/index.js.map +1 -0
  114. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +1 -1
  115. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +6 -7
  116. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
  117. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +1 -1
  118. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +6 -7
  119. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
  120. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +1 -1
  121. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +4 -5
  122. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
  123. package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.d.ts +84 -0
  124. package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +76 -0
  125. package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js.map +1 -0
  126. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +1 -1
  127. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +6 -7
  128. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
  129. package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -0
  130. package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +5 -0
  131. package/dist/components/Notifications/NotificationTypes/Marketplace/index.js.map +1 -0
  132. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.d.ts +29 -0
  133. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +30 -0
  134. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -0
  135. package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +9 -0
  136. package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js +2 -0
  137. package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js.map +1 -0
  138. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +1 -1
  139. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +2 -2
  140. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
  141. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +1 -1
  142. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +2 -2
  143. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
  144. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +1 -1
  145. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +4 -5
  146. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
  147. package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -0
  148. package/dist/components/Notifications/NotificationTypes/Referral/index.js +3 -0
  149. package/dist/components/Notifications/NotificationTypes/Referral/index.js.map +1 -0
  150. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +1 -1
  151. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +2 -2
  152. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
  153. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
  154. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -4
  155. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
  156. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +1 -1
  157. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +2 -2
  158. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
  159. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +1 -1
  160. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +2 -2
  161. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
  162. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +139 -0
  163. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +140 -0
  164. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -0
  165. package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +17 -0
  166. package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js +2 -0
  167. package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js.map +1 -0
  168. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +1 -1
  169. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +2 -2
  170. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
  171. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +1 -1
  172. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +2 -2
  173. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
  174. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +1 -1
  175. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +2 -2
  176. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
  177. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
  178. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +3 -4
  179. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
  180. package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -0
  181. package/dist/components/Notifications/NotificationTypes/Reward/index.js +7 -0
  182. package/dist/components/Notifications/NotificationTypes/Reward/index.js.map +1 -0
  183. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +71 -0
  184. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +72 -0
  185. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -0
  186. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +9 -0
  187. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js +2 -0
  188. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js.map +1 -0
  189. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +1 -1
  190. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +2 -2
  191. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
  192. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +1 -1
  193. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +2 -2
  194. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
  195. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +1 -1
  196. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +2 -2
  197. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
  198. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +1 -1
  199. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +5 -6
  200. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
  201. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +1 -1
  202. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +2 -2
  203. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
  204. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +1 -1
  205. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +2 -2
  206. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
  207. package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -0
  208. package/dist/components/Notifications/NotificationTypes/Streaming/index.js +6 -0
  209. package/dist/components/Notifications/NotificationTypes/Streaming/index.js.map +1 -0
  210. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +1 -1
  211. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +4 -5
  212. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
  213. package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +15 -0
  214. package/dist/components/Notifications/NotificationTypes/Transfer/{GiftNotification.i18n.js → Transfer.i18n.js} +3 -3
  215. package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
  216. package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +1 -0
  217. package/dist/components/Notifications/NotificationTypes/Transfer/index.js +2 -0
  218. package/dist/components/Notifications/NotificationTypes/Transfer/index.js.map +1 -0
  219. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +110 -0
  220. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +111 -0
  221. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -0
  222. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +1 -1
  223. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -5
  224. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
  225. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +1 -1
  226. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +4 -5
  227. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
  228. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +1 -1
  229. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +4 -5
  230. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
  231. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +1 -1
  232. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +10 -9
  233. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
  234. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +1 -1
  235. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +8 -7
  236. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
  237. package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -0
  238. package/dist/components/Notifications/NotificationTypes/Worlds/index.js +6 -0
  239. package/dist/components/Notifications/NotificationTypes/Worlds/index.js.map +1 -0
  240. package/dist/components/Notifications/NotificationTypes/index.d.ts +10 -41
  241. package/dist/components/Notifications/NotificationTypes/index.js +10 -41
  242. package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
  243. package/dist/components/Notifications/Notifications.stories.d.ts +1 -1
  244. package/dist/components/Notifications/Notifications.stories.js +2 -2
  245. package/dist/components/Notifications/Notifications.stories.js.map +1 -1
  246. package/dist/components/Notifications/Notifications.styled.d.ts +1 -13
  247. package/dist/components/Notifications/Notifications.styled.js +1 -70
  248. package/dist/components/Notifications/Notifications.styled.js.map +1 -1
  249. package/dist/components/Notifications/Notifications.types.d.ts +167 -14
  250. package/dist/components/Notifications/Notifications.types.js +6 -1
  251. package/dist/components/Notifications/Notifications.types.js.map +1 -1
  252. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -0
  253. package/dist/components/Notifications/{NotificationsFeed.js → NotificationsFeed/NotificationsFeed.js} +3 -3
  254. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -0
  255. package/dist/components/Notifications/{NotificationsFeed.styled.d.ts → NotificationsFeed/NotificationsFeed.styled.d.ts} +2 -2
  256. package/dist/components/Notifications/{NotificationsFeed.styled.js → NotificationsFeed/NotificationsFeed.styled.js} +19 -18
  257. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -0
  258. package/dist/components/Notifications/{NotificationsFeed.types.d.ts → NotificationsFeed/NotificationsFeed.types.d.ts} +2 -2
  259. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.js.map +1 -0
  260. package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -0
  261. package/dist/components/Notifications/NotificationsFeed/index.js +2 -0
  262. package/dist/components/Notifications/NotificationsFeed/index.js.map +1 -0
  263. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -0
  264. package/dist/components/Notifications/{NotificationsFeedTabs.js → NotificationsFeedTabs/NotificationsFeedTabs.js} +5 -5
  265. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -0
  266. package/dist/components/Notifications/{NotificationsFeedTabs.styled.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts} +1 -1
  267. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +56 -0
  268. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -0
  269. package/dist/components/Notifications/{NotificationsFeedTabs.types.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts} +2 -2
  270. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.js.map +1 -0
  271. package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -0
  272. package/dist/components/Notifications/NotificationsFeedTabs/index.js +2 -0
  273. package/dist/components/Notifications/NotificationsFeedTabs/index.js.map +1 -0
  274. package/dist/components/Notifications/{Notifications.js → NotificationsToggle/Notifications.js} +2 -2
  275. package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -0
  276. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.d.ts +13 -0
  277. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +66 -0
  278. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -0
  279. package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +17 -0
  280. package/dist/components/Notifications/NotificationsToggle/Notifications.types.js +2 -0
  281. package/dist/components/Notifications/NotificationsToggle/Notifications.types.js.map +1 -0
  282. package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -0
  283. package/dist/components/Notifications/NotificationsToggle/index.js +2 -0
  284. package/dist/components/Notifications/NotificationsToggle/index.js.map +1 -0
  285. package/dist/components/Notifications/index.d.ts +4 -4
  286. package/dist/components/Notifications/index.js +2 -2
  287. package/dist/components/Notifications/index.js.map +1 -1
  288. package/dist/components/Notifications/utils.d.ts +1 -1
  289. package/dist/components/Notifications/utils.js.map +1 -1
  290. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +1 -1
  291. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
  292. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +1 -1
  293. package/dist/data/notifications.d.ts +2 -2
  294. package/package.json +2 -2
  295. package/dist/components/Notifications/NotificationItem.js.map +0 -1
  296. package/dist/components/Notifications/NotificationItem.styled.js +0 -63
  297. package/dist/components/Notifications/NotificationItem.styled.js.map +0 -1
  298. package/dist/components/Notifications/NotificationItem.types.js.map +0 -1
  299. package/dist/components/Notifications/NotificationItemImage.js.map +0 -1
  300. package/dist/components/Notifications/NotificationItemImage.styled.js +0 -29
  301. package/dist/components/Notifications/NotificationItemImage.styled.js.map +0 -1
  302. package/dist/components/Notifications/NotificationItemImage.types.js.map +0 -1
  303. package/dist/components/Notifications/NotificationItemNFTLink.js.map +0 -1
  304. package/dist/components/Notifications/NotificationItemNFTLink.styled.js +0 -11
  305. package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +0 -1
  306. package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +0 -1
  307. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +0 -15
  308. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +0 -16
  309. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +0 -1
  310. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +0 -15
  311. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +0 -16
  312. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +0 -1
  313. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +0 -15
  314. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +0 -16
  315. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +0 -1
  316. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +0 -15
  317. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +0 -16
  318. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +0 -1
  319. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +0 -15
  320. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +0 -16
  321. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +0 -1
  322. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.d.ts +0 -15
  323. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js +0 -16
  324. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js.map +0 -1
  325. package/dist/components/Notifications/NotificationTypes/Credits/types.js +0 -2
  326. package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +0 -1
  327. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +0 -24
  328. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +0 -25
  329. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +0 -1
  330. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +0 -13
  331. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +0 -1
  332. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +0 -42
  333. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +0 -1
  334. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +0 -14
  335. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +0 -1
  336. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +0 -24
  337. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +0 -25
  338. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +0 -1
  339. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +0 -24
  340. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +0 -25
  341. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +0 -1
  342. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +0 -24
  343. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +0 -25
  344. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +0 -1
  345. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +0 -24
  346. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +0 -25
  347. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +0 -1
  348. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +0 -33
  349. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +0 -34
  350. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +0 -1
  351. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +0 -27
  352. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +0 -28
  353. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +0 -1
  354. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +0 -33
  355. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +0 -34
  356. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +0 -1
  357. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +0 -24
  358. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +0 -25
  359. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +0 -1
  360. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +0 -24
  361. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +0 -25
  362. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +0 -1
  363. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +0 -24
  364. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +0 -25
  365. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +0 -1
  366. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +0 -24
  367. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +0 -25
  368. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +0 -1
  369. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +0 -24
  370. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +0 -25
  371. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +0 -1
  372. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +0 -15
  373. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +0 -7
  374. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +0 -1
  375. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +0 -24
  376. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +0 -25
  377. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +0 -1
  378. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +0 -15
  379. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +0 -16
  380. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +0 -1
  381. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +0 -15
  382. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +0 -16
  383. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +0 -1
  384. package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +0 -10
  385. package/dist/components/Notifications/NotificationTypes/Referral/types.js +0 -2
  386. package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +0 -1
  387. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +0 -24
  388. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +0 -25
  389. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +0 -1
  390. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +0 -24
  391. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +0 -25
  392. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +0 -1
  393. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +0 -24
  394. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +0 -25
  395. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +0 -1
  396. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +0 -24
  397. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +0 -25
  398. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +0 -1
  399. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +0 -24
  400. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +0 -25
  401. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +0 -1
  402. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +0 -24
  403. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +0 -25
  404. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +0 -1
  405. package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +0 -17
  406. package/dist/components/Notifications/NotificationTypes/Reward/types.js +0 -2
  407. package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +0 -1
  408. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +0 -15
  409. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +0 -16
  410. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +0 -1
  411. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +0 -15
  412. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +0 -16
  413. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +0 -1
  414. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +0 -15
  415. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +0 -16
  416. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +0 -1
  417. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +0 -15
  418. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +0 -16
  419. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +0 -1
  420. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +0 -15
  421. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +0 -16
  422. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +0 -1
  423. package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +0 -10
  424. package/dist/components/Notifications/NotificationTypes/Streaming/types.js +0 -2
  425. package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +0 -1
  426. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.d.ts +0 -15
  427. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map +0 -1
  428. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +0 -15
  429. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +0 -16
  430. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +0 -1
  431. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +0 -24
  432. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +0 -25
  433. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +0 -1
  434. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +0 -27
  435. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +0 -28
  436. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +0 -1
  437. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +0 -24
  438. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +0 -25
  439. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +0 -1
  440. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +0 -24
  441. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +0 -25
  442. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +0 -1
  443. package/dist/components/Notifications/Notifications.js.map +0 -1
  444. package/dist/components/Notifications/NotificationsFeed.i18n.js.map +0 -1
  445. package/dist/components/Notifications/NotificationsFeed.js.map +0 -1
  446. package/dist/components/Notifications/NotificationsFeed.styled.js.map +0 -1
  447. package/dist/components/Notifications/NotificationsFeed.types.js.map +0 -1
  448. package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +0 -1
  449. package/dist/components/Notifications/NotificationsFeedTabs.js.map +0 -1
  450. package/dist/components/Notifications/NotificationsFeedTabs.styled.js +0 -58
  451. package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +0 -1
  452. package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +0 -1
  453. package/dist/components/Notifications/types.d.ts +0 -170
  454. package/dist/components/Notifications/types.js +0 -7
  455. package/dist/components/Notifications/types.js.map +0 -1
  456. /package/dist/components/Notifications/{NotificationItem.d.ts → NotificationItem/NotificationItem.d.ts} +0 -0
  457. /package/dist/components/Notifications/{NotificationItem.types.js → NotificationItem/NotificationItem.types.js} +0 -0
  458. /package/dist/components/Notifications/{NotificationItemImage.d.ts → NotificationItemImage/NotificationItemImage.d.ts} +0 -0
  459. /package/dist/components/Notifications/{NotificationItemImage.js → NotificationItemImage/NotificationItemImage.js} +0 -0
  460. /package/dist/components/Notifications/{NotificationItemImage.styled.d.ts → NotificationItemImage/NotificationItemImage.styled.d.ts} +0 -0
  461. /package/dist/components/Notifications/{NotificationItemImage.types.d.ts → NotificationItemImage/NotificationItemImage.types.d.ts} +0 -0
  462. /package/dist/components/Notifications/{NotificationItemImage.types.js → NotificationItemImage/NotificationItemImage.types.js} +0 -0
  463. /package/dist/components/Notifications/{NotificationItemNFTLink.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.d.ts} +0 -0
  464. /package/dist/components/Notifications/{NotificationItemNFTLink.js → NotificationItemNFTLink/NotificationItemNFTLink.js} +0 -0
  465. /package/dist/components/Notifications/{NotificationItemNFTLink.styled.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts} +0 -0
  466. /package/dist/components/Notifications/{NotificationItemNFTLink.types.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts} +0 -0
  467. /package/dist/components/Notifications/{NotificationItemNFTLink.types.js → NotificationItemNFTLink/NotificationItemNFTLink.types.js} +0 -0
  468. /package/dist/components/Notifications/{NotificationsFeed.d.ts → NotificationsFeed/NotificationsFeed.d.ts} +0 -0
  469. /package/dist/components/Notifications/{NotificationsFeed.i18n.d.ts → NotificationsFeed/NotificationsFeed.i18n.d.ts} +0 -0
  470. /package/dist/components/Notifications/{NotificationsFeed.i18n.js → NotificationsFeed/NotificationsFeed.i18n.js} +0 -0
  471. /package/dist/components/Notifications/{NotificationsFeed.types.js → NotificationsFeed/NotificationsFeed.types.js} +0 -0
  472. /package/dist/components/Notifications/{NotificationsFeedTabs.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.d.ts} +0 -0
  473. /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.i18n.d.ts} +0 -0
  474. /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.js → NotificationsFeedTabs/NotificationsFeedTabs.i18n.js} +0 -0
  475. /package/dist/components/Notifications/{NotificationsFeedTabs.types.js → NotificationsFeedTabs/NotificationsFeedTabs.types.js} +0 -0
  476. /package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeedTabs.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAG/C,MAAM,6BAA6B,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,KAAK,EAAE,OAAO;IACd,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;QAC9B,KAAK,EAAE,MAAM;KACd;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,0BAA0B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,eAAe;IAC/B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;CAC7B,CAAC,CAAC,CAAA;AAEH,MAAM,yBAAyB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,MAAM,EAAE,CAAC;IACT,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;IACtC,UAAU,EAAE,GAAG;CAChB,CAAC,CAAC,CAAA;AAEH,MAAM,2BAA2B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAChD,MAAM,EAAE,MAAM;CACf,CAAC,CAAA;AAIF,MAAM,iCAAiC,GAAG,MAAM,CAAC,KAAK,EAAE;IACtD,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,SAAS;CAChD,CAAC,CAAgC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IAClD,OAAO,EAAE,MAAM;IACf,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,SAAS;IACpB,mBAAmB,EAAE,MAAM;IAC3B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,qBAAqB;IAC7B,GAAG,CAAC,OAAO;QACT,CAAC,CAAC,EAAE;QACJ,CAAC,CAAC;YACE,SAAS,EAAE,OAAO;YAClB,SAAS,EAAE,MAAM;YACjB,mBAAmB,EAAE,SAAS;YAC9B,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;SACf,CAAC;CACP,CAAC,CAAC,CAAA;AAEH,MAAM,+BAA+B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IACpD,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,KAAK,EAAE,MAAM;CACd,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;IACtC,UAAU,EAAE,GAAG;IACf,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IAC7B,YAAY,EAAE,CAAC;IACf,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;CAC5B,CAAC,CAAC,CAAA;AAEH,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,2BAA2B,EAC3B,0BAA0B,EAC1B,iCAAiC,EACjC,+BAA+B,EAC/B,yBAAyB,GAC1B,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
- import { NotificationActiveTab } from "./types";
3
- import type { DCLNotificationProps, NotificationLocale } from "./types";
2
+ import { NotificationActiveTab } from "../Notifications.types";
3
+ import type { DCLNotificationProps, NotificationLocale } from "../Notifications.types";
4
4
  type NotificationsFeedTabsProps = {
5
5
  unreadNotifications: DCLNotificationProps[];
6
6
  previousNotifications: DCLNotificationProps[];
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeedTabs.types.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { NotificationFeedTabs } from "./NotificationsFeedTabs";
2
+ export type { NotificationsFeedTabsProps } from "./NotificationsFeedTabs.types";
@@ -0,0 +1,2 @@
1
+ export { NotificationFeedTabs } from "./NotificationsFeedTabs";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeedTabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA"}
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import React, { useCallback, useMemo, useState } from "react";
3
- import { NotificationsFeed } from "./NotificationsFeed";
4
- import { NotificationBellActiveIcon, NotificationBellIcon } from "../Icon";
3
+ import { NotificationBellActiveIcon, NotificationBellIcon } from "../../Icon";
4
+ import { NotificationsFeed } from "../NotificationsFeed";
5
5
  import { NotificationIconContainer, NotificationIconWrapper, } from "./Notifications.styled";
6
6
  const Notifications = React.memo((props) => {
7
7
  const { isOpen, items, isLoading, locale, isOnboarding, activeTab, renderProfile, onClick, onChangeTab, onBegin, onClose, } = props;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Notifications.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,MAAM,YAAY,CAAA;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,OAAO,EACL,yBAAyB,EACzB,uBAAuB,GACxB,MAAM,wBAAwB,CAAA;AAE/B,MAAM,aAAa,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,KAAyB,EAAE,EAAE;IAC7D,MAAM,EACJ,MAAM,EACN,KAAK,EACL,SAAS,EACT,MAAM,EACN,YAAY,EACZ,SAAS,EACT,aAAa,EACb,OAAO,EACP,WAAW,EACX,OAAO,EACP,OAAO,GACR,GAAG,KAAK,CAAA;IACT,MAAM,qBAAqB,GAAG,OAAO,CAAC,GAAG,EAAE;QACzC,OAAO,KAAK,CAAC,MAAM,CAAC,CAAC,YAAY,EAAE,EAAE,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,MAAM,CAAA;IAClE,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAA;IAEX,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAqB,IAAI,CAAC,CAAA;IAClE,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,KAAsD,EAAE,EAAE;QACzD,OAAO,CAAC,KAAK,CAAC,CAAA;QACd,WAAW,CAAC,KAAK,CAAC,aAAa,CAAC,CAAA;IAClC,CAAC,EACD,EAAE,CACH,CAAA;IAED,MAAM,WAAW,GAAG,WAAW,CAC7B,CAAC,KAAiD,EAAE,EAAE;QACpD,OAAO,CAAC,KAAK,CAAC,CAAA;QACd,WAAW,CAAC,IAAI,CAAC,CAAA;IACnB,CAAC,EACD,EAAE,CACH,CAAA;IAED,OAAO,CACL,8BACE,KAAC,yBAAyB,IACxB,MAAM,EAAE,qBAAqB,GAAG,CAAC,EACjC,OAAO,EAAE,WAAW,EACpB,YAAY,EAAE,qBAAqB,EACnC,KAAK,EAAC,SAAS,EACf,YAAY,EAAE;oBACZ,QAAQ,EAAE,KAAK;oBACf,UAAU,EAAE,OAAO;iBACpB,EACD,SAAS,EAAE,qBAAqB,KAAK,CAAC,YAErC,CAAC,MAAM,CAAC,CAAC,CAAC,CACT,KAAC,uBAAuB,cACtB,KAAC,oBAAoB,IAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,SAAS,GAAG,GACjC,CAC3B,CAAC,CAAC,CAAC,CACF,KAAC,0BAA0B,IAAC,QAAQ,EAAC,OAAO,EAAC,KAAK,EAAC,SAAS,GAAG,CAChE,GACyB,EAC3B,MAAM,IAAI,CACT,KAAC,iBAAiB,IAChB,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,WAAW,EACpB,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,QAAQ,GAClB,CACH,IACA,CACJ,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,13 @@
1
+ declare const NotificationIconContainer: import("@emotion/styled").StyledComponent<import("@mui/material").BadgeOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
2
+ ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
3
+ }, "components" | "color" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "slots" | "slotProps" | "componentsProps" | "invisible" | "anchorOrigin" | "badgeContent" | "max" | "overlap" | "showZero"> & {
4
+ theme?: import("@emotion/react").Theme;
5
+ } & {
6
+ active: boolean;
7
+ }, {}, {}>;
8
+ declare const NotificationIconWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
9
+ ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
10
+ }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
11
+ theme?: import("@emotion/react").Theme;
12
+ }, {}, {}>;
13
+ export { NotificationIconContainer, NotificationIconWrapper };
@@ -0,0 +1,66 @@
1
+ import { keyframes } from "@emotion/react";
2
+ import styled from "@emotion/styled";
3
+ import { Badge, Box } from "@mui/material";
4
+ const shake = keyframes `
5
+ 0% {
6
+ transform: translate(1px, 1px) rotate(0deg);
7
+ }
8
+ 10% {
9
+ transform: translate(-1px, -2px) rotate(-1deg);
10
+ }
11
+ 20% {
12
+ transform: translate(-2px, 0px) rotate(1deg);
13
+ }
14
+ 30% {
15
+ transform: translate(2px, 2px) rotate(0deg);
16
+ }
17
+ 40% {
18
+ transform: translate(1px, -1px) rotate(1deg);
19
+ }
20
+ 50% {
21
+ transform: translate(-1px, 2px) rotate(-1deg);
22
+ }
23
+ 60% {
24
+ transform: translate(-2px, 1px) rotate(0deg);
25
+ }
26
+ 70% {
27
+ transform: translate(2px, 1px) rotate(-1deg);
28
+ }
29
+ 80% {
30
+ transform: translate(-1px, -1px) rotate(1deg);
31
+ }
32
+ 90% {
33
+ transform: translate(1px, 2px) rotate(0deg);
34
+ }
35
+ 100% {
36
+ transform: translate(1px, -2px) rotate(-1deg);
37
+ }`;
38
+ const NotificationIconContainer = styled(Badge, {
39
+ shouldForwardProp: (prop) => prop !== "active",
40
+ })(({ active, theme }) => ({
41
+ ...(active
42
+ ? {
43
+ animation: `${shake} 0.8s`,
44
+ animationIterationCount: 4,
45
+ }
46
+ : {}),
47
+ "&:hover": {
48
+ backgroundColor: "transparent",
49
+ },
50
+ "& .MuiBadge-badge": {
51
+ transform: "scale(0.8) translate(40%, 60%)",
52
+ },
53
+ [theme.breakpoints.down("sm")]: {
54
+ marginLeft: theme.spacing(1),
55
+ },
56
+ }));
57
+ const NotificationIconWrapper = styled(Box)(({ theme }) => ({
58
+ height: "30.625px",
59
+ "&:hover": {
60
+ backgroundColor: theme.palette.action.hover,
61
+ borderRadius: "50%",
62
+ cursor: "pointer",
63
+ },
64
+ }));
65
+ export { NotificationIconContainer, NotificationIconWrapper };
66
+ //# sourceMappingURL=Notifications.styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Notifications.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC1C,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,eAAe,CAAA;AAE1C,MAAM,KAAK,GAAG,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiCnB,CAAA;AAEJ,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,EAAE;IAC9C,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,QAAQ;CAC/C,CAAC,CAAsB,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9C,GAAG,CAAC,MAAM;QACR,CAAC,CAAC;YACE,SAAS,EAAE,GAAG,KAAK,OAAO;YAC1B,uBAAuB,EAAE,CAAC;SAC3B;QACH,CAAC,CAAC,EAAE,CAAC;IACP,SAAS,EAAE;QACT,eAAe,EAAE,aAAa;KAC/B;IACD,mBAAmB,EAAE;QACnB,SAAS,EAAE,gCAAgC;KAC5C;IACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;QAC9B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC7B;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,uBAAuB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,MAAM,EAAE,UAAU;IAClB,SAAS,EAAE;QACT,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;QAC3C,YAAY,EAAE,KAAK;QACnB,MAAM,EAAE,SAAS;KAClB;CACF,CAAC,CAAC,CAAA;AAEH,OAAO,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,CAAA"}
@@ -0,0 +1,17 @@
1
+ import { ModalProps } from "@mui/material";
2
+ import { NotificationActiveTab } from "../Notifications.types";
3
+ import type { DCLNotificationProps, NotificationLocale } from "../Notifications.types";
4
+ type NotificationsProps = {
5
+ isOpen: boolean;
6
+ items: DCLNotificationProps[];
7
+ isLoading: boolean;
8
+ locale: NotificationLocale;
9
+ isOnboarding: boolean;
10
+ activeTab: NotificationActiveTab;
11
+ renderProfile?: (address: string) => JSX.Element | string | null;
12
+ onClick: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
13
+ onChangeTab: (e: React.MouseEvent<HTMLDivElement, MouseEvent>, newActiveTab: NotificationActiveTab) => void;
14
+ onBegin: (e: React.MouseEvent<HTMLButtonElement>) => void;
15
+ onClose: (event: React.MouseEvent<HTMLElement> | MouseEvent, data?: ModalProps) => void;
16
+ };
17
+ export type { NotificationsProps };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=Notifications.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Notifications.types.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.types.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { Notifications } from "./Notifications";
2
+ export type { NotificationsProps } from "./Notifications.types";
@@ -0,0 +1,2 @@
1
+ export { Notifications } from "./Notifications";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
@@ -1,4 +1,4 @@
1
- export { Notifications } from "./Notifications";
2
- export type { NotificationsProps } from "./Notifications.types";
3
- export type { BidAcceptedNotificationProps, BidReceivedNotificationProps, CommonNotificationProps, DCLNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, NotificationLocale, RawDecentralandNotification, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, } from "./types";
4
- export { NotificationActiveTab } from "./types";
1
+ export { Notifications } from "./NotificationsToggle";
2
+ export type { NotificationsProps } from "./NotificationsToggle";
3
+ export type { BidAcceptedNotificationProps, BidReceivedNotificationProps, CommonNotificationProps, DCLNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, NotificationLocale, RawDecentralandNotification, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, } from "./Notifications.types";
4
+ export { NotificationActiveTab } from "./Notifications.types";
@@ -1,3 +1,3 @@
1
- export { Notifications } from "./Notifications";
2
- export { NotificationActiveTab } from "./types";
1
+ export { Notifications } from "./NotificationsToggle";
2
+ export { NotificationActiveTab } from "./Notifications.types";
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Notifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAiC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Notifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAA;AAiCrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { FunctionComponent } from "react";
2
2
  import { NotificationType, Rarity } from "@dcl/schemas";
3
- import { CommonNotificationProps, DCLNotificationProps } from "./types";
3
+ import { CommonNotificationProps, DCLNotificationProps } from "./Notifications.types";
4
4
  declare const MAXIMUM_FRACTION_DIGITS = 2;
5
5
  declare function formatMana(mana: string, maximumFractionDigits?: number): string;
6
6
  declare function getBGColorByRarity(rarity: Rarity): string;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":"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"}
@@ -5,7 +5,7 @@ import { Box } from "@mui/material";
5
5
  import { UserMenuSignedIn } from "./UserMenuSignedIn";
6
6
  import { avatar } from "../../../data/avatar";
7
7
  import { itemSoldNotificationPropsData } from "../../../data/notifications";
8
- import { NotificationActiveTab } from "../../Notifications/types";
8
+ import { NotificationActiveTab } from "../../Notifications/Notifications.types";
9
9
  import { i18n } from "../UserMenu.i18n";
10
10
  const meta = {
11
11
  component: UserMenuSignedIn,
@@ -1 +1 @@
1
- {"version":3,"file":"UserMenuSignedIn.stories.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"UserMenuSignedIn.stories.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import { Avatar } from "@dcl/schemas";
2
2
  import { ManaBalancesProps } from "../../UserMenu/ManaBalances/ManaBalances.types";
3
3
  import { UserMenuI18N } from "../UserMenu.types";
4
- import type { NotificationsProps } from "../../Notifications/Notifications.types";
4
+ import type { NotificationsProps } from "../../Notifications/NotificationsToggle/Notifications.types";
5
5
  type UserMenuSignedInProps = ManaBalancesProps & {
6
6
  avatar?: Avatar;
7
7
  address?: string;
@@ -1,5 +1,5 @@
1
- import { CreditsExpireIn24HrsReminderNotificationProps, CreditsExpireSoonReminderNotificationProps } from "components/Notifications/NotificationTypes/Credits/types";
2
- import { BidAcceptedNotificationProps, BidReceivedNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, CampaignOutOfFundsNotificationProps, CampaignOutOfStockNotificationProps, CreditsClaimReminderNotificationProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GiftNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RewardDelayedNotificationProps, RewardInProgressNotificationProps, RoyalitesEarnedNotificationProps, StreamingKeyExpiredNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingTimeExceededNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps } from "../components/Notifications/types";
1
+ import { CreditsExpireIn24HrsReminderNotificationProps, CreditsExpireSoonReminderNotificationProps } from "components/Notifications/NotificationTypes/Credits/Credits.types";
2
+ import { BidAcceptedNotificationProps, BidReceivedNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, CampaignOutOfFundsNotificationProps, CampaignOutOfStockNotificationProps, CreditsClaimReminderNotificationProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GiftNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RewardDelayedNotificationProps, RewardInProgressNotificationProps, RoyalitesEarnedNotificationProps, StreamingKeyExpiredNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingTimeExceededNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps } from "../components/Notifications/Notifications.types";
3
3
  declare const bidAcceptedNotificationData: BidAcceptedNotificationProps;
4
4
  declare const bidReceivedNotificationPropsData: BidReceivedNotificationProps;
5
5
  declare const campaignGasPriceHigherThanExpectedNotificationData: CampaignGasPriceHigherThanExpectedNotificationProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-ui2",
3
- "version": "1.1.6",
3
+ "version": "1.1.7-20715267278.commit-7a70448",
4
4
  "description": "Decentraland's UI components and styles",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -101,5 +101,5 @@
101
101
  "files": [
102
102
  "dist"
103
103
  ],
104
- "commit": "750a3e0dfb407756ce095727312df8e11df8e651"
104
+ "commit": "7a70448da1c558ecf4532393f536aabeaf9456e9"
105
105
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItem.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItem.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,EACL,yBAAyB,EACzB,uBAAuB,EACvB,8BAA8B,EAC9B,yBAAyB,GAC1B,MAAM,2BAA2B,CAAA;AAElC,MAAM,gBAAgB,GAAG,KAAK,CAAC,IAAI,CACjC,CAAC,KAAqD,EAAE,EAAE;IACxD,MAAM,EACJ,KAAK,EACL,oBAAoB,EACpB,SAAS,EACT,SAAS,EACT,KAAK,EACL,QAAQ,EACR,MAAM,GACP,GAAG,KAAK,CAAA;IACT,MAAM,UAAU,GAAG,MAAM,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,KAAK,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;IAEvE,OAAO,CACL,MAAC,yBAAyB,eACxB,KAAC,8BAA8B,cAC7B,KAAC,qBAAqB,IACpB,KAAK,EAAE,KAAK,EACZ,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,SAAS,GACpB,GAC6B,EACjC,MAAC,uBAAuB,eACrB,QAAQ,EACT,KAAC,yBAAyB,cACvB,mBAAmB,CAAC,SAAS,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC,GAC7B,IACJ,EACzB,KAAK,IAAI,KAAC,mBAAmB,IAAC,SAAS,EAAE,EAAE,GAAI,IACtB,CAC7B,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
@@ -1,63 +0,0 @@
1
- import styled from "@emotion/styled";
2
- import { Link, Typography } from "@mui/material";
3
- const NotificationItemContainer = styled("div")({
4
- display: "flex",
5
- flexDirection: "row",
6
- alignItems: "center",
7
- padding: "8px 16px",
8
- justifyContent: "space-between",
9
- gap: "16px",
10
- "&:last-of-type": {
11
- padding: "8px 16px 16px",
12
- },
13
- });
14
- const NotificationItemImageContainer = styled("div")({
15
- marginLeft: "16px",
16
- fontSize: "48px",
17
- });
18
- const NotificationItemContent = styled("div")({
19
- display: "flex",
20
- flexDirection: "column",
21
- flexGrow: 1,
22
- });
23
- const NotificationItemTimestamp = styled(Typography)({
24
- fontWeight: 600,
25
- fontSize: "12px",
26
- });
27
- const NotificationItemTitle = styled(Typography)({
28
- fontWeight: 600,
29
- fontSize: "14px",
30
- marginBottom: 0,
31
- });
32
- const NotificationItemDescription = styled(Link)({
33
- display: "inline",
34
- color: "#a09ba8",
35
- margin: "4px 0",
36
- gap: "5px",
37
- flexWrap: "wrap",
38
- alignItems: "center",
39
- fontSize: "14px",
40
- });
41
- const NotificationItemCountdown = styled("div")({
42
- padding: "0 10px",
43
- backgroundColor: "#37333d",
44
- width: "fit-content",
45
- color: "#fff",
46
- borderRadius: "20px",
47
- display: "inline-flex",
48
- alignItems: "center",
49
- justifyContent: "center",
50
- marginTop: "-2px",
51
- transform: "translateY(2px)",
52
- "& svg": {
53
- marginRight: "5px",
54
- },
55
- });
56
- const SpanHighlighted = styled("span")((props) => {
57
- const { theme } = props;
58
- return {
59
- color: theme.palette.primary.main,
60
- };
61
- });
62
- export { NotificationItemContainer, NotificationItemImageContainer, NotificationItemContent, NotificationItemTimestamp, NotificationItemTitle, NotificationItemDescription, NotificationItemCountdown, SpanHighlighted, };
63
- //# sourceMappingURL=NotificationItem.styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItem.styled.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItem.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAEhD,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAC9C,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,KAAK;IACpB,UAAU,EAAE,QAAQ;IACpB,OAAO,EAAE,UAAU;IACnB,cAAc,EAAE,eAAe;IAC/B,GAAG,EAAE,MAAM;IACX,gBAAgB,EAAE;QAChB,OAAO,EAAE,eAAe;KACzB;CACF,CAAC,CAAA;AAEF,MAAM,8BAA8B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IACnD,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,MAAM;CACjB,CAAC,CAAA;AAEF,MAAM,uBAAuB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAC5C,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,QAAQ,EAAE,CAAC;CACZ,CAAC,CAAA;AAEF,MAAM,yBAAyB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;IACnD,UAAU,EAAE,GAAG;IACf,QAAQ,EAAE,MAAM;CACjB,CAAC,CAAA;AAEF,MAAM,qBAAqB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;IAC/C,UAAU,EAAE,GAAG;IACf,QAAQ,EAAE,MAAM;IAChB,YAAY,EAAE,CAAC;CAChB,CAAC,CAAA;AAEF,MAAM,2BAA2B,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;IAC/C,OAAO,EAAE,QAAQ;IACjB,KAAK,EAAE,SAAS;IAChB,MAAM,EAAE,OAAO;IACf,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,MAAM;CACjB,CAAC,CAAA;AAEF,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAC9C,OAAO,EAAE,QAAQ;IACjB,eAAe,EAAE,SAAS;IAC1B,KAAK,EAAE,aAAa;IACpB,KAAK,EAAE,MAAM;IACb,YAAY,EAAE,MAAM;IACpB,OAAO,EAAE,aAAa;IACtB,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,iBAAiB;IAC5B,OAAO,EAAE;QACP,WAAW,EAAE,KAAK;KACnB;CACF,CAAC,CAAA;AAEF,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,EAAE,EAAE;IAC/C,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,CAAA;IACvB,OAAO;QACL,KAAK,EAAE,KAAM,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;KACnC,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EACL,yBAAyB,EACzB,8BAA8B,EAC9B,uBAAuB,EACvB,yBAAyB,EACzB,qBAAqB,EACrB,2BAA2B,EAC3B,yBAAyB,EACzB,eAAe,GAChB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItem.types.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItem.types.tsx"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItemImage.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItemImage.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAEtE,MAAM,qBAAqB,GAAG,KAAK,CAAC,IAAI,CACtC,CAAC,KAAiC,EAAE,EAAE;IACpC,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,oBAAoB,EAAE,GAAG,KAAK,CAAA;IACxD,MAAM,OAAO,GAAG,OAAO,KAAK,KAAK,QAAQ,CAAA;IACzC,OAAO,CACL,KAAC,KAAK,IACJ,OAAO,EAAC,UAAU,EAClB,YAAY,EAAE;YACZ,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,MAAM;SACnB,EACD,YAAY,EAAE,SAAS,EACvB,OAAO,EAAE,OAAO,YAEf,OAAO,CAAC,CAAC,CAAC,CACT,KAAC,cAAc,IAAC,eAAe,EAAE,oBAAoB,YACnD,cAAK,GAAG,EAAE,KAAK,EAAE,GAAG,EAAC,oBAAoB,GAAG,GAC7B,CAClB,CAAC,CAAC,CAAC,CACF,KAAK,CACN,GACK,CACT,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -1,29 +0,0 @@
1
- import styled from "@emotion/styled";
2
- import { Badge as BadgeMui } from "@mui/material";
3
- const Badge = styled(BadgeMui)(({ isImage }) => ({
4
- height: "48px",
5
- width: "48px",
6
- "& svg.MuiSvgIcon-root": {
7
- fontSize: isImage ? "24px" : "inherit",
8
- },
9
- }));
10
- const ImageContainer = styled("div", {
11
- shouldForwardProp: (prop) => prop !== "backgroundColor",
12
- })((props) => {
13
- const { backgroundColor } = props;
14
- return {
15
- borderRadius: "100%",
16
- height: "48px",
17
- width: "48px",
18
- display: "flex",
19
- alignItems: "center",
20
- justifyContent: "center",
21
- backgroundColor: "rgba(103, 99, 112, 0.4)",
22
- backgroundImage: backgroundColor && `radial-gradient(${backgroundColor})`,
23
- "& img": {
24
- width: "80%",
25
- },
26
- };
27
- });
28
- export { Badge, ImageContainer };
29
- //# sourceMappingURL=NotificationItemImage.styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItemImage.styled.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItemImage.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,KAAK,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAA;AAEjD,MAAM,KAAK,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAuB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,MAAM;IACb,uBAAuB,EAAE;QACvB,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS;KACvC;CACF,CAAC,CAAC,CAAA;AAMH,MAAM,cAAc,GAAG,MAAM,CAAC,KAAK,EAAE;IACnC,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,iBAAiB;CACxD,CAAC,CAAsB,CAAC,KAAK,EAAE,EAAE;IAChC,MAAM,EAAE,eAAe,EAAE,GAAG,KAAK,CAAA;IACjC,OAAO;QACL,YAAY,EAAE,MAAM;QACpB,MAAM,EAAE,MAAM;QACd,KAAK,EAAE,MAAM;QACb,OAAO,EAAE,MAAM;QACf,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;QACxB,eAAe,EAAE,yBAAyB;QAC1C,eAAe,EAAE,eAAe,IAAI,mBAAmB,eAAe,GAAG;QACzE,OAAO,EAAE;YACP,KAAK,EAAE,KAAK;SACb;KACF,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItemImage.types.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItemImage.types.tsx"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItemNFTLink.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItemNFTLink.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAA;AAEvD,MAAM,uBAAuB,GAAG,KAAK,CAAC,IAAI,CACxC,CAAC,KAAmC,EAAE,EAAE;IACtC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IACpC,OAAO,CACL,KAAC,IAAI,IAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,YAC7B,IAAI,GACA,CACR,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAA"}
@@ -1,11 +0,0 @@
1
- import { Rarity } from "@dcl/schemas";
2
- import styled from "@emotion/styled";
3
- import { Link as LinkMui } from "@mui/material";
4
- const Link = styled(LinkMui)((props) => {
5
- return {
6
- color: `${Rarity.getColor(props.rarity)}`,
7
- textDecorationColor: "transparent",
8
- };
9
- });
10
- export { Link };
11
- //# sourceMappingURL=NotificationItemNFTLink.styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItemNFTLink.styled.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItemNFTLink.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AACrC,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAE/C,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,KAAyB,EAAE,EAAE;IACzD,OAAO;QACL,KAAK,EAAE,GAAG,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE;QACzC,mBAAmB,EAAE,aAAa;KACnC,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationItemNFTLink.types.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItemNFTLink.types.tsx"],"names":[],"mappings":""}
@@ -1,15 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: string;
4
- title: string;
5
- };
6
- es: {
7
- description: string;
8
- title: string;
9
- };
10
- zh: {
11
- description: string;
12
- title: string;
13
- };
14
- };
15
- export { i18n };
@@ -1,16 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: "You've earned Credits, but haven't claimed them yet! Complete the CAPTCHA in the Weekly Rewards panel to claim your Credits before the week resets (23:59 UTC Sunday).",
4
- title: "Claim Your Credits",
5
- },
6
- es: {
7
- description: "¡Has ganado Créditos pero aún no los has reclamado! Completa el CAPTCHA en el panel de Recompensas Semanales para reclamar tus Créditos antes de que se reinicie la semana (Domingo 23:59 UTC).",
8
- title: "Reclama Tus Créditos",
9
- },
10
- zh: {
11
- description: "你已经赚取了积分,但还没有领取!在每周奖励面板中完成CAPTCHA,以在星期日23:59 UTC之前领取你的积分。",
12
- title: "领取你的积分",
13
- },
14
- };
15
- export { i18n };
16
- //# sourceMappingURL=CreditsClaimReminderNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreditsClaimReminderNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EACT,wKAAwK;QAC1K,KAAK,EAAE,oBAAoB;KAC5B;IACD,EAAE,EAAE;QACF,WAAW,EACT,iMAAiM;QACnM,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EACT,2DAA2D;QAC7D,KAAK,EAAE,QAAQ;KAChB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,15 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: string;
4
- title: string;
5
- };
6
- es: {
7
- description: string;
8
- title: string;
9
- };
10
- zh: {
11
- description: string;
12
- title: string;
13
- };
14
- };
15
- export { i18n };
@@ -1,16 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: "Don't miss out on your Credits! Complete your weekly goals before the week resets (23:59 UTC Sunday).",
4
- title: "Complete Your Weekly Goals",
5
- },
6
- es: {
7
- description: "¡No te pierdas tus Créditos! Completa tus objetivos semanales antes de que se reinicie la semana (Domingo 23:59 UTC).",
8
- title: "Completa Tus Objetivos Semanales",
9
- },
10
- zh: {
11
- description: "不要错过你的积分!在星期日23:59 UTC之前完成你的每周目标。",
12
- title: "完成你的每周目标",
13
- },
14
- };
15
- export { i18n };
16
- //# sourceMappingURL=CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreditsCompleteYourWeeklyGoalsNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EACT,uGAAuG;QACzG,KAAK,EAAE,4BAA4B;KACpC;IACD,EAAE,EAAE;QACF,WAAW,EACT,uHAAuH;QACzH,KAAK,EAAE,kCAAkC;KAC1C;IACD,EAAE,EAAE;QACF,WAAW,EAAE,mCAAmC;QAChD,KAAK,EAAE,UAAU;KAClB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,15 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: string;
4
- title: string;
5
- };
6
- es: {
7
- description: string;
8
- title: string;
9
- };
10
- zh: {
11
- description: string;
12
- title: string;
13
- };
14
- };
15
- export { i18n };
@@ -1,16 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: "Marketplace Credits are waiting! Jump in to complete your weekly goals before the week resets (23:59 UTC Sunday).",
4
- title: "Jump In, Earn Credits",
5
- },
6
- es: {
7
- description: "Marketplace Creditos esperan! Salta a completar tus objetivos semanales antes de que se reinicie la semana (Domingo 23:59 UTC).",
8
- title: "Salta, Gana Creditos",
9
- },
10
- zh: {
11
- description: "商城积分等你来拿!赶快在本周重置(UTC 时间周日 23:59)之前完成你的每周目标吧。",
12
- title: "加入,赢取积分",
13
- },
14
- };
15
- export { i18n }; // TODO: review chinese migration
16
- //# sourceMappingURL=CreditsDoNotMissOutNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreditsDoNotMissOutNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EACT,mHAAmH;QACrH,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EACT,iIAAiI;QACnI,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EACT,8CAA8C;QAChD,KAAK,EAAE,SAAS;KACjB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA,CAAC,iCAAiC"}
@@ -1,15 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: string;
4
- title: string;
5
- };
6
- es: {
7
- description: string;
8
- title: string;
9
- };
10
- zh: {
11
- description: string;
12
- title: string;
13
- };
14
- };
15
- export { i18n };
@@ -1,16 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: "Spend your Credits before they expire tonight, {date}.",
4
- title: "Only 24hrs Left",
5
- },
6
- es: {
7
- description: "Gasta tus Créditos antes de que expiren esta noche, {date}.",
8
- title: "Solo quedan 24 horas",
9
- },
10
- zh: {
11
- description: "在今晚{date}过期前使用你的积分。",
12
- title: "仅剩24小时",
13
- },
14
- };
15
- export { i18n };
16
- //# sourceMappingURL=CreditsExpireIn24HrsReminderNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreditsExpireIn24HrsReminderNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE,wDAAwD;QACrE,KAAK,EAAE,iBAAiB;KACzB;IACD,EAAE,EAAE;QACF,WAAW,EAAE,6DAA6D;QAC1E,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EAAE,qBAAqB;QAClC,KAAK,EAAE,QAAQ;KAChB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}