decentraland-ui2 1.1.6-20618213460.commit-750a3e0 → 1.1.7-20715267278.commit-7a70448
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.styled.d.ts → NotificationItem/NotificationItem.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js +61 -0
- package/dist/components/Notifications/NotificationItem/NotificationItem.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationItem.types.d.ts → NotificationItem/NotificationItem.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationItem/NotificationItem.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.d.ts +18 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js +11 -0
- package/dist/components/Notifications/NotificationItem/NotificationItemText.js.map +1 -0
- package/dist/components/Notifications/NotificationItem/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationItem/index.js +3 -0
- package/dist/components/Notifications/NotificationItem/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js +26 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js +2 -0
- package/dist/components/Notifications/NotificationItemImage/index.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.d.ts +85 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js +86 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Credits/Credits.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +4 -6
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.d.ts +3 -3
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js +8 -9
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Credits/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Credits/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +10 -8
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.d.ts +65 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.i18n.js → Events.i18n.js} +26 -3
- package/dist/components/Notifications/NotificationTypes/Events/Events.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartedNotification.d.ts → EventsStartedNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/{EventStartsSoonNotification.d.ts → EventsStartsSoonNotification.d.ts} +1 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventsStartsSoonNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Events/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.d.ts +206 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js +207 -0
- package/dist/components/Notifications/NotificationTypes/Governance/Governance.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +6 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +5 -5
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Governance/index.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js +10 -0
- package/dist/components/Notifications/NotificationTypes/Governance/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.d.ts +47 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js +48 -0
- package/dist/components/Notifications/NotificationTypes/Land/Land.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Land/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Land/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.d.ts +84 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js +76 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/Marketplace.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +6 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js +5 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.d.ts +29 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js +30 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/Referral.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Referral/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js +3 -0
- package/dist/components/Notifications/NotificationTypes/Referral/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.d.ts +139 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js +140 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/Reward.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +2 -2
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +3 -4
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Reward/index.d.ts +6 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Reward/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.d.ts +71 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js +72 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.d.ts +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/Streaming.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +5 -6
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +2 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/{GiftNotification.i18n.js → Transfer.i18n.js} +3 -3
- package/dist/components/Notifications/NotificationTypes/Transfer/Transfer.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.d.ts +1 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Transfer/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.d.ts +110 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js +111 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/Worlds.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +4 -5
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +10 -9
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +8 -7
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/index.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js +6 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/index.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js +10 -41
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -1
- package/dist/components/Notifications/Notifications.stories.d.ts +1 -1
- package/dist/components/Notifications/Notifications.stories.js +2 -2
- package/dist/components/Notifications/Notifications.stories.js.map +1 -1
- package/dist/components/Notifications/Notifications.styled.d.ts +1 -13
- package/dist/components/Notifications/Notifications.styled.js +1 -70
- package/dist/components/Notifications/Notifications.styled.js.map +1 -1
- package/dist/components/Notifications/Notifications.types.d.ts +167 -14
- package/dist/components/Notifications/Notifications.types.js +6 -1
- package/dist/components/Notifications/Notifications.types.js.map +1 -1
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.js → NotificationsFeed/NotificationsFeed.js} +3 -3
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.styled.d.ts → NotificationsFeed/NotificationsFeed.styled.d.ts} +2 -2
- package/dist/components/Notifications/{NotificationsFeed.styled.js → NotificationsFeed/NotificationsFeed.styled.js} +19 -18
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeed.types.d.ts → NotificationsFeed/NotificationsFeed.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeed/NotificationsFeed.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeed/index.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.i18n.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.js → NotificationsFeedTabs/NotificationsFeedTabs.js} +5 -5
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.styled.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.styled.d.ts} +1 -1
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js +56 -0
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.styled.js.map +1 -0
- package/dist/components/Notifications/{NotificationsFeedTabs.types.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.types.d.ts} +2 -2
- package/dist/components/Notifications/NotificationsFeedTabs/NotificationsFeedTabs.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs/index.js.map +1 -0
- package/dist/components/Notifications/{Notifications.js → NotificationsToggle/Notifications.js} +2 -2
- package/dist/components/Notifications/NotificationsToggle/Notifications.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.d.ts +13 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js +66 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/Notifications.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsToggle/index.d.ts +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js +2 -0
- package/dist/components/Notifications/NotificationsToggle/index.js.map +1 -0
- package/dist/components/Notifications/index.d.ts +4 -4
- package/dist/components/Notifications/index.js +2 -2
- package/dist/components/Notifications/index.js.map +1 -1
- package/dist/components/Notifications/utils.d.ts +1 -1
- package/dist/components/Notifications/utils.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -1
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +1 -1
- package/dist/data/notifications.d.ts +2 -2
- package/package.json +2 -2
- package/dist/components/Notifications/NotificationItem.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.styled.js +0 -63
- package/dist/components/Notifications/NotificationItem.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItem.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.styled.js +0 -29
- package/dist/components/Notifications/NotificationItemImage.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemImage.types.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js +0 -11
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsOnDemandGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Credits/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +0 -13
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +0 -42
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +0 -14
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +0 -33
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +0 -34
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +0 -7
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Referral/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +0 -17
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +0 -10
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js +0 -2
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Transfer/GiftNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +0 -15
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +0 -16
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +0 -27
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +0 -28
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +0 -24
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +0 -25
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +0 -1
- package/dist/components/Notifications/Notifications.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeed.types.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js +0 -58
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +0 -1
- package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +0 -1
- package/dist/components/Notifications/types.d.ts +0 -170
- package/dist/components/Notifications/types.js +0 -7
- package/dist/components/Notifications/types.js.map +0 -1
- /package/dist/components/Notifications/{NotificationItem.d.ts → NotificationItem/NotificationItem.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItem.types.js → NotificationItem/NotificationItem.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.d.ts → NotificationItemImage/NotificationItemImage.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.js → NotificationItemImage/NotificationItemImage.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.styled.d.ts → NotificationItemImage/NotificationItemImage.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.d.ts → NotificationItemImage/NotificationItemImage.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemImage.types.js → NotificationItemImage/NotificationItemImage.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.js → NotificationItemNFTLink/NotificationItemNFTLink.js} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.styled.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.styled.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.d.ts → NotificationItemNFTLink/NotificationItemNFTLink.types.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationItemNFTLink.types.js → NotificationItemNFTLink/NotificationItemNFTLink.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.d.ts → NotificationsFeed/NotificationsFeed.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.d.ts → NotificationsFeed/NotificationsFeed.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.i18n.js → NotificationsFeed/NotificationsFeed.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeed.types.js → NotificationsFeed/NotificationsFeed.types.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.d.ts → NotificationsFeedTabs/NotificationsFeedTabs.i18n.d.ts} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.i18n.js → NotificationsFeedTabs/NotificationsFeedTabs.i18n.js} +0 -0
- /package/dist/components/Notifications/{NotificationsFeedTabs.types.js → NotificationsFeedTabs/NotificationsFeedTabs.types.js} +0 -0
- /package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts} +0 -0
package/dist/components/Notifications/{NotificationItem.js → NotificationItem/NotificationItem.js}
RENAMED
|
@@ -2,8 +2,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { formatDistanceToNow } from "date-fns";
|
|
4
4
|
import { enUS, es, zhCN } from "date-fns/locale";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { NewNotificationIcon } from "../../Icon";
|
|
6
|
+
import { NotificationItemImage } from "../NotificationItemImage";
|
|
7
7
|
import { NotificationItemContainer, NotificationItemContent, NotificationItemImageContainer, NotificationItemTimestamp, } from "./NotificationItem.styled";
|
|
8
8
|
const NotificationItem = React.memo((props) => {
|
|
9
9
|
const { image, imageBackgroundColor, badgeIcon, timestamp, isNew, children, locale, } = props;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItem.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItem/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,mBAAmB,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAA;AAEhE,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"}
|
|
@@ -33,4 +33,4 @@ declare const SpanHighlighted: import("@emotion/styled").StyledComponent<{
|
|
|
33
33
|
theme?: import("@emotion/react").Theme;
|
|
34
34
|
as?: import("react").ElementType;
|
|
35
35
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
36
|
-
export { NotificationItemContainer,
|
|
36
|
+
export { NotificationItemContainer, NotificationItemContent, NotificationItemCountdown, NotificationItemDescription, NotificationItemImageContainer, NotificationItemTimestamp, NotificationItemTitle, SpanHighlighted, };
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import styled from "@emotion/styled";
|
|
2
|
+
import { Link, Typography } from "@mui/material";
|
|
3
|
+
import { neutral } from "../../../theme/colors";
|
|
4
|
+
const NotificationItemContainer = styled("div")(({ theme }) => ({
|
|
5
|
+
display: "flex",
|
|
6
|
+
flexDirection: "row",
|
|
7
|
+
alignItems: "center",
|
|
8
|
+
padding: theme.spacing(1, 2),
|
|
9
|
+
justifyContent: "space-between",
|
|
10
|
+
gap: "16px",
|
|
11
|
+
"&:last-of-type": {
|
|
12
|
+
padding: theme.spacing(1, 2, 2),
|
|
13
|
+
},
|
|
14
|
+
}));
|
|
15
|
+
const NotificationItemImageContainer = styled("div")(({ theme }) => ({
|
|
16
|
+
marginLeft: theme.spacing(2),
|
|
17
|
+
fontSize: "48px",
|
|
18
|
+
}));
|
|
19
|
+
const NotificationItemContent = styled("div")({
|
|
20
|
+
display: "flex",
|
|
21
|
+
flexDirection: "column",
|
|
22
|
+
flexGrow: 1,
|
|
23
|
+
});
|
|
24
|
+
const NotificationItemTimestamp = styled(Typography)(({ theme }) => ({
|
|
25
|
+
fontWeight: 600,
|
|
26
|
+
fontSize: theme.typography.pxToRem(12),
|
|
27
|
+
}));
|
|
28
|
+
const NotificationItemTitle = styled(Typography)(({ theme }) => ({
|
|
29
|
+
fontWeight: 600,
|
|
30
|
+
fontSize: theme.typography.pxToRem(14),
|
|
31
|
+
marginBottom: 0,
|
|
32
|
+
}));
|
|
33
|
+
const NotificationItemDescription = styled(Link)(({ theme }) => ({
|
|
34
|
+
display: "inline",
|
|
35
|
+
color: neutral.gray3,
|
|
36
|
+
margin: theme.spacing(0.5, 0),
|
|
37
|
+
gap: "5px",
|
|
38
|
+
flexWrap: "wrap",
|
|
39
|
+
alignItems: "center",
|
|
40
|
+
fontSize: theme.typography.pxToRem(14),
|
|
41
|
+
}));
|
|
42
|
+
const NotificationItemCountdown = styled("div")(({ theme }) => ({
|
|
43
|
+
padding: theme.spacing(0, 1.25),
|
|
44
|
+
backgroundColor: "#37333d",
|
|
45
|
+
width: "fit-content",
|
|
46
|
+
color: "#fff",
|
|
47
|
+
borderRadius: "20px",
|
|
48
|
+
display: "inline-flex",
|
|
49
|
+
alignItems: "center",
|
|
50
|
+
justifyContent: "center",
|
|
51
|
+
marginTop: theme.spacing(-0.25),
|
|
52
|
+
transform: "translateY(2px)",
|
|
53
|
+
"& svg": {
|
|
54
|
+
marginRight: theme.spacing(0.625),
|
|
55
|
+
},
|
|
56
|
+
}));
|
|
57
|
+
const SpanHighlighted = styled("span")(({ theme }) => ({
|
|
58
|
+
color: theme.palette.primary.main,
|
|
59
|
+
}));
|
|
60
|
+
export { NotificationItemContainer, NotificationItemContent, NotificationItemCountdown, NotificationItemDescription, NotificationItemImageContainer, NotificationItemTimestamp, NotificationItemTitle, SpanHighlighted, };
|
|
61
|
+
//# sourceMappingURL=NotificationItem.styled.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItem.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItem/NotificationItem.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAE/C,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,KAAK;IACpB,UAAU,EAAE,QAAQ;IACpB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAC5B,cAAc,EAAE,eAAe;IAC/B,GAAG,EAAE,MAAM;IACX,gBAAgB,EAAE;QAChB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;KAChC;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,8BAA8B,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;IAC5B,QAAQ,EAAE,MAAM;CACjB,CAAC,CAAC,CAAA;AAEH,MAAM,uBAAuB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAC5C,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,QAAQ,EAAE,CAAC;CACZ,CAAC,CAAA;AAEF,MAAM,yBAAyB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,UAAU,EAAE,GAAG;IACf,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;CACvC,CAAC,CAAC,CAAA;AAEH,MAAM,qBAAqB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,UAAU,EAAE,GAAG;IACf,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;IACtC,YAAY,EAAE,CAAC;CAChB,CAAC,CAAC,CAAA;AAEH,MAAM,2BAA2B,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC/D,OAAO,EAAE,QAAQ;IACjB,KAAK,EAAE,OAAO,CAAC,KAAK;IACpB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;IAC7B,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,MAAM;IAChB,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,KAAK,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE,CAAC;CACvC,CAAC,CAAC,CAAA;AAEH,MAAM,yBAAyB,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC;IAC/B,eAAe,EAAE,SAAS;IAC1B,KAAK,EAAE,aAAa;IACpB,KAAK,EAAE,MAAM;IACb,YAAY,EAAE,MAAM;IACpB,OAAO,EAAE,aAAa;IACtB,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC;IAC/B,SAAS,EAAE,iBAAiB;IAC5B,OAAO,EAAE;QACP,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;KAClC;CACF,CAAC,CAAC,CAAA;AAEH,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACrD,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;CAClC,CAAC,CAAC,CAAA;AAEH,OAAO,EACL,yBAAyB,EACzB,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,yBAAyB,EACzB,qBAAqB,EACrB,eAAe,GAChB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { NotificationItemImageProps } from "../NotificationItemImage";
|
|
2
|
+
import type { NotificationLocale } from "../Notifications.types";
|
|
3
3
|
type NotificationItemProps = NotificationItemImageProps & {
|
|
4
4
|
timestamp: number;
|
|
5
5
|
isNew: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItem.types.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItem/NotificationItem.types.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { NotificationLocale } from "../Notifications.types";
|
|
3
|
+
import type { NotificationItemImageProps } from "../NotificationItemImage";
|
|
4
|
+
type ReadableNotification = {
|
|
5
|
+
timestamp: number;
|
|
6
|
+
read: boolean;
|
|
7
|
+
};
|
|
8
|
+
type NotificationItemTextProps<N extends ReadableNotification> = NotificationItemImageProps & {
|
|
9
|
+
description: React.ReactNode;
|
|
10
|
+
descriptionHref?: string;
|
|
11
|
+
locale: NotificationLocale;
|
|
12
|
+
notification: N;
|
|
13
|
+
title: React.ReactNode;
|
|
14
|
+
};
|
|
15
|
+
declare function NotificationItemTextComponent<N extends ReadableNotification>(props: NotificationItemTextProps<N>): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
declare const NotificationItemText: typeof NotificationItemTextComponent;
|
|
17
|
+
export type { NotificationItemTextProps };
|
|
18
|
+
export { NotificationItemText };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { NotificationItem } from "./NotificationItem";
|
|
4
|
+
import { NotificationItemDescription, NotificationItemTitle, } from "./NotificationItem.styled";
|
|
5
|
+
function NotificationItemTextComponent(props) {
|
|
6
|
+
const { description, descriptionHref, locale, notification, title, ...imageProps } = props;
|
|
7
|
+
return (_jsxs(NotificationItem, { ...imageProps, timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: title }), _jsx(NotificationItemDescription, { href: descriptionHref, color: "inherit", underline: "none", children: description })] }));
|
|
8
|
+
}
|
|
9
|
+
const NotificationItemText = React.memo(NotificationItemTextComponent);
|
|
10
|
+
export { NotificationItemText };
|
|
11
|
+
//# sourceMappingURL=NotificationItemText.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItemText.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItem/NotificationItemText.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAErD,OAAO,EACL,2BAA2B,EAC3B,qBAAqB,GACtB,MAAM,2BAA2B,CAAA;AAiBlC,SAAS,6BAA6B,CACpC,KAAmC;IAEnC,MAAM,EACJ,WAAW,EACX,eAAe,EACf,MAAM,EACN,YAAY,EACZ,KAAK,EACL,GAAG,UAAU,EACd,GAAG,KAAK,CAAA;IAET,OAAO,CACL,MAAC,gBAAgB,OACX,UAAU,EACd,SAAS,EAAE,YAAY,CAAC,SAAS,EACjC,KAAK,EAAE,CAAC,YAAY,CAAC,IAAI,EACzB,MAAM,EAAE,MAAM,aAEd,KAAC,qBAAqB,cAAE,KAAK,GAAyB,EACtD,KAAC,2BAA2B,IAC1B,IAAI,EAAE,eAAe,EACrB,KAAK,EAAC,SAAS,EACf,SAAS,EAAC,MAAM,YAEf,WAAW,GACgB,IACb,CACpB,CAAA;AACH,CAAC;AAED,MAAM,oBAAoB,GAAG,KAAK,CAAC,IAAI,CACrC,6BAA6B,CACqB,CAAA;AAGpD,OAAO,EAAE,oBAAoB,EAAE,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItem/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAErD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItemImage.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemImage/NotificationItemImage.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAEtE,MAAM,qBAAqB,GAAG,KAAK,CAAC,IAAI,CACtC,CAAC,KAAiC,EAAE,EAAE;IACpC,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,oBAAoB,EAAE,GAAG,KAAK,CAAA;IACxD,MAAM,OAAO,GAAG,OAAO,KAAK,KAAK,QAAQ,CAAA;IACzC,OAAO,CACL,KAAC,KAAK,IACJ,OAAO,EAAC,UAAU,EAClB,YAAY,EAAE;YACZ,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,MAAM;SACnB,EACD,YAAY,EAAE,SAAS,EACvB,OAAO,EAAE,OAAO,YAEf,OAAO,CAAC,CAAC,CAAC,CACT,KAAC,cAAc,IAAC,eAAe,EAAE,oBAAoB,YACnD,cAAK,GAAG,EAAE,KAAK,EAAE,GAAG,EAAC,oBAAoB,GAAG,GAC7B,CAClB,CAAC,CAAC,CAAC,CACF,KAAK,CACN,GACK,CACT,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import styled from "@emotion/styled";
|
|
2
|
+
import { Badge as BadgeMui } from "@mui/material";
|
|
3
|
+
const Badge = styled(BadgeMui)(({ isImage }) => ({
|
|
4
|
+
height: "48px",
|
|
5
|
+
width: "48px",
|
|
6
|
+
"& svg.MuiSvgIcon-root": {
|
|
7
|
+
fontSize: isImage ? "24px" : "inherit",
|
|
8
|
+
},
|
|
9
|
+
}));
|
|
10
|
+
const ImageContainer = styled("div", {
|
|
11
|
+
shouldForwardProp: (prop) => prop !== "backgroundColor",
|
|
12
|
+
})(({ backgroundColor }) => ({
|
|
13
|
+
borderRadius: "100%",
|
|
14
|
+
height: "48px",
|
|
15
|
+
width: "48px",
|
|
16
|
+
display: "flex",
|
|
17
|
+
alignItems: "center",
|
|
18
|
+
justifyContent: "center",
|
|
19
|
+
backgroundColor: "rgba(103, 99, 112, 0.4)",
|
|
20
|
+
backgroundImage: backgroundColor && `radial-gradient(${backgroundColor})`,
|
|
21
|
+
"& img": {
|
|
22
|
+
width: "80%",
|
|
23
|
+
},
|
|
24
|
+
}));
|
|
25
|
+
export { Badge, ImageContainer };
|
|
26
|
+
//# sourceMappingURL=NotificationItemImage.styled.js.map
|
package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.styled.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItemImage.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemImage/NotificationItemImage.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,KAAK,IAAI,QAAQ,EAAE,MAAM,eAAe,CAAA;AAEjD,MAAM,KAAK,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAuB,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,MAAM;IACb,uBAAuB,EAAE;QACvB,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS;KACvC;CACF,CAAC,CAAC,CAAA;AAMH,MAAM,cAAc,GAAG,MAAM,CAAC,KAAK,EAAE;IACnC,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,KAAK,iBAAiB;CACxD,CAAC,CAAsB,CAAC,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,CAAC;IAChD,YAAY,EAAE,MAAM;IACpB,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,MAAM;IACb,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,eAAe,EAAE,yBAAyB;IAC1C,eAAe,EAAE,eAAe,IAAI,mBAAmB,eAAe,GAAG;IACzE,OAAO,EAAE;QACP,KAAK,EAAE,KAAK;KACb;CACF,CAAC,CAAC,CAAA;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationItemImage/NotificationItemImage.types.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItemImage.types.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemImage/NotificationItemImage.types.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemImage/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItemNFTLink.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAA;AAEvD,MAAM,uBAAuB,GAAG,KAAK,CAAC,IAAI,CACxC,CAAC,KAAmC,EAAE,EAAE;IACtC,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IACpC,OAAO,CACL,KAAC,IAAI,IAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,YAC7B,IAAI,GACA,CACR,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,uBAAuB,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Rarity } from "@dcl/schemas";
|
|
2
|
+
import styled from "@emotion/styled";
|
|
3
|
+
import { Link as LinkMui } from "@mui/material";
|
|
4
|
+
const Link = styled(LinkMui)(({ rarity }) => ({
|
|
5
|
+
color: Rarity.getColor(rarity),
|
|
6
|
+
textDecorationColor: "transparent",
|
|
7
|
+
}));
|
|
8
|
+
export { Link };
|
|
9
|
+
//# sourceMappingURL=NotificationItemNFTLink.styled.js.map
|
package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItemNFTLink.styled.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.styled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AACrC,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAE/C,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,CAAqB,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,KAAK,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC9B,mBAAmB,EAAE,aAAa;CACnC,CAAC,CAAC,CAAA;AAEH,OAAO,EAAE,IAAI,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationItemNFTLink.types.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemNFTLink/NotificationItemNFTLink.types.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/Notifications/NotificationItemNFTLink/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
declare const creditsClaimReminderI18n: {
|
|
2
|
+
readonly en: {
|
|
3
|
+
readonly description: "You've earned Credits, but haven't claimed them yet! Complete the CAPTCHA in the Weekly Rewards panel to claim your Credits before the week resets (23:59 UTC Sunday).";
|
|
4
|
+
readonly title: "Claim Your Credits";
|
|
5
|
+
};
|
|
6
|
+
readonly es: {
|
|
7
|
+
readonly description: "¡Has ganado Créditos pero aún no los has reclamado! Completa el CAPTCHA en el panel de Recompensas Semanales para reclamar tus Créditos antes de que se reinicie la semana (Domingo 23:59 UTC).";
|
|
8
|
+
readonly title: "Reclama Tus Créditos";
|
|
9
|
+
};
|
|
10
|
+
readonly zh: {
|
|
11
|
+
readonly description: "你已经赚取了积分,但还没有领取!在每周奖励面板中完成CAPTCHA,以在星期日23:59 UTC之前领取你的积分。";
|
|
12
|
+
readonly title: "领取你的积分";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
declare const creditsCompleteYourWeeklyGoalsI18n: {
|
|
16
|
+
readonly en: {
|
|
17
|
+
readonly description: "Don't miss out on your Credits! Complete your weekly goals before the week resets (23:59 UTC Sunday).";
|
|
18
|
+
readonly title: "Complete Your Weekly Goals";
|
|
19
|
+
};
|
|
20
|
+
readonly es: {
|
|
21
|
+
readonly description: "¡No te pierdas tus Créditos! Completa tus objetivos semanales antes de que se reinicie la semana (Domingo 23:59 UTC).";
|
|
22
|
+
readonly title: "Completa Tus Objetivos Semanales";
|
|
23
|
+
};
|
|
24
|
+
readonly zh: {
|
|
25
|
+
readonly description: "不要错过你的积分!在星期日23:59 UTC之前完成你的每周目标。";
|
|
26
|
+
readonly title: "完成你的每周目标";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
declare const creditsDoNotMissOutI18n: {
|
|
30
|
+
readonly en: {
|
|
31
|
+
readonly description: "Marketplace Credits are waiting! Jump in to complete your weekly goals before the week resets (23:59 UTC Sunday).";
|
|
32
|
+
readonly title: "Jump In, Earn Credits";
|
|
33
|
+
};
|
|
34
|
+
readonly es: {
|
|
35
|
+
readonly description: "Marketplace Creditos esperan! Salta a completar tus objetivos semanales antes de que se reinicie la semana (Domingo 23:59 UTC).";
|
|
36
|
+
readonly title: "Salta, Gana Creditos";
|
|
37
|
+
};
|
|
38
|
+
readonly zh: {
|
|
39
|
+
readonly description: "商城积分等你来拿!赶快在本周重置(UTC 时间周日 23:59)之前完成你的每周目标吧。";
|
|
40
|
+
readonly title: "加入,赢取积分";
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
declare const creditsExpireIn24HrsReminderI18n: {
|
|
44
|
+
readonly en: {
|
|
45
|
+
readonly description: "Spend your Credits before they expire tonight, {date}.";
|
|
46
|
+
readonly title: "Only 24hrs Left";
|
|
47
|
+
};
|
|
48
|
+
readonly es: {
|
|
49
|
+
readonly description: "Gasta tus Créditos antes de que expiren esta noche, {date}.";
|
|
50
|
+
readonly title: "Solo quedan 24 horas";
|
|
51
|
+
};
|
|
52
|
+
readonly zh: {
|
|
53
|
+
readonly description: "在今晚{date}过期前使用你的积分。";
|
|
54
|
+
readonly title: "仅剩24小时";
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
declare const creditsExpireSoonReminderI18n: {
|
|
58
|
+
readonly en: {
|
|
59
|
+
readonly description: "Your Marketplace Credits expire in one week on {date}. Spend them before it's too late!";
|
|
60
|
+
readonly title: "Your Credits Expire Soon";
|
|
61
|
+
};
|
|
62
|
+
readonly es: {
|
|
63
|
+
readonly description: "Tus Créditos de Marketplace expiran en una semana el {date}. ¡Gástalos antes de que sea demasiado tarde!";
|
|
64
|
+
readonly title: "Tus Créditos Expiran Pronto";
|
|
65
|
+
};
|
|
66
|
+
readonly zh: {
|
|
67
|
+
readonly description: "你的Marketplace积分将在一周后的{date}过期。请在过期前使用它们!";
|
|
68
|
+
readonly title: "你的积分即将过期";
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
declare const creditsOnDemandGrantedI18n: {
|
|
72
|
+
readonly en: {
|
|
73
|
+
readonly description: "Congrats! You've earned {amount} extra Credits for this season. Make sure to use them before they expire!";
|
|
74
|
+
readonly title: "Bonus Credits Unlocked!";
|
|
75
|
+
};
|
|
76
|
+
readonly es: {
|
|
77
|
+
readonly description: "¡Felicidades! Has ganado {amount} créditos adicionales para esta temporada. ¡Asegúrate de usarlos antes de que caduquen!";
|
|
78
|
+
readonly title: "¡Créditos adicionales desbloqueados!";
|
|
79
|
+
};
|
|
80
|
+
readonly zh: {
|
|
81
|
+
readonly description: "恭喜!您已获得本赛季的{amount}额外积分。请务必在它们过期前使用!";
|
|
82
|
+
readonly title: "奖励积分已解锁!";
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
export { creditsClaimReminderI18n, creditsCompleteYourWeeklyGoalsI18n, creditsDoNotMissOutI18n, creditsExpireIn24HrsReminderI18n, creditsExpireSoonReminderI18n, creditsOnDemandGrantedI18n, };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
const creditsClaimReminderI18n = {
|
|
2
|
+
en: {
|
|
3
|
+
description: "You've earned Credits, but haven't claimed them yet! Complete the CAPTCHA in the Weekly Rewards panel to claim your Credits before the week resets (23:59 UTC Sunday).",
|
|
4
|
+
title: "Claim Your Credits",
|
|
5
|
+
},
|
|
6
|
+
es: {
|
|
7
|
+
description: "¡Has ganado Créditos pero aún no los has reclamado! Completa el CAPTCHA en el panel de Recompensas Semanales para reclamar tus Créditos antes de que se reinicie la semana (Domingo 23:59 UTC).",
|
|
8
|
+
title: "Reclama Tus Créditos",
|
|
9
|
+
},
|
|
10
|
+
zh: {
|
|
11
|
+
description: "你已经赚取了积分,但还没有领取!在每周奖励面板中完成CAPTCHA,以在星期日23:59 UTC之前领取你的积分。",
|
|
12
|
+
title: "领取你的积分",
|
|
13
|
+
},
|
|
14
|
+
};
|
|
15
|
+
const creditsCompleteYourWeeklyGoalsI18n = {
|
|
16
|
+
en: {
|
|
17
|
+
description: "Don't miss out on your Credits! Complete your weekly goals before the week resets (23:59 UTC Sunday).",
|
|
18
|
+
title: "Complete Your Weekly Goals",
|
|
19
|
+
},
|
|
20
|
+
es: {
|
|
21
|
+
description: "¡No te pierdas tus Créditos! Completa tus objetivos semanales antes de que se reinicie la semana (Domingo 23:59 UTC).",
|
|
22
|
+
title: "Completa Tus Objetivos Semanales",
|
|
23
|
+
},
|
|
24
|
+
zh: {
|
|
25
|
+
description: "不要错过你的积分!在星期日23:59 UTC之前完成你的每周目标。",
|
|
26
|
+
title: "完成你的每周目标",
|
|
27
|
+
},
|
|
28
|
+
};
|
|
29
|
+
const creditsDoNotMissOutI18n = {
|
|
30
|
+
en: {
|
|
31
|
+
description: "Marketplace Credits are waiting! Jump in to complete your weekly goals before the week resets (23:59 UTC Sunday).",
|
|
32
|
+
title: "Jump In, Earn Credits",
|
|
33
|
+
},
|
|
34
|
+
es: {
|
|
35
|
+
description: "Marketplace Creditos esperan! Salta a completar tus objetivos semanales antes de que se reinicie la semana (Domingo 23:59 UTC).",
|
|
36
|
+
title: "Salta, Gana Creditos",
|
|
37
|
+
},
|
|
38
|
+
zh: {
|
|
39
|
+
description: "商城积分等你来拿!赶快在本周重置(UTC 时间周日 23:59)之前完成你的每周目标吧。",
|
|
40
|
+
title: "加入,赢取积分",
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
const creditsExpireIn24HrsReminderI18n = {
|
|
44
|
+
en: {
|
|
45
|
+
description: "Spend your Credits before they expire tonight, {date}.",
|
|
46
|
+
title: "Only 24hrs Left",
|
|
47
|
+
},
|
|
48
|
+
es: {
|
|
49
|
+
description: "Gasta tus Créditos antes de que expiren esta noche, {date}.",
|
|
50
|
+
title: "Solo quedan 24 horas",
|
|
51
|
+
},
|
|
52
|
+
zh: {
|
|
53
|
+
description: "在今晚{date}过期前使用你的积分。",
|
|
54
|
+
title: "仅剩24小时",
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
const creditsExpireSoonReminderI18n = {
|
|
58
|
+
en: {
|
|
59
|
+
description: "Your Marketplace Credits expire in one week on {date}. Spend them before it's too late!",
|
|
60
|
+
title: "Your Credits Expire Soon",
|
|
61
|
+
},
|
|
62
|
+
es: {
|
|
63
|
+
description: "Tus Créditos de Marketplace expiran en una semana el {date}. ¡Gástalos antes de que sea demasiado tarde!",
|
|
64
|
+
title: "Tus Créditos Expiran Pronto",
|
|
65
|
+
},
|
|
66
|
+
zh: {
|
|
67
|
+
description: "你的Marketplace积分将在一周后的{date}过期。请在过期前使用它们!",
|
|
68
|
+
title: "你的积分即将过期",
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
const creditsOnDemandGrantedI18n = {
|
|
72
|
+
en: {
|
|
73
|
+
description: "Congrats! You've earned {amount} extra Credits for this season. Make sure to use them before they expire!",
|
|
74
|
+
title: "Bonus Credits Unlocked!",
|
|
75
|
+
},
|
|
76
|
+
es: {
|
|
77
|
+
description: "¡Felicidades! Has ganado {amount} créditos adicionales para esta temporada. ¡Asegúrate de usarlos antes de que caduquen!",
|
|
78
|
+
title: "¡Créditos adicionales desbloqueados!",
|
|
79
|
+
},
|
|
80
|
+
zh: {
|
|
81
|
+
description: "恭喜!您已获得本赛季的{amount}额外积分。请务必在它们过期前使用!",
|
|
82
|
+
title: "奖励积分已解锁!",
|
|
83
|
+
},
|
|
84
|
+
};
|
|
85
|
+
export { creditsClaimReminderI18n, creditsCompleteYourWeeklyGoalsI18n, creditsDoNotMissOutI18n, creditsExpireIn24HrsReminderI18n, creditsExpireSoonReminderI18n, creditsOnDemandGrantedI18n, };
|
|
86
|
+
//# sourceMappingURL=Credits.i18n.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Credits.i18n.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/Credits.i18n.ts"],"names":[],"mappings":"AAAA,MAAM,wBAAwB,GAAG;IAC/B,EAAE,EAAE;QACF,WAAW,EACT,wKAAwK;QAC1K,KAAK,EAAE,oBAAoB;KAC5B;IACD,EAAE,EAAE;QACF,WAAW,EACT,iMAAiM;QACnM,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EACT,2DAA2D;QAC7D,KAAK,EAAE,QAAQ;KAChB;CACO,CAAA;AAEV,MAAM,kCAAkC,GAAG;IACzC,EAAE,EAAE;QACF,WAAW,EACT,uGAAuG;QACzG,KAAK,EAAE,4BAA4B;KACpC;IACD,EAAE,EAAE;QACF,WAAW,EACT,uHAAuH;QACzH,KAAK,EAAE,kCAAkC;KAC1C;IACD,EAAE,EAAE;QACF,WAAW,EAAE,mCAAmC;QAChD,KAAK,EAAE,UAAU;KAClB;CACO,CAAA;AAEV,MAAM,uBAAuB,GAAG;IAC9B,EAAE,EAAE;QACF,WAAW,EACT,mHAAmH;QACrH,KAAK,EAAE,uBAAuB;KAC/B;IACD,EAAE,EAAE;QACF,WAAW,EACT,iIAAiI;QACnI,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EACT,8CAA8C;QAChD,KAAK,EAAE,SAAS;KACjB;CACO,CAAA;AAEV,MAAM,gCAAgC,GAAG;IACvC,EAAE,EAAE;QACF,WAAW,EAAE,wDAAwD;QACrE,KAAK,EAAE,iBAAiB;KACzB;IACD,EAAE,EAAE;QACF,WAAW,EAAE,6DAA6D;QAC1E,KAAK,EAAE,sBAAsB;KAC9B;IACD,EAAE,EAAE;QACF,WAAW,EAAE,qBAAqB;QAClC,KAAK,EAAE,QAAQ;KAChB;CACO,CAAA;AAEV,MAAM,6BAA6B,GAAG;IACpC,EAAE,EAAE;QACF,WAAW,EACT,yFAAyF;QAC3F,KAAK,EAAE,0BAA0B;KAClC;IACD,EAAE,EAAE;QACF,WAAW,EACT,0GAA0G;QAC5G,KAAK,EAAE,6BAA6B;KACrC;IACD,EAAE,EAAE;QACF,WAAW,EACT,0CAA0C;QAC5C,KAAK,EAAE,UAAU;KAClB;CACO,CAAA;AAEV,MAAM,0BAA0B,GAAG;IACjC,EAAE,EAAE;QACF,WAAW,EACT,2GAA2G;QAC7G,KAAK,EAAE,yBAAyB;KACjC;IACD,EAAE,EAAE;QACF,WAAW,EACT,0HAA0H;QAC5H,KAAK,EAAE,sCAAsC;KAC9C;IACD,EAAE,EAAE;QACF,WAAW,EACT,sCAAsC;QACxC,KAAK,EAAE,UAAU;KAClB;CACO,CAAA;AAEV,OAAO,EACL,wBAAwB,EACxB,kCAAkC,EAClC,uBAAuB,EACvB,gCAAgC,EAChC,6BAA6B,EAC7B,0BAA0B,GAC3B,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Credits/{types.d.ts → Credits.types.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NotificationType } from "@dcl/schemas";
|
|
2
|
-
import { RawDecentralandNotification } from "components/Notifications/types";
|
|
2
|
+
import { RawDecentralandNotification } from "components/Notifications/Notifications.types";
|
|
3
3
|
type CreditsNotificationsProps = CreditsCompleteYourWeeklyGoalsNotificationProps | CreditsDoNotMissOutNotificationProps | CreditsClaimReminderNotificationProps | CreditsOnDemandGrantedNotificationProps | CreditsExpireSoonReminderNotificationProps | CreditsExpireIn24HrsReminderNotificationProps;
|
|
4
4
|
type CreditsExpirationCommonProps = {
|
|
5
5
|
expirationDate: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Credits.types.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/Credits.types.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps } from "
|
|
3
|
-
import { CreditsClaimReminderNotificationProps } from "./types";
|
|
2
|
+
import { CommonNotificationProps } from "../../Notifications.types";
|
|
3
|
+
import { CreditsClaimReminderNotificationProps } from "./Credits.types";
|
|
4
4
|
declare const CreditsClaimReminderNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CreditsClaimReminderNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
5
5
|
export { CreditsClaimReminderNotification };
|
package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { creditsClaimReminderI18n } from "./Credits.i18n";
|
|
4
4
|
import { CreditsIcon } from "../../../Icon/Notifications/CreditsIcon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
const CreditsClaimReminderNotification = React.memo((props) => {
|
|
8
7
|
const { notification, locale } = props;
|
|
9
|
-
return (
|
|
8
|
+
return (_jsx(NotificationItemText, { image: _jsx(CreditsIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: creditsClaimReminderI18n[locale].title, description: creditsClaimReminderI18n[locale].description }));
|
|
10
9
|
});
|
|
11
10
|
export { CreditsClaimReminderNotification };
|
|
12
11
|
//# sourceMappingURL=CreditsClaimReminderNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreditsClaimReminderNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"CreditsClaimReminderNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAA;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAI7D,MAAM,gCAAgC,GAAG,KAAK,CAAC,IAAI,CACjD,CAAC,KAAqE,EAAE,EAAE;IACxE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,WAAW,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC7C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC,KAAK,EAC7C,WAAW,EAAE,wBAAwB,CAAC,MAAM,CAAC,CAAC,WAAW,GACzD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,gCAAgC,EAAE,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps } from "
|
|
3
|
-
import { CreditsCompleteYourWeeklyGoalsNotificationProps } from "./types";
|
|
2
|
+
import { CommonNotificationProps } from "../../Notifications.types";
|
|
3
|
+
import { CreditsCompleteYourWeeklyGoalsNotificationProps } from "./Credits.types";
|
|
4
4
|
declare const CreditsCompleteYourWeeklyGoalsNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CreditsCompleteYourWeeklyGoalsNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
5
5
|
export { CreditsCompleteYourWeeklyGoalsNotification };
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { creditsCompleteYourWeeklyGoalsI18n } from "./Credits.i18n";
|
|
4
4
|
import { CreditsCompleteYourGoalsReminderIcon } from "../../../Icon/Notifications/CreditsCompleteYourGoalsReminderIcon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
const CreditsCompleteYourWeeklyGoalsNotification = React.memo((props) => {
|
|
8
7
|
const { notification, locale } = props;
|
|
9
|
-
return (
|
|
8
|
+
return (_jsx(NotificationItemText, { image: _jsx(CreditsCompleteYourGoalsReminderIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: creditsCompleteYourWeeklyGoalsI18n[locale].title, description: creditsCompleteYourWeeklyGoalsI18n[locale].description }));
|
|
10
9
|
});
|
|
11
10
|
export { CreditsCompleteYourWeeklyGoalsNotification };
|
|
12
11
|
//# sourceMappingURL=CreditsCompleteYourWeeklyGoalsNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreditsCompleteYourWeeklyGoalsNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"CreditsCompleteYourWeeklyGoalsNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kCAAkC,EAAE,MAAM,gBAAgB,CAAA;AACnE,OAAO,EAAE,oCAAoC,EAAE,MAAM,kEAAkE,CAAA;AACvH,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAI7D,MAAM,0CAA0C,GAAG,KAAK,CAAC,IAAI,CAC3D,CACE,KAA+E,EAC/E,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,oCAAoC,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EACtE,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,kCAAkC,CAAC,MAAM,CAAC,CAAC,KAAK,EACvD,WAAW,EAAE,kCAAkC,CAAC,MAAM,CAAC,CAAC,WAAW,GACnE,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,0CAA0C,EAAE,CAAA"}
|
package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps } from "
|
|
3
|
-
import { CreditsDoNotMissOutNotificationProps } from "./types";
|
|
2
|
+
import { CommonNotificationProps } from "../../Notifications.types";
|
|
3
|
+
import { CreditsDoNotMissOutNotificationProps } from "./Credits.types";
|
|
4
4
|
declare const CreditsDoNotMissOutNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CreditsDoNotMissOutNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
5
5
|
export { CreditsDoNotMissOutNotification };
|
package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { creditsDoNotMissOutI18n } from "./Credits.i18n";
|
|
4
4
|
import { CreditsIcon } from "../../../Icon/Notifications/CreditsIcon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
const CreditsDoNotMissOutNotification = React.memo((props) => {
|
|
8
7
|
const { notification, locale } = props;
|
|
9
|
-
|
|
10
|
-
return (_jsxs(NotificationItem, { image: _jsx(CreditsIcon, { width: 48, height: 48 }), timestamp: notification.timestamp, isNew: !notification.read, locale: locale, children: [_jsx(NotificationItemTitle, { children: i18n[locale].title }), _jsx(NotificationItemDescription, { color: "inherit", underline: "none", children: i18n[locale].description })] }));
|
|
8
|
+
return (_jsx(NotificationItemText, { image: _jsx(CreditsIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: creditsDoNotMissOutI18n[locale].title, description: creditsDoNotMissOutI18n[locale].description }));
|
|
11
9
|
});
|
|
12
10
|
export { CreditsDoNotMissOutNotification };
|
|
13
11
|
//# sourceMappingURL=CreditsDoNotMissOutNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreditsDoNotMissOutNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"CreditsDoNotMissOutNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAA;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAA;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAI7D,MAAM,+BAA+B,GAAG,KAAK,CAAC,IAAI,CAChD,CAAC,KAAoE,EAAE,EAAE;IACvE,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,WAAW,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC7C,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,uBAAuB,CAAC,MAAM,CAAC,CAAC,KAAK,EAC5C,WAAW,EAAE,uBAAuB,CAAC,MAAM,CAAC,CAAC,WAAW,GACxD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,+BAA+B,EAAE,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { CommonNotificationProps } from "
|
|
3
|
-
import { CreditsExpireIn24HrsReminderNotificationProps } from "./types";
|
|
2
|
+
import { CommonNotificationProps } from "../../Notifications.types";
|
|
3
|
+
import { CreditsExpireIn24HrsReminderNotificationProps } from "./Credits.types";
|
|
4
4
|
declare const CreditsExpireIn24HrsReminderNotification: React.MemoExoticComponent<(props: CommonNotificationProps<CreditsExpireIn24HrsReminderNotificationProps>) => import("react/jsx-runtime").JSX.Element>;
|
|
5
5
|
export { CreditsExpireIn24HrsReminderNotification };
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { creditsExpireIn24HrsReminderI18n } from "./Credits.i18n";
|
|
4
4
|
import { CreditsExpireSoonReminderIcon } from "../../../Icon/Notifications/CreditsExpireSoonReminderIcon";
|
|
5
|
-
import {
|
|
6
|
-
import { NotificationItemDescription, NotificationItemTitle, } from "../../NotificationItem.styled";
|
|
5
|
+
import { NotificationItemText } from "../../NotificationItem";
|
|
7
6
|
import { replaceWithValues } from "../../utils";
|
|
8
7
|
const CreditsExpireIn24HrsReminderNotification = React.memo((props) => {
|
|
9
8
|
const { notification, locale } = props;
|
|
10
|
-
return (
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
return (_jsx(NotificationItemText, { image: _jsx(CreditsExpireSoonReminderIcon, { width: 48, height: 48 }), locale: locale, notification: notification, title: creditsExpireIn24HrsReminderI18n[locale].title, description: replaceWithValues(creditsExpireIn24HrsReminderI18n[locale].description, {
|
|
10
|
+
date: notification.metadata.expirationDate,
|
|
11
|
+
}) }));
|
|
13
12
|
});
|
|
14
13
|
export { CreditsExpireIn24HrsReminderNotification };
|
|
15
14
|
//# sourceMappingURL=CreditsExpireIn24HrsReminderNotification.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreditsExpireIn24HrsReminderNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"CreditsExpireIn24HrsReminderNotification.js","sourceRoot":"","sources":["../../../../../src/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,gCAAgC,EAAE,MAAM,gBAAgB,CAAA;AACjE,OAAO,EAAE,6BAA6B,EAAE,MAAM,2DAA2D,CAAA;AACzG,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAA;AAG/C,MAAM,wCAAwC,GAAG,KAAK,CAAC,IAAI,CACzD,CACE,KAA6E,EAC7E,EAAE;IACF,MAAM,EAAE,YAAY,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IACtC,OAAO,CACL,KAAC,oBAAoB,IACnB,KAAK,EAAE,KAAC,6BAA6B,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EAC/D,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,YAAY,EAC1B,KAAK,EAAE,gCAAgC,CAAC,MAAM,CAAC,CAAC,KAAK,EACrD,WAAW,EAAE,iBAAiB,CAC5B,gCAAgC,CAAC,MAAM,CAAC,CAAC,WAAW,EACpD;YACE,IAAI,EAAE,YAAY,CAAC,QAAQ,CAAC,cAAc;SAC3C,CACF,GACD,CACH,CAAA;AACH,CAAC,CACF,CAAA;AAED,OAAO,EAAE,wCAAwC,EAAE,CAAA"}
|