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,5 +1,5 @@
1
1
  import React from "react";
2
- import { CommonNotificationProps } from "components/Notifications/types";
3
- import { CreditsExpireSoonReminderNotificationProps } from "./types";
2
+ import { CommonNotificationProps } from "../../Notifications.types";
3
+ import { CreditsExpireSoonReminderNotificationProps } from "./Credits.types";
4
4
  declare const CreditsExpireSoonReminderNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CreditsExpireSoonReminderNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
5
5
  export { CreditsExpireSoonReminderNotification };
@@ -1,15 +1,14 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import React from "react";
3
- import { i18n } from "./CreditsExpireSoonReminderNotification.i18n";
3
+ import { creditsExpireSoonReminderI18n } from "./Credits.i18n";
4
4
  import { CreditsExpireSoonReminderIcon } from "../../../Icon/Notifications/CreditsExpireSoonReminderIcon";
5
- import { NotificationItem } from "../../NotificationItem";
6
- import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
5
+ import { NotificationItemText } from "../../NotificationItem";
7
6
  import { replaceWithValues } from "../../utils";
8
7
  const CreditsExpireSoonReminderNotification = React.memo((props) => {
9
8
  const { notification, locale } = props;
10
- return (_jsxs(NotificationItem, { image: _jsx(CreditsExpireSoonReminderIcon, { width: 48, height: 48 }), timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: i18n[locale].title }), _jsx(NotificationItemDescription, { color: "inherit", underline: "none", children: replaceWithValues(i18n[locale].description, {
11
- date: notification.metadata.expirationDate,
12
- }) })] }));
9
+ return (_jsx(NotificationItemText, { image: _jsx(CreditsExpireSoonReminderIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: creditsExpireSoonReminderI18n[locale].title, description: replaceWithValues(creditsExpireSoonReminderI18n[locale].description, {
10
+ date: notification.metadata.expirationDate,
11
+ }) }));
13
12
  });
14
13
  export { CreditsExpireSoonReminderNotification };
15
14
  //# sourceMappingURL=CreditsExpireSoonReminderNotification.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreditsExpireSoonReminderNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,IAAI,EAAE,MAAM,8CAA8C,CAAA;AAEnE,OAAO,EAAE,6BAA6B,EAAE,MAAM,2DAA2D,CAAA;AACzG,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE/C,MAAM,qCAAqC,GAAG,KAAK,CAAC,IAAI,CACtD,CACE,KAA0E,EAC1E,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,MAAC,gBAAgB,IACf,KAAK,EAAE,KAAC,6BAA6B,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC/D,SAAS,EAAE,YAAY,CAAC,SAAS,EACjC,KAAK,EAAE,CAAC,YAAY,CAAC,IAAI,EACzB,MAAM,EAAE,MAAM,aAEd,KAAC,qBAAqB,cAAE,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,GAAyB,EACnE,KAAC,2BAA2B,IAAC,KAAK,EAAC,SAAS,EAAC,SAAS,EAAC,MAAM,YAC1D,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE;oBAC3C,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,cAAc;iBAC3C,CAAC,GAC0B,IACb,CACpB,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,qCAAqC,EAAE,CAAA"}
