decentraland-ui2 1.1.6 → 1.1.7-20715267278.commit-7a70448
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.styled.d.ts → NotificationItem/NotificationItem.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +61 -0
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.types.d.ts → NotificationItem/NotificationItem.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +18 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js +11 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationItem/index.js +3 -0
- package/dist/components/Notifications/NotificationItem/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +26 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +85 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +86 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -6
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +8 -9
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +10 -8
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.d.ts +65 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.i18n.js → Events.i18n.js} +26 -3
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartedNotification.d.ts → EventsStartedNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.d.ts → EventsStartsSoonNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +206 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +207 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js +10 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.d.ts +47 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +48 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.d.ts +84 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +76 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +5 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.d.ts +29 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +30 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +139 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +140 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +71 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +72 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +5 -6
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/{GiftNotification.i18n.js → Transfer.i18n.js} +3 -3
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +110 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +111 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +10 -9
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +8 -7
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
- package/dist/components/Notifications/Notifications.stories.d.ts +1 -1
- package/dist/components/Notifications/Notifications.stories.js +2 -2
- package/dist/components/Notifications/Notifications.stories.js.map +1 -1
- package/dist/components/Notifications/Notifications.styled.d.ts +1 -13
- package/dist/components/Notifications/Notifications.styled.js +1 -70
- package/dist/components/Notifications/Notifications.styled.js.map +1 -1
- package/dist/components/Notifications/Notifications.types.d.ts +167 -14
- package/dist/components/Notifications/Notifications.types.js +6 -1
- package/dist/components/Notifications/Notifications.types.js.map +1 -1
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.js → NotificationsFeed/NotificationsFeed.js} +3 -3
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.styled.d.ts → NotificationsFeed/NotificationsFeed.styled.d.ts} +2 -2
- package/dist/components/Notifications/{NotificationsFeed.styled.js → NotificationsFeed/NotificationsFeed.styled.js} +19 -18
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.types.d.ts → NotificationsFeed/NotificationsFeed.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.js → NotificationsFeedTabs/NotificationsFeedTabs.js} +5 -5
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.styled.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +56 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.types.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js.map +1 -0
- package/dist/components/Notifications/{Notifications.js → NotificationsToggle/Notifications.js} +2 -2
- package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.d.ts +13 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +66 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js.map +1 -0
- package/dist/components/Notifications/index.d.ts +4 -4
- package/dist/components/Notifications/index.js +2 -2
- package/dist/components/Notifications/index.js.map +1 -1
- package/dist/components/Notifications/utils.d.ts +1 -1
- package/dist/components/Notifications/utils.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +1 -1
- package/dist/data/notifications.d.ts +2 -2
- package/package.json +2 -2
- package/dist/components/Notifications/NotificationItem.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.styled.js +0 -63
- package/dist/components/Notifications/NotificationItem.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.styled.js +0 -29
- package/dist/components/Notifications/NotificationItemImage.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js +0 -11
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +0 -13
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +0 -42
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +0 -14
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +0 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Referral/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +0 -17
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/Notifications.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.types.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js +0 -58
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +0 -1
- package/dist/components/Notifications/types.d.ts +0 -170
- package/dist/components/Notifications/types.js +0 -7
- package/dist/components/Notifications/types.js.map +0 -1
- /package/dist/components/Notifications/{NotificationItem.d.ts → NotificationItem/NotificationItem.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItem.types.js → NotificationItem/NotificationItem.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.d.ts → NotificationItemImage/NotificationItemImage.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.js → NotificationItemImage/NotificationItemImage.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.styled.d.ts → NotificationItemImage/NotificationItemImage.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.d.ts → NotificationItemImage/NotificationItemImage.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.js → NotificationItemImage/NotificationItemImage.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.js → NotificationItemNFTLink/NotificationItemNFTLink.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.styled.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.js → NotificationItemNFTLink/NotificationItemNFTLink.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.d.ts → NotificationsFeed/NotificationsFeed.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.d.ts → NotificationsFeed/NotificationsFeed.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.js → NotificationsFeed/NotificationsFeed.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.types.js → NotificationsFeed/NotificationsFeed.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.js → NotificationsFeedTabs/NotificationsFeedTabs.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.types.js → NotificationsFeedTabs/NotificationsFeedTabs.types.js} +0 -0
- /package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts} +0 -0
|
@@ -0,0 +1,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 };
|
package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Link } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { worldsAccessRestrictedI18n } from "./Worlds.i18n";
|
|
5
5
|
import { AccessRestrictedIcon } from "../../../Icon";
|
|
6
|
-
import {
|
|
7
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
8
7
|
const WorldsAccessRestrictedNotification = React.memo((props) => {
|
|
9
8
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
9
|
+
return (_jsx(NotificationItemText, { image: _jsx(AccessRestrictedIcon, {}), locale: locale, notification: notification, title: worldsAccessRestrictedI18n[locale].title, description: _jsxs(_Fragment, { children: [worldsAccessRestrictedI18n[locale].description.start, " ", _jsx(Link, { href: notification.metadata.url, children: worldsAccessRestrictedI18n[locale].description.link_text }), "."] }) }));
|
|
11
10
|
});
|
|
12
11
|
export { WorldsAccessRestrictedNotification };
|
|
13
12
|
//# sourceMappingURL=WorldsAccessRestrictedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsAccessRestrictedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"WorldsAccessRestrictedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAA;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AACpD,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,oBAAoB,KAAG,EAC/B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,0BAA0B,CAAC,MAAM,CAAC,CAAC,KAAK,EAC/C,WAAW,EACT,8BACG,0BAA0B,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAC1D,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,GAAG,YAClC,0BAA0B,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,SAAS,GACpD,SAEN,GAEL,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, WorldsMissingResourcesNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, WorldsMissingResourcesNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const WorldsMissingResourcesNotification: React.MemoExoticComponent<(props: CommonNotificationProps<WorldsMissingResourcesNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { WorldsMissingResourcesNotification };
|
package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Link } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { worldsMissingResourcesI18n } from "./Worlds.i18n";
|
|
5
5
|
import { MissingResourcesIcon } from "../../../Icon";
|
|
6
|
-
import {
|
|
7
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
8
7
|
const WorldsMissingResourcesNotification = React.memo((props) => {
|
|
9
8
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
9
|
+
return (_jsx(NotificationItemText, { image: _jsx(MissingResourcesIcon, {}), locale: locale, notification: notification, title: worldsMissingResourcesI18n[locale].title, description: _jsxs(_Fragment, { children: [worldsMissingResourcesI18n[locale].description.start, " ", _jsx(Link, { href: notification.metadata.url, children: worldsMissingResourcesI18n[locale].description.link_text }), " ", worldsMissingResourcesI18n[locale].description.end] }) }));
|
|
11
10
|
});
|
|
12
11
|
export { WorldsMissingResourcesNotification };
|
|
13
12
|
//# sourceMappingURL=WorldsMissingResourcesNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsMissingResourcesNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"WorldsMissingResourcesNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,0BAA0B,EAAE,MAAM,eAAe,CAAA;AAC1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AACpD,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,oBAAoB,KAAG,EAC/B,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,0BAA0B,CAAC,MAAM,CAAC,CAAC,KAAK,EAC/C,WAAW,EACT,8BACG,0BAA0B,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EAC1D,KAAC,IAAI,IAAC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,GAAG,YAClC,0BAA0B,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,SAAS,GACpD,EAAC,GAAG,EACV,0BAA0B,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,GAAG,IAClD,GAEL,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, WorldsPermissionGrantedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, WorldsPermissionGrantedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const WorldsPermissionGrantedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<WorldsPermissionGrantedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { WorldsPermissionGrantedNotification };
|
|
@@ -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 { Link } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { worldsPermissionGrantedI18n } from "./Worlds.i18n";
|
|
5
5
|
import { config } from "../../../../config";
|
|
6
6
|
import { AccessRestoredIcon, PermissionGrantedIcon } from "../../../Icon";
|
|
7
|
-
import {
|
|
8
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
7
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
9
8
|
import { replaceWithValues } from "../../utils";
|
|
10
9
|
const WORLDS_COLLABORATOR_URL = `${config.get("BUILDER_URL")}/worlds?tab=collaborator`;
|
|
11
10
|
const WORLD_WITH_REALM_URL = `${config.get("EXPLORER_URL")}?realm=`;
|
|
@@ -17,11 +16,13 @@ const WorldsPermissionGrantedNotification = React.memo((props) => {
|
|
|
17
16
|
const Icon = isAccessNotification
|
|
18
17
|
? AccessRestoredIcon
|
|
19
18
|
: PermissionGrantedIcon;
|
|
20
|
-
return (
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
return (_jsx(NotificationItemText, { image: _jsx(Icon, {}), locale: locale, notification: notification, title: isAccessNotification
|
|
20
|
+
? worldsPermissionGrantedI18n[locale].accessTitle
|
|
21
|
+
: worldsPermissionGrantedI18n[locale].title, description: replaceWithValues(worldsPermissionGrantedI18n[locale][permission], {
|
|
22
|
+
world: (_jsx(Link, { href: isAccessNotification
|
|
23
|
+
? `${WORLD_WITH_REALM_URL}${world}`
|
|
24
|
+
: WORLDS_COLLABORATOR_URL, target: "_blank", rel: "noreferrer", children: world })),
|
|
25
|
+
}) }));
|
|
25
26
|
});
|
|
26
27
|
export { WorldsPermissionGrantedNotification };
|
|
27
28
|
//# sourceMappingURL=WorldsPermissionGrantedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsPermissionGrantedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"WorldsPermissionGrantedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAA;AAC3D,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAA;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAK7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE/C,MAAM,uBAAuB,GAAG,GAAG,MAAM,CAAC,GAAG,CAC3C,aAAa,CACd,0BAA0B,CAAA;AAE3B,MAAM,oBAAoB,GAAG,GAAG,MAAM,CAAC,GAAG,CAAC,cAAc,CAAC,SAAS,CAAA;AAEnE,MAAM,mCAAmC,GAAG,KAAK,CAAC,IAAI,CACpD,CACE,KAAwE,EACxE,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,MAAM,UAAU,GAAG,YAAY,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC,CAAA,CAAC,0DAA0D;IAClH,MAAM,oBAAoB,GAAG,UAAU,KAAK,QAAQ,CAAA;IACpD,MAAM,KAAK,GAAG,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAA;IACzC,MAAM,IAAI,GAAG,oBAAoB;QAC/B,CAAC,CAAC,kBAAkB;QACpB,CAAC,CAAC,qBAAqB,CAAA;IACzB,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,IAAI,KAAG,EACf,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EACH,oBAAoB;YAClB,CAAC,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,WAAW;YACjD,CAAC,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,KAAK,EAE/C,WAAW,EAAE,iBAAiB,CAC5B,2BAA2B,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,EAC/C;YACE,KAAK,EAAE,CACL,KAAC,IAAI,IACH,IAAI,EACF,oBAAoB;oBAClB,CAAC,CAAC,GAAG,oBAAoB,GAAG,KAAK,EAAE;oBACnC,CAAC,CAAC,uBAAuB,EAE7B,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,YAAY,YAEf,KAAK,GACD,CACR;SACF,CACF,GACD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,mCAAmC,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, WorldsPermissionRevokedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, WorldsPermissionRevokedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const WorldsPermissionRevokedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<WorldsPermissionRevokedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { WorldsPermissionRevokedNotification };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { worldsPermissionRevokedI18n } from "./Worlds.i18n";
|
|
4
4
|
import { AccessRestrictedIcon, PermissionRevokedIcon } from "../../../Icon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
import { replaceWithValues } from "../../utils";
|
|
8
7
|
const WorldsPermissionRevokedNotification = React.memo((props) => {
|
|
9
8
|
const { notification, locale } = props;
|
|
@@ -12,9 +11,11 @@ const WorldsPermissionRevokedNotification = React.memo((props) => {
|
|
|
12
11
|
const Icon = isAccessNotification
|
|
13
12
|
? AccessRestrictedIcon
|
|
14
13
|
: PermissionRevokedIcon;
|
|
15
|
-
return (
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
return (_jsx(NotificationItemText, { image: _jsx(Icon, {}), locale: locale, notification: notification, title: isAccessNotification
|
|
15
|
+
? worldsPermissionRevokedI18n[locale].accessTitle
|
|
16
|
+
: worldsPermissionRevokedI18n[locale].title, description: replaceWithValues(worldsPermissionRevokedI18n[locale][permission], {
|
|
17
|
+
world: _jsx("strong", { children: notification.metadata.world }),
|
|
18
|
+
}) }));
|
|
18
19
|
});
|
|
19
20
|
export { WorldsPermissionRevokedNotification };
|
|
20
21
|
//# sourceMappingURL=WorldsPermissionRevokedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsPermissionRevokedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"WorldsPermissionRevokedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAA;AAC3E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAK7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE/C,MAAM,mCAAmC,GAAG,KAAK,CAAC,IAAI,CACpD,CACE,KAAwE,EACxE,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,MAAM,UAAU,GAAG,YAAY,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC,CAAC,CAAA;IACvD,MAAM,oBAAoB,GAAG,UAAU,KAAK,QAAQ,CAAA;IACpD,MAAM,IAAI,GAAG,oBAAoB;QAC/B,CAAC,CAAC,oBAAoB;QACtB,CAAC,CAAC,qBAAqB,CAAA;IAEzB,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,IAAI,KAAG,EACf,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EACH,oBAAoB;YAClB,CAAC,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,WAAW;YACjD,CAAC,CAAC,2BAA2B,CAAC,MAAM,CAAC,CAAC,KAAK,EAE/C,WAAW,EAAE,iBAAiB,CAC5B,2BAA2B,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,EAC/C;YACE,KAAK,EAAE,2BAAS,YAAY,CAAC,QAAQ,CAAC,KAAK,GAAU;SACtD,CACF,GACD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,mCAAmC,EAAE,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { WorldsAccessRestoredNotification } from "./WorldsAccessRestoredNotification";
|
|
2
|
+
export { WorldsAccessRestrictedNotification } from "./WorldsAccessRestrictedNotification";
|
|
3
|
+
export { WorldsMissingResourcesNotification } from "./WorldsMissingResourcesNotification";
|
|
4
|
+
export { WorldsPermissionGrantedNotification } from "./WorldsPermissionGrantedNotification";
|
|
5
|
+
export { WorldsPermissionRevokedNotification } from "./WorldsPermissionRevokedNotification";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { WorldsAccessRestoredNotification } from "./WorldsAccessRestoredNotification";
|
|
2
|
+
export { WorldsAccessRestrictedNotification } from "./WorldsAccessRestrictedNotification";
|
|
3
|
+
export { WorldsMissingResourcesNotification } from "./WorldsMissingResourcesNotification";
|
|
4
|
+
export { WorldsPermissionGrantedNotification } from "./WorldsPermissionGrantedNotification";
|
|
5
|
+
export { WorldsPermissionRevokedNotification } from "./WorldsPermissionRevokedNotification";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAA;AACrF,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAA;AACzF,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAA;AACzF,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAA;AAC3F,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAA"}
|
|
@@ -1,42 +1,11 @@
|
|
|
1
|
-
import { CreditsClaimReminderNotification } from "./Credits
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { GovernanceNewCommentOnProjectUpdateNotification } from "./Governance/GovernanceNewCommentOnProjectUpdateNotification";
|
|
12
|
-
import { GovernanceNewCommentOnProposalNotification } from "./Governance/GovernanceNewCommentOnProposalNotification";
|
|
13
|
-
import { GovernancePitchPassedNotification } from "./Governance/GovernancePitchPassedNotification";
|
|
14
|
-
import { GovernanceProposalEnactedNotification } from "./Governance/GovernanceProposalEnactedNotification";
|
|
15
|
-
import { GovernanceTenderPassedNotification } from "./Governance/GovernanceTenderPassedNotification";
|
|
16
|
-
import { GovernanceVotingEndedVoterNotification } from "./Governance/GovernanceVotingEndedVoterNotification";
|
|
17
|
-
import { LandRentalEndedNotification } from "./Land/LandRentalEndedNotification";
|
|
18
|
-
import { LandRentedNotification } from "./Land/LandRentedNotification";
|
|
19
|
-
import { BidAcceptedNotification } from "./Marketplace/BidAcceptedNotification";
|
|
20
|
-
import { BidReceivedNotification } from "./Marketplace/BidReceivedNotification";
|
|
21
|
-
import { ItemSoldNotification } from "./Marketplace/ItemSoldNotification";
|
|
22
|
-
import { RoyaltiesEarnedNotification } from "./Marketplace/RoyaltiesEarnedNotification";
|
|
23
|
-
import { ReferralInvitedUserAcceptedNotification } from "./Referral/ReferralInvitedUserAcceptedNotification";
|
|
24
|
-
import { ReferralNewTierReachedNotification } from "./Referral/ReferralNewTierReachedNotification";
|
|
25
|
-
import { CampaignGasPriceHigherThanExpectedNotification } from "./Reward/CampaignGasPriceHigherThanExpectedNotification";
|
|
26
|
-
import { CampaignOutOfFundsNotification } from "./Reward/CampaignOutOfFundsNotification";
|
|
27
|
-
import { CampaignOutOfStockNotification } from "./Reward/CampaignOutOfStockNotification";
|
|
28
|
-
import { RewardAssignedNotification } from "./Reward/RewardAssignedNotification";
|
|
29
|
-
import { RewardDelayedNotification } from "./Reward/RewardDelayedNotification";
|
|
30
|
-
import { RewardInProgressNotification } from "./Reward/RewardInProgressNotification";
|
|
31
|
-
import { StreamingKeyExpiredNotification } from "./Streaming/StreamingKeyExpiredNotification";
|
|
32
|
-
import { StreamingKeyResetNotification } from "./Streaming/StreamingKeyResetNotification";
|
|
33
|
-
import { StreamingKeyRevokeNotification } from "./Streaming/StreamingKeyRevokeNotification";
|
|
34
|
-
import { StreamingPlaceUpdatedNotification } from "./Streaming/StreamingPlaceUpdatedNotification";
|
|
35
|
-
import { StreamingTimeExceededNotification } from "./Streaming/StreamingTimeExceededNotification";
|
|
36
|
-
import { GiftNotification } from "./Transfer/GiftNotification";
|
|
37
|
-
import { WorldsAccessRestoredNotification } from "./Worlds/WorldsAccessRestoredNotification";
|
|
38
|
-
import { WorldsAccessRestrictedNotification } from "./Worlds/WorldsAccessRestrictedNotification";
|
|
39
|
-
import { WorldsMissingResourcesNotification } from "./Worlds/WorldsMissingResourcesNotification";
|
|
40
|
-
import { WorldsPermissionGrantedNotification } from "./Worlds/WorldsPermissionGrantedNotification";
|
|
41
|
-
import { WorldsPermissionRevokedNotification } from "./Worlds/WorldsPermissionRevokedNotification";
|
|
1
|
+
import { CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification } from "./Credits";
|
|
2
|
+
import { EventsStartedNotification, EventsStartsSoonNotification } from "./Events";
|
|
3
|
+
import { GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification } from "./Governance";
|
|
4
|
+
import { LandRentalEndedNotification, LandRentedNotification } from "./Land";
|
|
5
|
+
import { BidAcceptedNotification, BidReceivedNotification, ItemSoldNotification, RoyaltiesEarnedNotification } from "./Marketplace";
|
|
6
|
+
import { ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification } from "./Referral";
|
|
7
|
+
import { CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification } from "./Reward";
|
|
8
|
+
import { StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification } from "./Streaming";
|
|
9
|
+
import { GiftNotification } from "./Transfer";
|
|
10
|
+
import { WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification } from "./Worlds";
|
|
42
11
|
export { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, EventsStartedNotification, EventsStartsSoonNotification, GiftNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, };
|
|
@@ -1,43 +1,12 @@
|
|
|
1
|
-
import { CreditsClaimReminderNotification } from "./Credits
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { GovernanceNewCommentOnProjectUpdateNotification } from "./Governance/GovernanceNewCommentOnProjectUpdateNotification";
|
|
12
|
-
import { GovernanceNewCommentOnProposalNotification } from "./Governance/GovernanceNewCommentOnProposalNotification";
|
|
13
|
-
import { GovernancePitchPassedNotification } from "./Governance/GovernancePitchPassedNotification";
|
|
14
|
-
import { GovernanceProposalEnactedNotification } from "./Governance/GovernanceProposalEnactedNotification";
|
|
15
|
-
import { GovernanceTenderPassedNotification } from "./Governance/GovernanceTenderPassedNotification";
|
|
16
|
-
import { GovernanceVotingEndedVoterNotification } from "./Governance/GovernanceVotingEndedVoterNotification";
|
|
17
|
-
import { LandRentalEndedNotification } from "./Land/LandRentalEndedNotification";
|
|
18
|
-
import { LandRentedNotification } from "./Land/LandRentedNotification";
|
|
19
|
-
import { BidAcceptedNotification } from "./Marketplace/BidAcceptedNotification";
|
|
20
|
-
import { BidReceivedNotification } from "./Marketplace/BidReceivedNotification";
|
|
21
|
-
import { ItemSoldNotification } from "./Marketplace/ItemSoldNotification";
|
|
22
|
-
import { RoyaltiesEarnedNotification } from "./Marketplace/RoyaltiesEarnedNotification";
|
|
23
|
-
import { ReferralInvitedUserAcceptedNotification } from "./Referral/ReferralInvitedUserAcceptedNotification";
|
|
24
|
-
import { ReferralNewTierReachedNotification } from "./Referral/ReferralNewTierReachedNotification";
|
|
25
|
-
import { CampaignGasPriceHigherThanExpectedNotification } from "./Reward/CampaignGasPriceHigherThanExpectedNotification";
|
|
26
|
-
import { CampaignOutOfFundsNotification } from "./Reward/CampaignOutOfFundsNotification";
|
|
27
|
-
import { CampaignOutOfStockNotification } from "./Reward/CampaignOutOfStockNotification";
|
|
28
|
-
import { RewardAssignedNotification } from "./Reward/RewardAssignedNotification";
|
|
29
|
-
import { RewardDelayedNotification } from "./Reward/RewardDelayedNotification";
|
|
30
|
-
import { RewardInProgressNotification } from "./Reward/RewardInProgressNotification";
|
|
31
|
-
import { StreamingKeyExpiredNotification } from "./Streaming/StreamingKeyExpiredNotification";
|
|
32
|
-
import { StreamingKeyResetNotification } from "./Streaming/StreamingKeyResetNotification";
|
|
33
|
-
import { StreamingKeyRevokeNotification } from "./Streaming/StreamingKeyRevokeNotification";
|
|
34
|
-
import { StreamingPlaceUpdatedNotification } from "./Streaming/StreamingPlaceUpdatedNotification";
|
|
35
|
-
import { StreamingTimeExceededNotification } from "./Streaming/StreamingTimeExceededNotification";
|
|
36
|
-
import { GiftNotification } from "./Transfer/GiftNotification";
|
|
37
|
-
import { WorldsAccessRestoredNotification } from "./Worlds/WorldsAccessRestoredNotification";
|
|
38
|
-
import { WorldsAccessRestrictedNotification } from "./Worlds/WorldsAccessRestrictedNotification";
|
|
39
|
-
import { WorldsMissingResourcesNotification } from "./Worlds/WorldsMissingResourcesNotification";
|
|
40
|
-
import { WorldsPermissionGrantedNotification } from "./Worlds/WorldsPermissionGrantedNotification";
|
|
41
|
-
import { WorldsPermissionRevokedNotification } from "./Worlds/WorldsPermissionRevokedNotification";
|
|
1
|
+
import { CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, } from "./Credits";
|
|
2
|
+
import { EventsStartedNotification, EventsStartsSoonNotification, } from "./Events";
|
|
3
|
+
import { GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, } from "./Governance";
|
|
4
|
+
import { LandRentalEndedNotification, LandRentedNotification } from "./Land";
|
|
5
|
+
import { BidAcceptedNotification, BidReceivedNotification, ItemSoldNotification, RoyaltiesEarnedNotification, } from "./Marketplace";
|
|
6
|
+
import { ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, } from "./Referral";
|
|
7
|
+
import { CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, } from "./Reward";
|
|
8
|
+
import { StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, } from "./Streaming";
|
|
9
|
+
import { GiftNotification } from "./Transfer";
|
|
10
|
+
import { WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, } from "./Worlds";
|
|
42
11
|
export { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, EventsStartedNotification, EventsStartsSoonNotification, GiftNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, };
|
|
43
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationTypes/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gCAAgC,EAChC,0CAA0C,EAC1C,+BAA+B,EAC/B,wCAAwC,EACxC,qCAAqC,GACtC,MAAM,WAAW,CAAA;AAClB,OAAO,EACL,yBAAyB,EACzB,4BAA4B,GAC7B,MAAM,UAAU,CAAA;AACjB,OAAO,EACL,kCAAkC,EAClC,8CAA8C,EAC9C,uCAAuC,EACvC,+CAA+C,EAC/C,0CAA0C,EAC1C,iCAAiC,EACjC,qCAAqC,EACrC,kCAAkC,EAClC,sCAAsC,GACvC,MAAM,cAAc,CAAA;AACrB,OAAO,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,MAAM,QAAQ,CAAA;AAC5E,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,GAC5B,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,uCAAuC,EACvC,kCAAkC,GACnC,MAAM,YAAY,CAAA;AACnB,OAAO,EACL,8CAA8C,EAC9C,8BAA8B,EAC9B,8BAA8B,EAC9B,0BAA0B,EAC1B,yBAAyB,EACzB,4BAA4B,GAC7B,MAAM,UAAU,CAAA;AACjB,OAAO,EACL,+BAA+B,EAC/B,6BAA6B,EAC7B,8BAA8B,EAC9B,iCAAiC,EACjC,iCAAiC,GAClC,MAAM,aAAa,CAAA;AACpB,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EACL,gCAAgC,EAChC,kCAAkC,EAClC,kCAAkC,EAClC,mCAAmC,EACnC,mCAAmC,GACpC,MAAM,UAAU,CAAA;AAEjB,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,8CAA8C,EAC9C,8BAA8B,EAC9B,8BAA8B,EAC9B,gCAAgC,EAChC,0CAA0C,EAC1C,+BAA+B,EAC/B,wCAAwC,EACxC,qCAAqC,EACrC,yBAAyB,EACzB,4BAA4B,EAC5B,gBAAgB,EAChB,kCAAkC,EAClC,8CAA8C,EAC9C,uCAAuC,EACvC,+CAA+C,EAC/C,0CAA0C,EAC1C,iCAAiC,EACjC,qCAAqC,EACrC,kCAAkC,EAClC,sCAAsC,EACtC,oBAAoB,EACpB,2BAA2B,EAC3B,sBAAsB,EACtB,uCAAuC,EACvC,kCAAkC,EAClC,0BAA0B,EAC1B,yBAAyB,EACzB,4BAA4B,EAC5B,2BAA2B,EAC3B,+BAA+B,EAC/B,6BAA6B,EAC7B,8BAA8B,EAC9B,iCAAiC,EACjC,iCAAiC,EACjC,gCAAgC,EAChC,kCAAkC,EAClC,kCAAkC,EAClC,mCAAmC,EACnC,mCAAmC,GACpC,CAAA"}
|