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.
- package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.styled.d.ts → NotificationItem/NotificationItem.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +61 -0
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.types.d.ts → NotificationItem/NotificationItem.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +18 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js +11 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationItem/index.js +3 -0
- package/dist/components/Notifications/NotificationItem/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +26 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +85 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +86 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -6
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +8 -9
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +10 -8
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.d.ts +65 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.i18n.js → Events.i18n.js} +26 -3
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartedNotification.d.ts → EventsStartedNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.d.ts → EventsStartsSoonNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +206 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +207 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js +10 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.d.ts +47 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +48 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.d.ts +84 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +76 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +5 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.d.ts +29 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +30 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +139 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +140 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +71 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +72 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +5 -6
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/{GiftNotification.i18n.js → Transfer.i18n.js} +3 -3
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +110 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +111 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +10 -9
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +8 -7
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
- package/dist/components/Notifications/Notifications.stories.d.ts +1 -1
- package/dist/components/Notifications/Notifications.stories.js +2 -2
- package/dist/components/Notifications/Notifications.stories.js.map +1 -1
- package/dist/components/Notifications/Notifications.styled.d.ts +1 -13
- package/dist/components/Notifications/Notifications.styled.js +1 -70
- package/dist/components/Notifications/Notifications.styled.js.map +1 -1
- package/dist/components/Notifications/Notifications.types.d.ts +167 -14
- package/dist/components/Notifications/Notifications.types.js +6 -1
- package/dist/components/Notifications/Notifications.types.js.map +1 -1
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.js → NotificationsFeed/NotificationsFeed.js} +3 -3
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.styled.d.ts → NotificationsFeed/NotificationsFeed.styled.d.ts} +2 -2
- package/dist/components/Notifications/{NotificationsFeed.styled.js → NotificationsFeed/NotificationsFeed.styled.js} +19 -18
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.types.d.ts → NotificationsFeed/NotificationsFeed.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.js → NotificationsFeedTabs/NotificationsFeedTabs.js} +5 -5
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.styled.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +56 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.types.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js.map +1 -0
- package/dist/components/Notifications/{Notifications.js → NotificationsToggle/Notifications.js} +2 -2
- package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.d.ts +13 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +66 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js.map +1 -0
- package/dist/components/Notifications/index.d.ts +4 -4
- package/dist/components/Notifications/index.js +2 -2
- package/dist/components/Notifications/index.js.map +1 -1
- package/dist/components/Notifications/utils.d.ts +1 -1
- package/dist/components/Notifications/utils.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +1 -1
- package/dist/data/notifications.d.ts +2 -2
- package/package.json +2 -2
- package/dist/components/Notifications/NotificationItem.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.styled.js +0 -63
- package/dist/components/Notifications/NotificationItem.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.styled.js +0 -29
- package/dist/components/Notifications/NotificationItemImage.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js +0 -11
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +0 -13
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +0 -42
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +0 -14
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +0 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Referral/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +0 -17
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/Notifications.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.types.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js +0 -58
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +0 -1
- package/dist/components/Notifications/types.d.ts +0 -170
- package/dist/components/Notifications/types.js +0 -7
- package/dist/components/Notifications/types.js.map +0 -1
- /package/dist/components/Notifications/{NotificationItem.d.ts → NotificationItem/NotificationItem.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItem.types.js → NotificationItem/NotificationItem.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.d.ts → NotificationItemImage/NotificationItemImage.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.js → NotificationItemImage/NotificationItemImage.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.styled.d.ts → NotificationItemImage/NotificationItemImage.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.d.ts → NotificationItemImage/NotificationItemImage.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.js → NotificationItemImage/NotificationItemImage.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.js → NotificationItemNFTLink/NotificationItemNFTLink.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.styled.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.js → NotificationItemNFTLink/NotificationItemNFTLink.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.d.ts → NotificationsFeed/NotificationsFeed.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.d.ts → NotificationsFeed/NotificationsFeed.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.js → NotificationsFeed/NotificationsFeed.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.types.js → NotificationsFeed/NotificationsFeed.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.js → NotificationsFeedTabs/NotificationsFeedTabs.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.types.js → NotificationsFeedTabs/NotificationsFeedTabs.types.js} +0 -0
- /package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts} +0 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const landRentalEndedI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: {
|
|
4
|
+
readonly start: "The rent on your LAND at";
|
|
5
|
+
readonly end: "has ended";
|
|
6
|
+
};
|
|
7
|
+
readonly title: "Rent Period Ended";
|
|
8
|
+
};
|
|
9
|
+
readonly es: {
|
|
10
|
+
readonly description: {
|
|
11
|
+
readonly start: "El alquiler de su LAND en";
|
|
12
|
+
readonly end: "ha terminado";
|
|
13
|
+
};
|
|
14
|
+
readonly title: "Período de alquiler finalizado";
|
|
15
|
+
};
|
|
16
|
+
readonly zh: {
|
|
17
|
+
readonly description: {
|
|
18
|
+
readonly start: "土地上的租金";
|
|
19
|
+
readonly end: "结束了";
|
|
20
|
+
};
|
|
21
|
+
readonly title: "租金期结束";
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
declare const landRentedI18n: {
|
|
25
|
+
readonly en: {
|
|
26
|
+
readonly description: {
|
|
27
|
+
readonly start: "The rent on your LAND at";
|
|
28
|
+
readonly end: "was rented by";
|
|
29
|
+
};
|
|
30
|
+
readonly title: "LAND Rented";
|
|
31
|
+
};
|
|
32
|
+
readonly es: {
|
|
33
|
+
readonly description: {
|
|
34
|
+
readonly start: "La renta de tu LAND en";
|
|
35
|
+
readonly end: "fue alquilada por";
|
|
36
|
+
};
|
|
37
|
+
readonly title: "LAND alquilada";
|
|
38
|
+
};
|
|
39
|
+
readonly zh: {
|
|
40
|
+
readonly description: {
|
|
41
|
+
readonly start: "你的土地";
|
|
42
|
+
readonly end: "租了";
|
|
43
|
+
};
|
|
44
|
+
readonly title: "租用的土地";
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
export { landRentalEndedI18n, landRentedI18n };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
const landRentalEndedI18n = {
|
|
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
|
+
const landRentedI18n = {
|
|
25
|
+
en: {
|
|
26
|
+
description: {
|
|
27
|
+
start: "The rent on your LAND at",
|
|
28
|
+
end: "was rented by",
|
|
29
|
+
},
|
|
30
|
+
title: "LAND Rented",
|
|
31
|
+
},
|
|
32
|
+
es: {
|
|
33
|
+
description: {
|
|
34
|
+
start: "La renta de tu LAND en",
|
|
35
|
+
end: "fue alquilada por",
|
|
36
|
+
},
|
|
37
|
+
title: "LAND alquilada",
|
|
38
|
+
},
|
|
39
|
+
zh: {
|
|
40
|
+
description: {
|
|
41
|
+
start: "你的土地",
|
|
42
|
+
end: "租了",
|
|
43
|
+
},
|
|
44
|
+
title: "租用的土地",
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
export { landRentalEndedI18n, landRentedI18n };
|
|
48
|
+
//# sourceMappingURL=Land.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Land.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/Land.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,mBAAmB,GAAG;IAC1B,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;CACO,CAAA;AAEV,MAAM,cAAc,GAAG;IACrB,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;CACO,CAAA;AAEV,OAAO,EAAE,mBAAmB,EAAE,cAAc,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, LandRentalEndedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, LandRentalEndedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const LandRentalEndedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<LandRentalEndedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { LandRentalEndedNotification };
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { landRentalEndedI18n } from "./Land.i18n";
|
|
4
4
|
import { RentPeriodEndingIcon } from "../../../Icon";
|
|
5
5
|
import { IconBadge, IconBadgeIcon } from "../../../IconBadge";
|
|
6
|
-
import {
|
|
7
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
8
7
|
const LandRentalEndedNotification = React.memo((props) => {
|
|
9
8
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
9
|
+
return (_jsx(NotificationItemText, { image: _jsx(RentPeriodEndingIcon, {}), locale: locale, notification: notification, title: landRentalEndedI18n[locale].title, description: _jsxs(_Fragment, { children: [landRentalEndedI18n[locale].description.start, " ", _jsx(IconBadge, { inline: true, icon: IconBadgeIcon.Places, text: notification.metadata.land, onClick: () => window.open(notification.metadata.link, "_blank") }), " ", landRentalEndedI18n[locale].description.end] }) }));
|
|
11
10
|
});
|
|
12
11
|
export { LandRentalEndedNotification };
|
|
13
12
|
//# sourceMappingURL=LandRentalEndedNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LandRentalEndedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"LandRentalEndedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AACjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAM7D,MAAM,2BAA2B,GAAG,KAAK,CAAC,IAAI,CAC5C,CAAC,KAAgE,EAAE,EAAE;IACnE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,oBAAoB,KAAG,EAC/B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,mBAAmB,CAAC,MAAM,CAAC,CAAC,KAAK,EACxC,WAAW,EACT,8BACG,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EACnD,KAAC,SAAS,IACR,MAAM,QACN,IAAI,EAAE,aAAa,CAAC,MAAM,EAC1B,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,EAChC,OAAO,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,GAChE,EAAC,GAAG,EACL,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,GAAG,IAC3C,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,2BAA2B,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, LandRentedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, LandRentedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const LandRentedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<LandRentedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { LandRentedNotification };
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { landRentedI18n } from "./Land.i18n";
|
|
4
4
|
import { LandRentedIcon } from "../../../Icon";
|
|
5
5
|
import { IconBadge, IconBadgeIcon } from "../../../IconBadge";
|
|
6
|
-
import {
|
|
7
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
8
7
|
const LandRentedNotification = React.memo((props) => {
|
|
9
8
|
const { notification, locale, renderProfile } = props;
|
|
10
9
|
const tenant = renderProfile
|
|
11
10
|
? renderProfile(notification.metadata.tenant)
|
|
12
11
|
: notification.metadata.tenant;
|
|
13
|
-
return (
|
|
12
|
+
return (_jsx(NotificationItemText, { image: _jsx(LandRentedIcon, {}), locale: locale, notification: notification, title: landRentedI18n[locale].title, description: _jsxs(_Fragment, { children: [landRentedI18n[locale].description.start, " ", _jsx(IconBadge, { inline: true, icon: IconBadgeIcon.Places, text: notification.metadata.land, onClick: () => window.open(notification.metadata.link, "_blank") }), " ", landRentedI18n[locale].description.end, " ", tenant] }) }));
|
|
14
13
|
});
|
|
15
14
|
export { LandRentedNotification };
|
|
16
15
|
//# sourceMappingURL=LandRentedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LandRentedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/LandRentedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"LandRentedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/LandRentedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAM7D,MAAM,sBAAsB,GAAG,KAAK,CAAC,IAAI,CACvC,CAAC,KAA2D,EAAE,EAAE;IAC9D,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAA;IAErD,MAAM,MAAM,GAAG,aAAa;QAC1B,CAAC,CAAC,aAAa,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAE;QAC9C,CAAC,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAA;IAChC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,cAAc,KAAG,EACzB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,cAAc,CAAC,MAAM,CAAC,CAAC,KAAK,EACnC,WAAW,EACT,8BACG,cAAc,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAC9C,KAAC,SAAS,IACR,MAAM,QACN,IAAI,EAAE,aAAa,CAAC,MAAM,EAC1B,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,EAChC,OAAO,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,IAAI,EAAE,QAAQ,CAAC,GAChE,EAAC,GAAG,EACL,cAAc,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,GAAG,OAAG,MAAM,IAC/C,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Land/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { BidAcceptedNotificationProps, CommonNotificationProps } from "../../types";
|
|
2
|
+
import { BidAcceptedNotificationProps, CommonNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const BidAcceptedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<BidAcceptedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { BidAcceptedNotification };
|
package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Network } from "@dcl/schemas";
|
|
4
4
|
import { useTheme } from "@mui/material";
|
|
5
|
-
import {
|
|
5
|
+
import { bidAcceptedI18n } from "./Marketplace.i18n";
|
|
6
6
|
import { BidAcceptedIcon } from "../../../Icon";
|
|
7
7
|
import { Mana } from "../../../Mana";
|
|
8
|
-
import {
|
|
9
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
8
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
10
9
|
import { NotificationItemNFTLink } from "../../NotificationItemNFTLink";
|
|
11
10
|
import { formatMana, getBGColorByRarity } from "../../utils";
|
|
12
11
|
const BidAcceptedNotification = React.memo((props) => {
|
|
13
12
|
const { notification, locale } = props;
|
|
14
13
|
const theme = useTheme();
|
|
15
|
-
return (
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
return (_jsx(NotificationItemText, { image: notification.metadata.image, imageBackgroundColor: getBGColorByRarity(notification.metadata.rarity), badgeIcon: _jsx(BidAcceptedIcon, {}), locale: locale, notification: notification, title: bidAcceptedI18n[locale].title, description: _jsxs(_Fragment, { children: [bidAcceptedI18n[locale].description.start, " ", _jsx(Mana, { inline: true, network: notification.metadata.network === "polygon"
|
|
15
|
+
? Network.MATIC
|
|
16
|
+
: Network.ETHEREUM, color: theme.palette.text.secondary, children: formatMana(notification.metadata.price) }), " ", bidAcceptedI18n[locale].description.middle, " ", _jsx(NotificationItemNFTLink, { name: notification.metadata.nftName, rarity: notification.metadata.rarity, link: notification.metadata.link })] }) }));
|
|
18
17
|
});
|
|
19
18
|
export { BidAcceptedNotification };
|
|
20
19
|
//# sourceMappingURL=BidAcceptedNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BidAcceptedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"BidAcceptedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAKvE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAE5D,MAAM,uBAAuB,GAAG,KAAK,CAAC,IAAI,CACxC,CAAC,KAA4D,EAAE,EAAE;IAC/D,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAA;IACxB,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,KAAK,EAClC,oBAAoB,EAAE,kBAAkB,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,EACtE,SAAS,EAAE,KAAC,eAAe,KAAG,EAC9B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC,KAAK,EACpC,WAAW,EACT,8BACG,eAAe,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAC/C,KAAC,IAAI,IACH,MAAM,QACN,OAAO,EACL,YAAY,CAAC,QAAQ,CAAC,OAAO,KAAK,SAAS;wBACzC,CAAC,CAAC,OAAO,CAAC,KAAK;wBACf,CAAC,CAAC,OAAO,CAAC,QAAQ,EAEtB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,YAElC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,GACnC,EAAC,GAAG,EACV,eAAe,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,MAAM,EAAE,GAAG,EAChD,KAAC,uBAAuB,IACtB,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,EACnC,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,MAAM,EACpC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,GAChC,IACD,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { BidReceivedNotificationProps, CommonNotificationProps } from "../../types";
|
|
2
|
+
import { BidReceivedNotificationProps, CommonNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const BidReceivedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<BidReceivedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { BidReceivedNotification };
|
package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Network } from "@dcl/schemas";
|
|
4
4
|
import { useTheme } from "@mui/material";
|
|
5
|
-
import {
|
|
5
|
+
import { bidReceivedI18n } from "./Marketplace.i18n";
|
|
6
6
|
import { BidAcceptedIcon } from "../../../Icon";
|
|
7
7
|
import { Mana } from "../../../Mana";
|
|
8
|
-
import {
|
|
9
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
8
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
10
9
|
import { NotificationItemNFTLink } from "../../NotificationItemNFTLink";
|
|
11
10
|
import { formatMana, getBGColorByRarity } from "../../utils";
|
|
12
11
|
const BidReceivedNotification = React.memo((props) => {
|
|
13
12
|
const { notification, locale } = props;
|
|
14
13
|
const theme = useTheme();
|
|
15
|
-
return (
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
return (_jsx(NotificationItemText, { image: notification.metadata.image, imageBackgroundColor: getBGColorByRarity(notification.metadata.rarity), badgeIcon: _jsx(BidAcceptedIcon, {}), locale: locale, notification: notification, title: bidReceivedI18n[locale].title, description: _jsxs(_Fragment, { children: [bidReceivedI18n[locale].description.start, " ", _jsx(Mana, { inline: true, network: notification.metadata.network === "polygon"
|
|
15
|
+
? Network.MATIC
|
|
16
|
+
: Network.ETHEREUM, color: theme.palette.text.secondary, children: formatMana(notification.metadata.price) }), " ", bidReceivedI18n[locale].description.middle, " ", _jsx(NotificationItemNFTLink, { name: notification.metadata.nftName, rarity: notification.metadata.rarity, link: notification.metadata.link })] }) }));
|
|
18
17
|
});
|
|
19
18
|
export { BidReceivedNotification };
|
|
20
19
|
//# sourceMappingURL=BidReceivedNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BidReceivedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"BidReceivedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAKvE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAE5D,MAAM,uBAAuB,GAAG,KAAK,CAAC,IAAI,CACxC,CAAC,KAA4D,EAAE,EAAE;IAC/D,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAA;IACxB,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,KAAK,EAClC,oBAAoB,EAAE,kBAAkB,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,EACtE,SAAS,EAAE,KAAC,eAAe,KAAG,EAC9B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,eAAe,CAAC,MAAM,CAAC,CAAC,KAAK,EACpC,WAAW,EACT,8BACG,eAAe,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAC/C,KAAC,IAAI,IACH,MAAM,QACN,OAAO,EACL,YAAY,CAAC,QAAQ,CAAC,OAAO,KAAK,SAAS;wBACzC,CAAC,CAAC,OAAO,CAAC,KAAK;wBACf,CAAC,CAAC,OAAO,CAAC,QAAQ,EAEtB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,YAElC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,GACnC,EAAC,GAAG,EACV,eAAe,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,MAAM,EAAE,GAAG,EAChD,KAAC,uBAAuB,IACtB,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,EACnC,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,MAAM,EACpC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,GAChC,IACD,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, ItemSoldNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, ItemSoldNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const ItemSoldNotification: React.MemoExoticComponent<(props: CommonNotificationProps<ItemSoldNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { ItemSoldNotification };
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { itemSoldI18n } from "./Marketplace.i18n";
|
|
4
4
|
import { ItemSoldIcon } from "../../../Icon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
import { NotificationItemNFTLink } from "../../NotificationItemNFTLink";
|
|
8
7
|
import { getBGColorByRarity } from "../../utils";
|
|
9
8
|
const ItemSoldNotification = React.memo((props) => {
|
|
10
9
|
const { notification, locale } = props;
|
|
11
|
-
return (
|
|
10
|
+
return (_jsx(NotificationItemText, { image: notification.metadata.image, imageBackgroundColor: getBGColorByRarity(notification.metadata.rarity), badgeIcon: _jsx(ItemSoldIcon, {}), locale: locale, notification: notification, title: itemSoldI18n[locale].title, description: _jsxs(_Fragment, { children: [itemSoldI18n[locale].description, " ", _jsx(NotificationItemNFTLink, { rarity: notification.metadata.rarity, name: notification.metadata.nftName, link: notification.metadata.link })] }) }));
|
|
12
11
|
});
|
|
13
12
|
export { ItemSoldNotification };
|
|
14
13
|
//# sourceMappingURL=ItemSoldNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemSoldNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ItemSoldNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAKvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAEhD,MAAM,oBAAoB,GAAG,KAAK,CAAC,IAAI,CACrC,CAAC,KAAyD,EAAE,EAAE;IAC5D,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,KAAK,EAClC,oBAAoB,EAAE,kBAAkB,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,EACtE,SAAS,EAAE,KAAC,YAAY,KAAG,EAC3B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC,KAAK,EACjC,WAAW,EACT,8BACG,YAAY,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,GAAG,EACtC,KAAC,uBAAuB,IACtB,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,MAAM,EACpC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,EACnC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,GAChC,IACD,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,oBAAoB,EAAE,CAAA"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
declare const bidAcceptedI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: {
|
|
4
|
+
readonly start: "Your offer of";
|
|
5
|
+
readonly middle: "was accepted for";
|
|
6
|
+
};
|
|
7
|
+
readonly title: "Offer Accepted";
|
|
8
|
+
};
|
|
9
|
+
readonly es: {
|
|
10
|
+
readonly description: {
|
|
11
|
+
readonly start: "Tu oferta de";
|
|
12
|
+
readonly middle: "fue aceptada para";
|
|
13
|
+
};
|
|
14
|
+
readonly title: "Oferta aceptada";
|
|
15
|
+
};
|
|
16
|
+
readonly zh: {
|
|
17
|
+
readonly description: {
|
|
18
|
+
readonly start: "您的出价";
|
|
19
|
+
readonly middle: "已被接受";
|
|
20
|
+
};
|
|
21
|
+
readonly title: "接受报价";
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
declare const bidReceivedI18n: {
|
|
25
|
+
readonly en: {
|
|
26
|
+
readonly description: {
|
|
27
|
+
readonly start: "You received an offer of";
|
|
28
|
+
readonly middle: "for";
|
|
29
|
+
};
|
|
30
|
+
readonly title: "Offer Received";
|
|
31
|
+
};
|
|
32
|
+
readonly es: {
|
|
33
|
+
readonly description: {
|
|
34
|
+
readonly start: "Recibiste una oferta de";
|
|
35
|
+
readonly middle: "para";
|
|
36
|
+
};
|
|
37
|
+
readonly title: "Oferta recibida";
|
|
38
|
+
};
|
|
39
|
+
readonly zh: {
|
|
40
|
+
readonly description: {
|
|
41
|
+
readonly start: "您的出价";
|
|
42
|
+
readonly middle: "已被接受";
|
|
43
|
+
};
|
|
44
|
+
readonly title: "收到报价";
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
declare const itemSoldI18n: {
|
|
48
|
+
readonly en: {
|
|
49
|
+
readonly description: "Someone just bought your ";
|
|
50
|
+
readonly title: "Item Sold";
|
|
51
|
+
};
|
|
52
|
+
readonly es: {
|
|
53
|
+
readonly description: "Alguien acaba de comprar tu ";
|
|
54
|
+
readonly title: "Item vendido";
|
|
55
|
+
};
|
|
56
|
+
readonly zh: {
|
|
57
|
+
readonly description: "有人刚买了你的 ";
|
|
58
|
+
readonly title: "已售商品";
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
declare const royaltiesEarnedI18n: {
|
|
62
|
+
readonly en: {
|
|
63
|
+
readonly description: {
|
|
64
|
+
readonly start: "You've earned";
|
|
65
|
+
readonly middle: "in royalties for";
|
|
66
|
+
};
|
|
67
|
+
readonly title: "Royalties Earned";
|
|
68
|
+
};
|
|
69
|
+
readonly es: {
|
|
70
|
+
readonly description: {
|
|
71
|
+
readonly start: "Ganaste";
|
|
72
|
+
readonly middle: "en regalias por";
|
|
73
|
+
};
|
|
74
|
+
readonly title: "Regalias ganadas";
|
|
75
|
+
};
|
|
76
|
+
readonly zh: {
|
|
77
|
+
readonly description: {
|
|
78
|
+
readonly start: "您为";
|
|
79
|
+
readonly middle: "赢得了";
|
|
80
|
+
};
|
|
81
|
+
readonly title: "所得版税";
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
export { bidAcceptedI18n, bidReceivedI18n, itemSoldI18n, royaltiesEarnedI18n };
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
const bidAcceptedI18n = {
|
|
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
|
+
const bidReceivedI18n = {
|
|
25
|
+
en: {
|
|
26
|
+
description: {
|
|
27
|
+
start: "You received an offer of",
|
|
28
|
+
middle: "for",
|
|
29
|
+
},
|
|
30
|
+
title: "Offer Received",
|
|
31
|
+
},
|
|
32
|
+
es: {
|
|
33
|
+
description: {
|
|
34
|
+
start: "Recibiste una oferta de",
|
|
35
|
+
middle: "para",
|
|
36
|
+
},
|
|
37
|
+
title: "Oferta recibida",
|
|
38
|
+
},
|
|
39
|
+
zh: {
|
|
40
|
+
description: {
|
|
41
|
+
start: "您的出价",
|
|
42
|
+
middle: "已被接受",
|
|
43
|
+
},
|
|
44
|
+
title: "收到报价",
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
const itemSoldI18n = {
|
|
48
|
+
en: { description: "Someone just bought your ", title: "Item Sold" },
|
|
49
|
+
es: { description: "Alguien acaba de comprar tu ", title: "Item vendido" },
|
|
50
|
+
zh: { description: "有人刚买了你的 ", title: "已售商品" },
|
|
51
|
+
};
|
|
52
|
+
const royaltiesEarnedI18n = {
|
|
53
|
+
en: {
|
|
54
|
+
description: {
|
|
55
|
+
start: "You've earned",
|
|
56
|
+
middle: "in royalties for",
|
|
57
|
+
},
|
|
58
|
+
title: "Royalties Earned",
|
|
59
|
+
},
|
|
60
|
+
es: {
|
|
61
|
+
description: {
|
|
62
|
+
start: "Ganaste",
|
|
63
|
+
middle: "en regalias por",
|
|
64
|
+
},
|
|
65
|
+
title: "Regalias ganadas",
|
|
66
|
+
},
|
|
67
|
+
zh: {
|
|
68
|
+
description: {
|
|
69
|
+
start: "您为",
|
|
70
|
+
middle: "赢得了",
|
|
71
|
+
},
|
|
72
|
+
title: "所得版税",
|
|
73
|
+
},
|
|
74
|
+
};
|
|
75
|
+
export { bidAcceptedI18n, bidReceivedI18n, itemSoldI18n, royaltiesEarnedI18n };
|
|
76
|
+
//# sourceMappingURL=Marketplace.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Marketplace.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,eAAe,GAAG;IACtB,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;CACO,CAAA;AAEV,MAAM,eAAe,GAAG;IACtB,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;CACO,CAAA;AAEV,MAAM,YAAY,GAAG;IACnB,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;CACtC,CAAA;AAEV,MAAM,mBAAmB,GAAG;IAC1B,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,eAAe;YACtB,MAAM,EAAE,kBAAkB;SAC3B;QACD,KAAK,EAAE,kBAAkB;KAC1B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,SAAS;YAChB,MAAM,EAAE,iBAAiB;SAC1B;QACD,KAAK,EAAE,kBAAkB;KAC1B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,IAAI;YACX,MAAM,EAAE,KAAK;SACd;QACD,KAAK,EAAE,MAAM;KACd;CACO,CAAA;AAEV,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, RoyalitesEarnedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, RoyalitesEarnedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const RoyaltiesEarnedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<RoyalitesEarnedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { RoyaltiesEarnedNotification };
|
package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Network } from "@dcl/schemas";
|
|
4
4
|
import { useTheme } from "@mui/material";
|
|
5
|
-
import {
|
|
5
|
+
import { royaltiesEarnedI18n } from "./Marketplace.i18n";
|
|
6
6
|
import { ManaMainnetIcon, ManaPolygonIcon } from "../../../Icon";
|
|
7
7
|
import { Mana } from "../../../Mana";
|
|
8
|
-
import {
|
|
9
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
8
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
10
9
|
import { NotificationItemNFTLink } from "../../NotificationItemNFTLink";
|
|
11
10
|
import { formatMana, getBGColorByRarity } from "../../utils";
|
|
12
11
|
const RoyaltiesEarnedNotification = React.memo((props) => {
|
|
13
12
|
const { notification, locale } = props;
|
|
14
13
|
const theme = useTheme();
|
|
15
|
-
return (
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
return (_jsx(NotificationItemText, { image: notification.metadata.image, imageBackgroundColor: getBGColorByRarity(notification.metadata.rarity), badgeIcon: notification.metadata.network === "ethereum" ? (_jsx(ManaMainnetIcon, {})) : (_jsx(ManaPolygonIcon, {})), locale: locale, notification: notification, title: royaltiesEarnedI18n[locale].title, description: _jsxs(_Fragment, { children: [royaltiesEarnedI18n[locale].description.start, " ", _jsx(Mana, { inline: true, network: notification.metadata.network === "polygon"
|
|
15
|
+
? Network.MATIC
|
|
16
|
+
: Network.ETHEREUM, color: theme.palette.text.secondary, children: formatMana(notification.metadata.royaltiesCut) }), " ", royaltiesEarnedI18n[locale].description.middle, " ", _jsx(NotificationItemNFTLink, { name: notification.metadata.nftName, rarity: notification.metadata.rarity, link: notification.metadata.link })] }) }));
|
|
18
17
|
});
|
|
19
18
|
export { RoyaltiesEarnedNotification };
|
|
20
19
|
//# sourceMappingURL=RoyaltiesEarnedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoyaltiesEarnedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"RoyaltiesEarnedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AACxD,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAChE,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AAKvE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAE5D,MAAM,2BAA2B,GAAG,KAAK,CAAC,IAAI,CAC5C,CAAC,KAAgE,EAAE,EAAE;IACnE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAA;IACxB,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,KAAK,EAClC,oBAAoB,EAAE,kBAAkB,CAAC,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,EACtE,SAAS,EACP,YAAY,CAAC,QAAQ,CAAC,OAAO,KAAK,UAAU,CAAC,CAAC,CAAC,CAC7C,KAAC,eAAe,KAAG,CACpB,CAAC,CAAC,CAAC,CACF,KAAC,eAAe,KAAG,CACpB,EAEH,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,mBAAmB,CAAC,MAAM,CAAC,CAAC,KAAK,EACxC,WAAW,EACT,8BACG,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EACnD,KAAC,IAAI,IACH,MAAM,QACN,OAAO,EACL,YAAY,CAAC,QAAQ,CAAC,OAAO,KAAK,SAAS;wBACzC,CAAC,CAAC,OAAO,CAAC,KAAK;wBACf,CAAC,CAAC,OAAO,CAAC,QAAQ,EAEtB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,YAElC,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,YAAY,CAAC,GAC1C,EAAC,GAAG,EACV,mBAAmB,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,MAAM,EAAE,GAAG,EACpD,KAAC,uBAAuB,IACtB,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,EACnC,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,MAAM,EACpC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,GAChC,IACD,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,2BAA2B,EAAE,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { BidAcceptedNotification } from "./BidAcceptedNotification";
|
|
2
|
+
export { BidReceivedNotification } from "./BidReceivedNotification";
|
|
3
|
+
export { ItemSoldNotification } from "./ItemSoldNotification";
|
|
4
|
+
export { RoyaltiesEarnedNotification } from "./RoyaltiesEarnedNotification";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { BidAcceptedNotification } from "./BidAcceptedNotification";
|
|
2
|
+
export { BidReceivedNotification } from "./BidReceivedNotification";
|
|
3
|
+
export { ItemSoldNotification } from "./ItemSoldNotification";
|
|
4
|
+
export { RoyaltiesEarnedNotification } from "./RoyaltiesEarnedNotification";
|
|
5
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Marketplace/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const referralInvitedUserAcceptedI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: "Your friend jumped into Decentraland, so you're closer to unlocking your next reward!";
|
|
4
|
+
readonly title: "Referral Completed!";
|
|
5
|
+
};
|
|
6
|
+
readonly es: {
|
|
7
|
+
readonly description: "¡Tu amigo se unió a Decentraland, ¡así que estás más cerca de desbloquear tu siguiente premio!";
|
|
8
|
+
readonly title: "Referencia Completada!";
|
|
9
|
+
};
|
|
10
|
+
readonly zh: {
|
|
11
|
+
readonly description: "你的朋友加入了Decentraland,所以你离解锁下一个奖励更近了!";
|
|
12
|
+
readonly title: "推荐完成!";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
declare const referralNewTierReachedI18n: {
|
|
16
|
+
readonly en: {
|
|
17
|
+
readonly description: "Check the 'Referral Rewards' tab in your web profile to see your prize!";
|
|
18
|
+
readonly title: "Referral Reward Unlocked!";
|
|
19
|
+
};
|
|
20
|
+
readonly es: {
|
|
21
|
+
readonly description: "Revisa la pestaña 'Recompensas de Referencia' en tu web de perfil para ver tu premio!";
|
|
22
|
+
readonly title: "¡Recompensa de Referencia Desbloqueada!";
|
|
23
|
+
};
|
|
24
|
+
readonly zh: {
|
|
25
|
+
readonly description: "查看您的网络个人资料中的“推荐奖励”选项卡来查看您的奖品!";
|
|
26
|
+
readonly title: "推荐奖励已解锁!";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export { referralInvitedUserAcceptedI18n, referralNewTierReachedI18n };
|