decentraland-ui2 1.1.6-20618213460.commit-750a3e0 → 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
@@ -1,4 +1,4 @@
1
- import { NotificationsProps } from "./Notifications.types";
1
+ import { NotificationsProps } from "./NotificationsToggle/Notifications.types";
2
2
  import type { Meta, StoryObj } from "@storybook/react";
3
3
  declare const meta: Meta;
4
4
  type Story = StoryObj<NotificationsProps>;
@@ -1,10 +1,10 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { useState } from "react";
3
3
  import { Box } from "@mui/material";
4
- import { Notifications } from "./Notifications";
5
- import { NotificationActiveTab } from "./types";
4
+ import { Notifications } from "./NotificationsToggle";
6
5
  import { allTypeOfNotifications, bidAcceptedNotificationData, bidReceivedNotificationPropsData, campaignGasPriceHigherThanExpectedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, creditsClaimReminderNotificationData, creditsCompleteYourWeeklyGoalsNotificationData, creditsDoNotMissOutNotificationData, creditsExpireIn24HrsReminderNotificationData, creditsExpireSoonReminderNotificationData, eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, giftNotificationData, 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, } from "../../data/notifications";
7
6
  import { shorten } from "../AddressField/utils";
7
+ import { NotificationActiveTab } from "./Notifications.types";
8
8
  const meta = {
9
9
  component: Notifications,
10
10
  title: "Decentraland UI/Notifications Toggle",
@@ -1 +1 @@
1
- {"version":3,"file":"Notifications.stories.js","sourceRoot":"","sources":["../../../src/components/Notifications/Notifications.stories.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Notifications.stories.js","sourceRoot":"","sources":["../../../src/components/Notifications/Notifications.stories.tsx"],"names":[],"mappings":"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"}
@@ -1,13 +1 @@
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 };
1
+ export { NotificationIconContainer, NotificationIconWrapper, } from "./NotificationsToggle/Notifications.styled";
@@ -1,71 +1,2 @@
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)((props) => {
39
- const { active, theme } = props;
40
- let otherStyles = {};
41
- if (active) {
42
- otherStyles = {
43
- animation: `${shake} 0.8s`,
44
- animationIterationCount: 4,
45
- };
46
- }
47
- return {
48
- ...otherStyles,
49
- "&:hover": {
50
- backgroundColor: "transparent",
51
- },
52
- "& .MuiBadge-badge": {
53
- transform: "scale(0.8) translate(40%, 60%)",
54
- },
55
- [theme.breakpoints.down("sm")]: {
56
- marginLeft: "8px",
57
- },
58
- };
59
- });
60
- const NotificationIconWrapper = styled(Box)(({ theme }) => {
61
- return {
62
- height: "30.625px",
63
- "&:hover": {
64
- backgroundColor: theme.palette.action.hover,
65
- borderRadius: "50%",
66
- cursor: "pointer",
67
- },
68
- };
69
- });
70
- export { NotificationIconContainer, NotificationIconWrapper };
1
+ export { NotificationIconContainer, NotificationIconWrapper, } from "./NotificationsToggle/Notifications.styled";
71
2
  //# sourceMappingURL=Notifications.styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Notifications.styled.js","sourceRoot":"","sources":["../../../src/components/Notifications/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,CAAC,CAAsB,CACnE,KAAK,EACL,EAAE;IACF,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,CAAA;IAC/B,IAAI,WAAW,GAAG,EAAE,CAAA;IACpB,IAAI,MAAM,EAAE,CAAC;QACX,WAAW,GAAG;YACZ,SAAS,EAAE,GAAG,KAAK,OAAO;YAC1B,uBAAuB,EAAE,CAAC;SAC3B,CAAA;IACH,CAAC;IACD,OAAO;QACL,GAAG,WAAW;QACd,SAAS,EAAE;YACT,eAAe,EAAE,aAAa;SAC/B;QACD,mBAAmB,EAAE;YACnB,SAAS,EAAE,gCAAgC;SAC5C;QACD,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE;YAC9B,UAAU,EAAE,KAAK;SAClB;KACF,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,MAAM,uBAAuB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE;IACxD,OAAO;QACL,MAAM,EAAE,UAAU;QAClB,SAAS,EAAE;YACT,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;YAC3C,YAAY,EAAE,KAAK;YACnB,MAAM,EAAE,SAAS;SAClB;KACF,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,yBAAyB,EAAE,uBAAuB,EAAE,CAAA"}