1
+ {"version":3,"file":"CreditsExpireSoonReminderNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,6BAA6B,EAAE,MAAM,gBAAgB,CAAA;AAC9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,2DAA2D,CAAA;AACzG,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAG/C,MAAM,qCAAqC,GAAG,KAAK,CAAC,IAAI,CACtD,CACE,KAA0E,EAC1E,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,6BAA6B,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC/D,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,6BAA6B,CAAC,MAAM,CAAC,CAAC,KAAK,EAClD,WAAW,EAAE,iBAAiB,CAC5B,6BAA6B,CAAC,MAAM,CAAC,CAAC,WAAW,EACjD;YACE,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,cAAc;SAC3C,CACF,GACD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,qCAAqC,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { CommonNotificationProps } from "components/Notifications/types";
3
- import { CreditsOnDemandGrantedNotificationProps } from "./types";
2
+ import { CommonNotificationProps } from "../../Notifications.types";
3
+ import { CreditsOnDemandGrantedNotificationProps } from "./Credits.types";
4
4
  declare const CreditsOnDemandGrantedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CreditsOnDemandGrantedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
5
- export { CreditsOnDemandGrantedNotification as CreditsClaimReminderNotification };
5
+ export { CreditsOnDemandGrantedNotification };
@@ -1,15 +1,14 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import React from "react";
3
- import { replaceWithValues } from "components/Notifications/utils";
4
- import { i18n } from "./CreditsClaimReminderNotification.i18n";
3
+ import { creditsOnDemandGrantedI18n } from "./Credits.i18n";
5
4
  import { CreditsIcon } from "../../../Icon/Notifications/CreditsIcon";
6
- import { NotificationItem } from "../../NotificationItem";
7
- import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
5
+ import { NotificationItemText } from "../../NotificationItem";
6
+ import { replaceWithValues } from "../../utils";
8
7
  const CreditsOnDemandGrantedNotification = React.memo((props) => {
9
8
  const { notification, locale } = props;
10
- return (_jsxs(NotificationItem, { image: _jsx(CreditsIcon, { width: 48, height: 48 }), timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: i18n[locale].title }), _jsx(NotificationItemDescription, { color: "inherit", underline: "none", children: replaceWithValues(i18n[locale].description, {
11
- amount: notification.metadata.creditsGranted.toLocaleString(),
12
- }) })] }));
9
+ return (_jsx(NotificationItemText, { image: _jsx(CreditsIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: creditsOnDemandGrantedI18n[locale].title, description: replaceWithValues(creditsOnDemandGrantedI18n[locale].description, {
10
+ amount: notification.metadata.creditsGranted.toLocaleString(),
11
+ }) }));
13
12
  });
14
- export { CreditsOnDemandGrantedNotification as CreditsClaimReminderNotification };
13
+ export { CreditsOnDemandGrantedNotification };
15
14
  //# sourceMappingURL=CreditsOnDemandGrantedNotification.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreditsOnDemandGrantedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,yCAAyC,CAAA;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAA;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACzD,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,+BAA+B,CAAA;AAEtC,MAAM,kCAAkC,GAAG,KAAK,CAAC,IAAI,CACnD,CAAC,KAAuE,EAAE,EAAE;IAC1E,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,MAAC,gBAAgB,IACf,KAAK,EAAE,KAAC,WAAW,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC7C,SAAS,EAAE,YAAY,CAAC,SAAS,EACjC,KAAK,EAAE,CAAC,YAAY,CAAC,IAAI,EACzB,MAAM,EAAE,MAAM,aAEd,KAAC,qBAAqB,cAAE,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,GAAyB,EACnE,KAAC,2BAA2B,IAAC,KAAK,EAAC,SAAS,EAAC,SAAS,EAAC,MAAM,YAC1D,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE;oBAC3C,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAc,EAAE;iBAC9D,CAAC,GAC0B,IACb,CACpB,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,kCAAkC,IAAI,gCAAgC,EAAE,CAAA"}
