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
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
import { NFTCategory, NotificationType, Rarity } from "@dcl/schemas";
|
|
2
|
-
import { CreditsClaimReminderNotificationProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, CreditsExpireIn24HrsReminderNotificationProps, CreditsExpireSoonReminderNotificationProps, CreditsNotificationsProps } from "./NotificationTypes/Credits/types";
|
|
3
|
-
declare enum NotificationActiveTab {
|
|
4
|
-
NEWEST = "newest",
|
|
5
|
-
READ = "read"
|
|
6
|
-
}
|
|
7
|
-
type NotificationLocale = "en" | "es" | "zh";
|
|
8
|
-
type RawDecentralandNotification<T extends NotificationType, M> = {
|
|
9
|
-
id: string;
|
|
10
|
-
type: T;
|
|
11
|
-
address: string;
|
|
12
|
-
timestamp: number;
|
|
13
|
-
read: boolean;
|
|
14
|
-
created_at: string;
|
|
15
|
-
updated_at: string;
|
|
16
|
-
metadata: M;
|
|
17
|
-
};
|
|
18
|
-
type CommonNFTNotificationMetadataProps = {
|
|
19
|
-
link: string;
|
|
20
|
-
image: string;
|
|
21
|
-
rarity: Rarity;
|
|
22
|
-
nftName: string;
|
|
23
|
-
network: "ethereum" | "polygon";
|
|
24
|
-
category: NFTCategory;
|
|
25
|
-
};
|
|
26
|
-
type ItemSoldMetadataProps = CommonNFTNotificationMetadataProps & {
|
|
27
|
-
seller: string;
|
|
28
|
-
};
|
|
29
|
-
type RoyalitesEarnedMetadataProps = CommonNFTNotificationMetadataProps & {
|
|
30
|
-
royaltiesCollector: string;
|
|
31
|
-
royaltiesCut: string;
|
|
32
|
-
};
|
|
33
|
-
type BidAcceptedMetadataProps = CommonNFTNotificationMetadataProps & {
|
|
34
|
-
price: string;
|
|
35
|
-
};
|
|
36
|
-
type BidReceivedMetadataProps = CommonNFTNotificationMetadataProps & {
|
|
37
|
-
price: string;
|
|
38
|
-
};
|
|
39
|
-
type ItemSoldNotificationProps = RawDecentralandNotification<NotificationType.ITEM_SOLD, ItemSoldMetadataProps>;
|
|
40
|
-
type RoyalitesEarnedNotificationProps = RawDecentralandNotification<NotificationType.ROYALTIES_EARNED, RoyalitesEarnedMetadataProps>;
|
|
41
|
-
type BidAcceptedNotificationProps = RawDecentralandNotification<NotificationType.BID_ACCEPTED, BidAcceptedMetadataProps>;
|
|
42
|
-
type BidReceivedNotificationProps = RawDecentralandNotification<NotificationType.BID_RECEIVED, BidReceivedMetadataProps>;
|
|
43
|
-
type MarketplaceNotificationsProps = ItemSoldNotificationProps | RoyalitesEarnedNotificationProps | BidAcceptedNotificationProps | BidReceivedNotificationProps;
|
|
44
|
-
type RewardsNotificationProps = RewardAssignedNotificationProps | RewardInProgressNotificationProps | RewardDelayedNotificationProps | CampaignOutOfFundsNotificationProps | CampaignOutOfStockNotificationProps | CampaignGasPriceHigherThanExpectedNotificationProps;
|
|
45
|
-
type CommonGovernanceNotificationMetadataProps = {
|
|
46
|
-
proposalId: string;
|
|
47
|
-
proposalTitle: string;
|
|
48
|
-
title: string;
|
|
49
|
-
description: string;
|
|
50
|
-
link: string;
|
|
51
|
-
};
|
|
52
|
-
type GovernanceAnnouncementNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_ANNOUNCEMENT, Omit<CommonGovernanceNotificationMetadataProps, "proposalId" | "proposalTitle">>;
|
|
53
|
-
type GovernanceProposalEnactedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_PROPOSAL_ENACTED, CommonGovernanceNotificationMetadataProps>;
|
|
54
|
-
type GovernanceCoauthorRequestedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_COAUTHOR_REQUESTED, CommonGovernanceNotificationMetadataProps>;
|
|
55
|
-
type GovernanceAuthoredProposalFinishedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_AUTHORED_PROPOSAL_FINISHED, CommonGovernanceNotificationMetadataProps>;
|
|
56
|
-
type GovernanceVotingEndedVoterNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_VOTING_ENDED_VOTER, CommonGovernanceNotificationMetadataProps>;
|
|
57
|
-
type GovernanceNewCommentOnProposalNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROPOSAL, CommonGovernanceNotificationMetadataProps>;
|
|
58
|
-
type GovernanceNewCommentOnProjectUpdateNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROJECT_UPDATE, CommonGovernanceNotificationMetadataProps>;
|
|
59
|
-
type GovernancePitchPassedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_PITCH_PASSED, CommonGovernanceNotificationMetadataProps>;
|
|
60
|
-
type GovernanceTenderPassedNotificationProps = RawDecentralandNotification<NotificationType.GOVERNANCE_TENDER_PASSED, CommonGovernanceNotificationMetadataProps>;
|
|
61
|
-
type GovernanceVotedOnBehalfNotification = RawDecentralandNotification<NotificationType.GOVERNANCE_VOTED_ON_BEHALF, CommonGovernanceNotificationMetadataProps>;
|
|
62
|
-
type GovernanceWhaleVoteNotification = RawDecentralandNotification<NotificationType.GOVERNANCE_WHALE_VOTE, CommonGovernanceNotificationMetadataProps>;
|
|
63
|
-
type GovernanceCliffEndedNotification = RawDecentralandNotification<NotificationType.GOVERNANCE_CLIFF_ENDED, CommonGovernanceNotificationMetadataProps>;
|
|
64
|
-
type GovernanceNotificationsProps = GovernanceAnnouncementNotificationProps | GovernanceProposalEnactedNotificationProps | GovernanceCoauthorRequestedNotificationProps | GovernanceAuthoredProposalFinishedNotificationProps | GovernanceVotingEndedVoterNotificationProps | GovernanceNewCommentOnProposalNotificationProps | GovernanceNewCommentOnProjectUpdateNotificationProps | GovernancePitchPassedNotificationProps | GovernanceTenderPassedNotificationProps | GovernanceVotedOnBehalfNotification | GovernanceWhaleVoteNotification | GovernanceCliffEndedNotification;
|
|
65
|
-
type CommonWorldsNotificationMetadataProps = {
|
|
66
|
-
title: string;
|
|
67
|
-
description: string;
|
|
68
|
-
url: string;
|
|
69
|
-
};
|
|
70
|
-
type WorldsNotificationMetadataWithWhenProps = CommonWorldsNotificationMetadataProps & {
|
|
71
|
-
when: number;
|
|
72
|
-
};
|
|
73
|
-
type WorldsMissingResourcesNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_MISSING_RESOURCES, WorldsNotificationMetadataWithWhenProps>;
|
|
74
|
-
type WorldsAccessRestrictedNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_ACCESS_RESTRICTED, WorldsNotificationMetadataWithWhenProps>;
|
|
75
|
-
type WorldsAccessRestoredNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_ACCESS_RESTORED, CommonWorldsNotificationMetadataProps>;
|
|
76
|
-
type WorldPermissionMetadataProps = {
|
|
77
|
-
title: string;
|
|
78
|
-
description: string;
|
|
79
|
-
world: string;
|
|
80
|
-
permissions: string[];
|
|
81
|
-
};
|
|
82
|
-
type WorldsPermissionGrantedNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_PERMISSION_GRANTED, WorldPermissionMetadataProps>;
|
|
83
|
-
type WorldsPermissionRevokedNotificationProps = RawDecentralandNotification<NotificationType.WORLDS_PERMISSION_REVOKED, WorldPermissionMetadataProps>;
|
|
84
|
-
type WorldsNotificationsProps = WorldsMissingResourcesNotificationProps | WorldsAccessRestrictedNotificationProps | WorldsAccessRestoredNotificationProps | WorldsPermissionGrantedNotificationProps | WorldsPermissionRevokedNotificationProps;
|
|
85
|
-
type LandNotificationMetadataProps = {
|
|
86
|
-
description: string;
|
|
87
|
-
link: string;
|
|
88
|
-
title: string;
|
|
89
|
-
contract: string;
|
|
90
|
-
lessor: string;
|
|
91
|
-
tenant: string;
|
|
92
|
-
operator: string;
|
|
93
|
-
startedAt: string;
|
|
94
|
-
endedAt: string;
|
|
95
|
-
tokenId: string;
|
|
96
|
-
land: string;
|
|
97
|
-
};
|
|
98
|
-
type LandRentedNotificationProps = RawDecentralandNotification<NotificationType.LAND_RENTED, LandNotificationMetadataProps>;
|
|
99
|
-
type LandRentalEndedNotificationProps = RawDecentralandNotification<NotificationType.LAND_RENTAL_ENDED, LandNotificationMetadataProps>;
|
|
100
|
-
type LandNotificationsProps = LandRentedNotificationProps | LandRentalEndedNotificationProps;
|
|
101
|
-
type TransferNotificationMetadataProps = {
|
|
102
|
-
senderAddress: string;
|
|
103
|
-
};
|
|
104
|
-
type GiftNotificationProps = RawDecentralandNotification<NotificationType.TRANSFER_RECEIVED, TransferNotificationMetadataProps>;
|
|
105
|
-
type TransferNotificationsProps = GiftNotificationProps;
|
|
106
|
-
type CommonRewardsMetadata = {
|
|
107
|
-
tokenName: string;
|
|
108
|
-
tokenImage: string;
|
|
109
|
-
tokenRarity: Rarity;
|
|
110
|
-
};
|
|
111
|
-
type CommonCampaignMetadata = {
|
|
112
|
-
link?: string;
|
|
113
|
-
campaignName: string;
|
|
114
|
-
};
|
|
115
|
-
type RewardAssignedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_ASSIGNED, CommonRewardsMetadata>;
|
|
116
|
-
type RewardInProgressNotificationProps = RawDecentralandNotification<NotificationType.REWARD_IN_PROGRESS, CommonRewardsMetadata>;
|
|
117
|
-
type RewardDelayedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_DELAYED, CommonRewardsMetadata>;
|
|
118
|
-
type CampaignOutOfStockNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK, CommonCampaignMetadata>;
|
|
119
|
-
type CampaignOutOfFundsNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS, CommonCampaignMetadata>;
|
|
120
|
-
type CampaignGasPriceHigherThanExpectedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED, CommonCampaignMetadata>;
|
|
121
|
-
type CommonEventsMetadataProps = {
|
|
122
|
-
image: string;
|
|
123
|
-
link: string;
|
|
124
|
-
name: string;
|
|
125
|
-
};
|
|
126
|
-
type EventsStartsSoonNotificationProps = RawDecentralandNotification<NotificationType.EVENTS_STARTS_SOON, CommonEventsMetadataProps & {
|
|
127
|
-
startsAt: string;
|
|
128
|
-
endsAt: string;
|
|
129
|
-
}>;
|
|
130
|
-
type EventsStartedNotificationProps = RawDecentralandNotification<NotificationType.EVENTS_STARTED, CommonEventsMetadataProps>;
|
|
131
|
-
type EventsNotificationsProps = EventsStartsSoonNotificationProps | EventsStartedNotificationProps;
|
|
132
|
-
type CommonStreamingNotificationMetadataProps = {
|
|
133
|
-
title: string;
|
|
134
|
-
description: string;
|
|
135
|
-
position: string;
|
|
136
|
-
worldName: string | null;
|
|
137
|
-
isWorld: boolean;
|
|
138
|
-
url: string;
|
|
139
|
-
address: string;
|
|
140
|
-
};
|
|
141
|
-
type StreamingKeyResetNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_RESET, CommonStreamingNotificationMetadataProps>;
|
|
142
|
-
type StreamingKeyRevokeNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_REVOKE, CommonStreamingNotificationMetadataProps>;
|
|
143
|
-
type StreamingKeyExpiredNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_EXPIRED, CommonStreamingNotificationMetadataProps>;
|
|
144
|
-
type StreamingTimeExceededNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_TIME_EXCEEDED, CommonStreamingNotificationMetadataProps>;
|
|
145
|
-
type StreamingPlaceUpdatedNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_PLACE_UPDATED, CommonStreamingNotificationMetadataProps>;
|
|
146
|
-
type StreamingNotificationsProps = StreamingKeyResetNotificationProps | StreamingKeyRevokeNotificationProps | StreamingKeyExpiredNotificationProps | StreamingTimeExceededNotificationProps | StreamingPlaceUpdatedNotificationProps;
|
|
147
|
-
type ReferralNotificationMetadataProps = {
|
|
148
|
-
title: string;
|
|
149
|
-
description: string;
|
|
150
|
-
address: string;
|
|
151
|
-
tier: number;
|
|
152
|
-
url: string;
|
|
153
|
-
image: string;
|
|
154
|
-
invitedUserAddress: string;
|
|
155
|
-
invitedUsers: number;
|
|
156
|
-
};
|
|
157
|
-
type NewTierReachedNotificationMetadata = ReferralNotificationMetadataProps & {
|
|
158
|
-
rarity: Rarity;
|
|
159
|
-
};
|
|
160
|
-
type ReferralNewTierReachedNotificationProps = RawDecentralandNotification<NotificationType.REFERRAL_NEW_TIER_REACHED, NewTierReachedNotificationMetadata>;
|
|
161
|
-
type ReferralInvitedUsersAcceptedNotificationProps = RawDecentralandNotification<NotificationType.REFERRAL_INVITED_USERS_ACCEPTED, ReferralNotificationMetadataProps>;
|
|
162
|
-
type ReferralNotificationsProps = ReferralNewTierReachedNotificationProps | ReferralInvitedUsersAcceptedNotificationProps;
|
|
163
|
-
type DCLNotificationProps = MarketplaceNotificationsProps | GovernanceNotificationsProps | WorldsNotificationsProps | LandNotificationsProps | TransferNotificationsProps | RewardsNotificationProps | EventsNotificationsProps | StreamingNotificationsProps | CreditsNotificationsProps | ReferralNotificationsProps;
|
|
164
|
-
type CommonNotificationProps<N> = {
|
|
165
|
-
notification: N;
|
|
166
|
-
locale: NotificationLocale;
|
|
167
|
-
renderProfile?: (address: string) => JSX.Element | string | null;
|
|
168
|
-
};
|
|
169
|
-
export { NotificationActiveTab };
|
|
170
|
-
export type { NotificationLocale, RawDecentralandNotification, ItemSoldNotificationProps, RoyalitesEarnedNotificationProps, BidAcceptedNotificationProps, BidReceivedNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceVotingEndedVoterNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernancePitchPassedNotificationProps, GovernanceTenderPassedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, LandRentedNotificationProps, LandRentalEndedNotificationProps, GiftNotificationProps, TransferNotificationsProps, RewardAssignedNotificationProps, RewardInProgressNotificationProps, RewardDelayedNotificationProps, CampaignOutOfStockNotificationProps, CampaignOutOfFundsNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, EventsStartsSoonNotificationProps, EventsStartedNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingKeyExpiredNotificationProps, StreamingTimeExceededNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingNotificationsProps, DCLNotificationProps, CommonNotificationProps, CreditsNotificationsProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, CreditsClaimReminderNotificationProps, CreditsExpireSoonReminderNotificationProps, CreditsExpireIn24HrsReminderNotificationProps, ReferralNewTierReachedNotificationProps, ReferralInvitedUsersAcceptedNotificationProps, };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
var NotificationActiveTab;
|
|
2
|
-
(function (NotificationActiveTab) {
|
|
3
|
-
NotificationActiveTab["NEWEST"] = "newest";
|
|
4
|
-
NotificationActiveTab["READ"] = "read";
|
|
5
|
-
})(NotificationActiveTab || (NotificationActiveTab = {}));
|
|
6
|
-
export { NotificationActiveTab };
|
|
7
|
-
//# sourceMappingURL=types.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/Notifications/types.ts"],"names":[],"mappings":"AAUA,IAAK,qBAGJ;AAHD,WAAK,qBAAqB;IACxB,0CAAiB,CAAA;IACjB,sCAAa,CAAA;AACf,CAAC,EAHI,qBAAqB,KAArB,qBAAqB,QAGzB;AAgaD,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/components/Notifications/{Notifications.d.ts → NotificationsToggle/Notifications.d.ts}
RENAMED
|
File without changes
|