1
+ {"version":3,"file":"Notifications.styled.js","sourceRoot":"","sources":["../../../src/components/Notifications/Notifications.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,uBAAuB,GACxB,MAAM,4CAA4C,CAAA"}
@@ -1,17 +1,170 @@
1
- import { ModalProps } from "@mui/material";
2
- import { NotificationActiveTab } from "../Notifications";
3
- import type { DCLNotificationProps, NotificationLocale } from "./types";
4
- type NotificationsProps = {
5
- isOpen: boolean;
6
- items: DCLNotificationProps[];
7
- isLoading: boolean;
1
+ import { NFTCategory, NotificationType, Rarity } from "@dcl/schemas";
2
+ import { CreditsClaimReminderNotificationProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, CreditsExpireIn24HrsReminderNotificationProps, CreditsExpireSoonReminderNotificationProps, CreditsNotificationsProps } from "./NotificationTypes/Credits/Credits.types";
3
+ declare enum NotificationActiveTab {
4
+ NEWEST = "newest",
5
+ READ = "read"
6
+ }
7
+ type NotificationLocale = "en" | "es" | "zh";
8
+ type RawDecentralandNotification<T extends NotificationType, M> = {
9
+ id: string;
10
+ type: T;
11
+ address: string;
12
+ timestamp: number;
13
+ read: boolean;
14
+ created_at: string;
15
+ updated_at: string;
16
+ metadata: M;
17
+ };
18
+ type CommonNFTNotificationMetadataProps = {
19
+ link: string;
20
+ image: string;
21
+ rarity: Rarity;
22
+ nftName: string;
23
+ network: "ethereum" | "polygon";
24
+ category: NFTCategory;
25
+ };
26
+ type ItemSoldMetadataProps = CommonNFTNotificationMetadataProps & {
27
+ seller: string;
28
+ };
29
+ type RoyalitesEarnedMetadataProps = CommonNFTNotificationMetadataProps & {
30
+ royaltiesCollector: string;
31
+ royaltiesCut: string;
32
+ };
33
+ type BidAcceptedMetadataProps = CommonNFTNotificationMetadataProps & {
34
+ price: string;
35
+ };
36
+ type BidReceivedMetadataProps = CommonNFTNotificationMetadataProps & {
37
+ price: string;
38
+ };
39
+ type ItemSoldNotificationProps = RawDecentralandNotification<NotificationType.ITEM_SOLD, ItemSoldMetadataProps>;
40
+ type RoyalitesEarnedNotificationProps = RawDecentralandNotification<NotificationType.ROYALTIES_EARNED, RoyalitesEarnedMetadataProps>;
41
+ type BidAcceptedNotificationProps = RawDecentralandNotification<NotificationType.BID_ACCEPTED, BidAcceptedMetadataProps>;
42
+ type BidReceivedNotificationProps = RawDecentralandNotification<NotificationType.BID_RECEIVED, BidReceivedMetadataProps>;
43
+ type MarketplaceNotificationsProps = ItemSoldNotificationProps | RoyalitesEarnedNotificationProps | BidAcceptedNotificationProps | BidReceivedNotificationProps;
44
+ type RewardsNotificationProps = RewardAssignedNotificationProps | RewardInProgressNotificationProps | RewardDelayedNotificationProps | CampaignOutOfFundsNotificationProps | CampaignOutOfStockNotificationProps | CampaignGasPriceHigherThanExpectedNotificationProps;
45
+ type CommonGovernanceNotificationMetadataProps = {
46
+ proposalId: string;
47
+ proposalTitle: string;
48
+ title: string;
49
+ description: string;
50
+ link: string;
51
+ };
52
+ type GovernanceAnnouncementNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_ANNOUNCEMENT, Omit<CommonGovernanceNotificationMetadataProps, "proposalId" | "proposalTitle">>;
53
+ type GovernanceProposalEnactedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_PROPOSAL_ENACTED, CommonGovernanceNotificationMetadataProps>;
54
+ type GovernanceCoauthorRequestedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_COAUTHOR_REQUESTED, CommonGovernanceNotificationMetadataProps>;
55
+ type GovernanceAuthoredProposalFinishedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_AUTHORED_PROPOSAL_FINISHED, CommonGovernanceNotificationMetadataProps>;
56
+ type GovernanceVotingEndedVoterNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_VOTING_ENDED_VOTER, CommonGovernanceNotificationMetadataProps>;
57
+ type GovernanceNewCommentOnProposalNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROPOSAL, CommonGovernanceNotificationMetadataProps>;
58
+ type GovernanceNewCommentOnProjectUpdateNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROJECT_UPDATE, CommonGovernanceNotificationMetadataProps>;
59
+ type GovernancePitchPassedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_PITCH_PASSED, CommonGovernanceNotificationMetadataProps>;
60
+ type GovernanceTenderPassedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_TENDER_PASSED, CommonGovernanceNotificationMetadataProps>;
61
+ type GovernanceVotedOnBehalfNotification = RawDecentralandNotification<NotificationType.GOVERNANCE_VOTED_ON_BEHALF, CommonGovernanceNotificationMetadataProps>;
62
+ type GovernanceWhaleVoteNotification = RawDecentralandNotification<NotificationType.GOVERNANCE_WHALE_VOTE, CommonGovernanceNotificationMetadataProps>;
63
+ type GovernanceCliffEndedNotification = RawDecentralandNotification<NotificationType.GOVERNANCE_CLIFF_ENDED, CommonGovernanceNotificationMetadataProps>;
64
+ type GovernanceNotificationsProps = GovernanceAnnouncementNotificationProps | GovernanceProposalEnactedNotificationProps | GovernanceCoauthorRequestedNotificationProps | GovernanceAuthoredProposalFinishedNotificationProps | GovernanceVotingEndedVoterNotificationProps | GovernanceNewCommentOnProposalNotificationProps | GovernanceNewCommentOnProjectUpdateNotificationProps | GovernancePitchPassedNotificationProps | GovernanceTenderPassedNotificationProps | GovernanceVotedOnBehalfNotification | GovernanceWhaleVoteNotification | GovernanceCliffEndedNotification;
65
+ type CommonWorldsNotificationMetadataProps = {
66
+ title: string;
67
+ description: string;
68
+ url: string;
69
+ };
70
+ type WorldsNotificationMetadataWithWhenProps = CommonWorldsNotificationMetadataProps & {
71
+ when: number;
72
+ };
73
+ type WorldsMissingResourcesNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_MISSING_RESOURCES, WorldsNotificationMetadataWithWhenProps>;
74
+ type WorldsAccessRestrictedNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_ACCESS_RESTRICTED, WorldsNotificationMetadataWithWhenProps>;
75
+ type WorldsAccessRestoredNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_ACCESS_RESTORED, CommonWorldsNotificationMetadataProps>;
76
+ type WorldPermissionMetadataProps = {
77
+ title: string;
78
+ description: string;
79
+ world: string;
80
+ permissions: string[];
81
+ };
82
+ type WorldsPermissionGrantedNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_PERMISSION_GRANTED, WorldPermissionMetadataProps>;
83
+ type WorldsPermissionRevokedNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_PERMISSION_REVOKED, WorldPermissionMetadataProps>;
84
+ type WorldsNotificationsProps = WorldsMissingResourcesNotificationProps | WorldsAccessRestrictedNotificationProps | WorldsAccessRestoredNotificationProps | WorldsPermissionGrantedNotificationProps | WorldsPermissionRevokedNotificationProps;
85
+ type LandNotificationMetadataProps = {
86
+ description: string;
87
+ link: string;
88
+ title: string;
89
+ contract: string;
90
+ lessor: string;
91
+ tenant: string;
92
+ operator: string;
93
+ startedAt: string;
94
+ endedAt: string;
95
+ tokenId: string;
96
+ land: string;
97
+ };
98
+ type LandRentedNotificationProps = RawDecentralandNotification<NotificationType.LAND_RENTED, LandNotificationMetadataProps>;
99
+ type LandRentalEndedNotificationProps = RawDecentralandNotification<NotificationType.LAND_RENTAL_ENDED, LandNotificationMetadataProps>;
100
+ type LandNotificationsProps = LandRentedNotificationProps | LandRentalEndedNotificationProps;
101
+ type TransferNotificationMetadataProps = {
102
+ senderAddress: string;
103
+ };
104
+ type GiftNotificationProps = RawDecentralandNotification<NotificationType.TRANSFER_RECEIVED, TransferNotificationMetadataProps>;
105
+ type TransferNotificationsProps = GiftNotificationProps;
106
+ type CommonRewardsMetadata = {
107
+ tokenName: string;
108
+ tokenImage: string;
109
+ tokenRarity: Rarity;
110
+ };
111
+ type CommonCampaignMetadata = {
112
+ link?: string;
113
+ campaignName: string;
114
+ };
115
+ type RewardAssignedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_ASSIGNED, CommonRewardsMetadata>;
116
+ type RewardInProgressNotificationProps = RawDecentralandNotification<NotificationType.REWARD_IN_PROGRESS, CommonRewardsMetadata>;
117
+ type RewardDelayedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_DELAYED, CommonRewardsMetadata>;
118
+ type CampaignOutOfStockNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK, CommonCampaignMetadata>;
119
+ type CampaignOutOfFundsNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS, CommonCampaignMetadata>;
120
+ type CampaignGasPriceHigherThanExpectedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED, CommonCampaignMetadata>;
121
+ type CommonEventsMetadataProps = {
122
+ image: string;
123
+ link: string;
124
+ name: string;
125
+ };
126
+ type EventsStartsSoonNotificationProps = RawDecentralandNotification<NotificationType.EVENTS_STARTS_SOON, CommonEventsMetadataProps & {
127
+ startsAt: string;
128
+ endsAt: string;
129
+ }>;
130
+ type EventsStartedNotificationProps = RawDecentralandNotification<NotificationType.EVENTS_STARTED, CommonEventsMetadataProps>;
131
+ type EventsNotificationsProps = EventsStartsSoonNotificationProps | EventsStartedNotificationProps;
132
+ type CommonStreamingNotificationMetadataProps = {
133
+ title: string;
134
+ description: string;
135
+ position: string;
136
+ worldName: string | null;
137
+ isWorld: boolean;
138
+ url: string;
139
+ address: string;
140
+ };
141
+ type StreamingKeyResetNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_RESET, CommonStreamingNotificationMetadataProps>;
142
+ type StreamingKeyRevokeNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_REVOKE, CommonStreamingNotificationMetadataProps>;
143
+ type StreamingKeyExpiredNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_EXPIRED, CommonStreamingNotificationMetadataProps>;
144
+ type StreamingTimeExceededNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_TIME_EXCEEDED, CommonStreamingNotificationMetadataProps>;
145
+ type StreamingPlaceUpdatedNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_PLACE_UPDATED, CommonStreamingNotificationMetadataProps>;
146
+ type StreamingNotificationsProps = StreamingKeyResetNotificationProps | StreamingKeyRevokeNotificationProps | StreamingKeyExpiredNotificationProps | StreamingTimeExceededNotificationProps | StreamingPlaceUpdatedNotificationProps;
147
+ type ReferralNotificationMetadataProps = {
148
+ title: string;
149
+ description: string;
150
+ address: string;
151
+ tier: number;
152
+ url: string;
153
+ image: string;
154
+ invitedUserAddress: string;
155
+ invitedUsers: number;
156
+ };
157
+ type NewTierReachedNotificationMetadata = ReferralNotificationMetadataProps & {
158
+ rarity: Rarity;
159
+ };
160
+ type ReferralNewTierReachedNotificationProps = RawDecentralandNotification<NotificationType.REFERRAL_NEW_TIER_REACHED, NewTierReachedNotificationMetadata>;
161
+ type ReferralInvitedUsersAcceptedNotificationProps = RawDecentralandNotification<NotificationType.REFERRAL_INVITED_USERS_ACCEPTED, ReferralNotificationMetadataProps>;
162
+ type ReferralNotificationsProps = ReferralNewTierReachedNotificationProps | ReferralInvitedUsersAcceptedNotificationProps;
163
+ type DCLNotificationProps = MarketplaceNotificationsProps | GovernanceNotificationsProps | WorldsNotificationsProps | LandNotificationsProps | TransferNotificationsProps | RewardsNotificationProps | EventsNotificationsProps | StreamingNotificationsProps | CreditsNotificationsProps | ReferralNotificationsProps;
164
+ type CommonNotificationProps<N> = {
165
+ notification: N;
8
166
  locale: NotificationLocale;
9
- isOnboarding: boolean;
10
- activeTab: NotificationActiveTab;
11
167
  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
168
  };
17
- export type { NotificationsProps };
169
+ export { NotificationActiveTab };
170
+ export type { NotificationLocale, RawDecentralandNotification, ItemSoldNotificationProps, RoyalitesEarnedNotificationProps, BidAcceptedNotificationProps, BidReceivedNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceVotingEndedVoterNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernancePitchPassedNotificationProps, GovernanceTenderPassedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, LandRentedNotificationProps, LandRentalEndedNotificationProps, GiftNotificationProps, TransferNotificationsProps, RewardAssignedNotificationProps, RewardInProgressNotificationProps, RewardDelayedNotificationProps, CampaignOutOfStockNotificationProps, CampaignOutOfFundsNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, EventsStartsSoonNotificationProps, EventsStartedNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingKeyExpiredNotificationProps, StreamingTimeExceededNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingNotificationsProps, DCLNotificationProps, CommonNotificationProps, CreditsNotificationsProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, CreditsClaimReminderNotificationProps, CreditsExpireSoonReminderNotificationProps, CreditsExpireIn24HrsReminderNotificationProps, ReferralNewTierReachedNotificationProps, ReferralInvitedUsersAcceptedNotificationProps, };
@@ -1,2 +1,7 @@
1
- export {};
1
+ var NotificationActiveTab;
2
+ (function (NotificationActiveTab) {
3
+ NotificationActiveTab["NEWEST"] = "newest";
4
+ NotificationActiveTab["READ"] = "read";
5
+ })(NotificationActiveTab || (NotificationActiveTab = {}));
6
+ export { NotificationActiveTab };
2
7
  //# sourceMappingURL=Notifications.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Notifications.types.js","sourceRoot":"","sources":["../../../src/components/Notifications/Notifications.types.tsx"],"names":[],"mappings":""}
1
+ {"version":3,"file":"Notifications.types.js","sourceRoot":"","sources":["../../../src/components/Notifications/Notifications.types.ts"],"names":[],"mappings":"AAUA,IAAK,qBAGJ;AAHD,WAAK,qBAAqB;IACxB,0CAAiB,CAAA;IACjB,sCAAa,CAAA;AACf,CAAC,EAHI,qBAAqB,KAArB,qBAAqB,QAGzB;AAgaD,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeed.i18n.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,UAAU,EAAE;YACV,KAAK,EAAE,uCAAuC;YAC9C,WAAW,EACT,gHAAgH;YAClH,MAAM,EAAE,aAAa;SACtB;KACF;IACD,EAAE,EAAE;QACF,UAAU,EAAE;YACV,KAAK,EAAE,oCAAoC;YAC3C,WAAW,EACT,kHAAkH;YACpH,MAAM,EAAE,WAAW;SACpB;KACF;IACD,EAAE,EAAE;QACF,UAAU,EAAE;YACV,KAAK,EAAE,sBAAsB;YAC7B,WAAW,EACT,mCAAmC;YACrC,MAAM,EAAE,OAAO;SAChB;KACF;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -4,9 +4,9 @@ import CircleNotificationsRoundedIcon from "@mui/icons-material/CircleNotificati
4
4
  import { differenceInHours } from "date-fns";
5
5
  import { Button, CircularProgress } from "@mui/material";
6
6
  import { i18n } from "./NotificationsFeed.i18n";
7
- import { NotificationFeedTabs } from "./NotificationsFeedTabs";
8
- import { i18n as i18nTabs } from "./NotificationsFeedTabs.i18n";
9
- import { Mobile, NotMobile } from "../Media";
7
+ import { Mobile, NotMobile } from "../../Media";
8
+ import { NotificationFeedTabs } from "../NotificationsFeedTabs";
9
+ import { i18n as i18nTabs } from "../NotificationsFeedTabs/NotificationsFeedTabs.i18n";
10
10
  import { EmptyViewDescription, EmptyViewTitle, FeedContainer, LoadingContainer, NotificationFeedContainer, NotificationFeedModal, NotificationFeedModalContainer, OnboardingWrapper, } from "./NotificationsFeed.styled";
11
11
  const Onboarding = ({ locale, onBegin, }) => (_jsx(FeedContainer, { children: _jsxs(OnboardingWrapper, { children: [_jsx(CircleNotificationsRoundedIcon, { sx: { fontSize: 120 } }), _jsx(EmptyViewTitle, { color: "text.primary", children: i18n[locale].onboarding.title }), _jsx(EmptyViewDescription, { children: i18n[locale].onboarding.description }), _jsx(Button, { variant: "outlined", size: "small", color: "inherit", onClick: onBegin, children: i18n[locale].onboarding.button })] }) }));
12
12
  const NotificationsFeed = React.memo((props) => {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeed.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeed/NotificationsFeed.tsx"],"names":[],"mappings":"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"}
@@ -25,7 +25,7 @@ declare const LoadingContainer: import("@emotion/styled").StyledComponent<{
25
25
  theme?: import("@emotion/react").Theme;
26
26
  as?: import("react").ElementType;
27
27
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
- declare const NotificationFeedModal: import("@emotion/styled").StyledComponent<import("../Modal").ModalProps & {
28
+ declare const NotificationFeedModal: import("@emotion/styled").StyledComponent<import("../../Modal").ModalProps & {
29
29
  theme?: import("@emotion/react").Theme;
30
30
  }, {}, {}>;
31
31
  declare const NotificationFeedModalContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
@@ -36,4 +36,4 @@ declare const NotificationFeedModalContainer: import("@emotion/styled").StyledCo
36
36
  declare const NotificationFeedContainer: import("@emotion/styled").StyledComponent<import("@mui/material").MenuProps & {
37
37
  theme?: import("@emotion/react").Theme;
38
38
  }, {}, {}>;
39
- export { FeedContainer, EmptyViewContainer, EmptyViewTitle, EmptyViewDescription, OnboardingWrapper, LoadingContainer, NotificationFeedModal, NotificationFeedModalContainer, NotificationFeedContainer, };
39
+ export { EmptyViewContainer, EmptyViewDescription, EmptyViewTitle, FeedContainer, LoadingContainer, NotificationFeedContainer, NotificationFeedModal, NotificationFeedModalContainer, OnboardingWrapper, };
@@ -1,6 +1,7 @@
1
1
  import styled from "@emotion/styled";
2
2
  import { Box, Menu, Typography } from "@mui/material";
3
- import { Modal } from "../Modal";
3
+ import { neutral } from "../../../theme/colors";
4
+ import { Modal } from "../../Modal";
4
5
  const FeedContainer = styled("div")(({ theme }) => ({
5
6
  width: "384px",
6
7
  [theme.breakpoints.down("sm")]: {
@@ -11,33 +12,33 @@ const FeedContainer = styled("div")(({ theme }) => ({
11
12
  marginRight: "auto",
12
13
  },
13
14
  }));
14
- const EmptyViewContainer = styled("div")({
15
+ const EmptyViewContainer = styled("div")(({ theme }) => ({
15
16
  height: "100%",
16
17
  display: "flex",
17
18
  flexDirection: "column",
18
19
  justifyContent: "center",
19
20
  gap: "16px",
20
- padding: "40px 80px",
21
+ padding: theme.spacing(5, 10),
21
22
  alignItems: "center",
22
23
  textAlign: "center",
23
- });
24
- const EmptyViewTitle = styled(Typography)({
25
- fontSize: "18px",
26
- fontWeight: "600",
24
+ }));
25
+ const EmptyViewTitle = styled(Typography)(({ theme }) => ({
26
+ fontSize: theme.typography.pxToRem(18),
27
+ fontWeight: 600,
27
28
  marginBottom: 0,
28
- });
29
- const EmptyViewDescription = styled(Typography)({
30
- fontSize: "16px",
31
- color: "#a09ba8",
32
- });
33
- const OnboardingWrapper = styled(Box)({
29
+ }));
30
+ const EmptyViewDescription = styled(Typography)(({ theme }) => ({
31
+ fontSize: theme.typography.pxToRem(16),
32
+ color: neutral.gray3,
33
+ }));
34
+ const OnboardingWrapper = styled(Box)(({ theme }) => ({
34
35
  display: "flex",
35
36
  flexDirection: "column",
36
37
  gap: "16px",
37
38
  alignItems: "center",
38
39
  textAlign: "center",
39
- padding: "30px",
40
- });
40
+ padding: theme.spacing(3.75),
41
+ }));
41
42
  const LoadingContainer = styled("div")({
42
43
  height: "290px",
43
44
  width: "384px",
@@ -56,10 +57,10 @@ const NotificationFeedModal = styled(Modal)(({ theme }) => {
56
57
  height: "calc(100vh - 70px)",
57
58
  },
58
59
  "& > *:nth-of-type(1)": {
59
- padding: "24px 24px 0",
60
+ padding: theme.spacing(3, 3, 0),
60
61
  },
61
62
  "& > *:nth-of-type(2)": {
62
- padding: "0px",
63
+ padding: 0,
63
64
  },
64
65
  },
65
66
  };
@@ -75,5 +76,5 @@ const NotificationFeedContainer = styled(Menu)({
75
76
  borderRadius: "8px",
76
77
  },
77
78
  });
78
- export { FeedContainer, EmptyViewContainer, EmptyViewTitle, EmptyViewDescription, OnboardingWrapper, LoadingContainer, NotificationFeedModal, NotificationFeedModalContainer, NotificationFeedContainer, };
79
+ export { EmptyViewContainer, EmptyViewDescription, EmptyViewTitle, FeedContainer, LoadingContainer, NotificationFeedContainer, NotificationFeedModal, NotificationFeedModalContainer, OnboardingWrapper, };
79
80
  //# sourceMappingURL=NotificationsFeed.styled.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeed.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeed/NotificationsFeed.styled.ts"],"names":[],"mappings":"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"}
@@ -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 NotificationsFeedProps = {
5
5
  items: DCLNotificationProps[];
6
6
  isLoading: boolean;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeed.types.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeed/NotificationsFeed.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export { NotificationsFeed } from "./NotificationsFeed";
2
+ export type { NotificationsFeedProps } from "./NotificationsFeed.types";
@@ -0,0 +1,2 @@
1
+ export { NotificationsFeed } from "./NotificationsFeed";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeed/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeedTabs.i18n.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,QAAQ,EAAE,UAAU;QACpB,IAAI,EAAE;YACJ,KAAK,EAAE,eAAe;YACtB,IAAI,EAAE;gBACJ,MAAM,EAAE,KAAK;gBACb,IAAI,EAAE,MAAM;aACb;YACD,KAAK,EAAE;gBACL,KAAK,EAAE,uBAAuB;gBAC9B,WAAW,EAAE,uBAAuB;aACrC;YACD,OAAO,EAAE;gBACP,KAAK,EAAE,uBAAuB;gBAC9B,WAAW,EAAE,kDAAkD;aAChE;SACF;KACF;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,QAAQ;QAClB,IAAI,EAAE;YACJ,KAAK,EAAE,gBAAgB;YACvB,IAAI,EAAE;gBACJ,MAAM,EAAE,UAAU;gBAClB,IAAI,EAAE,OAAO;aACd;YACD,KAAK,EAAE;gBACL,KAAK,EAAE,mBAAmB;gBAC1B,WAAW,EAAE,qDAAqD;aACnE;YACD,OAAO,EAAE;gBACP,KAAK,EAAE,6BAA6B;gBACpC,WAAW,EACT,kEAAkE;aACrE;SACF;KACF;IACD,EAAE,EAAE;QACF,QAAQ,EAAE,KAAK;QACf,IAAI,EAAE;YACJ,KAAK,EAAE,IAAI;YACX,IAAI,EAAE;gBACJ,MAAM,EAAE,GAAG;gBACX,IAAI,EAAE,KAAK;aACZ;YACD,KAAK,EAAE;gBACL,KAAK,EAAE,SAAS;gBAChB,WAAW,EAAE,QAAQ;aACtB;YACD,OAAO,EAAE;gBACP,KAAK,EAAE,MAAM;gBACb,WAAW,EAAE,cAAc;aAC5B;SACF;KACF;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -2,11 +2,11 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
2
2
  import React, { useCallback } from "react";
3
3
  import { Tab, Tabs } from "@mui/material";
4
4
  import { i18n } from "./NotificationsFeedTabs.i18n";
5
- import { NotificationActiveTab } from "./types";
6
- import { NotificationComponentByType } from "./utils";
7
- import { EmptyInboxIcon, HistoryIcon } from "../Icon";
8
- import { NotMobile } from "../Media";
9
- import { EmptyViewContainer, EmptyViewDescription, EmptyViewTitle, } from "./NotificationsFeed.styled";
5
+ import { EmptyInboxIcon, HistoryIcon } from "../../Icon";
6
+ import { NotMobile } from "../../Media";
7
+ import { NotificationActiveTab } from "../Notifications.types";
8
+ import { EmptyViewContainer, EmptyViewDescription, EmptyViewTitle, } from "../NotificationsFeed/NotificationsFeed.styled";
9
+ import { NotificationComponentByType } from "../utils";
10
10
  import { NotificationFeedPrevious, NotificationFeedTabsContainer, NotificationFeedTabsContent, NotificationFeedTabsHeader, NotificationFeedTabsListContainer, NotificationFeedTabsListWrapper, NotificationFeedTabsTitle, } from "./NotificationsFeedTabs.styled";
11
11
  const NotificationHandler = ({ locale, notification, renderProfile, }) => {
12
12
  const NotificationComponent = NotificationComponentByType[notification.type];
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsFeedTabs.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.tsx"],"names":[],"mappings":"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"}
@@ -31,4 +31,4 @@ declare const NotificationFeedPrevious: import("@emotion/styled").StyledComponen
31
31
  }, "typography" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
32
32
  theme?: import("@emotion/react").Theme;
33
33
  }, {}, {}>;
34
- export { NotificationFeedTabsContainer, NotificationFeedTabsHeader, NotificationFeedTabsTitle, NotificationFeedTabsContent, NotificationFeedTabsListContainer, NotificationFeedTabsListWrapper, NotificationFeedPrevious, };
34
+ export { NotificationFeedPrevious, NotificationFeedTabsContainer, NotificationFeedTabsContent, NotificationFeedTabsHeader, NotificationFeedTabsListContainer, NotificationFeedTabsListWrapper, NotificationFeedTabsTitle, };
@@ -0,0 +1,56 @@
1
+ import styled from "@emotion/styled";
2
+ import { Box, Typography } from "@mui/material";
3
+ const NotificationFeedTabsContainer = styled(Box)(({ theme }) => ({
4
+ width: "384px",
5
+ [theme.breakpoints.down("sm")]: {
6
+ width: "100%",
7
+ },
8
+ }));
9
+ const NotificationFeedTabsHeader = styled("div")(({ theme }) => ({
10
+ display: "flex",
11
+ alignItems: "center",
12
+ justifyContent: "space-between",
13
+ padding: theme.spacing(1, 2),
14
+ }));
15
+ const NotificationFeedTabsTitle = styled(Typography)(({ theme }) => ({
16
+ margin: 0,
17
+ fontSize: theme.typography.pxToRem(18),
18
+ fontWeight: 600,
19
+ }));
20
+ const NotificationFeedTabsContent = styled("div")({
21
+ height: "100%",
22
+ });
23
+ const NotificationFeedTabsListContainer = styled("div", {
24
+ shouldForwardProp: (prop) => prop !== "isModal",
25
+ })(({ isModal }) => ({
26
+ display: "flex",
27
+ maxHeight: "auto",
28
+ overflowX: "hidden",
29
+ overflowY: "visible",
30
+ overscrollBehaviorY: "auto",
31
+ width: "100vw",
32
+ height: "calc(100vh - 250px)",
33
+ ...(isModal
34
+ ? {}
35
+ : {
36
+ maxHeight: "290px",
37
+ overflowY: "auto",
38
+ overscrollBehaviorY: "contain",
39
+ width: "auto",
40
+ height: "auto",
41
+ }),
42
+ }));
43
+ const NotificationFeedTabsListWrapper = styled("div")({
44
+ display: "flex",
45
+ flexDirection: "column",
46
+ width: "100%",
47
+ });
48
+ const NotificationFeedPrevious = styled(Typography)(({ theme }) => ({
49
+ fontSize: theme.typography.pxToRem(16),
50
+ fontWeight: 600,
51
+ paddingLeft: theme.spacing(2),
52
+ marginBottom: 0,
53
+ marginTop: theme.spacing(1),
54
+ }));
55
+ export { NotificationFeedPrevious, NotificationFeedTabsContainer, NotificationFeedTabsContent, NotificationFeedTabsHeader, NotificationFeedTabsListContainer, NotificationFeedTabsListWrapper, NotificationFeedTabsTitle, };
56
+ //# sourceMappingURL=NotificationsFeedTabs.styled.js.map