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.
- package/dist/components/Icon/Notifications/TipIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/TipIcon.js +8 -0
- package/dist/components/Icon/Notifications/TipIcon.js.map +1 -0
- package/dist/components/Icon/index.d.ts +2 -1
- package/dist/components/Icon/index.js +2 -1
- package/dist/components/Icon/index.js.map +1 -1
- 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 +6 -7
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +29 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js +30 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js +3 -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 +11 -42
- package/dist/components/Notifications/NotificationTypes/index.js +11 -42
- 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 +4 -4
- 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 +172 -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 +2 -1
- package/dist/components/Notifications/utils.js.map +1 -1
- package/dist/components/Profile/Profile.js +6 -3
- package/dist/components/Profile/Profile.js.map +1 -1
- package/dist/components/Profile/Profile.stories.d.ts +2 -1
- package/dist/components/Profile/Profile.stories.js +15 -1
- package/dist/components/Profile/Profile.stories.js.map +1 -1
- package/dist/components/Profile/Profile.styled.d.ts +21 -1
- package/dist/components/Profile/Profile.styled.js +29 -1
- package/dist/components/Profile/Profile.styled.js.map +1 -1
- package/dist/components/Profile/Profile.types.d.ts +1 -0
- 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 +5 -4
- package/dist/data/notifications.js +16 -2
- package/dist/data/notifications.js.map +1 -1
- package/package.json +3 -3
- 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 +0 -16
- 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,206 @@
|
|
|
1
|
+
declare const governanceAuthoredProposalFinishedI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: {
|
|
4
|
+
readonly start: "The votes are in! Find out the outcome of the voting on";
|
|
5
|
+
readonly link_text: "your proposal";
|
|
6
|
+
};
|
|
7
|
+
readonly title: "Voting ended on your proposal";
|
|
8
|
+
};
|
|
9
|
+
readonly es: {
|
|
10
|
+
readonly description: {
|
|
11
|
+
readonly start: "Ya estan los votos! Descubre el resultado de la votacion en";
|
|
12
|
+
readonly link_text: "tu propuesta";
|
|
13
|
+
};
|
|
14
|
+
readonly title: "La votacion finalizo en tu propuesta";
|
|
15
|
+
};
|
|
16
|
+
readonly zh: {
|
|
17
|
+
readonly description: {
|
|
18
|
+
readonly start: "投票结果出来了!";
|
|
19
|
+
readonly link_text: "了解您提案的投票结果";
|
|
20
|
+
};
|
|
21
|
+
readonly title: "您的提案投票结束";
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
declare const governanceCoauthorRequestedI18n: {
|
|
25
|
+
readonly en: {
|
|
26
|
+
readonly description: {
|
|
27
|
+
readonly start: "You've been invited to collaborate as a co-author on a published proposal. Accept it or reject it";
|
|
28
|
+
readonly link_text: "here";
|
|
29
|
+
};
|
|
30
|
+
readonly title: "Co-author request received";
|
|
31
|
+
};
|
|
32
|
+
readonly es: {
|
|
33
|
+
readonly description: {
|
|
34
|
+
readonly start: "Has sido invitado a colaborar como coautor en un propuesta publicada. Aceptala o rechazala";
|
|
35
|
+
readonly link_text: "aqui";
|
|
36
|
+
};
|
|
37
|
+
readonly title: "Solicitud de coautoria";
|
|
38
|
+
};
|
|
39
|
+
readonly zh: {
|
|
40
|
+
readonly description: {
|
|
41
|
+
readonly start: "您受邀作为共同作者参与一项已发表提案的合作. ";
|
|
42
|
+
readonly link_text: "在此接受或拒绝";
|
|
43
|
+
};
|
|
44
|
+
readonly title: "收到共同作者申请";
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
declare const governanceNewCommentOnProjectUpdateI18n: {
|
|
48
|
+
readonly en: {
|
|
49
|
+
readonly description: {
|
|
50
|
+
readonly start: "Engage in a productive conversation by replying to";
|
|
51
|
+
readonly link_text: "this comment";
|
|
52
|
+
};
|
|
53
|
+
readonly title: "New comment on your update for your project";
|
|
54
|
+
};
|
|
55
|
+
readonly es: {
|
|
56
|
+
readonly description: {
|
|
57
|
+
readonly start: "Participe en una conversación productiva respondiendo a";
|
|
58
|
+
readonly link_text: "este comentario";
|
|
59
|
+
};
|
|
60
|
+
readonly title: "Nuevo comentario en la actualización del proyecto";
|
|
61
|
+
};
|
|
62
|
+
readonly zh: {
|
|
63
|
+
readonly description: {
|
|
64
|
+
readonly start: "进行富有成效的对话";
|
|
65
|
+
readonly link_text: "回复此评论";
|
|
66
|
+
};
|
|
67
|
+
readonly title: "您的更新收到了新评论";
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
declare const governanceNewCommentOnProposalI18n: {
|
|
71
|
+
readonly en: {
|
|
72
|
+
readonly description: {
|
|
73
|
+
readonly start: "Engage in a productive conversation by replying to";
|
|
74
|
+
readonly link_text: "this comment";
|
|
75
|
+
};
|
|
76
|
+
readonly title: "New comment on your update for your project";
|
|
77
|
+
};
|
|
78
|
+
readonly es: {
|
|
79
|
+
readonly description: {
|
|
80
|
+
readonly start: "Participe en una conversación productiva respondiendo a";
|
|
81
|
+
readonly link_text: "este comentario";
|
|
82
|
+
};
|
|
83
|
+
readonly title: "Nuevo comentario en la actualización del proyecto";
|
|
84
|
+
};
|
|
85
|
+
readonly zh: {
|
|
86
|
+
readonly description: {
|
|
87
|
+
readonly start: "进行富有成效的对话";
|
|
88
|
+
readonly link_text: "回复此评论";
|
|
89
|
+
};
|
|
90
|
+
readonly title: "您的更新收到了新评论";
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
declare const governancePitchPassedI18n: {
|
|
94
|
+
readonly en: {
|
|
95
|
+
readonly description: {
|
|
96
|
+
readonly start: "Help to advance this idea by proposing potential solutions";
|
|
97
|
+
readonly link_text: "here";
|
|
98
|
+
};
|
|
99
|
+
readonly title: {
|
|
100
|
+
readonly start: "The Pitch "";
|
|
101
|
+
readonly end: "" can now receive Tenders";
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
readonly es: {
|
|
105
|
+
readonly description: {
|
|
106
|
+
readonly start: "Ayuda a avanzar esta idea proponiendo soluciones potenciales";
|
|
107
|
+
readonly link_text: "aquí";
|
|
108
|
+
};
|
|
109
|
+
readonly title: {
|
|
110
|
+
readonly start: "La Convocatoria "";
|
|
111
|
+
readonly end: "" ahora puede recibir licitaciones";
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
readonly zh: {
|
|
115
|
+
readonly description: {
|
|
116
|
+
readonly start: "通过提出可能的解决方案来帮助推进这个想法";
|
|
117
|
+
readonly link_text: "这里";
|
|
118
|
+
};
|
|
119
|
+
readonly title: {
|
|
120
|
+
readonly start: "投标邀请 "";
|
|
121
|
+
readonly end: "" 现在可以接收投标";
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
declare const governanceProposalEnactedI18n: {
|
|
126
|
+
readonly en: {
|
|
127
|
+
readonly description: {
|
|
128
|
+
readonly start: "Congratulations!";
|
|
129
|
+
readonly link_text: "Your Project";
|
|
130
|
+
readonly end: "has been successfully enacted and a funding Vesting Contract was created.";
|
|
131
|
+
};
|
|
132
|
+
readonly title: "Your Project has been funded";
|
|
133
|
+
};
|
|
134
|
+
readonly es: {
|
|
135
|
+
readonly description: {
|
|
136
|
+
readonly start: "Felicitaciones!";
|
|
137
|
+
readonly link_text: "Tu proyecto";
|
|
138
|
+
readonly end: "ha sido aprobado y un Vesting Contract de financiamiento fue creado.";
|
|
139
|
+
};
|
|
140
|
+
readonly title: "Su proyecto ha sido financiado";
|
|
141
|
+
};
|
|
142
|
+
readonly zh: {
|
|
143
|
+
readonly description: {
|
|
144
|
+
readonly start: "恭喜您!";
|
|
145
|
+
readonly link_text: "您的项目已成功立项";
|
|
146
|
+
readonly end: ",并签订了资金归属合同.";
|
|
147
|
+
};
|
|
148
|
+
readonly title: "您的项目已获得资助";
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
declare const governanceTenderPassedI18n: {
|
|
152
|
+
readonly en: {
|
|
153
|
+
readonly description: {
|
|
154
|
+
readonly start: "If think you can tackle this solution, propose a Project and get funding from the DAO";
|
|
155
|
+
readonly link_text: "here";
|
|
156
|
+
};
|
|
157
|
+
readonly title: {
|
|
158
|
+
readonly start: "The Tender "";
|
|
159
|
+
readonly end: "" can now receive Bid Projects";
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
readonly es: {
|
|
163
|
+
readonly description: {
|
|
164
|
+
readonly start: "Si crees que puedes abordar esta solución, propón un proyecto y obtén financiación del DAO";
|
|
165
|
+
readonly link_text: "aquí";
|
|
166
|
+
};
|
|
167
|
+
readonly title: {
|
|
168
|
+
readonly start: "La Licitación "";
|
|
169
|
+
readonly end: "" ahora puede recibir Proyectos de Oferta";
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
readonly zh: {
|
|
173
|
+
readonly description: {
|
|
174
|
+
readonly start: "如果您认为可以解决这个问题,请提出一个项目并从DAO获得资金支持";
|
|
175
|
+
readonly link_text: "这里";
|
|
176
|
+
};
|
|
177
|
+
readonly title: {
|
|
178
|
+
readonly start: "投标 "";
|
|
179
|
+
readonly end: "" 现在可以接收项目投标";
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
declare const governanceVotingEndedVoterI18n: {
|
|
184
|
+
readonly en: {
|
|
185
|
+
readonly description: {
|
|
186
|
+
readonly end: "of the proposal you participated in as a voter. Your input matters!";
|
|
187
|
+
readonly link_text: "Discover the results";
|
|
188
|
+
};
|
|
189
|
+
readonly title: "Voting ended on a proposal you voted on";
|
|
190
|
+
};
|
|
191
|
+
readonly es: {
|
|
192
|
+
readonly description: {
|
|
193
|
+
readonly end: "de la propuesta en la que participaste como votante. Tu opinion es importante!";
|
|
194
|
+
readonly link_text: "Descubre los resultados";
|
|
195
|
+
};
|
|
196
|
+
readonly title: "La votacion ha finalizado en una propuesta que votaste";
|
|
197
|
+
};
|
|
198
|
+
readonly zh: {
|
|
199
|
+
readonly description: {
|
|
200
|
+
readonly end: "这是您作为选民参与的提案。您的意见很重要!";
|
|
201
|
+
readonly link_text: "输入这些结果";
|
|
202
|
+
};
|
|
203
|
+
readonly title: "您已投票的提案投票结束";
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
export { governanceAuthoredProposalFinishedI18n, governanceCoauthorRequestedI18n, governanceNewCommentOnProjectUpdateI18n, governanceNewCommentOnProposalI18n, governancePitchPassedI18n, governanceProposalEnactedI18n, governanceTenderPassedI18n, governanceVotingEndedVoterI18n, };
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
const governanceAuthoredProposalFinishedI18n = {
|
|
2
|
+
en: {
|
|
3
|
+
description: {
|
|
4
|
+
start: "The votes are in! Find out the outcome of the voting on",
|
|
5
|
+
link_text: "your proposal",
|
|
6
|
+
},
|
|
7
|
+
title: "Voting ended on your proposal",
|
|
8
|
+
},
|
|
9
|
+
es: {
|
|
10
|
+
description: {
|
|
11
|
+
start: "Ya estan los votos! Descubre el resultado de la votacion en",
|
|
12
|
+
link_text: "tu propuesta",
|
|
13
|
+
},
|
|
14
|
+
title: "La votacion finalizo en tu propuesta",
|
|
15
|
+
},
|
|
16
|
+
zh: {
|
|
17
|
+
description: {
|
|
18
|
+
start: "投票结果出来了!",
|
|
19
|
+
link_text: "了解您提案的投票结果",
|
|
20
|
+
},
|
|
21
|
+
title: "您的提案投票结束",
|
|
22
|
+
},
|
|
23
|
+
};
|
|
24
|
+
const governanceCoauthorRequestedI18n = {
|
|
25
|
+
en: {
|
|
26
|
+
description: {
|
|
27
|
+
start: "You've been invited to collaborate as a co-author on a published proposal. Accept it or reject it",
|
|
28
|
+
link_text: "here",
|
|
29
|
+
},
|
|
30
|
+
title: "Co-author request received",
|
|
31
|
+
},
|
|
32
|
+
es: {
|
|
33
|
+
description: {
|
|
34
|
+
start: "Has sido invitado a colaborar como coautor en un propuesta publicada. Aceptala o rechazala",
|
|
35
|
+
link_text: "aqui",
|
|
36
|
+
},
|
|
37
|
+
title: "Solicitud de coautoria",
|
|
38
|
+
},
|
|
39
|
+
zh: {
|
|
40
|
+
description: {
|
|
41
|
+
start: "您受邀作为共同作者参与一项已发表提案的合作. ",
|
|
42
|
+
link_text: "在此接受或拒绝",
|
|
43
|
+
},
|
|
44
|
+
title: "收到共同作者申请",
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
const governanceNewCommentOnProjectUpdateI18n = {
|
|
48
|
+
en: {
|
|
49
|
+
description: {
|
|
50
|
+
start: "Engage in a productive conversation by replying to",
|
|
51
|
+
link_text: "this comment",
|
|
52
|
+
},
|
|
53
|
+
title: "New comment on your update for your project",
|
|
54
|
+
},
|
|
55
|
+
es: {
|
|
56
|
+
description: {
|
|
57
|
+
start: "Participe en una conversación productiva respondiendo a",
|
|
58
|
+
link_text: "este comentario",
|
|
59
|
+
},
|
|
60
|
+
title: "Nuevo comentario en la actualización del proyecto",
|
|
61
|
+
},
|
|
62
|
+
zh: {
|
|
63
|
+
description: {
|
|
64
|
+
start: "进行富有成效的对话",
|
|
65
|
+
link_text: "回复此评论",
|
|
66
|
+
},
|
|
67
|
+
title: "您的更新收到了新评论",
|
|
68
|
+
},
|
|
69
|
+
};
|
|
70
|
+
const governanceNewCommentOnProposalI18n = {
|
|
71
|
+
en: {
|
|
72
|
+
description: {
|
|
73
|
+
start: "Engage in a productive conversation by replying to",
|
|
74
|
+
link_text: "this comment",
|
|
75
|
+
},
|
|
76
|
+
title: "New comment on your update for your project",
|
|
77
|
+
},
|
|
78
|
+
es: {
|
|
79
|
+
description: {
|
|
80
|
+
start: "Participe en una conversación productiva respondiendo a",
|
|
81
|
+
link_text: "este comentario",
|
|
82
|
+
},
|
|
83
|
+
title: "Nuevo comentario en la actualización del proyecto",
|
|
84
|
+
},
|
|
85
|
+
zh: {
|
|
86
|
+
description: {
|
|
87
|
+
start: "进行富有成效的对话",
|
|
88
|
+
link_text: "回复此评论",
|
|
89
|
+
},
|
|
90
|
+
title: "您的更新收到了新评论",
|
|
91
|
+
},
|
|
92
|
+
};
|
|
93
|
+
const governancePitchPassedI18n = {
|
|
94
|
+
en: {
|
|
95
|
+
description: {
|
|
96
|
+
start: "Help to advance this idea by proposing potential solutions",
|
|
97
|
+
link_text: "here",
|
|
98
|
+
},
|
|
99
|
+
title: {
|
|
100
|
+
start: "The Pitch "",
|
|
101
|
+
end: "" can now receive Tenders",
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
es: {
|
|
105
|
+
description: {
|
|
106
|
+
start: "Ayuda a avanzar esta idea proponiendo soluciones potenciales",
|
|
107
|
+
link_text: "aquí",
|
|
108
|
+
},
|
|
109
|
+
title: {
|
|
110
|
+
start: "La Convocatoria "",
|
|
111
|
+
end: "" ahora puede recibir licitaciones",
|
|
112
|
+
},
|
|
113
|
+
},
|
|
114
|
+
zh: {
|
|
115
|
+
description: {
|
|
116
|
+
start: "通过提出可能的解决方案来帮助推进这个想法",
|
|
117
|
+
link_text: "这里",
|
|
118
|
+
},
|
|
119
|
+
title: {
|
|
120
|
+
start: "投标邀请 "",
|
|
121
|
+
end: "" 现在可以接收投标",
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
const governanceProposalEnactedI18n = {
|
|
126
|
+
en: {
|
|
127
|
+
description: {
|
|
128
|
+
start: "Congratulations!",
|
|
129
|
+
link_text: "Your Project",
|
|
130
|
+
end: "has been successfully enacted and a funding Vesting Contract was created.",
|
|
131
|
+
},
|
|
132
|
+
title: "Your Project has been funded",
|
|
133
|
+
},
|
|
134
|
+
es: {
|
|
135
|
+
description: {
|
|
136
|
+
start: "Felicitaciones!",
|
|
137
|
+
link_text: "Tu proyecto",
|
|
138
|
+
end: "ha sido aprobado y un Vesting Contract de financiamiento fue creado.",
|
|
139
|
+
},
|
|
140
|
+
title: "Su proyecto ha sido financiado",
|
|
141
|
+
},
|
|
142
|
+
zh: {
|
|
143
|
+
description: {
|
|
144
|
+
start: "恭喜您!",
|
|
145
|
+
link_text: "您的项目已成功立项",
|
|
146
|
+
end: ",并签订了资金归属合同.",
|
|
147
|
+
},
|
|
148
|
+
title: "您的项目已获得资助",
|
|
149
|
+
},
|
|
150
|
+
};
|
|
151
|
+
const governanceTenderPassedI18n = {
|
|
152
|
+
en: {
|
|
153
|
+
description: {
|
|
154
|
+
start: "If think you can tackle this solution, propose a Project and get funding from the DAO",
|
|
155
|
+
link_text: "here",
|
|
156
|
+
},
|
|
157
|
+
title: {
|
|
158
|
+
start: "The Tender "",
|
|
159
|
+
end: "" can now receive Bid Projects",
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
es: {
|
|
163
|
+
description: {
|
|
164
|
+
start: "Si crees que puedes abordar esta solución, propón un proyecto y obtén financiación del DAO",
|
|
165
|
+
link_text: "aquí",
|
|
166
|
+
},
|
|
167
|
+
title: {
|
|
168
|
+
start: "La Licitación "",
|
|
169
|
+
end: "" ahora puede recibir Proyectos de Oferta",
|
|
170
|
+
},
|
|
171
|
+
},
|
|
172
|
+
zh: {
|
|
173
|
+
description: {
|
|
174
|
+
start: "如果您认为可以解决这个问题,请提出一个项目并从DAO获得资金支持",
|
|
175
|
+
link_text: "这里",
|
|
176
|
+
},
|
|
177
|
+
title: {
|
|
178
|
+
start: "投标 "",
|
|
179
|
+
end: "" 现在可以接收项目投标",
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
};
|
|
183
|
+
const governanceVotingEndedVoterI18n = {
|
|
184
|
+
en: {
|
|
185
|
+
description: {
|
|
186
|
+
end: "of the proposal you participated in as a voter. Your input matters!",
|
|
187
|
+
link_text: "Discover the results",
|
|
188
|
+
},
|
|
189
|
+
title: "Voting ended on a proposal you voted on",
|
|
190
|
+
},
|
|
191
|
+
es: {
|
|
192
|
+
description: {
|
|
193
|
+
end: "de la propuesta en la que participaste como votante. Tu opinion es importante!",
|
|
194
|
+
link_text: "Descubre los resultados",
|
|
195
|
+
},
|
|
196
|
+
title: "La votacion ha finalizado en una propuesta que votaste",
|
|
197
|
+
},
|
|
198
|
+
zh: {
|
|
199
|
+
description: {
|
|
200
|
+
end: "这是您作为选民参与的提案。您的意见很重要!",
|
|
201
|
+
link_text: "输入这些结果",
|
|
202
|
+
},
|
|
203
|
+
title: "您已投票的提案投票结束",
|
|
204
|
+
},
|
|
205
|
+
};
|
|
206
|
+
export { governanceAuthoredProposalFinishedI18n, governanceCoauthorRequestedI18n, governanceNewCommentOnProjectUpdateI18n, governanceNewCommentOnProposalI18n, governancePitchPassedI18n, governanceProposalEnactedI18n, governanceTenderPassedI18n, governanceVotingEndedVoterI18n, };
|
|
207
|
+
//# sourceMappingURL=Governance.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Governance.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/Governance.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,sCAAsC,GAAG;IAC7C,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,yDAAyD;YAChE,SAAS,EAAE,eAAe;SAC3B;QACD,KAAK,EAAE,+BAA+B;KACvC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,6DAA6D;YACpE,SAAS,EAAE,cAAc;SAC1B;QACD,KAAK,EAAE,sCAAsC;KAC9C;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,UAAU;YACjB,SAAS,EAAE,YAAY;SACxB;QACD,KAAK,EAAE,UAAU;KAClB;CACO,CAAA;AAEV,MAAM,+BAA+B,GAAG;IACtC,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;CACO,CAAA;AAEV,MAAM,uCAAuC,GAAG;IAC9C,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;CACO,CAAA;AAEV,MAAM,kCAAkC,GAAG;IACzC,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;CACO,CAAA;AAEV,MAAM,yBAAyB,GAAG;IAChC,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;CACO,CAAA;AAEV,MAAM,6BAA6B,GAAG;IACpC,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;CACO,CAAA;AAEV,MAAM,0BAA0B,GAAG;IACjC,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;CACO,CAAA;AAEV,MAAM,8BAA8B,GAAG;IACrC,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;CACO,CAAA;AAEV,OAAO,EACL,sCAAsC,EACtC,+BAA+B,EAC/B,uCAAuC,EACvC,kCAAkC,EAClC,yBAAyB,EACzB,6BAA6B,EAC7B,0BAA0B,EAC1B,8BAA8B,GAC/B,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GovernanceAnnouncementNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GovernanceAnnouncementNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GovernanceAnnouncementNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GovernanceAnnouncementNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GovernanceAnnouncementNotification };
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { GovernanceIcon } from "../../../Icon";
|
|
4
|
-
import {
|
|
5
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
4
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
6
5
|
const GovernanceAnnouncementNotification = React.memo((props) => {
|
|
7
6
|
const { notification, locale } = props;
|
|
8
|
-
return (
|
|
7
|
+
return (_jsx(NotificationItemText, { image: _jsx(GovernanceIcon, {}), locale: locale, notification: notification, title: notification.metadata.title, description: notification.metadata.description, descriptionHref: notification.metadata.link }));
|
|
9
8
|
});
|
|
10
9
|
export { GovernanceAnnouncementNotification };
|
|
11
10
|
//# sourceMappingURL=GovernanceAnnouncementNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GovernanceAnnouncementNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GovernanceAnnouncementNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAM7D,MAAM,kCAAkC,GAAG,KAAK,CAAC,IAAI,CACnD,CAAC,KAAuE,EAAE,EAAE;IAC1E,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,cAAc,KAAG,EACzB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,KAAK,EAClC,WAAW,EAAE,YAAY,CAAC,QAAQ,CAAC,WAAW,EAC9C,eAAe,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,GAC3C,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,kCAAkC,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GovernanceAuthoredProposalFinishedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GovernanceAuthoredProposalFinishedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GovernanceAuthoredProposalFinishedNotification };
|
|
@@ -1,13 +1,14 @@
|
|
|
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 { Link } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { governanceAuthoredProposalFinishedI18n } from "./Governance.i18n";
|
|
5
5
|
import { ProposalFinishedIcon } from "../../../Icon";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
|
+
import { SpanHighlighted } from "../../NotificationItem/NotificationItem.styled";
|
|
8
8
|
const GovernanceAuthoredProposalFinishedNotification = React.memo((props) => {
|
|
9
9
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
10
|
+
return (_jsx(NotificationItemText, { image: _jsx(ProposalFinishedIcon, {}), locale: locale, notification: notification, title: _jsxs(_Fragment, { children: [governanceAuthoredProposalFinishedI18n[locale].title, " ", _jsx(SpanHighlighted, { children: notification.metadata.proposalTitle })] }), description: _jsxs(_Fragment, { children: [governanceAuthoredProposalFinishedI18n[locale].description.start, " ", _jsx(Link, { href: notification.metadata.link, children: governanceAuthoredProposalFinishedI18n[locale].description
|
|
11
|
+
.link_text })] }) }));
|
|
11
12
|
});
|
|
12
13
|
export { GovernanceAuthoredProposalFinishedNotification };
|
|
13
14
|
//# sourceMappingURL=GovernanceAuthoredProposalFinishedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GovernanceAuthoredProposalFinishedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GovernanceAuthoredProposalFinishedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,sCAAsC,EAAE,MAAM,mBAAmB,CAAA;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,gDAAgD,CAAA;AAMhF,MAAM,8CAA8C,GAAG,KAAK,CAAC,IAAI,CAC/D,CACE,KAAmF,EACnF,EAAE;IACF,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,EACH,8BACG,sCAAsC,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,GAAG,EAC1D,KAAC,eAAe,cACb,YAAY,CAAC,QAAQ,CAAC,aAAa,GACpB,IACjB,EAEL,WAAW,EACT,8BACG,sCAAsC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EACtE,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,YAElC,sCAAsC,CAAC,MAAM,CAAC,CAAC,WAAW;yBACvD,SAAS,GAET,IACN,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,8CAA8C,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GovernanceCoauthorRequestedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GovernanceCoauthorRequestedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GovernanceCoauthorRequestedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GovernanceCoauthorRequestedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GovernanceCoauthorRequestedNotification };
|
|
@@ -1,13 +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
3
|
import { Link } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { governanceCoauthorRequestedI18n } from "./Governance.i18n";
|
|
5
5
|
import { CoauthorIcon } from "../../../Icon";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
|
+
import { SpanHighlighted } from "../../NotificationItem/NotificationItem.styled";
|
|
8
8
|
const GovernanceCoauthorRequestedNotification = React.memo((props) => {
|
|
9
9
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
10
|
+
return (_jsx(NotificationItemText, { image: _jsx(CoauthorIcon, {}), locale: locale, notification: notification, title: _jsxs(_Fragment, { children: [governanceCoauthorRequestedI18n[locale].title, " ", _jsx(SpanHighlighted, { children: notification.metadata.proposalTitle })] }), description: _jsxs(_Fragment, { children: [governanceCoauthorRequestedI18n[locale].description.start, " ", _jsx(Link, { href: notification.metadata.link, children: governanceCoauthorRequestedI18n[locale].description.link_text })] }) }));
|
|
11
11
|
});
|
|
12
12
|
export { GovernanceCoauthorRequestedNotification };
|
|
13
13
|
//# sourceMappingURL=GovernanceCoauthorRequestedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GovernanceCoauthorRequestedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GovernanceCoauthorRequestedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,+BAA+B,EAAE,MAAM,mBAAmB,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,gDAAgD,CAAA;AAMhF,MAAM,uCAAuC,GAAG,KAAK,CAAC,IAAI,CACxD,CACE,KAA4E,EAC5E,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,YAAY,KAAG,EACvB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EACH,8BACG,+BAA+B,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,GAAG,EACnD,KAAC,eAAe,cACb,YAAY,CAAC,QAAQ,CAAC,aAAa,GACpB,IACjB,EAEL,WAAW,EACT,8BACG,+BAA+B,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAC/D,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,YACnC,+BAA+B,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,SAAS,GACzD,IACN,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,uCAAuC,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GovernanceNewCommentOnProjectUpdateNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GovernanceNewCommentOnProjectUpdateNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GovernanceNewCommentOnProjectUpdateNotification };
|
|
@@ -1,13 +1,14 @@
|
|
|
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 { Link } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { governanceNewCommentOnProjectUpdateI18n } from "./Governance.i18n";
|
|
5
5
|
import { NewCommentIcon } from "../../../Icon";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
|
+
import { SpanHighlighted } from "../../NotificationItem/NotificationItem.styled";
|
|
8
8
|
const GovernanceNewCommentOnProjectUpdateNotification = React.memo((props) => {
|
|
9
9
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
10
|
+
return (_jsx(NotificationItemText, { image: _jsx(NewCommentIcon, {}), locale: locale, notification: notification, title: _jsxs(_Fragment, { children: [governanceNewCommentOnProjectUpdateI18n[locale].title, " ", _jsx(SpanHighlighted, { children: notification.metadata.proposalTitle })] }), description: _jsxs(_Fragment, { children: [governanceNewCommentOnProjectUpdateI18n[locale].description.start, " ", _jsx(Link, { href: notification.metadata.link, children: governanceNewCommentOnProjectUpdateI18n[locale].description
|
|
11
|
+
.link_text }), "."] }) }));
|
|
11
12
|
});
|
|
12
13
|
export { GovernanceNewCommentOnProjectUpdateNotification };
|
|
13
14
|
//# sourceMappingURL=GovernanceNewCommentOnProjectUpdateNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GovernanceNewCommentOnProjectUpdateNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GovernanceNewCommentOnProjectUpdateNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,uCAAuC,EAAE,MAAM,mBAAmB,CAAA;AAC3E,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,gDAAgD,CAAA;AAMhF,MAAM,+CAA+C,GAAG,KAAK,CAAC,IAAI,CAChE,CACE,KAAoF,EACpF,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,cAAc,KAAG,EACzB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EACH,8BACG,uCAAuC,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,GAAG,EAC3D,KAAC,eAAe,cACb,YAAY,CAAC,QAAQ,CAAC,aAAa,GACpB,IACjB,EAEL,WAAW,EACT,8BACG,uCAAuC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EACvE,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,YAElC,uCAAuC,CAAC,MAAM,CAAC,CAAC,WAAW;yBACxD,SAAS,GAET,SAEN,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,+CAA+C,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GovernanceNewCommentOnProposalNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GovernanceNewCommentOnProposalNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GovernanceNewCommentOnProposalNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GovernanceNewCommentOnProposalNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GovernanceNewCommentOnProposalNotification };
|
|
@@ -1,13 +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
3
|
import { Link } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { governanceNewCommentOnProposalI18n } from "./Governance.i18n";
|
|
5
5
|
import { NewCommentIcon } from "../../../Icon";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
|
+
import { SpanHighlighted } from "../../NotificationItem/NotificationItem.styled";
|
|
8
8
|
const GovernanceNewCommentOnProposalNotification = React.memo((props) => {
|
|
9
9
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
10
|
+
return (_jsx(NotificationItemText, { image: _jsx(NewCommentIcon, {}), locale: locale, notification: notification, title: _jsxs(_Fragment, { children: [governanceNewCommentOnProposalI18n[locale].title, " ", _jsx(SpanHighlighted, { children: notification.metadata.proposalTitle })] }), description: _jsxs(_Fragment, { children: [governanceNewCommentOnProposalI18n[locale].description.start, " ", _jsx(Link, { href: notification.metadata.link, children: governanceNewCommentOnProposalI18n[locale].description.link_text }), "."] }) }));
|
|
11
11
|
});
|
|
12
12
|
export { GovernanceNewCommentOnProposalNotification };
|
|
13
13
|
//# sourceMappingURL=GovernanceNewCommentOnProposalNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GovernanceNewCommentOnProposalNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GovernanceNewCommentOnProposalNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,kCAAkC,EAAE,MAAM,mBAAmB,CAAA;AACtE,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,gDAAgD,CAAA;AAMhF,MAAM,0CAA0C,GAAG,KAAK,CAAC,IAAI,CAC3D,CACE,KAA+E,EAC/E,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,cAAc,KAAG,EACzB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EACH,8BACG,kCAAkC,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,GAAG,EACtD,KAAC,eAAe,cACb,YAAY,CAAC,QAAQ,CAAC,aAAa,GACpB,IACjB,EAEL,WAAW,EACT,8BACG,kCAAkC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAClE,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,IAAI,YACnC,kCAAkC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,SAAS,GAC5D,SAEN,GAEL,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,0CAA0C,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GovernancePitchPassedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GovernancePitchPassedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GovernancePitchPassedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GovernancePitchPassedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GovernancePitchPassedNotification };
|