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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyExpiredNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingKeyExpiredNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAA;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,+BAA+B,GAAG,KAAK,CAAC,IAAI,CAChD,CAAC,KAAoE,EAAE,EAAE;IACvE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,uBAAuB,GAAI,CAAA;AAC5E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,+BAA+B,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingKeyResetNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingKeyResetNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingKeyResetNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingKeyResetNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingKeyResetNotification };
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { streamingKeyResetI18n } from "./Streaming.i18n";
|
|
4
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
5
5
|
const StreamingKeyResetNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingKeyResetI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingKeyResetNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingKeyResetNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyResetNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingKeyResetNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,6BAA6B,GAAG,KAAK,CAAC,IAAI,CAC9C,CAAC,KAAkE,EAAE,EAAE;IACrE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,qBAAqB,GAAI,CAAA;AAC1E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,6BAA6B,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingKeyRevokeNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingKeyRevokeNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingKeyRevokeNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingKeyRevokeNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingKeyRevokeNotification };
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { streamingKeyRevokeI18n } from "./Streaming.i18n";
|
|
4
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
5
5
|
const StreamingKeyRevokeNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingKeyRevokeI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingKeyRevokeNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingKeyRevokeNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyRevokeNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingKeyRevokeNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAA;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,8BAA8B,GAAG,KAAK,CAAC,IAAI,CAC/C,CAAC,KAAmE,EAAE,EAAE;IACtE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,sBAAsB,GAAI,CAAA;AAC3E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,8BAA8B,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { StreamingCommonNotificationProps } from "./types";
|
|
2
|
+
import { StreamingCommonNotificationProps } from "./Streaming.types";
|
|
3
3
|
declare const StreamingNotification: React.MemoExoticComponent<(props: StreamingCommonNotificationProps) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingNotification };
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Link } from "@mui/material";
|
|
4
4
|
import { StreamingIcon } 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
|
import { replaceWithValues } from "../../utils";
|
|
9
8
|
const StreamingNotification = React.memo((props) => {
|
|
10
9
|
const { notification, locale, i18n } = props;
|
|
11
|
-
return (
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
return (_jsx(NotificationItemText, { image: _jsx(StreamingIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: i18n[locale].title, description: replaceWithValues(i18n[locale].description, {
|
|
11
|
+
place: notification.metadata.isWorld ? (_jsx(Link, { href: notification.metadata.url, target: "_blank", rel: "noreferrer", children: notification.metadata.worldName })) : (_jsx(IconBadge, { inline: true, icon: IconBadgeIcon.Places, text: notification.metadata.position, onClick: () => window.open(notification.metadata.url, "_blank") })),
|
|
12
|
+
}) }));
|
|
14
13
|
});
|
|
15
14
|
export { StreamingNotification };
|
|
16
15
|
//# sourceMappingURL=StreamingNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"StreamingNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAG/C,MAAM,qBAAqB,GAAG,KAAK,CAAC,IAAI,CACtC,CAAC,KAAuC,EAAE,EAAE;IAC1C,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IAC5C,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,aAAa,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC/C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,EACzB,WAAW,EAAE,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE;YACvD,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CACrC,KAAC,IAAI,IACH,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,GAAG,EAC/B,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,YAAY,YAEf,YAAY,CAAC,QAAQ,CAAC,SAAS,GAC3B,CACR,CAAC,CAAC,CAAC,CACF,KAAC,SAAS,IACR,MAAM,QACN,IAAI,EAAE,aAAa,CAAC,MAAM,EAC1B,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,QAAQ,EACpC,OAAO,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,GAC/D,CACH;SACF,CAAC,GACF,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingPlaceUpdatedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingPlaceUpdatedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingPlaceUpdatedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingPlaceUpdatedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingPlaceUpdatedNotification };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
+
import { streamingPlaceUpdatedI18n } from "./Streaming.i18n";
|
|
3
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
4
|
-
import { i18n } from "./StreamingPlaceUpdatedNotification.i18n";
|
|
5
5
|
const StreamingPlaceUpdatedNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingPlaceUpdatedI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingPlaceUpdatedNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingPlaceUpdatedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingPlaceUpdatedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingPlaceUpdatedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAA;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,iCAAiC,GAAG,KAAK,CAAC,IAAI,CAClD,CAAC,KAAsE,EAAE,EAAE;IACzE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,yBAAyB,GAAI,CAAA;AAC9E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,iCAAiC,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingTimeExceededNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingTimeExceededNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingTimeExceededNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingTimeExceededNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingTimeExceededNotification };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
+
import { streamingTimeExceededI18n } from "./Streaming.i18n";
|
|
3
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
4
|
-
import { i18n } from "./StreamingTimeExceededNotification.i18n";
|
|
5
5
|
const StreamingTimeExceededNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingTimeExceededI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingTimeExceededNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingTimeExceededNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingTimeExceededNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingTimeExceededNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAA;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,iCAAiC,GAAG,KAAK,CAAC,IAAI,CAClD,CAAC,KAAsE,EAAE,EAAE;IACzE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,yBAAyB,GAAI,CAAA;AAC9E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,iCAAiC,EAAE,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { StreamingKeyExpiredNotification } from "./StreamingKeyExpiredNotification";
|
|
2
|
+
export { StreamingKeyResetNotification } from "./StreamingKeyResetNotification";
|
|
3
|
+
export { StreamingKeyRevokeNotification } from "./StreamingKeyRevokeNotification";
|
|
4
|
+
export { StreamingPlaceUpdatedNotification } from "./StreamingPlaceUpdatedNotification";
|
|
5
|
+
export { StreamingTimeExceededNotification } from "./StreamingTimeExceededNotification";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { StreamingKeyExpiredNotification } from "./StreamingKeyExpiredNotification";
|
|
2
|
+
export { StreamingKeyResetNotification } from "./StreamingKeyResetNotification";
|
|
3
|
+
export { StreamingKeyRevokeNotification } from "./StreamingKeyRevokeNotification";
|
|
4
|
+
export { StreamingPlaceUpdatedNotification } from "./StreamingPlaceUpdatedNotification";
|
|
5
|
+
export { StreamingTimeExceededNotification } from "./StreamingTimeExceededNotification";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAA;AACvF,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GiftNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GiftNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GiftNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GiftNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GiftNotification };
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { giftI18n } from "./Transfer.i18n";
|
|
4
|
+
import { Address } from "../../../Address";
|
|
4
5
|
import { GiftIcon } from "../../../Icon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
7
|
import { replaceWithValues } from "../../utils";
|
|
8
8
|
const GiftNotification = React.memo((props) => {
|
|
9
9
|
const { notification, locale, renderProfile } = props;
|
|
10
|
-
const player = renderProfile?.(notification.metadata.senderAddress) ??
|
|
11
|
-
|
|
12
|
-
return (_jsxs(NotificationItem, { image: _jsx(GiftIcon, { width: 48, height: 48 }), timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: replaceWithValues(i18n[locale].title, { player }) }), _jsx(NotificationItemDescription, { color: "inherit", underline: "none", children: i18n[locale].description })] }));
|
|
10
|
+
const player = renderProfile?.(notification.metadata.senderAddress) ?? (_jsx(Address, { shorten: true, value: notification.metadata.senderAddress }));
|
|
11
|
+
return (_jsx(NotificationItemText, { image: _jsx(GiftIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: replaceWithValues(giftI18n[locale].title, { player }), description: giftI18n[locale].description }));
|
|
13
12
|
});
|
|
14
13
|
export { GiftNotification };
|
|
15
14
|
//# sourceMappingURL=GiftNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GiftNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/GiftNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GiftNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/GiftNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAK7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE/C,MAAM,gBAAgB,GAAG,KAAK,CAAC,IAAI,CACjC,CAAC,KAAqD,EAAE,EAAE;IACxD,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAA;IACrD,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,aAAa,CAAC,IAAI,CACrE,KAAC,OAAO,IAAC,OAAO,QAAC,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,aAAa,GAAI,CAChE,CAAA;IAED,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,QAAQ,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC1C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,iBAAiB,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,CAAC,EAC5D,WAAW,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC,WAAW,GACzC,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { CommonNotificationProps, TipNotificationProps } from "../../Notifications.types";
|
|
3
|
+
declare const TipNotification: React.MemoExoticComponent<(props: CommonNotificationProps<TipNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
|
+
export { TipNotification };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { Link } from "@mui/material";
|
|
4
|
+
import { tipI18n } from "./Transfer.i18n";
|
|
5
|
+
import { config } from "../../../../config";
|
|
6
|
+
import { TipIcon } from "../../../Icon";
|
|
7
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
8
|
+
import { formatMana, replaceWithValues } from "../../utils";
|
|
9
|
+
const TipNotification = React.memo((props) => {
|
|
10
|
+
const { notification, locale, renderProfile } = props;
|
|
11
|
+
const senderAddress = notification.metadata.senderAddress;
|
|
12
|
+
const playerName = renderProfile?.(senderAddress) ??
|
|
13
|
+
`${senderAddress.slice(0, 6)}…${senderAddress.slice(-4)}`;
|
|
14
|
+
const manaAmount = formatMana(notification.metadata.manaAmount);
|
|
15
|
+
const profileUrl = `${config.get("PROFILE_URL")}/accounts/${senderAddress}`;
|
|
16
|
+
const marketplaceActivityUrl = `${config.get("MARKETPLACE_URL")}/activity`;
|
|
17
|
+
const playerLink = (_jsx(Link, { href: profileUrl, target: "_blank", rel: "noreferrer", onClick: (e) => e.stopPropagation(), children: playerName }));
|
|
18
|
+
const manaAmountLink = (_jsxs(Link, { href: marketplaceActivityUrl, target: "_blank", rel: "noreferrer", onClick: (e) => e.stopPropagation(), children: [manaAmount, " MANA"] }));
|
|
19
|
+
return (_jsx(NotificationItemText, { image: _jsx(TipIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: replaceWithValues(tipI18n[locale].title, {
|
|
20
|
+
playerName: playerLink,
|
|
21
|
+
manaAmount: manaAmountLink,
|
|
22
|
+
}), description: tipI18n[locale].description }));
|
|
23
|
+
});
|
|
24
|
+
export { TipNotification };
|
|
25
|
+
//# sourceMappingURL=TipNotification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TipNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/TipNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AACzC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AACvC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAK7D,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE3D,MAAM,eAAe,GAAG,KAAK,CAAC,IAAI,CAChC,CAAC,KAAoD,EAAE,EAAE;IACvD,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAA;IAErD,MAAM,aAAa,GAAG,YAAY,CAAC,QAAQ,CAAC,aAAa,CAAA;IACzD,MAAM,UAAU,GACd,aAAa,EAAE,CAAC,aAAa,CAAC;QAC9B,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,aAAa,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;IAC3D,MAAM,UAAU,GAAG,UAAU,CAAC,YAAY,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAA;IAC/D,MAAM,UAAU,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,aAAa,aAAa,EAAE,CAAA;IAC3E,MAAM,sBAAsB,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,iBAAiB,CAAC,WAAW,CAAA;IAE1E,MAAM,UAAU,GAAG,CACjB,KAAC,IAAI,IACH,IAAI,EAAE,UAAU,EAChB,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,YAAY,EAChB,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,eAAe,EAAE,YAElC,UAAU,GACN,CACR,CAAA;IAED,MAAM,cAAc,GAAG,CACrB,MAAC,IAAI,IACH,IAAI,EAAE,sBAAsB,EAC5B,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,YAAY,EAChB,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,eAAe,EAAE,aAElC,UAAU,aACN,CACR,CAAA;IAED,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,OAAO,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EACzC,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,iBAAiB,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE;YAC9C,UAAU,EAAE,UAAU;YACtB,UAAU,EAAE,cAAc;SAC3B,CAAC,EACF,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC,WAAW,GACxC,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,eAAe,EAAE,CAAA"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const giftI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: "Open your backpack to check it out.";
|
|
4
|
+
readonly title: "{player} sent you something";
|
|
5
|
+
};
|
|
6
|
+
readonly es: {
|
|
7
|
+
readonly description: "Abre tu mochila para verlo.";
|
|
8
|
+
readonly title: "{player} te envió algo";
|
|
9
|
+
};
|
|
10
|
+
readonly zh: {
|
|
11
|
+
readonly description: "打开你的背包查看。";
|
|
12
|
+
readonly title: "{player} 给你送了东西";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
declare const tipI18n: {
|
|
16
|
+
readonly en: {
|
|
17
|
+
readonly description: "";
|
|
18
|
+
readonly title: "{playerName} sent you {manaAmount} tip for one of your scenes!";
|
|
19
|
+
};
|
|
20
|
+
readonly es: {
|
|
21
|
+
readonly description: "";
|
|
22
|
+
readonly title: "¡{playerName} te envió una propina de {manaAmount} por una de tus escenas!";
|
|
23
|
+
};
|
|
24
|
+
readonly zh: {
|
|
25
|
+
readonly description: "";
|
|
26
|
+
readonly title: "{playerName} 为你的其中一个场景发送了 {manaAmount} 小费!";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export { giftI18n, tipI18n };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const giftI18n = {
|
|
2
|
+
en: {
|
|
3
|
+
description: "Open your backpack to check it out.",
|
|
4
|
+
title: "{player} sent you something",
|
|
5
|
+
},
|
|
6
|
+
es: {
|
|
7
|
+
description: "Abre tu mochila para verlo.",
|
|
8
|
+
title: "{player} te envió algo",
|
|
9
|
+
},
|
|
10
|
+
zh: {
|
|
11
|
+
description: "打开你的背包查看。",
|
|
12
|
+
title: "{player} 给你送了东西",
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
const tipI18n = {
|
|
16
|
+
en: {
|
|
17
|
+
description: "",
|
|
18
|
+
title: "{playerName} sent you {manaAmount} tip for one of your scenes!",
|
|
19
|
+
},
|
|
20
|
+
es: {
|
|
21
|
+
description: "",
|
|
22
|
+
title: "¡{playerName} te envió una propina de {manaAmount} por una de tus escenas!",
|
|
23
|
+
},
|
|
24
|
+
zh: {
|
|
25
|
+
description: "",
|
|
26
|
+
title: "{playerName} 为你的其中一个场景发送了 {manaAmount} 小费!",
|
|
27
|
+
},
|
|
28
|
+
};
|
|
29
|
+
export { giftI18n, tipI18n };
|
|
30
|
+
//# sourceMappingURL=Transfer.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Transfer.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAG;IACf,EAAE,EAAE;QACF,WAAW,EAAE,qCAAqC;QAClD,KAAK,EAAE,6BAA6B;KACrC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,6BAA6B;QAC1C,KAAK,EAAE,wBAAwB;KAChC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,WAAW;QACxB,KAAK,EAAE,iBAAiB;KACzB;CACO,CAAA;AAEV,MAAM,OAAO,GAAG;IACd,EAAE,EAAE;QACF,WAAW,EAAE,EAAE;QACf,KAAK,EAAE,gEAAgE;KACxE;IACD,EAAE,EAAE;QACF,WAAW,EAAE,EAAE;QACf,KAAK,EACH,4EAA4E;KAC/E;IACD,EAAE,EAAE;QACF,WAAW,EAAE,EAAE;QACf,KAAK,EAAE,4CAA4C;KACpD;CACO,CAAA;AAEV,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
declare const worldsAccessRestoredI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: "Access to your Worlds has been restored.";
|
|
4
|
+
readonly title: "Worlds available";
|
|
5
|
+
};
|
|
6
|
+
readonly es: {
|
|
7
|
+
readonly description: "El acceso a tus Mundos ha sido restaurado.";
|
|
8
|
+
readonly title: "Mundos disponible";
|
|
9
|
+
};
|
|
10
|
+
readonly zh: {
|
|
11
|
+
readonly description: "您的 \"世界 \"访问权限已恢复.";
|
|
12
|
+
readonly title: "可用的世界";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
declare const worldsAccessRestrictedI18n: {
|
|
16
|
+
readonly en: {
|
|
17
|
+
readonly description: {
|
|
18
|
+
readonly start: "Access to your Worlds has been restricted due to";
|
|
19
|
+
readonly link_text: "insufficient resources";
|
|
20
|
+
};
|
|
21
|
+
readonly title: "Worlds restricted";
|
|
22
|
+
};
|
|
23
|
+
readonly es: {
|
|
24
|
+
readonly description: {
|
|
25
|
+
readonly start: "El acceso a tus Mundos ha sido restringido debido a";
|
|
26
|
+
readonly link_text: "falta de recursos";
|
|
27
|
+
};
|
|
28
|
+
readonly title: "Mundos restringidos";
|
|
29
|
+
};
|
|
30
|
+
readonly zh: {
|
|
31
|
+
readonly description: {
|
|
32
|
+
readonly start: "由于资源不足";
|
|
33
|
+
readonly link_text: "访问您的世界受到限制";
|
|
34
|
+
};
|
|
35
|
+
readonly title: "世界限制";
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
declare const worldsMissingResourcesI18n: {
|
|
39
|
+
readonly en: {
|
|
40
|
+
readonly description: {
|
|
41
|
+
readonly start: "WORLDS access at risk in 48hs.";
|
|
42
|
+
readonly link_text: "Rectify now";
|
|
43
|
+
readonly end: "to percent disruption.";
|
|
44
|
+
};
|
|
45
|
+
readonly title: "Missing resources";
|
|
46
|
+
};
|
|
47
|
+
readonly es: {
|
|
48
|
+
readonly description: {
|
|
49
|
+
readonly start: "El acceso a tus Mundos sera restringido en 48 horas.";
|
|
50
|
+
readonly link_text: "Rectifique ahora";
|
|
51
|
+
readonly end: "para evitar interrupciones.";
|
|
52
|
+
};
|
|
53
|
+
readonly title: "Faltan recursos";
|
|
54
|
+
};
|
|
55
|
+
readonly zh: {
|
|
56
|
+
readonly description: {
|
|
57
|
+
readonly start: "世界接入在 48 小时内面临风险.";
|
|
58
|
+
readonly link_text: "立即纠正";
|
|
59
|
+
readonly end: ",以减少中断";
|
|
60
|
+
};
|
|
61
|
+
readonly title: "缺失的资源";
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
declare const worldsPermissionGrantedI18n: {
|
|
65
|
+
readonly en: {
|
|
66
|
+
readonly title: "World Permission Granted";
|
|
67
|
+
readonly accessTitle: "World Access";
|
|
68
|
+
readonly access: "You have been given permission to access World {world}";
|
|
69
|
+
readonly deployment: "You have been granted deployer permission to World {world}";
|
|
70
|
+
readonly streaming: "You have been granted streamer permission to World {world}";
|
|
71
|
+
};
|
|
72
|
+
readonly es: {
|
|
73
|
+
readonly title: "Permiso para mundo otorgado";
|
|
74
|
+
readonly accessTitle: "Acceso a Mundo";
|
|
75
|
+
readonly access: "Te han dado permiso para acceder al mundo {world}";
|
|
76
|
+
readonly deployment: "Te han otorgado permiso de deployar al mundo {world}";
|
|
77
|
+
readonly streaming: "Te han otorgado permiso de trasmitir en el mundo {world}";
|
|
78
|
+
};
|
|
79
|
+
readonly zh: {
|
|
80
|
+
readonly title: "获得世界许可";
|
|
81
|
+
readonly accessTitle: "世界访问";
|
|
82
|
+
readonly access: "您已获得访问世界的许可 {world}";
|
|
83
|
+
readonly deployment: "您已被授予部署者的许可 {world}";
|
|
84
|
+
readonly streaming: "您已获得流媒体的许可 {world}";
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
declare const worldsPermissionRevokedI18n: {
|
|
88
|
+
readonly en: {
|
|
89
|
+
readonly title: "World Permission Revoked";
|
|
90
|
+
readonly accessTitle: "World Access Revoked";
|
|
91
|
+
readonly access: "You have been revoked the permission to access World {world}";
|
|
92
|
+
readonly deployment: "The owner of the World {world} has revoked your permission to deploy in their world";
|
|
93
|
+
readonly streaming: "The owner of the World {world} has revoked your permission to stream in their world";
|
|
94
|
+
};
|
|
95
|
+
readonly es: {
|
|
96
|
+
readonly title: "Permiso para mundo revocado";
|
|
97
|
+
readonly accessTitle: "Acceso a Mundo revocado";
|
|
98
|
+
readonly access: "Te han removido el permiso para acceder al mundo {world}";
|
|
99
|
+
readonly deployment: "El propietario del mundo {world} ha revocado tu permiso para deployar en su mundo";
|
|
100
|
+
readonly streaming: "El propietario del mundo {world} ha revocado tu permiso para transmitir en su mundo";
|
|
101
|
+
};
|
|
102
|
+
readonly zh: {
|
|
103
|
+
readonly title: "世界许可被撤销";
|
|
104
|
+
readonly accessTitle: "世界访问被撤销";
|
|
105
|
+
readonly access: "您已被撤销访问世界{workd}的许可";
|
|
106
|
+
readonly deployment: "世界所有者{world}已撤销您在其世界中部署的许可";
|
|
107
|
+
readonly streaming: "世界的所有者{world}已撤销了您在世界上流媒体的允许";
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
export { worldsAccessRestoredI18n, worldsAccessRestrictedI18n, worldsMissingResourcesI18n, worldsPermissionGrantedI18n, worldsPermissionRevokedI18n, };
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
const worldsAccessRestoredI18n = {
|
|
2
|
+
en: {
|
|
3
|
+
description: "Access to your Worlds has been restored.",
|
|
4
|
+
title: "Worlds available",
|
|
5
|
+
},
|
|
6
|
+
es: {
|
|
7
|
+
description: "El acceso a tus Mundos ha sido restaurado.",
|
|
8
|
+
title: "Mundos disponible",
|
|
9
|
+
},
|
|
10
|
+
zh: {
|
|
11
|
+
description: '您的 "世界 "访问权限已恢复.',
|
|
12
|
+
title: "可用的世界",
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
const worldsAccessRestrictedI18n = {
|
|
16
|
+
en: {
|
|
17
|
+
description: {
|
|
18
|
+
start: "Access to your Worlds has been restricted due to",
|
|
19
|
+
link_text: "insufficient resources",
|
|
20
|
+
},
|
|
21
|
+
title: "Worlds restricted",
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
description: {
|
|
25
|
+
start: "El acceso a tus Mundos ha sido restringido debido a",
|
|
26
|
+
link_text: "falta de recursos",
|
|
27
|
+
},
|
|
28
|
+
title: "Mundos restringidos",
|
|
29
|
+
},
|
|
30
|
+
zh: {
|
|
31
|
+
description: {
|
|
32
|
+
start: "由于资源不足",
|
|
33
|
+
link_text: "访问您的世界受到限制",
|
|
34
|
+
},
|
|
35
|
+
title: "世界限制",
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
const worldsMissingResourcesI18n = {
|
|
39
|
+
en: {
|
|
40
|
+
description: {
|
|
41
|
+
start: "WORLDS access at risk in 48hs.",
|
|
42
|
+
link_text: "Rectify now",
|
|
43
|
+
end: "to percent disruption.",
|
|
44
|
+
},
|
|
45
|
+
title: "Missing resources",
|
|
46
|
+
},
|
|
47
|
+
es: {
|
|
48
|
+
description: {
|
|
49
|
+
start: "El acceso a tus Mundos sera restringido en 48 horas.",
|
|
50
|
+
link_text: "Rectifique ahora",
|
|
51
|
+
end: "para evitar interrupciones.",
|
|
52
|
+
},
|
|
53
|
+
title: "Faltan recursos",
|
|
54
|
+
},
|
|
55
|
+
zh: {
|
|
56
|
+
description: {
|
|
57
|
+
start: "世界接入在 48 小时内面临风险.",
|
|
58
|
+
link_text: "立即纠正",
|
|
59
|
+
end: ",以减少中断",
|
|
60
|
+
},
|
|
61
|
+
title: "缺失的资源",
|
|
62
|
+
},
|
|
63
|
+
};
|
|
64
|
+
const worldsPermissionGrantedI18n = {
|
|
65
|
+
en: {
|
|
66
|
+
title: "World Permission Granted",
|
|
67
|
+
accessTitle: "World Access",
|
|
68
|
+
access: "You have been given permission to access World {world}",
|
|
69
|
+
deployment: "You have been granted deployer permission to World {world}",
|
|
70
|
+
streaming: "You have been granted streamer permission to World {world}",
|
|
71
|
+
},
|
|
72
|
+
es: {
|
|
73
|
+
title: "Permiso para mundo otorgado",
|
|
74
|
+
accessTitle: "Acceso a Mundo",
|
|
75
|
+
access: "Te han dado permiso para acceder al mundo {world}",
|
|
76
|
+
deployment: "Te han otorgado permiso de deployar al mundo {world}",
|
|
77
|
+
streaming: "Te han otorgado permiso de trasmitir en el mundo {world}",
|
|
78
|
+
},
|
|
79
|
+
zh: {
|
|
80
|
+
title: "获得世界许可",
|
|
81
|
+
accessTitle: "世界访问",
|
|
82
|
+
access: "您已获得访问世界的许可 {world}",
|
|
83
|
+
deployment: "您已被授予部署者的许可 {world}",
|
|
84
|
+
streaming: "您已获得流媒体的许可 {world}",
|
|
85
|
+
},
|
|
86
|
+
};
|
|
87
|
+
const worldsPermissionRevokedI18n = {
|
|
88
|
+
en: {
|
|
89
|
+
title: "World Permission Revoked",
|
|
90
|
+
accessTitle: "World Access Revoked",
|
|
91
|
+
access: "You have been revoked the permission to access World {world}",
|
|
92
|
+
deployment: "The owner of the World {world} has revoked your permission to deploy in their world",
|
|
93
|
+
streaming: "The owner of the World {world} has revoked your permission to stream in their world",
|
|
94
|
+
},
|
|
95
|
+
es: {
|
|
96
|
+
title: "Permiso para mundo revocado",
|
|
97
|
+
accessTitle: "Acceso a Mundo revocado",
|
|
98
|
+
access: "Te han removido el permiso para acceder al mundo {world}",
|
|
99
|
+
deployment: "El propietario del mundo {world} ha revocado tu permiso para deployar en su mundo",
|
|
100
|
+
streaming: "El propietario del mundo {world} ha revocado tu permiso para transmitir en su mundo",
|
|
101
|
+
},
|
|
102
|
+
zh: {
|
|
103
|
+
title: "世界许可被撤销",
|
|
104
|
+
accessTitle: "世界访问被撤销",
|
|
105
|
+
access: "您已被撤销访问世界{workd}的许可",
|
|
106
|
+
deployment: "世界所有者{world}已撤销您在其世界中部署的许可",
|
|
107
|
+
streaming: "世界的所有者{world}已撤销了您在世界上流媒体的允许",
|
|
108
|
+
},
|
|
109
|
+
};
|
|
110
|
+
export { worldsAccessRestoredI18n, worldsAccessRestrictedI18n, worldsMissingResourcesI18n, worldsPermissionGrantedI18n, worldsPermissionRevokedI18n, };
|
|
111
|
+
//# sourceMappingURL=Worlds.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Worlds.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,wBAAwB,GAAG;IAC/B,EAAE,EAAE;QACF,WAAW,EAAE,0CAA0C;QACvD,KAAK,EAAE,kBAAkB;KAC1B;IACD,EAAE,EAAE;QACF,WAAW,EAAE,4CAA4C;QACzD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE,kBAAkB;QAC/B,KAAK,EAAE,OAAO;KACf;CACO,CAAA;AAEV,MAAM,0BAA0B,GAAG;IACjC,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,kDAAkD;YACzD,SAAS,EAAE,wBAAwB;SACpC;QACD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,qDAAqD;YAC5D,SAAS,EAAE,mBAAmB;SAC/B;QACD,KAAK,EAAE,qBAAqB;KAC7B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,QAAQ;YACf,SAAS,EAAE,YAAY;SACxB;QACD,KAAK,EAAE,MAAM;KACd;CACO,CAAA;AAEV,MAAM,0BAA0B,GAAG;IACjC,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,gCAAgC;YACvC,SAAS,EAAE,aAAa;YACxB,GAAG,EAAE,wBAAwB;SAC9B;QACD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,sDAAsD;YAC7D,SAAS,EAAE,kBAAkB;YAC7B,GAAG,EAAE,6BAA6B;SACnC;QACD,KAAK,EAAE,iBAAiB;KACzB;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,mBAAmB;YAC1B,SAAS,EAAE,MAAM;YACjB,GAAG,EAAE,QAAQ;SACd;QACD,KAAK,EAAE,OAAO;KACf;CACO,CAAA;AAEV,MAAM,2BAA2B,GAAG;IAClC,EAAE,EAAE;QACF,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,cAAc;QAC3B,MAAM,EAAE,wDAAwD;QAChE,UAAU,EAAE,4DAA4D;QACxE,SAAS,EAAE,4DAA4D;KACxE;IACD,EAAE,EAAE;QACF,KAAK,EAAE,6BAA6B;QACpC,WAAW,EAAE,gBAAgB;QAC7B,MAAM,EAAE,mDAAmD;QAC3D,UAAU,EAAE,sDAAsD;QAClE,SAAS,EAAE,0DAA0D;KACtE;IACD,EAAE,EAAE;QACF,KAAK,EAAE,QAAQ;QACf,WAAW,EAAE,MAAM;QACnB,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,SAAS,EAAE,oBAAoB;KAChC;CACO,CAAA;AAEV,MAAM,2BAA2B,GAAG;IAClC,EAAE,EAAE;QACF,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,sBAAsB;QACnC,MAAM,EAAE,8DAA8D;QACtE,UAAU,EACR,qFAAqF;QACvF,SAAS,EACP,qFAAqF;KACxF;IACD,EAAE,EAAE;QACF,KAAK,EAAE,6BAA6B;QACpC,WAAW,EAAE,yBAAyB;QACtC,MAAM,EAAE,0DAA0D;QAClE,UAAU,EACR,mFAAmF;QACrF,SAAS,EACP,qFAAqF;KACxF;IACD,EAAE,EAAE;QACF,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,SAAS;QACtB,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,4BAA4B;QACxC,SAAS,EAAE,8BAA8B;KAC1C;CACO,CAAA;AAEV,OAAO,EACL,wBAAwB,EACxB,0BAA0B,EAC1B,0BAA0B,EAC1B,2BAA2B,EAC3B,2BAA2B,GAC5B,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, WorldsAccessRestoredNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, WorldsAccessRestoredNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const WorldsAccessRestoredNotification: React.MemoExoticComponent<(props: CommonNotificationProps<WorldsAccessRestoredNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { WorldsAccessRestoredNotification };
|
package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { worldsAccessRestoredI18n } from "./Worlds.i18n";
|
|
4
4
|
import { AccessRestoredIcon } from "../../../Icon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
const WorldsAccessRestoredNotification = React.memo((props) => {
|
|
8
7
|
const { notification, locale } = props;
|
|
9
|
-
return (
|
|
8
|
+
return (_jsx(NotificationItemText, { image: _jsx(AccessRestoredIcon, {}), locale: locale, notification: notification, title: worldsAccessRestoredI18n[locale].title, description: worldsAccessRestoredI18n[locale].description }));
|
|
10
9
|
});
|
|
11
10
|
export { WorldsAccessRestoredNotification };
|
|
12
11
|
//# sourceMappingURL=WorldsAccessRestoredNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsAccessRestoredNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"WorldsAccessRestoredNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,wBAAwB,EAAE,MAAM,eAAe,CAAA;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAM7D,MAAM,gCAAgC,GAAG,KAAK,CAAC,IAAI,CACjD,CAAC,KAAqE,EAAE,EAAE;IACxE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,kBAAkB,KAAG,EAC7B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC,KAAK,EAC7C,WAAW,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC,WAAW,GACzD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,gCAAgC,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, WorldsAccessRestrictedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, WorldsAccessRestrictedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const WorldsAccessRestrictedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<WorldsAccessRestrictedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { WorldsAccessRestrictedNotification };
|