decentraland-ui2 1.1.6-20618213460.commit-750a3e0 → 1.1.7-20715267278.commit-7a70448
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.styled.d.ts → NotificationItem/NotificationItem.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +61 -0
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.types.d.ts → NotificationItem/NotificationItem.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +18 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js +11 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationItem/index.js +3 -0
- package/dist/components/Notifications/NotificationItem/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +26 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +85 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +86 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -6
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +8 -9
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +10 -8
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.d.ts +65 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.i18n.js → Events.i18n.js} +26 -3
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartedNotification.d.ts → EventsStartedNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.d.ts → EventsStartsSoonNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +206 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +207 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js +10 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.d.ts +47 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +48 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.d.ts +84 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +76 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +5 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.d.ts +29 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +30 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +139 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +140 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +71 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +72 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +5 -6
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/{GiftNotification.i18n.js → Transfer.i18n.js} +3 -3
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +110 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +111 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +10 -9
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +8 -7
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
- package/dist/components/Notifications/Notifications.stories.d.ts +1 -1
- package/dist/components/Notifications/Notifications.stories.js +2 -2
- package/dist/components/Notifications/Notifications.stories.js.map +1 -1
- package/dist/components/Notifications/Notifications.styled.d.ts +1 -13
- package/dist/components/Notifications/Notifications.styled.js +1 -70
- package/dist/components/Notifications/Notifications.styled.js.map +1 -1
- package/dist/components/Notifications/Notifications.types.d.ts +167 -14
- package/dist/components/Notifications/Notifications.types.js +6 -1
- package/dist/components/Notifications/Notifications.types.js.map +1 -1
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.js → NotificationsFeed/NotificationsFeed.js} +3 -3
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.styled.d.ts → NotificationsFeed/NotificationsFeed.styled.d.ts} +2 -2
- package/dist/components/Notifications/{NotificationsFeed.styled.js → NotificationsFeed/NotificationsFeed.styled.js} +19 -18
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.types.d.ts → NotificationsFeed/NotificationsFeed.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.js → NotificationsFeedTabs/NotificationsFeedTabs.js} +5 -5
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.styled.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +56 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.types.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js.map +1 -0
- package/dist/components/Notifications/{Notifications.js → NotificationsToggle/Notifications.js} +2 -2
- package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.d.ts +13 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +66 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js.map +1 -0
- package/dist/components/Notifications/index.d.ts +4 -4
- package/dist/components/Notifications/index.js +2 -2
- package/dist/components/Notifications/index.js.map +1 -1
- package/dist/components/Notifications/utils.d.ts +1 -1
- package/dist/components/Notifications/utils.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +1 -1
- package/dist/data/notifications.d.ts +2 -2
- package/package.json +2 -2
- package/dist/components/Notifications/NotificationItem.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.styled.js +0 -63
- package/dist/components/Notifications/NotificationItem.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.styled.js +0 -29
- package/dist/components/Notifications/NotificationItemImage.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js +0 -11
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +0 -13
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +0 -42
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +0 -14
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +0 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Referral/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +0 -17
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/Notifications.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.types.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js +0 -58
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +0 -1
- package/dist/components/Notifications/types.d.ts +0 -170
- package/dist/components/Notifications/types.js +0 -7
- package/dist/components/Notifications/types.js.map +0 -1
- /package/dist/components/Notifications/{NotificationItem.d.ts → NotificationItem/NotificationItem.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItem.types.js → NotificationItem/NotificationItem.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.d.ts → NotificationItemImage/NotificationItemImage.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.js → NotificationItemImage/NotificationItemImage.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.styled.d.ts → NotificationItemImage/NotificationItemImage.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.d.ts → NotificationItemImage/NotificationItemImage.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.js → NotificationItemImage/NotificationItemImage.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.js → NotificationItemNFTLink/NotificationItemNFTLink.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.styled.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.js → NotificationItemNFTLink/NotificationItemNFTLink.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.d.ts → NotificationsFeed/NotificationsFeed.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.d.ts → NotificationsFeed/NotificationsFeed.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.js → NotificationsFeed/NotificationsFeed.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.types.js → NotificationsFeed/NotificationsFeed.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.js → NotificationsFeedTabs/NotificationsFeedTabs.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.types.js → NotificationsFeedTabs/NotificationsFeedTabs.types.js} +0 -0
- /package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts} +0 -0
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: "The",
|
|
5
|
-
end: "campaign has run out of stock.",
|
|
6
|
-
},
|
|
7
|
-
title: "Campaign Out of Stock",
|
|
8
|
-
},
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: "La",
|
|
12
|
-
end: "campaña se ha quedado sin stock.",
|
|
13
|
-
},
|
|
14
|
-
title: "Campaña sin stock",
|
|
15
|
-
},
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: "该",
|
|
19
|
-
end: "活动已经售罄。",
|
|
20
|
-
},
|
|
21
|
-
title: "活动售罄",
|
|
22
|
-
},
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
|
25
|
-
//# sourceMappingURL=CampaignOutOfStockNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CampaignOutOfStockNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,KAAK;YACZ,GAAG,EAAE,gCAAgC;SACtC;QACD,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,IAAI;YACX,GAAG,EAAE,kCAAkC;SACxC;QACD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,GAAG;YACV,GAAG,EAAE,SAAS;SACf;QACD,KAAK,EAAE,MAAM;KACd;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const i18n: {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: string;
|
|
5
|
-
end: string;
|
|
6
|
-
};
|
|
7
|
-
title: string;
|
|
8
|
-
};
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: string;
|
|
12
|
-
end: string;
|
|
13
|
-
};
|
|
14
|
-
title: string;
|
|
15
|
-
};
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: string;
|
|
19
|
-
end: string;
|
|
20
|
-
};
|
|
21
|
-
title: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: "This",
|
|
5
|
-
end: "is already in your backpack",
|
|
6
|
-
},
|
|
7
|
-
title: "New Item Received",
|
|
8
|
-
},
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: "El item",
|
|
12
|
-
end: "ya esta disponible en tu backpack",
|
|
13
|
-
},
|
|
14
|
-
title: "Nuevo artículo recibido",
|
|
15
|
-
},
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: "这",
|
|
19
|
-
end: "已经在您的背包里",
|
|
20
|
-
},
|
|
21
|
-
title: "收到的新项目",
|
|
22
|
-
},
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
|
25
|
-
//# sourceMappingURL=RewardAssignedNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RewardAssignedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,MAAM;YACb,GAAG,EAAE,6BAA6B;SACnC;QACD,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,SAAS;YAChB,GAAG,EAAE,mCAAmC;SACzC;QACD,KAAK,EAAE,yBAAyB;KACjC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,GAAG;YACV,GAAG,EAAE,UAAU;SAChB;QACD,KAAK,EAAE,QAAQ;KAChB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const i18n: {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: string;
|
|
5
|
-
end: string;
|
|
6
|
-
};
|
|
7
|
-
title: string;
|
|
8
|
-
};
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: string;
|
|
12
|
-
end: string;
|
|
13
|
-
};
|
|
14
|
-
title: string;
|
|
15
|
-
};
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: string;
|
|
19
|
-
end: string;
|
|
20
|
-
};
|
|
21
|
-
title: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: "We’re working on delivering your",
|
|
5
|
-
end: "as soon as possible.",
|
|
6
|
-
},
|
|
7
|
-
title: "Your Gift is Delayed",
|
|
8
|
-
},
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: "Estamos trabajando en entregar tu",
|
|
12
|
-
end: "lo antes posible.",
|
|
13
|
-
},
|
|
14
|
-
title: "Tu regalo está retrasado",
|
|
15
|
-
},
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: "我们正在尽快交付您的",
|
|
19
|
-
end: "。",
|
|
20
|
-
},
|
|
21
|
-
title: "您的礼物延迟了",
|
|
22
|
-
},
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
|
25
|
-
//# sourceMappingURL=RewardDelayedNotification.i18n.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RewardDelayedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,kCAAkC;YACzC,GAAG,EAAE,sBAAsB;SAC5B;QACD,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,mCAAmC;YAC1C,GAAG,EAAE,mBAAmB;SACzB;QACD,KAAK,EAAE,0BAA0B;KAClC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,YAAY;YACnB,GAAG,EAAE,GAAG;SACT;QACD,KAAK,EAAE,SAAS;KACjB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const i18n: {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: string;
|
|
5
|
-
end: string;
|
|
6
|
-
};
|
|
7
|
-
title: string;
|
|
8
|
-
};
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: string;
|
|
12
|
-
end: string;
|
|
13
|
-
};
|
|
14
|
-
title: string;
|
|
15
|
-
};
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: string;
|
|
19
|
-
end: string;
|
|
20
|
-
};
|
|
21
|
-
title: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: "You’ve received a",
|
|
5
|
-
end: "for free. Try it out once it arrives!",
|
|
6
|
-
},
|
|
7
|
-
title: "A Gift is on its way!",
|
|
8
|
-
},
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: "Recibiste un",
|
|
12
|
-
end: "gratis. ¡Pruebalo cuando llegue!",
|
|
13
|
-
},
|
|
14
|
-
title: "¡Un regalo está en camino!",
|
|
15
|
-
},
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: "您已免费收到一个",
|
|
19
|
-
end: "。一旦到达,立即试试吧!",
|
|
20
|
-
},
|
|
21
|
-
title: "一份礼物正在路上!",
|
|
22
|
-
},
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
|
25
|
-
//# sourceMappingURL=RewardInProgressNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RewardInProgressNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,mBAAmB;YAC1B,GAAG,EAAE,uCAAuC;SAC7C;QACD,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,cAAc;YACrB,GAAG,EAAE,kCAAkC;SACxC;QACD,KAAK,EAAE,4BAA4B;KACpC;IACD,EAAE,EAAE;QACF,WAAW,EAAE;YACX,KAAK,EAAE,UAAU;YACjB,GAAG,EAAE,cAAc;SACpB;QACD,KAAK,EAAE,WAAW;KACnB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { CampaignGasPriceHigherThanExpectedNotificationProps, CampaignOutOfFundsNotificationProps, CampaignOutOfStockNotificationProps, CommonNotificationProps, NotificationLocale, RewardAssignedNotificationProps, RewardDelayedNotificationProps, RewardInProgressNotificationProps } from "components/Notifications/types";
|
|
2
|
-
type RewardsNotificationProps = RewardAssignedNotificationProps | RewardInProgressNotificationProps | RewardDelayedNotificationProps;
|
|
3
|
-
type CampaignsNotificationProps = CampaignOutOfFundsNotificationProps | CampaignOutOfStockNotificationProps | CampaignGasPriceHigherThanExpectedNotificationProps;
|
|
4
|
-
type i18nProps = {
|
|
5
|
-
title: string;
|
|
6
|
-
description: {
|
|
7
|
-
start: string;
|
|
8
|
-
end: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
type RewardsCommonNotificationProps = CommonNotificationProps<RewardsNotificationProps> & {
|
|
12
|
-
i18n: Record<NotificationLocale, i18nProps>;
|
|
13
|
-
};
|
|
14
|
-
type CampaignsCommonNotificationProps = CommonNotificationProps<CampaignsNotificationProps> & {
|
|
15
|
-
i18n: Record<NotificationLocale, i18nProps>;
|
|
16
|
-
};
|
|
17
|
-
export { RewardsCommonNotificationProps, CampaignsCommonNotificationProps };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/types.ts"],"names":[],"mappings":""}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: "Go to the Admin Tools panel at {place} if you need a new key.",
|
|
4
|
-
title: "Stream Key Expired",
|
|
5
|
-
},
|
|
6
|
-
es: {
|
|
7
|
-
description: "Verifica el panel de Admin Tools en {place} si necesitas una nueva clave.",
|
|
8
|
-
title: "Clave de Streaming Expirada",
|
|
9
|
-
},
|
|
10
|
-
zh: {
|
|
11
|
-
description: "请检查管理工具面板在{place},如果您需要新的密钥。",
|
|
12
|
-
title: "流密钥已过期",
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
export { i18n };
|
|
16
|
-
//# sourceMappingURL=StreamingKeyExpiredNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyExpiredNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EACT,+DAA+D;QACjE,KAAK,EAAE,oBAAoB;KAC5B;IACD,EAAE,EAAE;QACF,WAAW,EACT,2EAA2E;QAC7E,KAAK,EAAE,6BAA6B;KACrC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,8BAA8B;QAC3C,KAAK,EAAE,QAAQ;KAChB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: "Check the Admin Tools panel at {place} to get the new key.",
|
|
4
|
-
title: "Stream Key Reset",
|
|
5
|
-
},
|
|
6
|
-
es: {
|
|
7
|
-
description: "Revisa el panel de Admin Tools en {place} para obtener la nueva clave.",
|
|
8
|
-
title: "Clave de Streaming Restablecida",
|
|
9
|
-
},
|
|
10
|
-
zh: {
|
|
11
|
-
description: "检查管理工具面板在{place}获取新密钥。",
|
|
12
|
-
title: "流密钥重置",
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
export { i18n };
|
|
16
|
-
//# sourceMappingURL=StreamingKeyResetNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyResetNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE,4DAA4D;QACzE,KAAK,EAAE,kBAAkB;KAC1B;IACD,EAAE,EAAE;QACF,WAAW,EACT,wEAAwE;QAC1E,KAAK,EAAE,iCAAiC;KACzC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,wBAAwB;QACrC,KAAK,EAAE,OAAO;KACf;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: "Check the Admin Tools panel at {place} if you need a new key.",
|
|
4
|
-
title: "Stream Key Deactivated",
|
|
5
|
-
},
|
|
6
|
-
es: {
|
|
7
|
-
description: "Verifica el panel de Admin Tools en {place} si necesitas una nueva clave.",
|
|
8
|
-
title: "Clave de Streaming Desactivada",
|
|
9
|
-
},
|
|
10
|
-
zh: {
|
|
11
|
-
description: "请检查管理工具面板在{place},如果您需要新的密钥。",
|
|
12
|
-
title: "流密钥已停用",
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
export { i18n };
|
|
16
|
-
//# sourceMappingURL=StreamingKeyRevokeNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyRevokeNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EACT,+DAA+D;QACjE,KAAK,EAAE,wBAAwB;KAChC;IACD,EAAE,EAAE;QACF,WAAW,EACT,2EAA2E;QAC7E,KAAK,EAAE,gCAAgC;KACxC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,8BAA8B;QAC3C,KAAK,EAAE,QAAQ;KAChB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: "If you'd like to stream to {place}, please generate a new stream key from the Admin Tools panel in Decentraland.",
|
|
4
|
-
title: "Stream Location Altered",
|
|
5
|
-
},
|
|
6
|
-
es: {
|
|
7
|
-
description: "Si deseas transmitir a {place}, por favor genera una nueva clave de transmisión desde el panel de Admin Tools en Decentraland.",
|
|
8
|
-
title: "Place Actualizado",
|
|
9
|
-
},
|
|
10
|
-
zh: {
|
|
11
|
-
description: "请从管理工具面板生成一个新的流密钥{place}。",
|
|
12
|
-
title: "地点已更新",
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
export { i18n };
|
|
16
|
-
//# sourceMappingURL=StreamingPlaceUpdatedNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingPlaceUpdatedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EACT,kHAAkH;QACpH,KAAK,EAAE,yBAAyB;KACjC;IACD,EAAE,EAAE;QACF,WAAW,EACT,gIAAgI;QAClI,KAAK,EAAE,mBAAmB;KAC3B;IACD,EAAE,EAAE;QACF,WAAW,EAAE,2BAA2B;QACxC,KAAK,EAAE,OAAO;KACf;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: "Restart your stream in your broadcasting software (e.g. OBS) if you'd like to continue streaming to the scene at {place}.",
|
|
4
|
-
title: "Stream Timed Out",
|
|
5
|
-
},
|
|
6
|
-
es: {
|
|
7
|
-
description: "Reinicia tu transmisión en tu software de transmisión (e.g. OBS) si deseas continuar transmitiendo a la escena en {place}.",
|
|
8
|
-
title: "Tiempo de Streaming Excedido",
|
|
9
|
-
},
|
|
10
|
-
zh: {
|
|
11
|
-
description: "如果您想继续直播到现场{place},请在直播软件(例如 OBS)中重新启动直播。",
|
|
12
|
-
title: "流媒体时间已超过限制",
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
export { i18n };
|
|
16
|
-
//# sourceMappingURL=StreamingTimeExceededNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingTimeExceededNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EACT,2HAA2H;QAC7H,KAAK,EAAE,kBAAkB;KAC1B;IACD,EAAE,EAAE;QACF,WAAW,EACT,4HAA4H;QAC9H,KAAK,EAAE,8BAA8B;KACtC;IACD,EAAE,EAAE;QACF,WAAW,EACT,2CAA2C;QAC7C,KAAK,EAAE,YAAY;KACpB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CommonNotificationProps, NotificationLocale, StreamingKeyExpiredNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingTimeExceededNotificationProps } from "components/Notifications/types";
|
|
2
|
-
type StreamingNotificationProps = StreamingKeyResetNotificationProps | StreamingKeyRevokeNotificationProps | StreamingKeyExpiredNotificationProps | StreamingTimeExceededNotificationProps | StreamingPlaceUpdatedNotificationProps;
|
|
3
|
-
type i18nProps = {
|
|
4
|
-
title: string;
|
|
5
|
-
description: string;
|
|
6
|
-
};
|
|
7
|
-
type StreamingCommonNotificationProps = CommonNotificationProps<StreamingNotificationProps> & {
|
|
8
|
-
i18n: Record<NotificationLocale, i18nProps>;
|
|
9
|
-
};
|
|
10
|
-
export type { StreamingNotificationProps, StreamingCommonNotificationProps, i18nProps, };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/types.ts"],"names":[],"mappings":""}
|
package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GiftNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,EAAE,EAAE;QACF,WAAW,EAAE,qCAAqC;QAClD,KAAK,EAAE,6BAA6B;KACrC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,6BAA6B;QAC1C,KAAK,EAAE,wBAAwB;KAChC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,WAAW;QACxB,KAAK,EAAE,iBAAiB;KACzB;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
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
|
-
export { i18n };
|
|
16
|
-
//# sourceMappingURL=WorldsAccessRestoredNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsAccessRestoredNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,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;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const i18n: {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: string;
|
|
5
|
-
link_text: string;
|
|
6
|
-
};
|
|
7
|
-
title: string;
|
|
8
|
-
};
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: string;
|
|
12
|
-
link_text: string;
|
|
13
|
-
};
|
|
14
|
-
title: string;
|
|
15
|
-
};
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: string;
|
|
19
|
-
link_text: string;
|
|
20
|
-
};
|
|
21
|
-
title: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: "Access to your Worlds has been restricted due to",
|
|
5
|
-
link_text: "insufficient resources",
|
|
6
|
-
},
|
|
7
|
-
title: "Worlds restricted",
|
|
8
|
-
},
|
|
9
|
-
es: {
|
|
10
|
-
description: {
|
|
11
|
-
start: "El acceso a tus Mundos ha sido restringido debido a",
|
|
12
|
-
link_text: "falta de recursos",
|
|
13
|
-
},
|
|
14
|
-
title: "Mundos restringidos",
|
|
15
|
-
},
|
|
16
|
-
zh: {
|
|
17
|
-
description: {
|
|
18
|
-
start: "由于资源不足",
|
|
19
|
-
link_text: "访问您的世界受到限制",
|
|
20
|
-
},
|
|
21
|
-
title: "世界限制",
|
|
22
|
-
},
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|
|
25
|
-
//# sourceMappingURL=WorldsAccessRestrictedNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsAccessRestrictedNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,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;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const i18n: {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: string;
|
|
5
|
-
link_text: string;
|
|
6
|
-
end: string;
|
|
7
|
-
};
|
|
8
|
-
title: string;
|
|
9
|
-
};
|
|
10
|
-
es: {
|
|
11
|
-
description: {
|
|
12
|
-
start: string;
|
|
13
|
-
link_text: string;
|
|
14
|
-
end: string;
|
|
15
|
-
};
|
|
16
|
-
title: string;
|
|
17
|
-
};
|
|
18
|
-
zh: {
|
|
19
|
-
description: {
|
|
20
|
-
start: string;
|
|
21
|
-
link_text: string;
|
|
22
|
-
end: string;
|
|
23
|
-
};
|
|
24
|
-
title: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
export { i18n };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
const i18n = {
|
|
2
|
-
en: {
|
|
3
|
-
description: {
|
|
4
|
-
start: "WORLDS access at risk in 48hs.",
|
|
5
|
-
link_text: "Rectify now",
|
|
6
|
-
end: "to percent disruption.",
|
|
7
|
-
},
|
|
8
|
-
title: "Missing resources",
|
|
9
|
-
},
|
|
10
|
-
es: {
|
|
11
|
-
description: {
|
|
12
|
-
start: "El acceso a tus Mundos sera restringido en 48 horas.",
|
|
13
|
-
link_text: "Rectifique ahora",
|
|
14
|
-
end: "para evitar interrupciones.",
|
|
15
|
-
},
|
|
16
|
-
title: "Faltan recursos",
|
|
17
|
-
},
|
|
18
|
-
zh: {
|
|
19
|
-
description: {
|
|
20
|
-
start: "世界接入在 48 小时内面临风险.",
|
|
21
|
-
link_text: "立即纠正",
|
|
22
|
-
end: ",以减少中断",
|
|
23
|
-
},
|
|
24
|
-
title: "缺失的资源",
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
|
-
export { i18n };
|
|
28
|
-
//# sourceMappingURL=WorldsMissingResourcesNotification.i18n.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WorldsMissingResourcesNotification.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;IACX,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;CACF,CAAA;AAED,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
declare const i18n: {
|
|
2
|
-
en: {
|
|
3
|
-
title: string;
|
|
4
|
-
accessTitle: string;
|
|
5
|
-
access: string;
|
|
6
|
-
deployment: string;
|
|
7
|
-
streaming: string;
|
|
8
|
-
};
|
|
9
|
-
es: {
|
|
10
|
-
title: string;
|
|
11
|
-
accessTitle: string;
|
|
12
|
-
access: string;
|
|
13
|
-
deployment: string;
|
|
14
|
-
streaming: string;
|
|
15
|
-
};
|
|
16
|
-
zh: {
|
|
17
|
-
title: string;
|
|
18
|
-
accessTitle: string;
|
|
19
|
-
access: string;
|
|
20
|
-
deployment: string;
|
|
21
|
-
streaming: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export { i18n };
|