decentraland-ui2 1.1.6 → 1.1.7-20782245281.commit-0aa43e4

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 (498) hide show
  1. package/dist/components/Icon/Notifications/TipIcon.d.ts +4 -0
  2. package/dist/components/Icon/Notifications/TipIcon.js +8 -0
  3. package/dist/components/Icon/Notifications/TipIcon.js.map +1 -0
  4. package/dist/components/Icon/index.d.ts +2 -1
  5. package/dist/components/Icon/index.js +2 -1
  6. package/dist/components/Icon/index.js.map +1 -1
  7. package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js} +2 -2
  8. package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -0
  9. package/dist/components/Notifications/{NotificationItem.styled.d.ts → NotificationItem/NotificationItem.styled.d.ts} +1 -1
  10. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +61 -0
  11. package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -0
  12. package/dist/components/Notifications/{NotificationItem.types.d.ts → NotificationItem/NotificationItem.types.d.ts} +2 -2
  13. package/dist/components/Notifications/NotificationItem/NotificationItem.types.js.map +1 -0
  14. package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +18 -0
  15. package/dist/components/Notifications/NotificationItem/NotificationItemText.js +11 -0
  16. package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -0
  17. package/dist/components/Notifications/NotificationItem/index.d.ts +4 -0
  18. package/dist/components/Notifications/NotificationItem/index.js +3 -0
  19. package/dist/components/Notifications/NotificationItem/index.js.map +1 -0
  20. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -0
  21. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +26 -0
  22. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -0
  23. package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map +1 -0
  24. package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -0
  25. package/dist/components/Notifications/NotificationItemImage/index.js +2 -0
  26. package/dist/components/Notifications/NotificationItemImage/index.js.map +1 -0
  27. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -0
  28. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +9 -0
  29. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map +1 -0
  30. package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map +1 -0
  31. package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -0
  32. package/dist/components/Notifications/NotificationItemNFTLink/index.js +2 -0
  33. package/dist/components/Notifications/NotificationItemNFTLink/index.js.map +1 -0
  34. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +85 -0
  35. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +86 -0
  36. package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -0
  37. package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts} +1 -1
  38. package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js +2 -0
  39. package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js.map +1 -0
  40. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +2 -2
  41. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -5
  42. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
  43. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +2 -2
  44. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -5
  45. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
  46. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +2 -2
  47. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -6
  48. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
  49. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +2 -2
  50. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -7
  51. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
  52. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +2 -2
  53. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -7
  54. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
  55. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
  56. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +8 -9
  57. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
  58. package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -0
  59. package/dist/components/Notifications/NotificationTypes/Credits/index.js +7 -0
  60. package/dist/components/Notifications/NotificationTypes/Credits/index.js.map +1 -0
  61. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +10 -8
  62. package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
  63. package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.d.ts +65 -0
  64. package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.i18n.js → Events.i18n.js} +26 -3
  65. package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js.map +1 -0
  66. package/dist/components/Notifications/NotificationTypes/Events/{EventStartedNotification.d.ts → EventsStartedNotification.d.ts} +1 -1
  67. package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +12 -0
  68. package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -0
  69. package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.d.ts → EventsStartsSoonNotification.d.ts} +1 -1
  70. package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +13 -0
  71. package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -0
  72. package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -0
  73. package/dist/components/Notifications/NotificationTypes/Events/index.js +3 -0
  74. package/dist/components/Notifications/NotificationTypes/Events/index.js.map +1 -0
  75. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +206 -0
  76. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +207 -0
  77. package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -0
  78. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +1 -1
  79. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -4
  80. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
  81. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +1 -1
  82. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +6 -5
  83. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
  84. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +1 -1
  85. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +5 -5
  86. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
  87. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +1 -1
  88. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +6 -5
  89. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
  90. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +1 -1
  91. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +5 -5
  92. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
  93. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +1 -1
  94. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +5 -5
  95. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
  96. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +1 -1
  97. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +4 -5
  98. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
  99. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +1 -1
  100. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +5 -5
  101. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
  102. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +1 -1
  103. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +5 -5
  104. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
  105. package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -0
  106. package/dist/components/Notifications/NotificationTypes/Governance/index.js +10 -0
  107. package/dist/components/Notifications/NotificationTypes/Governance/index.js.map +1 -0
  108. package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.d.ts +47 -0
  109. package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +48 -0
  110. package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js.map +1 -0
  111. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +1 -1
  112. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +4 -5
  113. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
  114. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +1 -1
  115. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +4 -5
  116. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
  117. package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -0
  118. package/dist/components/Notifications/NotificationTypes/Land/index.js +3 -0
  119. package/dist/components/Notifications/NotificationTypes/Land/index.js.map +1 -0
  120. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +1 -1
  121. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +6 -7
  122. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
  123. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +1 -1
  124. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +6 -7
  125. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
  126. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +1 -1
  127. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +4 -5
  128. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
  129. package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.d.ts +84 -0
  130. package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +76 -0
  131. package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js.map +1 -0
  132. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +1 -1
  133. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +6 -7
  134. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
  135. package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -0
  136. package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +5 -0
  137. package/dist/components/Notifications/NotificationTypes/Marketplace/index.js.map +1 -0
  138. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.d.ts +29 -0
  139. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +30 -0
  140. package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -0
  141. package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +9 -0
  142. package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js +2 -0
  143. package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js.map +1 -0
  144. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +1 -1
  145. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +2 -2
  146. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
  147. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +1 -1
  148. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +2 -2
  149. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
  150. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +1 -1
  151. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +4 -5
  152. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
  153. package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -0
  154. package/dist/components/Notifications/NotificationTypes/Referral/index.js +3 -0
  155. package/dist/components/Notifications/NotificationTypes/Referral/index.js.map +1 -0
  156. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +1 -1
  157. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +2 -2
  158. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
  159. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
  160. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -4
  161. package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
  162. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +1 -1
  163. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +2 -2
  164. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
  165. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +1 -1
  166. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +2 -2
  167. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
  168. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +139 -0
  169. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +140 -0
  170. package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -0
  171. package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +17 -0
  172. package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js +2 -0
  173. package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js.map +1 -0
  174. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +1 -1
  175. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +2 -2
  176. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
  177. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +1 -1
  178. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +2 -2
  179. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
  180. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +1 -1
  181. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +2 -2
  182. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
  183. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
  184. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +3 -4
  185. package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
  186. package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -0
  187. package/dist/components/Notifications/NotificationTypes/Reward/index.js +7 -0
  188. package/dist/components/Notifications/NotificationTypes/Reward/index.js.map +1 -0
  189. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +71 -0
  190. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +72 -0
  191. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -0
  192. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +9 -0
  193. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js +2 -0
  194. package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js.map +1 -0
  195. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +1 -1
  196. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +2 -2
  197. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
  198. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +1 -1
  199. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +2 -2
  200. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
  201. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +1 -1
  202. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +2 -2
  203. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
  204. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +1 -1
  205. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +5 -6
  206. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
  207. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +1 -1
  208. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +2 -2
  209. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
  210. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +1 -1
  211. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +2 -2
  212. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
  213. package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -0
  214. package/dist/components/Notifications/NotificationTypes/Streaming/index.js +6 -0
  215. package/dist/components/Notifications/NotificationTypes/Streaming/index.js.map +1 -0
  216. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +1 -1
  217. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +6 -7
  218. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
  219. package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.d.ts +4 -0
  220. package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js +25 -0
  221. package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js.map +1 -0
  222. package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +29 -0
  223. package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js +30 -0
  224. package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
  225. package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +2 -0
  226. package/dist/components/Notifications/NotificationTypes/Transfer/index.js +3 -0
  227. package/dist/components/Notifications/NotificationTypes/Transfer/index.js.map +1 -0
  228. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +110 -0
  229. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +111 -0
  230. package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -0
  231. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +1 -1
  232. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -5
  233. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
  234. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +1 -1
  235. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +4 -5
  236. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
  237. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +1 -1
  238. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +4 -5
  239. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
  240. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +1 -1
  241. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +10 -9
  242. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
  243. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +1 -1
  244. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +8 -7
  245. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
  246. package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -0
  247. package/dist/components/Notifications/NotificationTypes/Worlds/index.js +6 -0
  248. package/dist/components/Notifications/NotificationTypes/Worlds/index.js.map +1 -0
  249. package/dist/components/Notifications/NotificationTypes/index.d.ts +11 -42
  250. package/dist/components/Notifications/NotificationTypes/index.js +11 -42
  251. package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
  252. package/dist/components/Notifications/Notifications.stories.d.ts +1 -1
  253. package/dist/components/Notifications/Notifications.stories.js +4 -4
  254. package/dist/components/Notifications/Notifications.stories.js.map +1 -1
  255. package/dist/components/Notifications/Notifications.styled.d.ts +1 -13
  256. package/dist/components/Notifications/Notifications.styled.js +1 -70
  257. package/dist/components/Notifications/Notifications.styled.js.map +1 -1
  258. package/dist/components/Notifications/Notifications.types.d.ts +172 -14
  259. package/dist/components/Notifications/Notifications.types.js +6 -1
  260. package/dist/components/Notifications/Notifications.types.js.map +1 -1
  261. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -0
  262. package/dist/components/Notifications/{NotificationsFeed.js → NotificationsFeed/NotificationsFeed.js} +3 -3
  263. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -0
  264. package/dist/components/Notifications/{NotificationsFeed.styled.d.ts → NotificationsFeed/NotificationsFeed.styled.d.ts} +2 -2
  265. package/dist/components/Notifications/{NotificationsFeed.styled.js → NotificationsFeed/NotificationsFeed.styled.js} +19 -18
  266. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -0
  267. package/dist/components/Notifications/{NotificationsFeed.types.d.ts → NotificationsFeed/NotificationsFeed.types.d.ts} +2 -2
  268. package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.js.map +1 -0
  269. package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -0
  270. package/dist/components/Notifications/NotificationsFeed/index.js +2 -0
  271. package/dist/components/Notifications/NotificationsFeed/index.js.map +1 -0
  272. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -0
  273. package/dist/components/Notifications/{NotificationsFeedTabs.js → NotificationsFeedTabs/NotificationsFeedTabs.js} +5 -5
  274. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -0
  275. package/dist/components/Notifications/{NotificationsFeedTabs.styled.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts} +1 -1
  276. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +56 -0
  277. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -0
  278. package/dist/components/Notifications/{NotificationsFeedTabs.types.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts} +2 -2
  279. package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.js.map +1 -0
  280. package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -0
  281. package/dist/components/Notifications/NotificationsFeedTabs/index.js +2 -0
  282. package/dist/components/Notifications/NotificationsFeedTabs/index.js.map +1 -0
  283. package/dist/components/Notifications/{Notifications.js → NotificationsToggle/Notifications.js} +2 -2
  284. package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -0
  285. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.d.ts +13 -0
  286. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +66 -0
  287. package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -0
  288. package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +17 -0
  289. package/dist/components/Notifications/NotificationsToggle/Notifications.types.js +2 -0
  290. package/dist/components/Notifications/NotificationsToggle/Notifications.types.js.map +1 -0
  291. package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -0
  292. package/dist/components/Notifications/NotificationsToggle/index.js +2 -0
  293. package/dist/components/Notifications/NotificationsToggle/index.js.map +1 -0
  294. package/dist/components/Notifications/index.d.ts +4 -4
  295. package/dist/components/Notifications/index.js +2 -2
  296. package/dist/components/Notifications/index.js.map +1 -1
  297. package/dist/components/Notifications/utils.d.ts +1 -1
  298. package/dist/components/Notifications/utils.js +2 -1
  299. package/dist/components/Notifications/utils.js.map +1 -1
  300. package/dist/components/Profile/Profile.js +6 -3
  301. package/dist/components/Profile/Profile.js.map +1 -1
  302. package/dist/components/Profile/Profile.stories.d.ts +2 -1
  303. package/dist/components/Profile/Profile.stories.js +15 -1
  304. package/dist/components/Profile/Profile.stories.js.map +1 -1
  305. package/dist/components/Profile/Profile.styled.d.ts +21 -1
  306. package/dist/components/Profile/Profile.styled.js +29 -1
  307. package/dist/components/Profile/Profile.styled.js.map +1 -1
  308. package/dist/components/Profile/Profile.types.d.ts +1 -0
  309. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +1 -1
  310. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
  311. package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +1 -1
  312. package/dist/data/notifications.d.ts +5 -4
  313. package/dist/data/notifications.js +16 -2
  314. package/dist/data/notifications.js.map +1 -1
  315. package/package.json +3 -3
  316. package/dist/components/Notifications/NotificationItem.js.map +0 -1
  317. package/dist/components/Notifications/NotificationItem.styled.js +0 -63
  318. package/dist/components/Notifications/NotificationItem.styled.js.map +0 -1
  319. package/dist/components/Notifications/NotificationItem.types.js.map +0 -1
  320. package/dist/components/Notifications/NotificationItemImage.js.map +0 -1
  321. package/dist/components/Notifications/NotificationItemImage.styled.js +0 -29
  322. package/dist/components/Notifications/NotificationItemImage.styled.js.map +0 -1
  323. package/dist/components/Notifications/NotificationItemImage.types.js.map +0 -1
  324. package/dist/components/Notifications/NotificationItemNFTLink.js.map +0 -1
  325. package/dist/components/Notifications/NotificationItemNFTLink.styled.js +0 -11
  326. package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +0 -1
  327. package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +0 -1
  328. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +0 -15
  329. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +0 -16
  330. package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +0 -1
  331. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +0 -15
  332. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +0 -16
  333. package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +0 -1
  334. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +0 -15
  335. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +0 -16
  336. package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +0 -1
  337. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +0 -15
  338. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +0 -16
  339. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +0 -1
  340. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +0 -15
  341. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +0 -16
  342. package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +0 -1
  343. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.d.ts +0 -15
  344. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js +0 -16
  345. package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js.map +0 -1
  346. package/dist/components/Notifications/NotificationTypes/Credits/types.js +0 -2
  347. package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +0 -1
  348. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +0 -24
  349. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +0 -25
  350. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +0 -1
  351. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +0 -13
  352. package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +0 -1
  353. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +0 -42
  354. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +0 -1
  355. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +0 -14
  356. package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +0 -1
  357. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +0 -24
  358. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +0 -25
  359. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +0 -1
  360. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +0 -24
  361. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +0 -25
  362. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +0 -1
  363. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +0 -24
  364. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +0 -25
  365. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +0 -1
  366. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +0 -24
  367. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +0 -25
  368. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +0 -1
  369. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +0 -33
  370. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +0 -34
  371. package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +0 -1
  372. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +0 -27
  373. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +0 -28
  374. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +0 -1
  375. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +0 -33
  376. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +0 -34
  377. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +0 -1
  378. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +0 -24
  379. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +0 -25
  380. package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +0 -1
  381. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +0 -24
  382. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +0 -25
  383. package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +0 -1
  384. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +0 -24
  385. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +0 -25
  386. package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +0 -1
  387. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +0 -24
  388. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +0 -25
  389. package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +0 -1
  390. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +0 -24
  391. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +0 -25
  392. package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +0 -1
  393. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +0 -15
  394. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +0 -7
  395. package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +0 -1
  396. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +0 -24
  397. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +0 -25
  398. package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +0 -1
  399. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +0 -15
  400. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +0 -16
  401. package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +0 -1
  402. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +0 -15
  403. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +0 -16
  404. package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +0 -1
  405. package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +0 -10
  406. package/dist/components/Notifications/NotificationTypes/Referral/types.js +0 -2
  407. package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +0 -1
  408. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +0 -24
  409. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +0 -25
  410. package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +0 -1
  411. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +0 -24
  412. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +0 -25
  413. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +0 -1
  414. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +0 -24
  415. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +0 -25
  416. package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +0 -1
  417. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +0 -24
  418. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +0 -25
  419. package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +0 -1
  420. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +0 -24
  421. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +0 -25
  422. package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +0 -1
  423. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +0 -24
  424. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +0 -25
  425. package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +0 -1
  426. package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +0 -17
  427. package/dist/components/Notifications/NotificationTypes/Reward/types.js +0 -2
  428. package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +0 -1
  429. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +0 -15
  430. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +0 -16
  431. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +0 -1
  432. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +0 -15
  433. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +0 -16
  434. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +0 -1
  435. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +0 -15
  436. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +0 -16
  437. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +0 -1
  438. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +0 -15
  439. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +0 -16
  440. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +0 -1
  441. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +0 -15
  442. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +0 -16
  443. package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +0 -1
  444. package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +0 -10
  445. package/dist/components/Notifications/NotificationTypes/Streaming/types.js +0 -2
  446. package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +0 -1
  447. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.d.ts +0 -15
  448. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js +0 -16
  449. package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map +0 -1
  450. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +0 -15
  451. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +0 -16
  452. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +0 -1
  453. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +0 -24
  454. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +0 -25
  455. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +0 -1
  456. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +0 -27
  457. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +0 -28
  458. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +0 -1
  459. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +0 -24
  460. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +0 -25
  461. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +0 -1
  462. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +0 -24
  463. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +0 -25
  464. package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +0 -1
  465. package/dist/components/Notifications/Notifications.js.map +0 -1
  466. package/dist/components/Notifications/NotificationsFeed.i18n.js.map +0 -1
  467. package/dist/components/Notifications/NotificationsFeed.js.map +0 -1
  468. package/dist/components/Notifications/NotificationsFeed.styled.js.map +0 -1
  469. package/dist/components/Notifications/NotificationsFeed.types.js.map +0 -1
  470. package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +0 -1
  471. package/dist/components/Notifications/NotificationsFeedTabs.js.map +0 -1
  472. package/dist/components/Notifications/NotificationsFeedTabs.styled.js +0 -58
  473. package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +0 -1
  474. package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +0 -1
  475. package/dist/components/Notifications/types.d.ts +0 -170
  476. package/dist/components/Notifications/types.js +0 -7
  477. package/dist/components/Notifications/types.js.map +0 -1
  478. /package/dist/components/Notifications/{NotificationItem.d.ts → NotificationItem/NotificationItem.d.ts} +0 -0
  479. /package/dist/components/Notifications/{NotificationItem.types.js → NotificationItem/NotificationItem.types.js} +0 -0
  480. /package/dist/components/Notifications/{NotificationItemImage.d.ts → NotificationItemImage/NotificationItemImage.d.ts} +0 -0
  481. /package/dist/components/Notifications/{NotificationItemImage.js → NotificationItemImage/NotificationItemImage.js} +0 -0
  482. /package/dist/components/Notifications/{NotificationItemImage.styled.d.ts → NotificationItemImage/NotificationItemImage.styled.d.ts} +0 -0
  483. /package/dist/components/Notifications/{NotificationItemImage.types.d.ts → NotificationItemImage/NotificationItemImage.types.d.ts} +0 -0
  484. /package/dist/components/Notifications/{NotificationItemImage.types.js → NotificationItemImage/NotificationItemImage.types.js} +0 -0
  485. /package/dist/components/Notifications/{NotificationItemNFTLink.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.d.ts} +0 -0
  486. /package/dist/components/Notifications/{NotificationItemNFTLink.js → NotificationItemNFTLink/NotificationItemNFTLink.js} +0 -0
  487. /package/dist/components/Notifications/{NotificationItemNFTLink.styled.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts} +0 -0
  488. /package/dist/components/Notifications/{NotificationItemNFTLink.types.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts} +0 -0
  489. /package/dist/components/Notifications/{NotificationItemNFTLink.types.js → NotificationItemNFTLink/NotificationItemNFTLink.types.js} +0 -0
  490. /package/dist/components/Notifications/{NotificationsFeed.d.ts → NotificationsFeed/NotificationsFeed.d.ts} +0 -0
  491. /package/dist/components/Notifications/{NotificationsFeed.i18n.d.ts → NotificationsFeed/NotificationsFeed.i18n.d.ts} +0 -0
  492. /package/dist/components/Notifications/{NotificationsFeed.i18n.js → NotificationsFeed/NotificationsFeed.i18n.js} +0 -0
  493. /package/dist/components/Notifications/{NotificationsFeed.types.js → NotificationsFeed/NotificationsFeed.types.js} +0 -0
  494. /package/dist/components/Notifications/{NotificationsFeedTabs.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.d.ts} +0 -0
  495. /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.i18n.d.ts} +0 -0
  496. /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.js → NotificationsFeedTabs/NotificationsFeedTabs.i18n.js} +0 -0
  497. /package/dist/components/Notifications/{NotificationsFeedTabs.types.js → NotificationsFeedTabs/NotificationsFeedTabs.types.js} +0 -0
  498. /package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts} +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"GovernanceCoauthorRequestedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EACH,mGAAmG;YACrG,SAAS,EAAE,MAAM;SAClB;QACD,KAAK,EAAE,4BAA4B;KACpC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EACH,4FAA4F;YAC9F,SAAS,EAAE,MAAM;SAClB;QACD,KAAK,EAAE,wBAAwB;KAChC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,yBAAyB;YAChC,SAAS,EAAE,SAAS;SACrB;QACD,KAAK,EAAE,UAAU;KAClB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- link_text: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- start: string;