1
+ {"version":3,"file":"CreditsOnDemandGrantedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,0BAA0B,EAAE,MAAM,gBAAgB,CAAA;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAA;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAG/C,MAAM,kCAAkC,GAAG,KAAK,CAAC,IAAI,CACnD,CAAC,KAAuE,EAAE,EAAE;IAC1E,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,WAAW,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC7C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,0BAA0B,CAAC,MAAM,CAAC,CAAC,KAAK,EAC/C,WAAW,EAAE,iBAAiB,CAC5B,0BAA0B,CAAC,MAAM,CAAC,CAAC,WAAW,EAC9C;YACE,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,cAAc,CAAC,cAAc,EAAE;SAC9D,CACF,GACD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,kCAAkC,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ export { CreditsClaimReminderNotification } from "./CreditsClaimReminderNotification";
2
+ export { CreditsCompleteYourWeeklyGoalsNotification } from "./CreditsCompleteYourWeeklyGoalsNotification";
3
+ export { CreditsDoNotMissOutNotification } from "./CreditsDoNotMissOutNotification";
4
+ export { CreditsExpireIn24HrsReminderNotification } from "./CreditsExpireIn24HrsReminderNotification";
5
+ export { CreditsExpireSoonReminderNotification } from "./CreditsExpireSoonReminderNotification";
6
+ export { CreditsOnDemandGrantedNotification } from "./CreditsOnDemandGrantedNotification";
@@ -0,0 +1,7 @@
1
+ export { CreditsClaimReminderNotification } from "./CreditsClaimReminderNotification";
2
+ export { CreditsCompleteYourWeeklyGoalsNotification } from "./CreditsCompleteYourWeeklyGoalsNotification";
3
+ export { CreditsDoNotMissOutNotification } from "./CreditsDoNotMissOutNotification";
4
+ export { CreditsExpireIn24HrsReminderNotification } from "./CreditsExpireIn24HrsReminderNotification";
5
+ export { CreditsExpireSoonReminderNotification } from "./CreditsExpireSoonReminderNotification";
6
+ export { CreditsOnDemandGrantedNotification } from "./CreditsOnDemandGrantedNotification";
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAA;AACrF,OAAO,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAA;AACzG,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAA;AACrG,OAAO,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAA;AAC/F,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAA"}
@@ -1,24 +1,26 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import React, { useEffect, useState } from "react";
3
3
  import WatchLaterOutlinedIcon from "@mui/icons-material/WatchLaterOutlined";
4
- import { NotificationItemCountdown } from "../../NotificationItem.styled";
5
- let interval;
4
+ import { NotificationItemCountdown } from "../../NotificationItem/NotificationItem.styled";
6
5
  const Countdown = React.memo(({ startDate }) => {
7
6
  const [time, setTime] = useState("--:--");
8
7
  useEffect(() => {
9
- interval = setInterval(() => {
8
+ const interval = setInterval(() => {
10
9
  const eventStartDate = new Date(startDate).getTime();
11
10
  const distance = eventStartDate - Date.now();
12
- const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)).toString();
13
- const seconds = Math.floor((distance % (1000 * 60)) / 1000);
14
- setTime(`${minutes.padStart(2, "0")}:${seconds}`);
15
- if (distance < 0) {
11
+ if (distance <= 0) {
16
12
  setTime("00:00");
17
13
  clearInterval(interval);
14
+ return;
18
15
  }
16
+ const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)).toString();
17
+ const seconds = Math.floor((distance % (1000 * 60)) / 1000)
18
+ .toString()
19
+ .padStart(2, "0");
20
+ setTime(`${minutes.padStart(2, "0")}:${seconds}`);
19
21
  }, 1000);
20
22
  return () => clearInterval(interval);
21
- }, []);
23
+ }, [startDate]);
22
24
  return (_jsxs(NotificationItemCountdown, { children: [_jsx(WatchLaterOutlinedIcon, { fontSize: "inherit" }), time] }));
23
25
  });
24
26
  export { Countdown };
