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
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, RewardDelayedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, RewardDelayedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const RewardDelayedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<RewardDelayedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { RewardDelayedNotification };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { rewardDelayedI18n } from "./Reward.i18n";
|
|
4
4
|
import { RewardNotification } from "./RewardNotification";
|
|
5
5
|
const RewardDelayedNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(RewardNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(RewardNotification, { ...props, i18n: rewardDelayedI18n });
|
|
7
7
|
});
|
|
8
8
|
export { RewardDelayedNotification };
|
|
9
9
|
//# sourceMappingURL=RewardDelayedNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewardDelayedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"RewardDelayedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAMzD,MAAM,yBAAyB,GAAG,KAAK,CAAC,IAAI,CAC1C,CAAC,KAA8D,EAAE,EAAE;IACjE,OAAO,KAAC,kBAAkB,OAAK,KAAK,EAAE,IAAI,EAAE,iBAAiB,GAAI,CAAA;AACnE,CAAC,CACF,CAAA;AAED,OAAO,EAAE,yBAAyB,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, RewardInProgressNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, RewardInProgressNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const RewardInProgressNotification: React.MemoExoticComponent<(props: CommonNotificationProps<RewardInProgressNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { RewardInProgressNotification };
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { rewardInProgressI18n } from "./Reward.i18n";
|
|
4
4
|
import { RewardNotification } from "./RewardNotification";
|
|
5
5
|
const RewardInProgressNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(RewardNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(RewardNotification, { ...props, i18n: rewardInProgressI18n });
|
|
7
7
|
});
|
|
8
8
|
export { RewardInProgressNotification };
|
|
9
9
|
//# sourceMappingURL=RewardInProgressNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewardInProgressNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"RewardInProgressNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAMzD,MAAM,4BAA4B,GAAG,KAAK,CAAC,IAAI,CAC7C,CAAC,KAAiE,EAAE,EAAE;IACpE,OAAO,KAAC,kBAAkB,OAAK,KAAK,EAAE,IAAI,EAAE,oBAAoB,GAAI,CAAA;AACtE,CAAC,CACF,CAAA;AAED,OAAO,EAAE,4BAA4B,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
declare const RewardNotification: React.MemoExoticComponent<(props:
|
|
2
|
+
import { RewardNotificationProps } from "./Reward.types";
|
|
3
|
+
declare const RewardNotification: React.MemoExoticComponent<(props: RewardNotificationProps) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { RewardNotification };
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { config } from "../../../../config";
|
|
4
4
|
import { RewardIcon } from "../../../Icon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
import { NotificationItemNFTLink } from "../../NotificationItemNFTLink";
|
|
8
7
|
import { getBGColorByRarity } from "../../utils";
|
|
9
8
|
const RewardNotification = React.memo((props) => {
|
|
10
9
|
const { notification, locale, i18n } = props;
|
|
11
|
-
return (
|
|
10
|
+
return (_jsx(NotificationItemText, { image: notification.metadata.tokenImage, imageBackgroundColor: getBGColorByRarity(notification.metadata.tokenRarity), badgeIcon: _jsx(RewardIcon, {}), locale: locale, notification: notification, title: i18n[locale].title, description: _jsxs(_Fragment, { children: [i18n[locale].description.start, " ", _jsx(NotificationItemNFTLink, { rarity: notification.metadata.tokenRarity, name: notification.metadata.tokenName, link: config.get("EXPLORER_URL") }), " ", i18n[locale].description.end] }) }));
|
|
12
11
|
});
|
|
13
12
|
export { RewardNotification };
|
|
14
13
|
//# sourceMappingURL=RewardNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewardNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"RewardNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/RewardNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAC1C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAA;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;AAGhD,MAAM,kBAAkB,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,KAA8B,EAAE,EAAE;IACvE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IAC5C,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,UAAU,EACvC,oBAAoB,EAAE,kBAAkB,CACtC,YAAY,CAAC,QAAQ,CAAC,WAAW,CAClC,EACD,SAAS,EAAE,KAAC,UAAU,KAAG,EACzB,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,EACzB,WAAW,EACT,8BACG,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,EACpC,KAAC,uBAAuB,IACtB,MAAM,EAAE,YAAY,CAAC,QAAQ,CAAC,WAAW,EACzC,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,SAAS,EACrC,IAAI,EAAE,MAAM,CAAC,GAAG,CAAC,cAAc,CAAC,GAChC,EAAC,GAAG,EACL,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,GAAG,IAC5B,GAEL,CACH,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,kBAAkB,EAAE,CAAA"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { CampaignGasPriceHigherThanExpectedNotification } from "./CampaignGasPriceHigherThanExpectedNotification";
|
|
2
|
+
export { CampaignOutOfFundsNotification } from "./CampaignOutOfFundsNotification";
|
|
3
|
+
export { CampaignOutOfStockNotification } from "./CampaignOutOfStockNotification";
|
|
4
|
+
export { RewardAssignedNotification } from "./RewardAssignedNotification";
|
|
5
|
+
export { RewardDelayedNotification } from "./RewardDelayedNotification";
|
|
6
|
+
export { RewardInProgressNotification } from "./RewardInProgressNotification";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { CampaignGasPriceHigherThanExpectedNotification } from "./CampaignGasPriceHigherThanExpectedNotification";
|
|
2
|
+
export { CampaignOutOfFundsNotification } from "./CampaignOutOfFundsNotification";
|
|
3
|
+
export { CampaignOutOfStockNotification } from "./CampaignOutOfStockNotification";
|
|
4
|
+
export { RewardAssignedNotification } from "./RewardAssignedNotification";
|
|
5
|
+
export { RewardDelayedNotification } from "./RewardDelayedNotification";
|
|
6
|
+
export { RewardInProgressNotification } from "./RewardInProgressNotification";
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Reward/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8CAA8C,EAAE,MAAM,kDAAkD,CAAA;AACjH,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AACzE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AACvE,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAA"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare const streamingKeyExpiredI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: "Go to the Admin Tools panel at {place} if you need a new key.";
|
|
4
|
+
readonly title: "Stream Key Expired";
|
|
5
|
+
};
|
|
6
|
+
readonly es: {
|
|
7
|
+
readonly description: "Verifica el panel de Admin Tools en {place} si necesitas una nueva clave.";
|
|
8
|
+
readonly title: "Clave de Streaming Expirada";
|
|
9
|
+
};
|
|
10
|
+
readonly zh: {
|
|
11
|
+
readonly description: "请检查管理工具面板在{place},如果您需要新的密钥。";
|
|
12
|
+
readonly title: "流密钥已过期";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
declare const streamingKeyResetI18n: {
|
|
16
|
+
readonly en: {
|
|
17
|
+
readonly description: "Check the Admin Tools panel at {place} to get the new key.";
|
|
18
|
+
readonly title: "Stream Key Reset";
|
|
19
|
+
};
|
|
20
|
+
readonly es: {
|
|
21
|
+
readonly description: "Revisa el panel de Admin Tools en {place} para obtener la nueva clave.";
|
|
22
|
+
readonly title: "Clave de Streaming Restablecida";
|
|
23
|
+
};
|
|
24
|
+
readonly zh: {
|
|
25
|
+
readonly description: "检查管理工具面板在{place}获取新密钥。";
|
|
26
|
+
readonly title: "流密钥重置";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
declare const streamingKeyRevokeI18n: {
|
|
30
|
+
readonly en: {
|
|
31
|
+
readonly description: "Check the Admin Tools panel at {place} if you need a new key.";
|
|
32
|
+
readonly title: "Stream Key Deactivated";
|
|
33
|
+
};
|
|
34
|
+
readonly es: {
|
|
35
|
+
readonly description: "Verifica el panel de Admin Tools en {place} si necesitas una nueva clave.";
|
|
36
|
+
readonly title: "Clave de Streaming Desactivada";
|
|
37
|
+
};
|
|
38
|
+
readonly zh: {
|
|
39
|
+
readonly description: "请检查管理工具面板在{place},如果您需要新的密钥。";
|
|
40
|
+
readonly title: "流密钥已停用";
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
declare const streamingPlaceUpdatedI18n: {
|
|
44
|
+
readonly en: {
|
|
45
|
+
readonly description: "If you'd like to stream to {place}, please generate a new stream key from the Admin Tools panel in Decentraland.";
|
|
46
|
+
readonly title: "Stream Location Altered";
|
|
47
|
+
};
|
|
48
|
+
readonly es: {
|
|
49
|
+
readonly description: "Si deseas transmitir a {place}, por favor genera una nueva clave de transmisión desde el panel de Admin Tools en Decentraland.";
|
|
50
|
+
readonly title: "Place Actualizado";
|
|
51
|
+
};
|
|
52
|
+
readonly zh: {
|
|
53
|
+
readonly description: "请从管理工具面板生成一个新的流密钥{place}。";
|
|
54
|
+
readonly title: "地点已更新";
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
declare const streamingTimeExceededI18n: {
|
|
58
|
+
readonly en: {
|
|
59
|
+
readonly description: "Restart your stream in your broadcasting software (e.g. OBS) if you'd like to continue streaming to the scene at {place}.";
|
|
60
|
+
readonly title: "Stream Timed Out";
|
|
61
|
+
};
|
|
62
|
+
readonly es: {
|
|
63
|
+
readonly description: "Reinicia tu transmisión en tu software de transmisión (e.g. OBS) si deseas continuar transmitiendo a la escena en {place}.";
|
|
64
|
+
readonly title: "Tiempo de Streaming Excedido";
|
|
65
|
+
};
|
|
66
|
+
readonly zh: {
|
|
67
|
+
readonly description: "如果您想继续直播到现场{place},请在直播软件(例如 OBS)中重新启动直播。";
|
|
68
|
+
readonly title: "流媒体时间已超过限制";
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
export { streamingKeyExpiredI18n, streamingKeyResetI18n, streamingKeyRevokeI18n, streamingPlaceUpdatedI18n, streamingTimeExceededI18n, };
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
const streamingKeyExpiredI18n = {
|
|
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
|
+
const streamingKeyResetI18n = {
|
|
16
|
+
en: {
|
|
17
|
+
description: "Check the Admin Tools panel at {place} to get the new key.",
|
|
18
|
+
title: "Stream Key Reset",
|
|
19
|
+
},
|
|
20
|
+
es: {
|
|
21
|
+
description: "Revisa el panel de Admin Tools en {place} para obtener la nueva clave.",
|
|
22
|
+
title: "Clave de Streaming Restablecida",
|
|
23
|
+
},
|
|
24
|
+
zh: {
|
|
25
|
+
description: "检查管理工具面板在{place}获取新密钥。",
|
|
26
|
+
title: "流密钥重置",
|
|
27
|
+
},
|
|
28
|
+
};
|
|
29
|
+
const streamingKeyRevokeI18n = {
|
|
30
|
+
en: {
|
|
31
|
+
description: "Check the Admin Tools panel at {place} if you need a new key.",
|
|
32
|
+
title: "Stream Key Deactivated",
|
|
33
|
+
},
|
|
34
|
+
es: {
|
|
35
|
+
description: "Verifica el panel de Admin Tools en {place} si necesitas una nueva clave.",
|
|
36
|
+
title: "Clave de Streaming Desactivada",
|
|
37
|
+
},
|
|
38
|
+
zh: {
|
|
39
|
+
description: "请检查管理工具面板在{place},如果您需要新的密钥。",
|
|
40
|
+
title: "流密钥已停用",
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
const streamingPlaceUpdatedI18n = {
|
|
44
|
+
en: {
|
|
45
|
+
description: "If you'd like to stream to {place}, please generate a new stream key from the Admin Tools panel in Decentraland.",
|
|
46
|
+
title: "Stream Location Altered",
|
|
47
|
+
},
|
|
48
|
+
es: {
|
|
49
|
+
description: "Si deseas transmitir a {place}, por favor genera una nueva clave de transmisión desde el panel de Admin Tools en Decentraland.",
|
|
50
|
+
title: "Place Actualizado",
|
|
51
|
+
},
|
|
52
|
+
zh: {
|
|
53
|
+
description: "请从管理工具面板生成一个新的流密钥{place}。",
|
|
54
|
+
title: "地点已更新",
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
const streamingTimeExceededI18n = {
|
|
58
|
+
en: {
|
|
59
|
+
description: "Restart your stream in your broadcasting software (e.g. OBS) if you'd like to continue streaming to the scene at {place}.",
|
|
60
|
+
title: "Stream Timed Out",
|
|
61
|
+
},
|
|
62
|
+
es: {
|
|
63
|
+
description: "Reinicia tu transmisión en tu software de transmisión (e.g. OBS) si deseas continuar transmitiendo a la escena en {place}.",
|
|
64
|
+
title: "Tiempo de Streaming Excedido",
|
|
65
|
+
},
|
|
66
|
+
zh: {
|
|
67
|
+
description: "如果您想继续直播到现场{place},请在直播软件(例如 OBS)中重新启动直播。",
|
|
68
|
+
title: "流媒体时间已超过限制",
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
export { streamingKeyExpiredI18n, streamingKeyResetI18n, streamingKeyRevokeI18n, streamingPlaceUpdatedI18n, streamingTimeExceededI18n, };
|
|
72
|
+
//# sourceMappingURL=Streaming.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Streaming.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,uBAAuB,GAAG;IAC9B,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;CACO,CAAA;AAEV,MAAM,qBAAqB,GAAG;IAC5B,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;CACO,CAAA;AAEV,MAAM,sBAAsB,GAAG;IAC7B,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;CACO,CAAA;AAEV,MAAM,yBAAyB,GAAG;IAChC,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;CACO,CAAA;AAEV,MAAM,yBAAyB,GAAG;IAChC,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;CACO,CAAA;AAEV,OAAO,EACL,uBAAuB,EACvB,qBAAqB,EACrB,sBAAsB,EACtB,yBAAyB,EACzB,yBAAyB,GAC1B,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CommonNotificationProps, StreamingKeyExpiredNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingTimeExceededNotificationProps } from "../../Notifications.types";
|
|
2
|
+
type StreamingNotificationProps = StreamingKeyResetNotificationProps | StreamingKeyRevokeNotificationProps | StreamingKeyExpiredNotificationProps | StreamingTimeExceededNotificationProps | StreamingPlaceUpdatedNotificationProps;
|
|
3
|
+
type StreamingCommonNotificationProps = CommonNotificationProps<StreamingNotificationProps> & {
|
|
4
|
+
i18n: Record<string, {
|
|
5
|
+
title: string;
|
|
6
|
+
description: string;
|
|
7
|
+
}>;
|
|
8
|
+
};
|
|
9
|
+
export type { StreamingCommonNotificationProps, StreamingNotificationProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Streaming.types.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/Streaming.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingKeyExpiredNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingKeyExpiredNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingKeyExpiredNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingKeyExpiredNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingKeyExpiredNotification };
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { streamingKeyExpiredI18n } from "./Streaming.i18n";
|
|
4
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
5
5
|
const StreamingKeyExpiredNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingKeyExpiredI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingKeyExpiredNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingKeyExpiredNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyExpiredNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingKeyExpiredNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAA;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,+BAA+B,GAAG,KAAK,CAAC,IAAI,CAChD,CAAC,KAAoE,EAAE,EAAE;IACvE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,uBAAuB,GAAI,CAAA;AAC5E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,+BAA+B,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingKeyResetNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingKeyResetNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingKeyResetNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingKeyResetNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingKeyResetNotification };
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { streamingKeyResetI18n } from "./Streaming.i18n";
|
|
4
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
5
5
|
const StreamingKeyResetNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingKeyResetI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingKeyResetNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingKeyResetNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyResetNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingKeyResetNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,6BAA6B,GAAG,KAAK,CAAC,IAAI,CAC9C,CAAC,KAAkE,EAAE,EAAE;IACrE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,qBAAqB,GAAI,CAAA;AAC1E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,6BAA6B,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingKeyRevokeNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingKeyRevokeNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingKeyRevokeNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingKeyRevokeNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingKeyRevokeNotification };
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { streamingKeyRevokeI18n } from "./Streaming.i18n";
|
|
4
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
5
5
|
const StreamingKeyRevokeNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingKeyRevokeI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingKeyRevokeNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingKeyRevokeNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingKeyRevokeNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingKeyRevokeNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAA;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,8BAA8B,GAAG,KAAK,CAAC,IAAI,CAC/C,CAAC,KAAmE,EAAE,EAAE;IACtE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,sBAAsB,GAAI,CAAA;AAC3E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,8BAA8B,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { StreamingCommonNotificationProps } from "./types";
|
|
2
|
+
import { StreamingCommonNotificationProps } from "./Streaming.types";
|
|
3
3
|
declare const StreamingNotification: React.MemoExoticComponent<(props: StreamingCommonNotificationProps) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingNotification };
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Link } from "@mui/material";
|
|
4
4
|
import { StreamingIcon } from "../../../Icon";
|
|
5
5
|
import { IconBadge, IconBadgeIcon } from "../../../IconBadge";
|
|
6
|
-
import {
|
|
7
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
6
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
8
7
|
import { replaceWithValues } from "../../utils";
|
|
9
8
|
const StreamingNotification = React.memo((props) => {
|
|
10
9
|
const { notification, locale, i18n } = props;
|
|
11
|
-
return (
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
return (_jsx(NotificationItemText, { image: _jsx(StreamingIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: i18n[locale].title, description: replaceWithValues(i18n[locale].description, {
|
|
11
|
+
place: notification.metadata.isWorld ? (_jsx(Link, { href: notification.metadata.url, target: "_blank", rel: "noreferrer", children: notification.metadata.worldName })) : (_jsx(IconBadge, { inline: true, icon: IconBadgeIcon.Places, text: notification.metadata.position, onClick: () => window.open(notification.metadata.url, "_blank") })),
|
|
12
|
+
}) }));
|
|
14
13
|
});
|
|
15
14
|
export { StreamingNotification };
|
|
16
15
|
//# sourceMappingURL=StreamingNotification.js.map
|
package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"StreamingNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAA;AACpC,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AAC7C,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAG/C,MAAM,qBAAqB,GAAG,KAAK,CAAC,IAAI,CACtC,CAAC,KAAuC,EAAE,EAAE;IAC1C,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IAC5C,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,aAAa,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC/C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,EACzB,WAAW,EAAE,iBAAiB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE;YACvD,KAAK,EAAE,YAAY,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,CACrC,KAAC,IAAI,IACH,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,GAAG,EAC/B,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,YAAY,YAEf,YAAY,CAAC,QAAQ,CAAC,SAAS,GAC3B,CACR,CAAC,CAAC,CAAC,CACF,KAAC,SAAS,IACR,MAAM,QACN,IAAI,EAAE,aAAa,CAAC,MAAM,EAC1B,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,QAAQ,EACpC,OAAO,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC,GAAG,EAAE,QAAQ,CAAC,GAC/D,CACH;SACF,CAAC,GACF,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingPlaceUpdatedNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingPlaceUpdatedNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingPlaceUpdatedNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingPlaceUpdatedNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingPlaceUpdatedNotification };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
+
import { streamingPlaceUpdatedI18n } from "./Streaming.i18n";
|
|
3
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
4
|
-
import { i18n } from "./StreamingPlaceUpdatedNotification.i18n";
|
|
5
5
|
const StreamingPlaceUpdatedNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingPlaceUpdatedI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingPlaceUpdatedNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingPlaceUpdatedNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingPlaceUpdatedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingPlaceUpdatedNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAA;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,iCAAiC,GAAG,KAAK,CAAC,IAAI,CAClD,CAAC,KAAsE,EAAE,EAAE;IACzE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,yBAAyB,GAAI,CAAA;AAC9E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,iCAAiC,EAAE,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, StreamingTimeExceededNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, StreamingTimeExceededNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const StreamingTimeExceededNotification: React.MemoExoticComponent<(props: CommonNotificationProps<StreamingTimeExceededNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { StreamingTimeExceededNotification };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
+
import { streamingTimeExceededI18n } from "./Streaming.i18n";
|
|
3
4
|
import { StreamingNotification } from "./StreamingNotification";
|
|
4
|
-
import { i18n } from "./StreamingTimeExceededNotification.i18n";
|
|
5
5
|
const StreamingTimeExceededNotification = React.memo((props) => {
|
|
6
|
-
return _jsx(StreamingNotification, { ...props, i18n:
|
|
6
|
+
return _jsx(StreamingNotification, { ...props, i18n: streamingTimeExceededI18n });
|
|
7
7
|
});
|
|
8
8
|
export { StreamingTimeExceededNotification };
|
|
9
9
|
//# sourceMappingURL=StreamingTimeExceededNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamingTimeExceededNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"StreamingTimeExceededNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAA;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAM/D,MAAM,iCAAiC,GAAG,KAAK,CAAC,IAAI,CAClD,CAAC,KAAsE,EAAE,EAAE;IACzE,OAAO,KAAC,qBAAqB,OAAK,KAAK,EAAE,IAAI,EAAE,yBAAyB,GAAI,CAAA;AAC9E,CAAC,CACF,CAAA;AAED,OAAO,EAAE,iCAAiC,EAAE,CAAA"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { StreamingKeyExpiredNotification } from "./StreamingKeyExpiredNotification";
|
|
2
|
+
export { StreamingKeyResetNotification } from "./StreamingKeyResetNotification";
|
|
3
|
+
export { StreamingKeyRevokeNotification } from "./StreamingKeyRevokeNotification";
|
|
4
|
+
export { StreamingPlaceUpdatedNotification } from "./StreamingPlaceUpdatedNotification";
|
|
5
|
+
export { StreamingTimeExceededNotification } from "./StreamingTimeExceededNotification";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { StreamingKeyExpiredNotification } from "./StreamingKeyExpiredNotification";
|
|
2
|
+
export { StreamingKeyResetNotification } from "./StreamingKeyResetNotification";
|
|
3
|
+
export { StreamingKeyRevokeNotification } from "./StreamingKeyRevokeNotification";
|
|
4
|
+
export { StreamingPlaceUpdatedNotification } from "./StreamingPlaceUpdatedNotification";
|
|
5
|
+
export { StreamingTimeExceededNotification } from "./StreamingTimeExceededNotification";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Streaming/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAA;AACjF,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAA;AACvF,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps, GiftNotificationProps } from "../../types";
|
|
2
|
+
import { CommonNotificationProps, GiftNotificationProps } from "../../Notifications.types";
|
|
3
3
|
declare const GiftNotification: React.MemoExoticComponent<(props: CommonNotificationProps<GiftNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
4
4
|
export { GiftNotification };
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { giftI18n } from "./Transfer.i18n";
|
|
4
4
|
import { GiftIcon } 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 GiftNotification = React.memo((props) => {
|
|
9
8
|
const { notification, locale, renderProfile } = props;
|
|
10
9
|
const player = renderProfile?.(notification.metadata.senderAddress) ??
|
|
11
10
|
notification.metadata.senderAddress;
|
|
12
|
-
return (
|
|
11
|
+
return (_jsx(NotificationItemText, { image: _jsx(GiftIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: replaceWithValues(giftI18n[locale].title, { player }), description: giftI18n[locale].description }));
|
|
13
12
|
});
|
|
14
13
|
export { GiftNotification };
|
|
15
14
|
//# sourceMappingURL=GiftNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GiftNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/GiftNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"GiftNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/GiftNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AACxC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAK7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAE/C,MAAM,gBAAgB,GAAG,KAAK,CAAC,IAAI,CACjC,CAAC,KAAqD,EAAE,EAAE;IACxD,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAA;IACrD,MAAM,MAAM,GACV,aAAa,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,aAAa,CAAC;QACpD,YAAY,CAAC,QAAQ,CAAC,aAAa,CAAA;IAErC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,QAAQ,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC1C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,iBAAiB,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,CAAC,EAC5D,WAAW,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC,WAAW,GACzC,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const giftI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: "Open your backpack to check it out.";
|
|
4
|
+
readonly title: "{player} sent you something";
|
|
5
|
+
};
|
|
6
|
+
readonly es: {
|
|
7
|
+
readonly description: "Abre tu mochila para verlo.";
|
|
8
|
+
readonly title: "{player} te envió algo";
|
|
9
|
+
};
|
|
10
|
+
readonly zh: {
|
|
11
|
+
readonly description: "打开你的背包查看。";
|
|
12
|
+
readonly title: "{player} 给你送了东西";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export { giftI18n };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const giftI18n = {
|
|
2
2
|
en: {
|
|
3
3
|
description: "Open your backpack to check it out.",
|
|
4
4
|
title: "{player} sent you something",
|
|
@@ -12,5 +12,5 @@ const i18n = {
|
|
|
12
12
|
title: "{player} 给你送了东西",
|
|
13
13
|
},
|
|
14
14
|
};
|
|
15
|
-
export {
|
|
16
|
-
//# sourceMappingURL=
|
|
15
|
+
export { giftI18n };
|
|
16
|
+
//# sourceMappingURL=Transfer.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Transfer.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,QAAQ,GAAG;IACf,EAAE,EAAE;QACF,WAAW,EAAE,qCAAqC;QAClD,KAAK,EAAE,6BAA6B;KACrC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,6BAA6B;QAC1C,KAAK,EAAE,wBAAwB;KAChC;IACD,EAAE,EAAE;QACF,WAAW,EAAE,WAAW;QACxB,KAAK,EAAE,iBAAiB;KACzB;CACO,CAAA;AAEV,OAAO,EAAE,QAAQ,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GiftNotification } from "./GiftNotification";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Transfer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA"}
|