12
- link_text: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- start: string;
19
- link_text: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };
@@ -1,25 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "Engage in a productive conversation by replying to",
5
- link_text: "this comment",
6
- },
7
- title: "New comment on your update for your project",
8
- },
9
- es: {
10
- description: {
11
- start: "Participe en una conversación productiva respondiendo a",
12
- link_text: "este comentario",
13
- },
14
- title: "Nuevo comentario en la actualización del proyecto",
15
- },
16
- zh: {
17
- description: {
18
- start: "进行富有成效的对话",
19
- link_text: "回复此评论",
20
- },
21
- title: "您的更新收到了新评论",
22
- },
23
- };
24
- export { i18n };
25
- //# sourceMappingURL=GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GovernanceNewCommentOnProjectUpdateNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,oDAAoD;YAC3D,SAAS,EAAE,cAAc;SAC1B;QACD,KAAK,EAAE,6CAA6C;KACrD;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,yDAAyD;YAChE,SAAS,EAAE,iBAAiB;SAC7B;QACD,KAAK,EAAE,mDAAmD;KAC3D;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,WAAW;YAClB,SAAS,EAAE,OAAO;SACnB;QACD,KAAK,EAAE,YAAY;KACpB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- link_text: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- start: string;
12
- link_text: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- start: string;
19
- link_text: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };
@@ -1,25 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "Engage in a productive conversation by replying to",
5
- link_text: "this comment",
6
- },
7
- title: "New comment on your update for your project",
8
- },
9
- es: {
10
- description: {
11
- start: "Participe en una conversación productiva respondiendo a",
12
- link_text: "este comentario",
13
- },
14
- title: "Nuevo comentario en la actualización del proyecto",
15
- },
16
- zh: {
17
- description: {
18
- start: "进行富有成效的对话",
19
- link_text: "回复此评论",
20
- },
21
- title: "您的更新收到了新评论",
22
- },
23
- };
24
- export { i18n };
25
- //# sourceMappingURL=GovernanceNewCommentOnProposalNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GovernanceNewCommentOnProposalNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,oDAAoD;YAC3D,SAAS,EAAE,cAAc;SAC1B;QACD,KAAK,EAAE,6CAA6C;KACrD;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,yDAAyD;YAChE,SAAS,EAAE,iBAAiB;SAC7B;QACD,KAAK,EAAE,mDAAmD;KAC3D;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,WAAW;YAClB,SAAS,EAAE,OAAO;SACnB;QACD,KAAK,EAAE,YAAY;KACpB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,33 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- link_text: string;
6
- };
7
- title: {
8
- start: string;
9
- end: string;
10
- };
11
- };
12
- es: {
13
- description: {
14
- start: string;
15
- link_text: string;
16
- };
17
- title: {
18
- start: string;
19
- end: string;
20
- };
21
- };
22
- zh: {
23
- description: {
24
- start: string;
25
- link_text: string;
26
- };
27
- title: {
28
- start: string;
29
- end: string;
30
- };
31
- };
32
- };
33
- export { i18n };
@@ -1,34 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "Help to advance this idea by proposing potential solutions",
5
- link_text: "here",
6
- },
7
- title: {
8
- start: "The Pitch "",
9
- end: "" can now receive Tenders",
10
- },
11
- },
12
- es: {
13
- description: {
14
- start: "Ayuda a avanzar esta idea proponiendo soluciones potenciales",
15
- link_text: "aquí",
16
- },
17
- title: {
18
- start: "La Convocatoria "",
19
- end: "" ahora puede recibir licitaciones",
20
- },
21
- },
22
- zh: {
23
- description: {
24
- start: "通过提出可能的解决方案来帮助推进这个想法",
25
- link_text: "这里",
26
- },
27
- title: {
28
- start: "投标邀请 "",
29
- end: "" 现在可以接收投标",
30
- },
31
- },
32
- };
33
- export { i18n };
34
- //# sourceMappingURL=GovernancePitchPassedNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GovernancePitchPassedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,4DAA4D;YACnE,SAAS,EAAE,MAAM;SAClB;QACD,KAAK,EAAE;YACL,KAAK,EAAE,kBAAkB;YACzB,GAAG,EAAE,gCAAgC;SACtC;KACF;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,8DAA8D;YACrE,SAAS,EAAE,MAAM;SAClB;QACD,KAAK,EAAE;YACL,KAAK,EAAE,wBAAwB;YAC/B,GAAG,EAAE,yCAAyC;SAC/C;KACF;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,sBAAsB;YAC7B,SAAS,EAAE,IAAI;SAChB;QACD,KAAK,EAAE;YACL,KAAK,EAAE,aAAa;YACpB,GAAG,EAAE,iBAAiB;SACvB;KACF;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,27 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- link_text: string;
6
- end: string;
7
- };
8
- title: string;
9
- };
10
- es: {
11
- description: {
12
- start: string;
13
- link_text: string;
14
- end: string;
15
- };
16
- title: string;
17
- };
18
- zh: {
19
- description: {
20
- start: string;
21
- link_text: string;
22
- end: string;
23
- };
24
- title: string;
25
- };
26
- };
27
- export { i18n };
@@ -1,28 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "Congratulations!",
5
- link_text: "Your Project",
6
- end: "has been successfully enacted and a funding Vesting Contract was created.",
7
- },
8
- title: "Your Project has been funded",
9
- },
10
- es: {
11
- description: {
12
- start: "Felicitaciones!",
13
- link_text: "Tu proyecto",
14
- end: "ha sido aprobado y un Vesting Contract de financiamiento fue creado.",
15
- },
16
- title: "Su proyecto ha sido financiado",
17
- },
18
- zh: {
19
- description: {
20
- start: "恭喜您!",
21
- link_text: "您的项目已成功立项",
22
- end: ",并签订了资金归属合同.",
23
- },
24
- title: "您的项目已获得资助",
25
- },
26
- };
27
- export { i18n };
28
- //# sourceMappingURL=GovernanceProposalEnactedNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GovernanceProposalEnactedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,kBAAkB;YACzB,SAAS,EAAE,cAAc;YACzB,GAAG,EAAE,2EAA2E;SACjF;QACD,KAAK,EAAE,8BAA8B;KACtC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,iBAAiB;YACxB,SAAS,EAAE,aAAa;YACxB,GAAG,EAAE,sEAAsE;SAC5E;QACD,KAAK,EAAE,gCAAgC;KACxC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,MAAM;YACb,SAAS,EAAE,WAAW;YACtB,GAAG,EAAE,cAAc;SACpB;QACD,KAAK,EAAE,WAAW;KACnB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,33 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- link_text: string;
6
- };
7
- title: {
8
- start: string;
9
- end: string;
10
- };
11
- };
12
- es: {
13
- description: {
14
- start: string;
15
- link_text: string;
16
- };
17
- title: {
18
- start: string;
19
- end: string;
20
- };
21
- };
22
- zh: {
23
- description: {
24
- start: string;
25
- link_text: string;
26
- };
27
- title: {
28
- start: string;
29
- end: string;
30
- };
31
- };
32
- };
33
- export { i18n };
@@ -1,34 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "If think you can tackle this solution, propose a Project and get funding from the DAO",
5
- link_text: "here",
6
- },
7
- title: {
8
- start: "The Tender "",
9
- end: "" can now receive Bid Projects",
10
- },
11
- },
12
- es: {
13
- description: {
14
- start: "Si crees que puedes abordar esta solución, propón un proyecto y obtén financiación del DAO",
15
- link_text: "aquí",
16
- },
17
- title: {
18
- start: "La Licitación "",
19
- end: "" ahora puede recibir Proyectos de Oferta",
20
- },
21
- },
22
- zh: {
23
- description: {
24
- start: "如果您认为可以解决这个问题,请提出一个项目并从DAO获得资金支持",
25
- link_text: "这里",
26
- },
27
- title: {
28
- start: "投标 "",
29
- end: "" 现在可以接收项目投标",
30
- },
31
- },
32
- };
33
- export { i18n };
34
- //# sourceMappingURL=GovernanceTenderPassedNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GovernanceTenderPassedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EACH,uFAAuF;YACzF,SAAS,EAAE,MAAM;SAClB;QACD,KAAK,EAAE;YACL,KAAK,EAAE,mBAAmB;YAC1B,GAAG,EAAE,qCAAqC;SAC3C;KACF;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EACH,4FAA4F;YAC9F,SAAS,EAAE,MAAM;SAClB;QACD,KAAK,EAAE;YACL,KAAK,EAAE,sBAAsB;YAC7B,GAAG,EAAE,gDAAgD;SACtD;KACF;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,kCAAkC;YACzC,SAAS,EAAE,IAAI;SAChB;QACD,KAAK,EAAE;YACL,KAAK,EAAE,WAAW;YAClB,GAAG,EAAE,mBAAmB;SACzB;KACF;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- end: string;
5
- link_text: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- end: string;
12
- link_text: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- end: string;
19
- link_text: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };
@@ -1,25 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- end: "of the proposal you participated in as a voter. Your input matters!",
5
- link_text: "Discover the results",
6
- },
7
- title: "Voting ended on a proposal you voted on",
8
- },
9
- es: {
10
- description: {
11
- end: "de la propuesta en la que participaste como votante. Tu opinion es importante!",
12
- link_text: "Descubre los resultados",
13
- },
14
- title: "La votacion ha finalizado en una propuesta que votaste",
15
- },
16
- zh: {
17
- description: {
18
- end: "这是您作为选民参与的提案。您的意见很重要!",
19
- link_text: "输入这些结果",
20
- },
21
- title: "您已投票的提案投票结束",
22
- },
23
- };
24
- export { i18n };
25
- //# sourceMappingURL=GovernanceVotingEndedVoterNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GovernanceVotingEndedVoterNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,GAAG,EAAE,qEAAqE;YAC1E,SAAS,EAAE,sBAAsB;SAClC;QACD,KAAK,EAAE,yCAAyC;KACjD;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,GAAG,EAAE,gFAAgF;YACrF,SAAS,EAAE,yBAAyB;SACrC;QACD,KAAK,EAAE,wDAAwD;KAChE;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,GAAG,EAAE,uBAAuB;YAC5B,SAAS,EAAE,QAAQ;SACpB;QACD,KAAK,EAAE,aAAa;KACrB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- end: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- start: string;
12
- end: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- start: string;
19
- end: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };
@@ -1,25 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "The rent on your LAND at",
5
- end: "has ended",
6
- },
7
- title: "Rent Period Ended",
8
- },
9
- es: {
10
- description: {
11
- start: "El alquiler de su LAND en",
12
- end: "ha terminado",
13
- },
14
- title: "Período de alquiler finalizado",
15
- },
16
- zh: {
17
- description: {
18
- start: "土地上的租金",
19
- end: "结束了",
20
- },
21
- title: "租金期结束",
22
- },
23
- };
24
- export { i18n };
25
- //# sourceMappingURL=LandRentalEndedNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LandRentalEndedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,0BAA0B;YACjC,GAAG,EAAE,WAAW;SACjB;QACD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,2BAA2B;YAClC,GAAG,EAAE,cAAc;SACpB;QACD,KAAK,EAAE,gCAAgC;KACxC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,QAAQ;YACf,GAAG,EAAE,KAAK;SACX;QACD,KAAK,EAAE,OAAO;KACf;CACF,CAAA;AACD,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- end: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- start: string;
12
- end: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- start: string;
19
- end: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };
@@ -1,25 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "The rent on your LAND at",
5
- end: "was rented by",
6
- },
7
- title: "LAND Rented",
8
- },
9
- es: {
10
- description: {
11
- start: "La renta de tu LAND en",
12
- end: "fue alquilada por",
13
- },
14
- title: "LAND alquilada",
15
- },
16
- zh: {
17
- description: {
18
- start: "你的土地",
19
- end: "租了",
20
- },
21
- title: "租用的土地",
22
- },
23
- };
24
- export { i18n };
25
- //# sourceMappingURL=LandRentedNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LandRentedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,0BAA0B;YACjC,GAAG,EAAE,eAAe;SACrB;QACD,KAAK,EAAE,aAAa;KACrB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,wBAAwB;YAC/B,GAAG,EAAE,mBAAmB;SACzB;QACD,KAAK,EAAE,gBAAgB;KACxB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,MAAM;YACb,GAAG,EAAE,IAAI;SACV;QACD,KAAK,EAAE,OAAO;KACf;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- middle: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- start: string;
12
- middle: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- start: string;
19
- middle: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };
@@ -1,25 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "Your offer of",
5
- middle: "was accepted for",
6
- },
7
- title: "Offer Accepted",
8
- },
9
- es: {
10
- description: {
11
- start: "Tu oferta de",
12
- middle: "fue aceptada para",
13
- },
14
- title: "Oferta aceptada",
15
- },
16
- zh: {
17
- description: {
18
- start: "您的出价",
19
- middle: "已被接受",
20
- },
21
- title: "接受报价",
22
- },
23
- };
24
- export { i18n };
25
- //# sourceMappingURL=BidAcceptedNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BidAcceptedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,eAAe;YACtB,MAAM,EAAE,kBAAkB;SAC3B;QACD,KAAK,EAAE,gBAAgB;KACxB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,cAAc;YACrB,MAAM,EAAE,mBAAmB;SAC5B;QACD,KAAK,EAAE,iBAAiB;KACzB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;SACf;QACD,KAAK,EAAE,MAAM;KACd;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- middle: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- start: string;
12
- middle: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- start: string;
19
- middle: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };
@@ -1,25 +0,0 @@
1
- const i18n = {
2
- en: {
3
- description: {
4
- start: "You received an offer of",
5
- middle: "for",
6
- },
7
- title: "Offer Received",
8
- },
9
- es: {
10
- description: {
11
- start: "Recibiste una oferta de",
12
- middle: "para",
13
- },
14
- title: "Oferta recibida",
15
- },
16
- zh: {
17
- description: {
18
- start: "您的出价",
19
- middle: "已被接受",
20
- },
21
- title: "收到报价",
22
- },
23
- };
24
- export { i18n };
25
- //# sourceMappingURL=BidReceivedNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BidReceivedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,0BAA0B;YACjC,MAAM,EAAE,KAAK;SACd;QACD,KAAK,EAAE,gBAAgB;KACxB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,yBAAyB;YAChC,MAAM,EAAE,MAAM;SACf;QACD,KAAK,EAAE,iBAAiB;KACzB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,MAAM;YACb,MAAM,EAAE,MAAM;SACf;QACD,KAAK,EAAE,MAAM;KACd;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,15 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: string;
4
- title: string;
5
- };
6
- es: {
7
- description: string;
8
- title: string;
9
- };
10
- zh: {
11
- description: string;
12
- title: string;
13
- };
14
- };
15
- export { i18n };
@@ -1,7 +0,0 @@
1
- const i18n = {
2
- en: { description: "Someone just bought your ", title: "Item Sold" },
3
- es: { description: "Alguien acaba de comprar tu ", title: "Item vendido" },
4
- zh: { description: "有人刚买了你的 ", title: "已售商品" },
5
- };
6
- export { i18n };
7
- //# sourceMappingURL=ItemSoldNotification.i18n.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemSoldNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE,EAAE,WAAW,EAAE,2BAA2B,EAAE,KAAK,EAAE,WAAW,EAAE;IACpE,EAAE,EAAE,EAAE,WAAW,EAAE,8BAA8B,EAAE,KAAK,EAAE,cAAc,EAAE;IAC1E,EAAE,EAAE,EAAE,WAAW,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE;CAC/C,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
@@ -1,24 +0,0 @@
1
- declare const i18n: {
2
- en: {
3
- description: {
4
- start: string;
5
- middle: string;
6
- };
7
- title: string;
8
- };
9
- es: {
10
- description: {
11
- start: string;
12
- middle: string;
13
- };
14
- title: string;
15
- };
16
- zh: {
17
- description: {
18
- start: string;
19
- middle: string;
20
- };
21
- title: string;
22
- };
23
- };
24
- export { i18n };