@@ -1 +1 @@
1
- {"version":3,"file":"Countdown.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Events/Countdown.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAClD,OAAO,sBAAsB,MAAM,wCAAwC,CAAA;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAA;AAEzE,IAAI,QAAwB,CAAA;AAE5B,MAAM,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE,SAAS,EAAyB,EAAE,EAAE;IACpE,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAS,OAAO,CAAC,CAAA;IAEjD,SAAS,CAAC,GAAG,EAAE;QACb,QAAQ,GAAG,WAAW,CAAC,GAAG,EAAE;YAC1B,MAAM,cAAc,GAAG,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,CAAA;YACpD,MAAM,QAAQ,GAAG,cAAc,GAAG,IAAI,CAAC,GAAG,EAAE,CAAA;YAC5C,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CACxB,CAAC,QAAQ,GAAG,CAAC,IAAI,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,CAC5C,CAAC,QAAQ,EAAE,CAAA;YACZ,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,QAAQ,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAA;YAE3D,OAAO,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,IAAI,OAAO,EAAE,CAAC,CAAA;YAEjD,IAAI,QAAQ,GAAG,CAAC,EAAE,CAAC;gBACjB,OAAO,CAAC,OAAO,CAAC,CAAA;gBAChB,aAAa,CAAC,QAAQ,CAAC,CAAA;YACzB,CAAC;QACH,CAAC,EAAE,IAAI,CAAC,CAAA;QACR,OAAO,GAAG,EAAE,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAA;IACtC,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,OAAO,CACL,MAAC,yBAAyB,eACxB,KAAC,sBAAsB,IAAC,QAAQ,EAAC,SAAS,GAAG,EAC5C,IAAI,IACqB,CAC7B,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,SAAS,EAAE,CAAA"}
1
+ {"version":3,"file":"Countdown.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Events/Countdown.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAClD,OAAO,sBAAsB,MAAM,wCAAwC,CAAA;AAC3E,OAAO,EAAE,yBAAyB,EAAE,MAAM,gDAAgD,CAAA;AAE1F,MAAM,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE,SAAS,EAAyB,EAAE,EAAE;IACpE,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAS,OAAO,CAAC,CAAA;IAEjD,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,QAAQ,GAAG,WAAW,CAAC,GAAG,EAAE;YAChC,MAAM,cAAc,GAAG,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC,OAAO,EAAE,CAAA;YACpD,MAAM,QAAQ,GAAG,cAAc,GAAG,IAAI,CAAC,GAAG,EAAE,CAAA;YAE5C,IAAI,QAAQ,IAAI,CAAC,EAAE,CAAC;gBAClB,OAAO,CAAC,OAAO,CAAC,CAAA;gBAChB,aAAa,CAAC,QAAQ,CAAC,CAAA;gBACvB,OAAM;YACR,CAAC;YAED,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CACxB,CAAC,QAAQ,GAAG,CAAC,IAAI,GAAG,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,CAC5C,CAAC,QAAQ,EAAE,CAAA;YACZ,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,QAAQ,GAAG,CAAC,IAAI,GAAG,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;iBACxD,QAAQ,EAAE;iBACV,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAA;YAEnB,OAAO,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,IAAI,OAAO,EAAE,CAAC,CAAA;QACnD,CAAC,EAAE,IAAI,CAAC,CAAA;QACR,OAAO,GAAG,EAAE,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAA;IACtC,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAA;IAEf,OAAO,CACL,MAAC,yBAAyB,eACxB,KAAC,sBAAsB,IAAC,QAAQ,EAAC,SAAS,GAAG,EAC5C,IAAI,IACqB,CAC7B,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,SAAS,EAAE,CAAA"}
@@ -0,0 +1,65 @@
1
+ declare const eventStartedI18n: {
2
+ readonly en: {
3
+ readonly description: {
4
+ readonly start: "The event";
5
+ readonly end: "has begun!";
6
+ };
7
+ readonly title: "Event started";
8
+ };
9
+ readonly es: {
10
+ readonly description: {
11
+ readonly start: "El evento";
12
+ readonly end: "ha empezado!";
13
+ };
14
+ readonly title: "Evento ha comenzado";
15
+ };
16
+ readonly zh: {
17
+ readonly description: {
18
+ readonly start: "事件";
19
+ readonly end: "已开始";
20
+ };
21
+ readonly title: "事件开始";
22
+ };
23
+ };
24
+ declare const eventStartsSoonI18n: {
25
+ readonly en: {
26
+ readonly description: {
27
+ readonly aboutToStart: {
28
+ readonly start: "The event";
29
+ readonly end: "is about to start in";
30
+ };
31
+ readonly startsInOneHour: {
32
+ readonly start: "The event";
33
+ readonly end: "starts in an hour";
34
+ };
35
+ };
36
+ readonly title: "Event starts soon";
37
+ };
38
+ readonly es: {
39
+ readonly description: {
40
+ readonly aboutToStart: {
41
+ readonly start: "El evento";
42
+ readonly end: "esta por empezar en";
43
+ };
44
+ readonly startsInOneHour: {
45
+ readonly start: "El evento";
46
+ readonly end: "empieza en una hora";
47
+ };
48
+ };
49
+ readonly title: "Evento empieza pronto";
50
+ };
51
+ readonly zh: {
52
+ readonly description: {
53
+ readonly aboutToStart: {
54
+ readonly start: "事件";
55
+ readonly end: "即将开始 在";
56
+ };
57
+ readonly startsInOneHour: {
58
+ readonly start: "事件";
59
+ readonly end: "从一个开始 小时";
60
+ };
61
+ };
62
+ readonly title: "事件即将开始";
63
+ };
64
+ };
65
+ export { eventStartedI18n, eventStartsSoonI18n };
@@ -1,4 +1,27 @@
1
- const i18n = {
1
+ const eventStartedI18n = {
2
+ en: {
3
+ description: {
4
+ start: "The event",
5
+ end: "has begun!",
6
+ },
7
+ title: "Event started",
8
+ },
9
+ es: {
10
+ description: {
11
+ start: "El evento",
12
+ end: "ha empezado!",
13
+ },
14
+ title: "Evento ha comenzado",
15
+ },
16
+ zh: {
17
+ description: {
18
+ start: "事件",
19
+ end: "已开始",
20
+ },
21
+ title: "事件开始",
22
+ },
23
+ };
24
+ const eventStartsSoonI18n = {
2
25
  en: {
3
26
  description: {
4
27
  aboutToStart: {
@@ -39,5 +62,5 @@ const i18n = {
39
62
  title: "事件即将开始",
40
63
  },
41
64
  };
42
- export { i18n };
43
- //# sourceMappingURL=EventStartsSoonNotification.i18n.js.map
65
+ export { eventStartedI18n, eventStartsSoonI18n };
66
+ //# sourceMappingURL=Events.i18n.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Events.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Events/Events.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,gBAAgB,GAAG;IACvB,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,WAAW;YAClB,GAAG,EAAE,YAAY;SAClB;QACD,KAAK,EAAE,eAAe;KACvB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,WAAW;YAClB,GAAG,EAAE,cAAc;SACpB;QACD,KAAK,EAAE,qBAAqB;KAC7B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,IAAI;YACX,GAAG,EAAE,KAAK;SACX;QACD,KAAK,EAAE,MAAM;KACd;CACO,CAAA;AAEV,MAAM,mBAAmB,GAAG;IAC1B,EAAE,EAAE;QACF,WAAW,EAAE;YACX,YAAY,EAAE;gBACZ,KAAK,EAAE,WAAW;gBAClB,GAAG,EAAE,sBAAsB;aAC5B;YACD,eAAe,EAAE;gBACf,KAAK,EAAE,WAAW;gBAClB,GAAG,EAAE,mBAAmB;aACzB;SACF;QACD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,YAAY,EAAE;gBACZ,KAAK,EAAE,WAAW;gBAClB,GAAG,EAAE,qBAAqB;aAC3B;YACD,eAAe,EAAE;gBACf,KAAK,EAAE,WAAW;gBAClB,GAAG,EAAE,qBAAqB;aAC3B;SACF;QACD,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,YAAY,EAAE;gBACZ,KAAK,EAAE,IAAI;gBACX,GAAG,EAAE,QAAQ;aACd;YACD,eAAe,EAAE;gBACf,KAAK,EAAE,IAAI;gBACX,GAAG,EAAE,UAAU;aAChB;SACF;QACD,KAAK,EAAE,QAAQ;KAChB;CACO,CAAA;AAEV,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import { CommonNotificationProps, EventsStartedNotificationProps } from "../../types";
2
+ import { CommonNotificationProps, EventsStartedNotificationProps } from "../../Notifications.types";
3
3
  declare const EventsStartedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<EventsStartedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
4
4
  export { EventsStartedNotification };
@@ -0,0 +1,12 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from "react";
3
+ import { Link } from "@mui/material";
4
+ import { eventStartedI18n } from "./Events.i18n";
5
+ import { EventStartedIcon } from "../../../Icon";
6
+ import { NotificationItemText } from "../../NotificationItem";
7
+ const EventsStartedNotification = React.memo((props) => {
8
+ const { notification, locale } = props;
9
+ return (_jsx(NotificationItemText, { image: _jsx(EventStartedIcon, {}), locale: locale, notification: notification, title: eventStartedI18n[locale].title, descriptionHref: notification.metadata.link, description: _jsxs(_Fragment, { children: [eventStartedI18n[locale].description.start, " ", _jsx(Link, { href: notification.metadata.link, children: notification.metadata.name }), " ", eventStartedI18n[locale].description.end] }) }));
10
+ });
11
+ export { EventsStartedNotification };
12
+ //# sourceMappingURL=EventsStartedNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventsStartedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Events/EventsStartedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAM7D,MAAM,yBAAyB,GAAG,KAAK,CAAC,IAAI,CAC1C,CAAC,KAA8D,EAAE,EAAE;IACjE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,gBAAgB,KAAG,EAC3B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC,KAAK,EACrC,eAAe,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,EAC3C,WAAW,EACT,8BACG,gBAAgB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAChD,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,YACnC,YAAY,CAAC,QAAQ,CAAC,IAAI,GACtB,EAAC,GAAG,EACV,gBAAgB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,GAAG,IACxC,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,yBAAyB,EAAE,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
- import { CommonNotificationProps, EventsStartsSoonNotificationProps } from "../../types";
2
+ import { CommonNotificationProps, EventsStartsSoonNotificationProps } from "../../Notifications.types";
3
3
  declare const EventsStartsSoonNotification: React.MemoExoticComponent<(props: CommonNotificationProps<EventsStartsSoonNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
4
4
  export { EventsStartsSoonNotification };
@@ -0,0 +1,13 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from "react";
3
+ import { Link } from "@mui/material";
4
+ import { Countdown } from "./Countdown";
5
+ import { eventStartsSoonI18n } from "./Events.i18n";
6
+ import { EventStartsSoonIcon } from "../../../Icon";
7
+ import { NotificationItemText } from "../../NotificationItem";
8
+ const EventsStartsSoonNotification = React.memo((props) => {
9
+ const { notification, locale } = props;
10
+ return (_jsx(NotificationItemText, { image: _jsx(EventStartsSoonIcon, {}), locale: locale, notification: notification, title: eventStartsSoonI18n[locale].title, descriptionHref: notification.metadata.link, description: new Date(notification.metadata.startsAt).getTime() > Date.now() ? (_jsxs(_Fragment, { children: [eventStartsSoonI18n[locale].description.aboutToStart.start, " ", _jsx(Link, { href: notification.metadata.link, children: notification.metadata.name }), " ", eventStartsSoonI18n[locale].description.aboutToStart.end, " ", _jsx(Countdown, { startDate: notification.metadata.startsAt })] })) : (_jsxs(_Fragment, { children: [eventStartsSoonI18n[locale].description.startsInOneHour.start, " ", _jsx(Link, { href: notification.metadata.link, children: notification.metadata.name }), " ", eventStartsSoonI18n[locale].description.startsInOneHour.end] })) }));
11
+ });
12
+ export { EventsStartsSoonNotification };
13
+ //# sourceMappingURL=EventsStartsSoonNotification.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventsStartsSoonNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAM7D,MAAM,4BAA4B,GAAG,KAAK,CAAC,IAAI,CAC7C,CAAC,KAAiE,EAAE,EAAE;IACpE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,mBAAmB,KAAG,EAC9B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,mBAAmB,CAAC,MAAM,CAAC,CAAC,KAAK,EACxC,eAAe,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,EAC3C,WAAW,EACT,IAAI,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAChE,8BACG,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,YAAY,CAAC,KAAK,EAAE,GAAG,EAChE,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,YACnC,YAAY,CAAC,QAAQ,CAAC,IAAI,GACtB,EAAC,GAAG,EACV,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,YAAY,CAAC,GAAG,EAAE,GAAG,EAC9D,KAAC,SAAS,IAAC,SAAS,EAAE,YAAY,CAAC,QAAQ,CAAC,QAAQ,GAAI,IACvD,CACJ,CAAC,CAAC,CAAC,CACF,8BACG,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,KAAK,EAAE,GAAG,EACnE,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,YACnC,YAAY,CAAC,QAAQ,CAAC,IAAI,GACtB,EAAC,GAAG,EACV,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,eAAe,CAAC,GAAG,IAC3D,CACJ,GAEH,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA"}
@@ -0,0 +1,2 @@
1
+ export { EventsStartedNotification } from "./EventsStartedNotification";
2
+ export { EventsStartsSoonNotification } from "./EventsStartsSoonNotification";
@@ -0,0 +1,3 @@
1
+ export { EventsStartedNotification } from "./EventsStartedNotification";
2
+ export { EventsStartsSoonNotification } from "./EventsStartsSoonNotification";
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Events/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA"}
@@ -0,0 +1,206 @@
1
+ declare const governanceAuthoredProposalFinishedI18n: {
2
+ readonly en: {
3
+ readonly description: {
4
+ readonly start: "The votes are in! Find out the outcome of the voting on";
5
+ readonly link_text: "your proposal";
6
+ };
7
+ readonly title: "Voting ended on your proposal";
8
+ };
9
+ readonly es: {
10
+ readonly description: {
11
+ readonly start: "Ya estan los votos! Descubre el resultado de la votacion en";
12
+ readonly link_text: "tu propuesta";
13
+ };
14
+ readonly title: "La votacion finalizo en tu propuesta";
15
+ };
16
+ readonly zh: {
17
+ readonly description: {
18
+ readonly start: "投票结果出来了!";
19
+ readonly link_text: "了解您提案的投票结果";
20
+ };
21
+ readonly title: "您的提案投票结束";
22
+ };
23
+ };
24
+ declare const governanceCoauthorRequestedI18n: {
25
+ readonly en: {
26
+ readonly description: {
27
+ readonly start: "You've been invited to collaborate as a co-author on a published proposal. Accept it or reject it";
28
+ readonly link_text: "here";
29
+ };
30
+ readonly title: "Co-author request received";
31
+ };
32
+ readonly es: {
33
+ readonly description: {
34
+ readonly start: "Has sido invitado a colaborar como coautor en un propuesta publicada. Aceptala o rechazala";
35
+ readonly link_text: "aqui";
36
+ };
37
+ readonly title: "Solicitud de coautoria";
38
+ };
39
+ readonly zh: {
40
+ readonly description: {
41
+ readonly start: "您受邀作为共同作者参与一项已发表提案的合作. ";
42
+ readonly link_text: "在此接受或拒绝";
43
+ };
44
+ readonly title: "收到共同作者申请";
45
+ };
46
+ };
47
+ declare const governanceNewCommentOnProjectUpdateI18n: {
48
+ readonly en: {
49
+ readonly description: {
50
+ readonly start: "Engage in a productive conversation by replying to";
51
+ readonly link_text: "this comment";
52
+ };
53
+ readonly title: "New comment on your update for your project";
54
+ };
55
+ readonly es: {
56
+ readonly description: {
57
+ readonly start: "Participe en una conversación productiva respondiendo a";
58
+ readonly link_text: "este comentario";
59
+ };
60
+ readonly title: "Nuevo comentario en la actualización del proyecto";
61
+ };
62
+ readonly zh: {
63
+ readonly description: {
64
+ readonly start: "进行富有成效的对话";
65
+ readonly link_text: "回复此评论";
66
+ };
67
+ readonly title: "您的更新收到了新评论";
68
+ };
69
+ };
70
+ declare const governanceNewCommentOnProposalI18n: {
71
+ readonly en: {
72
+ readonly description: {
73
+ readonly start: "Engage in a productive conversation by replying to";
74
+ readonly link_text: "this comment";
75
+ };
76
+ readonly title: "New comment on your update for your project";
77
+ };
78
+ readonly es: {
79
+ readonly description: {
80
+ readonly start: "Participe en una conversación productiva respondiendo a";
81
+ readonly link_text: "este comentario";
82
+ };
83
+ readonly title: "Nuevo comentario en la actualización del proyecto";
84
+ };
85
+ readonly zh: {
86
+ readonly description: {
87
+ readonly start: "进行富有成效的对话";
88
+ readonly link_text: "回复此评论";
89
+ };
90
+ readonly title: "您的更新收到了新评论";
91
+ };
92
+ };
93
+ declare const governancePitchPassedI18n: {
94
+ readonly en: {
95
+ readonly description: {
96
+ readonly start: "Help to advance this idea by proposing potential solutions";
97
+ readonly link_text: "here";
98
+ };
99
+ readonly title: {
100
+ readonly start: "The Pitch &quot;";
101
+ readonly end: "&quot; can now receive Tenders";
102
+ };
103
+ };
104
+ readonly es: {
105
+ readonly description: {
106
+ readonly start: "Ayuda a avanzar esta idea proponiendo soluciones potenciales";
107
+ readonly link_text: "aquí";
108
+ };
109
+ readonly title: {
110
+ readonly start: "La Convocatoria &quot;";
111
+ readonly end: "&quot; ahora puede recibir licitaciones";
112
+ };
113
+ };
114
+ readonly zh: {
115
+ readonly description: {
116
+ readonly start: "通过提出可能的解决方案来帮助推进这个想法";
117
+ readonly link_text: "这里";
118
+ };
119
+ readonly title: {
120
+ readonly start: "投标邀请 &quot;";
121
+ readonly end: "&quot; 现在可以接收投标";
122
+ };
123
+ };
124
+ };
125
+ declare const governanceProposalEnactedI18n: {
126
+ readonly en: {
127
+ readonly description: {
128
+ readonly start: "Congratulations!";
129
+ readonly link_text: "Your Project";
130
+ readonly end: "has been successfully enacted and a funding Vesting Contract was created.";
131
+ };
132
+ readonly title: "Your Project has been funded";
133
+ };
134
+ readonly es: {
135
+ readonly description: {
136
+ readonly start: "Felicitaciones!";
137
+ readonly link_text: "Tu proyecto";
138
+ readonly end: "ha sido aprobado y un Vesting Contract de financiamiento fue creado.";
139
+ };
140
+ readonly title: "Su proyecto ha sido financiado";
141
+ };
142
+ readonly zh: {
143
+ readonly description: {
144
+ readonly start: "恭喜您!";
145
+ readonly link_text: "您的项目已成功立项";
146
+ readonly end: ",并签订了资金归属合同.";
147
+ };
148
+ readonly title: "您的项目已获得资助";
149
+ };
150
+ };
151
+ declare const governanceTenderPassedI18n: {
152
+ readonly en: {
153
+ readonly description: {
154
+ readonly start: "If think you can tackle this solution, propose a Project and get funding from the DAO";
155
+ readonly link_text: "here";
156
+ };
157
+ readonly title: {
158
+ readonly start: "The Tender &quot;";
159
+ readonly end: "&quot; can now receive Bid Projects";
160
+ };
161
+ };
162
+ readonly es: {
163
+ readonly description: {
164
+ readonly start: "Si crees que puedes abordar esta solución, propón un proyecto y obtén financiación del DAO";
165
+ readonly link_text: "aquí";
166
+ };
167
+ readonly title: {
168
+ readonly start: "La Licitación &quot;";
169
+ readonly end: "&quot; ahora puede recibir Proyectos de Oferta";
170
+ };
171
+ };
172
+ readonly zh: {
173
+ readonly description: {
174
+ readonly start: "如果您认为可以解决这个问题,请提出一个项目并从DAO获得资金支持";
175
+ readonly link_text: "这里";
176
+ };
177
+ readonly title: {
178
+ readonly start: "投标 &quot;";
179
+ readonly end: "&quot; 现在可以接收项目投标";
180
+ };
181
+ };
182
+ };
183
+ declare const governanceVotingEndedVoterI18n: {
184
+ readonly en: {
185
+ readonly description: {
186
+ readonly end: "of the proposal you participated in as a voter. Your input matters!";
187
+ readonly link_text: "Discover the results";
188
+ };
189
+ readonly title: "Voting ended on a proposal you voted on";
190
+ };
191
+ readonly es: {
192
+ readonly description: {
193
+ readonly end: "de la propuesta en la que participaste como votante. Tu opinion es importante!";
194
+ readonly link_text: "Descubre los resultados";
195
+ };
196
+ readonly title: "La votacion ha finalizado en una propuesta que votaste";
197
+ };
198
+ readonly zh: {
199
+ readonly description: {
200
+ readonly end: "这是您作为选民参与的提案。您的意见很重要!";
201
+ readonly link_text: "输入这些结果";
202
+ };
203
+ readonly title: "您已投票的提案投票结束";
204
+ };
205
+ };
206
+ export { governanceAuthoredProposalFinishedI18n, governanceCoauthorRequestedI18n, governanceNewCommentOnProjectUpdateI18n, governanceNewCommentOnProposalI18n, governancePitchPassedI18n, governanceProposalEnactedI18n, governanceTenderPassedI18n, governanceVotingEndedVoterI18n, };