decentraland-ui2 1.1.6 → 1.1.7-20782245281.commit-0aa43e4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Icon/Notifications/TipIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/TipIcon.js +8 -0
- package/dist/components/Icon/Notifications/TipIcon.js.map +1 -0
- package/dist/components/Icon/index.d.ts +2 -1
- package/dist/components/Icon/index.js +2 -1
- package/dist/components/Icon/index.js.map +1 -1
- package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.styled.d.ts → NotificationItem/NotificationItem.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +61 -0
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.types.d.ts → NotificationItem/NotificationItem.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +18 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js +11 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationItem/index.js +3 -0
- package/dist/components/Notifications/NotificationItem/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +26 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +85 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +86 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -6
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +8 -9
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +10 -8
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.d.ts +65 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.i18n.js → Events.i18n.js} +26 -3
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartedNotification.d.ts → EventsStartedNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.d.ts → EventsStartsSoonNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +206 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +207 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js +10 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.d.ts +47 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +48 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.d.ts +84 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +76 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +5 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.d.ts +29 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +30 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +139 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +140 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +71 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +72 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +5 -6
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/TipNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +29 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js +30 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +110 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +111 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +10 -9
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +8 -7
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +11 -42
- package/dist/components/Notifications/NotificationTypes/index.js +11 -42
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
- package/dist/components/Notifications/Notifications.stories.d.ts +1 -1
- package/dist/components/Notifications/Notifications.stories.js +4 -4
- package/dist/components/Notifications/Notifications.stories.js.map +1 -1
- package/dist/components/Notifications/Notifications.styled.d.ts +1 -13
- package/dist/components/Notifications/Notifications.styled.js +1 -70
- package/dist/components/Notifications/Notifications.styled.js.map +1 -1
- package/dist/components/Notifications/Notifications.types.d.ts +172 -14
- package/dist/components/Notifications/Notifications.types.js +6 -1
- package/dist/components/Notifications/Notifications.types.js.map +1 -1
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.js → NotificationsFeed/NotificationsFeed.js} +3 -3
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.styled.d.ts → NotificationsFeed/NotificationsFeed.styled.d.ts} +2 -2
- package/dist/components/Notifications/{NotificationsFeed.styled.js → NotificationsFeed/NotificationsFeed.styled.js} +19 -18
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.types.d.ts → NotificationsFeed/NotificationsFeed.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.js → NotificationsFeedTabs/NotificationsFeedTabs.js} +5 -5
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.styled.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +56 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.types.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js.map +1 -0
- package/dist/components/Notifications/{Notifications.js → NotificationsToggle/Notifications.js} +2 -2
- package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.d.ts +13 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +66 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js.map +1 -0
- package/dist/components/Notifications/index.d.ts +4 -4
- package/dist/components/Notifications/index.js +2 -2
- package/dist/components/Notifications/index.js.map +1 -1
- package/dist/components/Notifications/utils.d.ts +1 -1
- package/dist/components/Notifications/utils.js +2 -1
- package/dist/components/Notifications/utils.js.map +1 -1
- package/dist/components/Profile/Profile.js +6 -3
- package/dist/components/Profile/Profile.js.map +1 -1
- package/dist/components/Profile/Profile.stories.d.ts +2 -1
- package/dist/components/Profile/Profile.stories.js +15 -1
- package/dist/components/Profile/Profile.stories.js.map +1 -1
- package/dist/components/Profile/Profile.styled.d.ts +21 -1
- package/dist/components/Profile/Profile.styled.js +29 -1
- package/dist/components/Profile/Profile.styled.js.map +1 -1
- package/dist/components/Profile/Profile.types.d.ts +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +1 -1
- package/dist/data/notifications.d.ts +5 -4
- package/dist/data/notifications.js +16 -2
- package/dist/data/notifications.js.map +1 -1
- package/package.json +3 -3
- package/dist/components/Notifications/NotificationItem.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.styled.js +0 -63
- package/dist/components/Notifications/NotificationItem.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.styled.js +0 -29
- package/dist/components/Notifications/NotificationItemImage.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js +0 -11
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +0 -13
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +0 -42
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +0 -14
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +0 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Referral/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +0 -17
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/Notifications.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.types.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js +0 -58
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +0 -1
- package/dist/components/Notifications/types.d.ts +0 -170
- package/dist/components/Notifications/types.js +0 -7
- package/dist/components/Notifications/types.js.map +0 -1
- /package/dist/components/Notifications/{NotificationItem.d.ts → NotificationItem/NotificationItem.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItem.types.js → NotificationItem/NotificationItem.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.d.ts → NotificationItemImage/NotificationItemImage.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.js → NotificationItemImage/NotificationItemImage.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.styled.d.ts → NotificationItemImage/NotificationItemImage.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.d.ts → NotificationItemImage/NotificationItemImage.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.js → NotificationItemImage/NotificationItemImage.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.js → NotificationItemNFTLink/NotificationItemNFTLink.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.styled.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.js → NotificationItemNFTLink/NotificationItemNFTLink.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.d.ts → NotificationsFeed/NotificationsFeed.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.d.ts → NotificationsFeed/NotificationsFeed.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.js → NotificationsFeed/NotificationsFeed.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.types.js → NotificationsFeed/NotificationsFeed.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.js → NotificationsFeedTabs/NotificationsFeedTabs.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.types.js → NotificationsFeedTabs/NotificationsFeedTabs.types.js} +0 -0
- /package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ModalProps } from "@mui/material";
|
|
2
|
+
import { NotificationActiveTab } from "../Notifications.types";
|
|
3
|
+
import type { DCLNotificationProps, NotificationLocale } from "../Notifications.types";
|
|
4
|
+
type NotificationsProps = {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
items: DCLNotificationProps[];
|
|
7
|
+
isLoading: boolean;
|
|
8
|
+
locale: NotificationLocale;
|
|
9
|
+
isOnboarding: boolean;
|
|
10
|
+
activeTab: NotificationActiveTab;
|
|
11
|
+
renderProfile?: (address: string) => JSX.Element | string | null;
|
|
12
|
+
onClick: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
13
|
+
onChangeTab: (e: React.MouseEvent<HTMLDivElement, MouseEvent>, newActiveTab: NotificationActiveTab) => void;
|
|
14
|
+
onBegin: (e: React.MouseEvent<HTMLButtonElement>) => void;
|
|
15
|
+
onClose: (event: React.MouseEvent<HTMLElement> | MouseEvent, data?: ModalProps) => void;
|
|
16
|
+
};
|
|
17
|
+
export type { NotificationsProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notifications.types.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/Notifications.types.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationsToggle/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Notifications } from "./
|
|
2
|
-
export type { NotificationsProps } from "./
|
|
3
|
-
export type { BidAcceptedNotificationProps, BidReceivedNotificationProps, CommonNotificationProps, DCLNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, NotificationLocale, RawDecentralandNotification, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, } from "./types";
|
|
4
|
-
export { NotificationActiveTab } from "./types";
|
|
1
|
+
export { Notifications } from "./NotificationsToggle";
|
|
2
|
+
export type { NotificationsProps } from "./NotificationsToggle";
|
|
3
|
+
export type { BidAcceptedNotificationProps, BidReceivedNotificationProps, CommonNotificationProps, DCLNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, NotificationLocale, RawDecentralandNotification, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RoyalitesEarnedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, } from "./Notifications.types";
|
|
4
|
+
export { NotificationActiveTab } from "./Notifications.types";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Notifications } from "./
|
|
2
|
-
export { NotificationActiveTab } from "./types";
|
|
1
|
+
export { Notifications } from "./NotificationsToggle";
|
|
2
|
+
export { NotificationActiveTab } from "./Notifications.types";
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Notifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Notifications/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAA;AAiCrD,OAAO,EAAE,qBAAqB,EAAE,MAAM,uBAAuB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FunctionComponent } from "react";
|
|
2
2
|
import { NotificationType, Rarity } from "@dcl/schemas";
|
|
3
|
-
import { CommonNotificationProps, DCLNotificationProps } from "./types";
|
|
3
|
+
import { CommonNotificationProps, DCLNotificationProps } from "./Notifications.types";
|
|
4
4
|
declare const MAXIMUM_FRACTION_DIGITS = 2;
|
|
5
5
|
declare function formatMana(mana: string, maximumFractionDigits?: number): string;
|
|
6
6
|
declare function getBGColorByRarity(rarity: Rarity): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { NotificationType, Rarity } from "@dcl/schemas";
|
|
3
|
-
import { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, EventsStartedNotification, EventsStartsSoonNotification, GiftNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, } from "./NotificationTypes";
|
|
3
|
+
import { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, EventsStartedNotification, EventsStartsSoonNotification, GiftNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, TipNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, } from "./NotificationTypes";
|
|
4
4
|
const MAXIMUM_FRACTION_DIGITS = 2;
|
|
5
5
|
function formatMana(mana, maximumFractionDigits = MAXIMUM_FRACTION_DIGITS) {
|
|
6
6
|
return (Number(mana) / 1e18).toFixed(maximumFractionDigits).toLocaleString();
|
|
@@ -19,6 +19,7 @@ const NotificationComponentByType = {
|
|
|
19
19
|
[NotificationType.EVENTS_STARTED]: EventsStartedNotification,
|
|
20
20
|
[NotificationType.EVENTS_STARTS_SOON]: EventsStartsSoonNotification,
|
|
21
21
|
[NotificationType.TRANSFER_RECEIVED]: GiftNotification,
|
|
22
|
+
[NotificationType.TIP_RECEIVED]: TipNotification,
|
|
22
23
|
[NotificationType.GOVERNANCE_ANNOUNCEMENT]: GovernanceAnnouncementNotification,
|
|
23
24
|
[NotificationType.GOVERNANCE_AUTHORED_PROPOSAL_FINISHED]: GovernanceAuthoredProposalFinishedNotification,
|
|
24
25
|
[NotificationType.GOVERNANCE_COAUTHOR_REQUESTED]: GovernanceCoauthorRequestedNotification,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AACvD,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,8CAA8C,EAC9C,8BAA8B,EAC9B,8BAA8B,EAC9B,gCAAgC,EAChC,0CAA0C,EAC1C,+BAA+B,EAC/B,wCAAwC,EACxC,qCAAqC,EACrC,yBAAyB,EACzB,4BAA4B,EAC5B,gBAAgB,EAChB,kCAAkC,EAClC,8CAA8C,EAC9C,uCAAuC,EACvC,+CAA+C,EAC/C,0CAA0C,EAC1C,iCAAiC,EACjC,qCAAqC,EACrC,kCAAkC,EAClC,sCAAsC,EACtC,oBAAoB,EACpB,2BAA2B,EAC3B,sBAAsB,EACtB,uCAAuC,EACvC,kCAAkC,EAClC,0BAA0B,EAC1B,yBAAyB,EACzB,4BAA4B,EAC5B,2BAA2B,EAC3B,+BAA+B,EAC/B,6BAA6B,EAC7B,8BAA8B,EAC9B,iCAAiC,EACjC,iCAAiC,EACjC,gCAAgC,EAChC,kCAAkC,EAClC,kCAAkC,EAClC,mCAAmC,EACnC,mCAAmC,GACpC,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":"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"}
|
|
@@ -4,12 +4,15 @@ import Tooltip from "@mui/material/Tooltip";
|
|
|
4
4
|
import { i18n as i18nProfile } from "./Profile.i18n";
|
|
5
5
|
import { ProfileImage } from "./ProfileImage";
|
|
6
6
|
import { Address } from "../Address";
|
|
7
|
-
import { ProfileContainer, ProfileName } from "./Profile.styled";
|
|
7
|
+
import { ProfileAddressContainer, ProfileContainer, ProfileCopyButton, ProfileCopyIcon, ProfileName, ProfileNameWithAddressContainer, } from "./Profile.styled";
|
|
8
8
|
const Profile = memo((props) => {
|
|
9
|
-
const { address, avatar, textOnly, imageOnly, hasPopup, size = "normal", inline = true, sliceAddressBy = 6, shortenAddress = false, isDecentraland, as = React.Fragment, i18n = i18nProfile, ...rest } = props;
|
|
9
|
+
const { address, avatar, textOnly, imageOnly, hasPopup, size = "normal", inline = true, sliceAddressBy = 6, shortenAddress = false, showBothNameAndAddress = false, isDecentraland, as = React.Fragment, i18n = i18nProfile, ...rest } = props;
|
|
10
10
|
const sliceLimit = Math.max(Math.min(sliceAddressBy, 42), 6);
|
|
11
11
|
const hasAvatarName = avatar && avatar.name;
|
|
12
12
|
const shouldUseAddressComponent = !isDecentraland && !hasAvatarName;
|
|
13
|
+
const handleCopyAddress = () => {
|
|
14
|
+
navigator.clipboard.writeText(address);
|
|
15
|
+
};
|
|
13
16
|
const name = useMemo(() => {
|
|
14
17
|
if (isDecentraland) {
|
|
15
18
|
return i18n.decentraland;
|
|
@@ -24,7 +27,7 @@ const Profile = memo((props) => {
|
|
|
24
27
|
return avatar.name.endsWith(lastPart) ? avatar.name : avatar.name + lastPart;
|
|
25
28
|
}, [avatar, address, sliceLimit, shortenAddress, isDecentraland]);
|
|
26
29
|
const Wrapper = as;
|
|
27
|
-
const content = (_jsxs(ProfileContainer, { ...props, size: size, inline: inline, children: [textOnly ? null : (_jsx(Wrapper, { ...rest, children: _jsx(ProfileImage, { ...props }) })), imageOnly ? null : (_jsx(Wrapper, { ...rest, children: _jsx(ProfileName, { size: size, children: shouldUseAddressComponent ? (_jsx(Address, { value: name, shorten: shortenAddress })) : (name) }) }))] }));
|
|
30
|
+
const content = (_jsxs(ProfileContainer, { ...props, size: size, inline: inline, children: [textOnly ? null : (_jsx(Wrapper, { ...rest, children: _jsx(ProfileImage, { ...props }) })), imageOnly ? null : (_jsx(Wrapper, { ...rest, children: showBothNameAndAddress && hasAvatarName ? (_jsxs(ProfileNameWithAddressContainer, { children: [_jsx(ProfileName, { size: size, children: name }), _jsxs(ProfileAddressContainer, { children: [_jsx(Address, { value: address, shorten: shortenAddress }), _jsx(ProfileCopyButton, { size: "small", onClick: handleCopyAddress, children: _jsx(ProfileCopyIcon, {}) })] })] })) : (_jsx(ProfileName, { size: size, children: shouldUseAddressComponent ? (_jsx(Address, { value: name, shorten: shortenAddress })) : (name) })) }))] }));
|
|
28
31
|
return hasPopup ? (_jsx(Tooltip, { title: shouldUseAddressComponent ? address : name, placement: "top", arrow: true, children: content })) : (content);
|
|
29
32
|
});
|
|
30
33
|
export { Profile };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAC5C,OAAO,OAAO,MAAM,uBAAuB,CAAA;AAC3C,OAAO,EAAE,IAAI,IAAI,WAAW,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAC7C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AAEpC,OAAO,
|
|
1
|
+
{"version":3,"file":"Profile.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.tsx"],"names":[],"mappings":"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"}
|
|
@@ -19,5 +19,6 @@ declare const SlicedAddress: Story;
|
|
|
19
19
|
declare const Sizes: Story;
|
|
20
20
|
declare const LinkedAvatar: Story;
|
|
21
21
|
declare const LinkedBlockie: Story;
|
|
22
|
+
declare const WithNameAndShortenedAddress: Story;
|
|
22
23
|
export default meta;
|
|
23
|
-
export { NoAvatar, ShortenedAddress, Rounded, WithAvatar, AvatarWithoutName, AvatarWithShortenedAddress, AvatarUnclaimedName, ImageOnly, TextOnly, WithPopup, Inline, Decentraland, SlicedAddress, Sizes, LinkedAvatar, LinkedBlockie, };
|
|
24
|
+
export { NoAvatar, ShortenedAddress, Rounded, WithAvatar, AvatarWithoutName, AvatarWithShortenedAddress, AvatarUnclaimedName, ImageOnly, TextOnly, WithPopup, Inline, Decentraland, SlicedAddress, Sizes, LinkedAvatar, LinkedBlockie, WithNameAndShortenedAddress, };
|
|
@@ -60,6 +60,11 @@ const meta = {
|
|
|
60
60
|
control: "number",
|
|
61
61
|
defaultValue: 6,
|
|
62
62
|
},
|
|
63
|
+
showBothNameAndAddress: {
|
|
64
|
+
description: "Whether to display both name and address (address shown below name with copy icon)",
|
|
65
|
+
control: "boolean",
|
|
66
|
+
defaultValue: false,
|
|
67
|
+
},
|
|
63
68
|
},
|
|
64
69
|
render: (args) => (_jsx(ProfileStoryContainer, { children: _jsx(Profile, { ...args }) })),
|
|
65
70
|
};
|
|
@@ -139,7 +144,16 @@ const LinkedBlockie = {
|
|
|
139
144
|
name: "Profile with blockie and content linked to another site",
|
|
140
145
|
render: () => (_jsx(ProfileStoryContainer, { children: _jsx(Profile, { address: "0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6", inline: true, as: "a", href: "https://decentraland.zone/marketplace/accounts/0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6", target: "_blank" }) })),
|
|
141
146
|
};
|
|
147
|
+
const WithNameAndShortenedAddress = {
|
|
148
|
+
name: "Show both name and shortened address",
|
|
149
|
+
args: {
|
|
150
|
+
address: "0x89805E5f0698Cb4dB57f0E389f2a75259f78CCF6",
|
|
151
|
+
avatar,
|
|
152
|
+
showBothNameAndAddress: true,
|
|
153
|
+
shortenAddress: true,
|
|
154
|
+
},
|
|
155
|
+
};
|
|
142
156
|
// eslint-disable-next-line import/no-default-export
|
|
143
157
|
export default meta;
|
|
144
|
-
export { NoAvatar, ShortenedAddress, Rounded, WithAvatar, AvatarWithoutName, AvatarWithShortenedAddress, AvatarUnclaimedName, ImageOnly, TextOnly, WithPopup, Inline, Decentraland, SlicedAddress, Sizes, LinkedAvatar, LinkedBlockie, };
|
|
158
|
+
export { NoAvatar, ShortenedAddress, Rounded, WithAvatar, AvatarWithoutName, AvatarWithShortenedAddress, AvatarUnclaimedName, ImageOnly, TextOnly, WithPopup, Inline, Decentraland, SlicedAddress, Sizes, LinkedAvatar, LinkedBlockie, WithNameAndShortenedAddress, };
|
|
145
159
|
//# sourceMappingURL=Profile.stories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.stories.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.stories.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"Profile.stories.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -7,4 +7,24 @@ declare const ProfileName: import("@emotion/styled").StyledComponent<{
|
|
|
7
7
|
theme?: import("@emotion/react").Theme;
|
|
8
8
|
as?: import("react").ElementType;
|
|
9
9
|
} & Pick<ProfileBaseProps, "size">, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
10
|
-
|
|
10
|
+
declare const ProfileNameWithAddressContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
12
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
|
|
13
|
+
theme?: import("@emotion/react").Theme;
|
|
14
|
+
}, {}, {}>;
|
|
15
|
+
declare const ProfileAddressContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
16
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
17
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
|
|
18
|
+
theme?: import("@emotion/react").Theme;
|
|
19
|
+
}, {}, {}>;
|
|
20
|
+
declare const ProfileCopyButton: import("@emotion/styled").StyledComponent<import("@mui/material/IconButton").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
21
|
+
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
22
|
+
}, "disabled" | "color" | "className" | "style" | "classes" | "children" | "sx" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "size" | "edge"> & {
|
|
23
|
+
theme?: import("@emotion/react").Theme;
|
|
24
|
+
}, {}, {}>;
|
|
25
|
+
declare const ProfileCopyIcon: import("@emotion/styled").StyledComponent<import("@mui/material").SvgIconOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
26
|
+
ref?: ((instance: SVGSVGElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
27
|
+
}, "color" | "fontSize" | "shapeRendering" | "className" | "style" | "classes" | "children" | "sx" | "htmlColor" | "inheritViewBox" | "titleAccess" | "viewBox"> & {
|
|
28
|
+
theme?: import("@emotion/react").Theme;
|
|
29
|
+
}, {}, {}>;
|
|
30
|
+
export { ProfileContainer, ProfileName, ProfileNameWithAddressContainer, ProfileAddressContainer, ProfileCopyButton, ProfileCopyIcon, };
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import ContentCopyIcon from "@mui/icons-material/ContentCopy";
|
|
2
|
+
import Box from "@mui/material/Box";
|
|
3
|
+
import IconButton from "@mui/material/IconButton";
|
|
1
4
|
import styled from "@emotion/styled";
|
|
2
5
|
const ProfileContainer = styled("span")(({ theme, inline = true, size = "normal" }) => ({
|
|
3
6
|
display: inline ? "inline-flex" : "flex",
|
|
@@ -13,5 +16,30 @@ const ProfileName = styled("span")(({ theme, size = "normal", }) => {
|
|
|
13
16
|
lineHeight: font.lineHeight,
|
|
14
17
|
};
|
|
15
18
|
});
|
|
16
|
-
|
|
19
|
+
const ProfileNameWithAddressContainer = styled(Box)(({ theme }) => ({
|
|
20
|
+
display: "flex",
|
|
21
|
+
flexDirection: "column",
|
|
22
|
+
alignItems: "center",
|
|
23
|
+
justifyContent: "center",
|
|
24
|
+
gap: theme.spacing(0.5),
|
|
25
|
+
}));
|
|
26
|
+
const ProfileAddressContainer = styled(Box)(({ theme }) => ({
|
|
27
|
+
display: "flex",
|
|
28
|
+
alignItems: "center",
|
|
29
|
+
justifyContent: "center",
|
|
30
|
+
gap: theme.spacing(0.1),
|
|
31
|
+
fontSize: "0.875em",
|
|
32
|
+
color: theme.palette.text.secondary,
|
|
33
|
+
}));
|
|
34
|
+
const ProfileCopyButton = styled(IconButton)(({ theme }) => ({
|
|
35
|
+
padding: theme.spacing(0.25),
|
|
36
|
+
color: theme.palette.text.secondary,
|
|
37
|
+
"&:hover": {
|
|
38
|
+
color: theme.palette.text.primary,
|
|
39
|
+
},
|
|
40
|
+
}));
|
|
41
|
+
const ProfileCopyIcon = styled(ContentCopyIcon)({
|
|
42
|
+
fontSize: "0.875em",
|
|
43
|
+
});
|
|
44
|
+
export { ProfileContainer, ProfileName, ProfileNameWithAddressContainer, ProfileAddressContainer, ProfileCopyButton, ProfileCopyIcon, };
|
|
17
45
|
//# sourceMappingURL=Profile.styled.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Profile.styled.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAGpC,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,CACrC,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE,IAAI,GAAG,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9C,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM;IACxC,GAAG,EAAE,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;IAC9D,UAAU,EAAE,QAAQ;IACpB,aAAa,EAAE,KAAK;CACrB,CAAC,CACH,CAAA;AAED,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,CAAiC,CAAC,EAClE,KAAK,EACL,IAAI,GAAG,QAAQ,GAChB,EAAE,EAAE;IACH,MAAM,IAAI,GAAG,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,KAAK,CAAA;IAC7E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,QAAQ;QACvB,UAAU,EAAE,IAAI,CAAC,UAAU;QAC3B,UAAU,EAAE,IAAI,CAAC,UAAU;KAC5B,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Profile.styled.js","sourceRoot":"","sources":["../../../src/components/Profile/Profile.styled.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,iCAAiC,CAAA;AAC7D,OAAO,GAAG,MAAM,mBAAmB,CAAA;AACnC,OAAO,UAAU,MAAM,0BAA0B,CAAA;AACjD,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAGpC,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,CAAC,CACrC,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,EAAE,IAAI,GAAG,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9C,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM;IACxC,GAAG,EAAE,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;IAC9D,UAAU,EAAE,QAAQ;IACpB,aAAa,EAAE,KAAK;CACrB,CAAC,CACH,CAAA;AAED,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,CAAiC,CAAC,EAClE,KAAK,EACL,IAAI,GAAG,QAAQ,GAChB,EAAE,EAAE;IACH,MAAM,IAAI,GAAG,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,KAAK,CAAA;IAC7E,OAAO;QACL,QAAQ,EAAE,IAAI,CAAC,QAAQ;QACvB,UAAU,EAAE,IAAI,CAAC,UAAU;QAC3B,UAAU,EAAE,IAAI,CAAC,UAAU;KAC5B,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,MAAM,+BAA+B,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAClE,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;CACxB,CAAC,CAAC,CAAA;AAEH,MAAM,uBAAuB,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1D,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;IACvB,QAAQ,EAAE,SAAS;IACnB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS;CACpC,CAAC,CAAC,CAAA;AAEH,MAAM,iBAAiB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3D,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;IAC5B,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS;IAEnC,SAAS,EAAE;QACT,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;KAClC;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,eAAe,GAAG,MAAM,CAAC,eAAe,CAAC,CAAC;IAC9C,QAAQ,EAAE,SAAS;CACpB,CAAC,CAAA;AAEF,OAAO,EACL,gBAAgB,EAChB,WAAW,EACX,+BAA+B,EAC/B,uBAAuB,EACvB,iBAAiB,EACjB,eAAe,GAChB,CAAA"}
|
|
@@ -5,7 +5,7 @@ import { Box } from "@mui/material";
|
|
|
5
5
|
import { UserMenuSignedIn } from "./UserMenuSignedIn";
|
|
6
6
|
import { avatar } from "../../../data/avatar";
|
|
7
7
|
import { itemSoldNotificationPropsData } from "../../../data/notifications";
|
|
8
|
-
import { NotificationActiveTab } from "../../Notifications/types";
|
|
8
|
+
import { NotificationActiveTab } from "../../Notifications/Notifications.types";
|
|
9
9
|
import { i18n } from "../UserMenu.i18n";
|
|
10
10
|
const meta = {
|
|
11
11
|
component: UserMenuSignedIn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMenuSignedIn.stories.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAA;AACzD,OAAO,EAAE,GAAG,EAAE,MAAM,eAAe,CAAA;AACnC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,EAAE,6BAA6B,EAAE,MAAM,6BAA6B,CAAA;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"UserMenuSignedIn.stories.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Avatar } from "@dcl/schemas";
|
|
2
2
|
import { ManaBalancesProps } from "../../UserMenu/ManaBalances/ManaBalances.types";
|
|
3
3
|
import { UserMenuI18N } from "../UserMenu.types";
|
|
4
|
-
import type { NotificationsProps } from "../../Notifications/Notifications.types";
|
|
4
|
+
import type { NotificationsProps } from "../../Notifications/NotificationsToggle/Notifications.types";
|
|
5
5
|
type UserMenuSignedInProps = ManaBalancesProps & {
|
|
6
6
|
avatar?: Avatar;
|
|
7
7
|
address?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CreditsExpireIn24HrsReminderNotificationProps, CreditsExpireSoonReminderNotificationProps } from "components/Notifications/NotificationTypes/Credits/types";
|
|
2
|
-
import { BidAcceptedNotificationProps, BidReceivedNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, CampaignOutOfFundsNotificationProps, CampaignOutOfStockNotificationProps, CreditsClaimReminderNotificationProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GiftNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RewardDelayedNotificationProps, RewardInProgressNotificationProps, RoyalitesEarnedNotificationProps, StreamingKeyExpiredNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingTimeExceededNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps } from "../components/Notifications/types";
|
|
1
|
+
import { CreditsExpireIn24HrsReminderNotificationProps, CreditsExpireSoonReminderNotificationProps } from "components/Notifications/NotificationTypes/Credits/Credits.types";
|
|
2
|
+
import { BidAcceptedNotificationProps, BidReceivedNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, CampaignOutOfFundsNotificationProps, CampaignOutOfStockNotificationProps, CreditsClaimReminderNotificationProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, EventsStartedNotificationProps, EventsStartsSoonNotificationProps, GiftNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernancePitchPassedNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceTenderPassedNotificationProps, GovernanceVotingEndedVoterNotificationProps, ItemSoldNotificationProps, LandRentalEndedNotificationProps, LandRentedNotificationProps, ReferralInvitedUsersAcceptedNotificationProps, ReferralNewTierReachedNotificationProps, RewardAssignedNotificationProps, RewardDelayedNotificationProps, RewardInProgressNotificationProps, RoyalitesEarnedNotificationProps, StreamingKeyExpiredNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingTimeExceededNotificationProps, TipNotificationProps, WorldsAccessRestoredNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps } from "../components/Notifications/Notifications.types";
|
|
3
3
|
declare const bidAcceptedNotificationData: BidAcceptedNotificationProps;
|
|
4
4
|
declare const bidReceivedNotificationPropsData: BidReceivedNotificationProps;
|
|
5
5
|
declare const campaignGasPriceHigherThanExpectedNotificationData: CampaignGasPriceHigherThanExpectedNotificationProps;
|
|
@@ -42,5 +42,6 @@ declare const creditsExpireSoonReminderNotificationData: CreditsExpireSoonRemind
|
|
|
42
42
|
declare const referralNewTierReachedNotificationData: ReferralNewTierReachedNotificationProps;
|
|
43
43
|
declare const referralInvitedUserAcceptedNotificationData: ReferralInvitedUsersAcceptedNotificationProps;
|
|
44
44
|
declare const giftNotificationData: GiftNotificationProps;
|
|
45
|
-
declare const
|
|
46
|
-
|
|
45
|
+
declare const tipNotificationData: TipNotificationProps;
|
|
46
|
+
declare const allTypeOfNotifications: (CreditsCompleteYourWeeklyGoalsNotificationProps | CreditsDoNotMissOutNotificationProps | CreditsClaimReminderNotificationProps | CreditsExpireSoonReminderNotificationProps | CreditsExpireIn24HrsReminderNotificationProps | ItemSoldNotificationProps | RoyalitesEarnedNotificationProps | BidAcceptedNotificationProps | BidReceivedNotificationProps | RewardAssignedNotificationProps | RewardInProgressNotificationProps | RewardDelayedNotificationProps | CampaignOutOfFundsNotificationProps | CampaignOutOfStockNotificationProps | CampaignGasPriceHigherThanExpectedNotificationProps | GovernanceAnnouncementNotificationProps | GovernanceProposalEnactedNotificationProps | GovernanceCoauthorRequestedNotificationProps | GovernanceAuthoredProposalFinishedNotificationProps | GovernanceVotingEndedVoterNotificationProps | GovernanceNewCommentOnProposalNotificationProps | GovernanceNewCommentOnProjectUpdateNotificationProps | GovernancePitchPassedNotificationProps | GovernanceTenderPassedNotificationProps | WorldsMissingResourcesNotificationProps | WorldsAccessRestrictedNotificationProps | WorldsAccessRestoredNotificationProps | WorldsPermissionGrantedNotificationProps | WorldsPermissionRevokedNotificationProps | LandRentedNotificationProps | LandRentalEndedNotificationProps | GiftNotificationProps | TipNotificationProps | EventsStartsSoonNotificationProps | EventsStartedNotificationProps | StreamingKeyResetNotificationProps | StreamingKeyRevokeNotificationProps | StreamingKeyExpiredNotificationProps | StreamingTimeExceededNotificationProps | StreamingPlaceUpdatedNotificationProps | ReferralNewTierReachedNotificationProps | ReferralInvitedUsersAcceptedNotificationProps)[];
|
|
47
|
+
export { allTypeOfNotifications, bidAcceptedNotificationData, bidReceivedNotificationPropsData, campaignGasPriceHigherThanExpectedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, creditsClaimReminderNotificationData, creditsCompleteYourWeeklyGoalsNotificationData, creditsDoNotMissOutNotificationData, creditsExpireIn24HrsReminderNotificationData, creditsExpireSoonReminderNotificationData, eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, giftNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, itemSoldNotificationPropsData, landRentalEndedNotificationData, landRentedNotificationData, referralInvitedUserAcceptedNotificationData, referralNewTierReachedNotificationData, rewardAssignedNotificationData, rewardDelayedNotificationData, rewardInProgressNotificationData, royalitesEarnedNotificationPropsData, streamingKeyExpiredNotificationData, streamingKeyResetNotificationData, streamingKeyRevokeNotificationData, streamingPlaceUpdatedNotificationData, streamingTimeExceededNotificationData, tipNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, };
|
|
@@ -658,6 +658,19 @@ const giftNotificationData = {
|
|
|
658
658
|
created_at: "2023-11-29T12:51:00.600Z",
|
|
659
659
|
updated_at: "2023-11-29T12:51:00.600Z",
|
|
660
660
|
};
|
|
661
|
+
const tipNotificationData = {
|
|
662
|
+
id: NotificationType.TIP_RECEIVED,
|
|
663
|
+
read: false,
|
|
664
|
+
type: NotificationType.TIP_RECEIVED,
|
|
665
|
+
address: "0x6b347a82fcac4e6a38d1fc40e3631bd8f9495e9f",
|
|
666
|
+
timestamp: new Date().getTime(),
|
|
667
|
+
metadata: {
|
|
668
|
+
senderAddress: "0xD8041DC1a844477603ecB8ef8c47AC09cb7ea6Dd",
|
|
669
|
+
manaAmount: "100000000000000000000",
|
|
670
|
+
},
|
|
671
|
+
created_at: "2023-11-29T12:51:00.600Z",
|
|
672
|
+
updated_at: "2023-11-29T12:51:00.600Z",
|
|
673
|
+
};
|
|
661
674
|
const allTypeOfNotifications = [
|
|
662
675
|
bidAcceptedNotificationData,
|
|
663
676
|
bidReceivedNotificationPropsData,
|
|
@@ -672,6 +685,7 @@ const allTypeOfNotifications = [
|
|
|
672
685
|
eventStartedNotificationData,
|
|
673
686
|
eventStartsSoonFutureStartNotificationData,
|
|
674
687
|
eventStartsSoonPastStartNotificationData,
|
|
688
|
+
giftNotificationData,
|
|
675
689
|
governanceAnnouncementNotificationData,
|
|
676
690
|
governanceAuthoredProposalFinishedNotificationData,
|
|
677
691
|
governanceCoauthorRequestedNotificationData,
|
|
@@ -695,12 +709,12 @@ const allTypeOfNotifications = [
|
|
|
695
709
|
streamingKeyRevokeNotificationData,
|
|
696
710
|
streamingPlaceUpdatedNotificationData,
|
|
697
711
|
streamingTimeExceededNotificationData,
|
|
712
|
+
tipNotificationData,
|
|
698
713
|
worldsAccessRestoredNotificationData,
|
|
699
714
|
worldsAccessRestrictedNotificationData,
|
|
700
715
|
worldsMissingResourcesNotificationData,
|
|
701
716
|
worldsPermissionGrantedNotificationPropsData,
|
|
702
717
|
worldsPermissionRevokedNotificationData,
|
|
703
|
-
giftNotificationData,
|
|
704
718
|
];
|
|
705
|
-
export { allTypeOfNotifications, bidAcceptedNotificationData, bidReceivedNotificationPropsData, campaignGasPriceHigherThanExpectedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, creditsClaimReminderNotificationData, creditsCompleteYourWeeklyGoalsNotificationData, creditsDoNotMissOutNotificationData, creditsExpireIn24HrsReminderNotificationData, creditsExpireSoonReminderNotificationData, eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, itemSoldNotificationPropsData, landRentalEndedNotificationData, landRentedNotificationData, referralInvitedUserAcceptedNotificationData, referralNewTierReachedNotificationData, rewardAssignedNotificationData, rewardDelayedNotificationData, rewardInProgressNotificationData, royalitesEarnedNotificationPropsData, streamingKeyExpiredNotificationData, streamingKeyResetNotificationData, streamingKeyRevokeNotificationData, streamingPlaceUpdatedNotificationData, streamingTimeExceededNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData,
|
|
719
|
+
export { allTypeOfNotifications, bidAcceptedNotificationData, bidReceivedNotificationPropsData, campaignGasPriceHigherThanExpectedNotificationData, campaignOutOfFundsNotificationData, campaignOutOfStockNotificationData, creditsClaimReminderNotificationData, creditsCompleteYourWeeklyGoalsNotificationData, creditsDoNotMissOutNotificationData, creditsExpireIn24HrsReminderNotificationData, creditsExpireSoonReminderNotificationData, eventStartedNotificationData, eventStartsSoonFutureStartNotificationData, eventStartsSoonPastStartNotificationData, giftNotificationData, governanceAnnouncementNotificationData, governanceAuthoredProposalFinishedNotificationData, governanceCoauthorRequestedNotificationData, governanceNewCommentOnProjectUpdateNotificationData, governanceNewCommentOnProposalNotificationData, governancePitchPassedNotificationData, governanceProposalEnactedNotificationData, governanceTenderPassedNotificationData, governanceVotingEndedVoterNotificationData, itemSoldNotificationPropsData, landRentalEndedNotificationData, landRentedNotificationData, referralInvitedUserAcceptedNotificationData, referralNewTierReachedNotificationData, rewardAssignedNotificationData, rewardDelayedNotificationData, rewardInProgressNotificationData, royalitesEarnedNotificationPropsData, streamingKeyExpiredNotificationData, streamingKeyResetNotificationData, streamingKeyRevokeNotificationData, streamingPlaceUpdatedNotificationData, streamingTimeExceededNotificationData, tipNotificationData, worldsAccessRestoredNotificationData, worldsAccessRestrictedNotificationData, worldsMissingResourcesNotificationData, worldsPermissionGrantedNotificationPropsData, worldsPermissionRevokedNotificationData, };
|
|
706
720
|
//# sourceMappingURL=notifications.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../src/data/notifications.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../src/data/notifications.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decentraland-ui2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7-20782245281.commit-0aa43e4",
|
|
4
4
|
"description": "Decentraland's UI components and styles",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@contentful/rich-text-react-renderer": "^16.0.1",
|
|
41
41
|
"@dcl/hooks": "^1.0.0",
|
|
42
|
-
"@dcl/schemas": "
|
|
42
|
+
"@dcl/schemas": "22.0.0",
|
|
43
43
|
"@dcl/ui-env": "^1.5.1",
|
|
44
44
|
"@emotion/react": "^11.11.4",
|
|
45
45
|
"@emotion/styled": "^11.11.5",
|
|
@@ -101,5 +101,5 @@
|
|
|
101
101
|
"files": [
|
|
102
102
|
"dist"
|
|
103
103
|
],
|
|
104
|
-
"commit": "
|
|
104
|
+
"commit": "0aa43e458929efcfa8e9135620738d942f674219"
|
|
105
105
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"NotificationItem.js","sourceRoot":"","sources":["../../../src/components/Notifications/NotificationItem.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAC9C,OAAO,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,EACL,yBAAyB,EACzB,uBAAuB,EACvB,8BAA8B,EAC9B,yBAAyB,GAC1B,MAAM,2BAA2B,CAAA;AAElC,MAAM,gBAAgB,GAAG,KAAK,CAAC,IAAI,CACjC,CAAC,KAAqD,EAAE,EAAE;IACxD,MAAM,EACJ,KAAK,EACL,oBAAoB,EACpB,SAAS,EACT,SAAS,EACT,KAAK,EACL,QAAQ,EACR,MAAM,GACP,GAAG,KAAK,CAAA;IACT,MAAM,UAAU,GAAG,MAAM,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,KAAK,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;IAEvE,OAAO,CACL,MAAC,yBAAyB,eACxB,KAAC,8BAA8B,cAC7B,KAAC,qBAAqB,IACpB,KAAK,EAAE,KAAK,EACZ,oBAAoB,EAAE,oBAAoB,EAC1C,SAAS,EAAE,SAAS,GACpB,GAC6B,EACjC,MAAC,uBAAuB,eACrB,QAAQ,EACT,KAAC,yBAAyB,cACvB,mBAAmB,CAAC,SAAS,EAAE,EAAE,MAAM,EAAE,UAAU,EAAE,CAAC,GAC7B,IACJ,EACzB,KAAK,IAAI,KAAC,mBAAmB,IAAC,SAAS,EAAE,EAAE,GAAI,IACtB,CAC7B,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,gBAAgB,EAAE,CAAA"}
|