decentraland-ui2 0.26.1-17074319572.commit-54256a2 → 0.26.1-17079106219.commit-37645ec
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/Assets/Navbar/create-submenu.png +0 -0
- package/dist/Assets/Navbar/explore-submenu.png +0 -0
- package/dist/Assets/Navbar/governance-submenu.png +0 -0
- package/dist/Assets/Navbar/learn-submenu.png +0 -0
- package/dist/Assets/Navbar/marketplace-submenu.png +0 -0
- package/dist/Assets/man-default.png +0 -0
- package/dist/Assets/man-default1.png +0 -0
- package/dist/components/Address/Address.d.ts +3 -0
- package/dist/components/Address/Address.js +12 -0
- package/dist/components/Address/Address.js.map +1 -0
- package/dist/components/Address/Address.stories.d.ts +10 -0
- package/dist/components/Address/Address.stories.js +58 -0
- package/dist/components/Address/Address.stories.js.map +1 -0
- package/dist/components/Address/Address.styled.d.ts +5 -0
- package/dist/components/Address/Address.styled.js +7 -0
- package/dist/components/Address/Address.styled.js.map +1 -0
- package/dist/components/Address/Address.types.d.ts +7 -0
- package/dist/components/Address/Address.types.js +2 -0
- package/dist/components/Address/Address.types.js.map +1 -0
- package/dist/components/Address/index.d.ts +2 -0
- package/dist/components/Address/index.js +3 -0
- package/dist/components/Address/index.js.map +1 -0
- package/dist/components/AddressField/utils.d.ts +3 -0
- package/dist/components/AddressField/utils.js +8 -0
- package/dist/components/AddressField/utils.js.map +1 -0
- package/dist/components/AddressField/utils.spec.d.ts +1 -0
- package/dist/components/AddressField/utils.spec.js +21 -0
- package/dist/components/AddressField/utils.spec.js.map +1 -0
- package/dist/components/Atlas/Atlas.d.ts +5 -0
- package/dist/components/Atlas/Atlas.js +58 -0
- package/dist/components/Atlas/Atlas.js.map +1 -0
- package/dist/components/Atlas/Atlas.stories.d.ts +12 -0
- package/dist/components/Atlas/Atlas.stories.js +249 -0
- package/dist/components/Atlas/Atlas.stories.js.map +1 -0
- package/dist/components/Atlas/Atlas.types.d.ts +41 -0
- package/dist/components/Atlas/Atlas.types.js +20 -0
- package/dist/components/Atlas/Atlas.types.js.map +1 -0
- package/dist/components/Atlas/index.d.ts +4 -0
- package/dist/components/Atlas/index.js +3 -0
- package/dist/components/Atlas/index.js.map +1 -0
- package/dist/components/Atlas/util.d.ts +4 -0
- package/dist/components/Atlas/util.js +30 -0
- package/dist/components/Atlas/util.js.map +1 -0
- package/dist/components/Atlas/util.test.d.ts +0 -0
- package/dist/components/Atlas/util.test.js +7 -0
- package/dist/components/Atlas/util.test.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.d.ts +4 -0
- package/dist/components/AvatarFace/AvatarFace.js +13 -0
- package/dist/components/AvatarFace/AvatarFace.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.stories.d.ts +10 -0
- package/dist/components/AvatarFace/AvatarFace.stories.js +47 -0
- package/dist/components/AvatarFace/AvatarFace.stories.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.styled.d.ts +11 -0
- package/dist/components/AvatarFace/AvatarFace.styled.js +51 -0
- package/dist/components/AvatarFace/AvatarFace.styled.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.types.d.ts +7 -0
- package/dist/components/AvatarFace/AvatarFace.types.js +2 -0
- package/dist/components/AvatarFace/AvatarFace.types.js.map +1 -0
- package/dist/components/AvatarFace/index.d.ts +2 -0
- package/dist/components/AvatarFace/index.js +3 -0
- package/dist/components/AvatarFace/index.js.map +1 -0
- package/dist/components/Banner/Banner.d.ts +2 -0
- package/dist/components/Banner/Banner.js +53 -0
- package/dist/components/Banner/Banner.js.map +1 -0
- package/dist/components/Banner/Banner.styled.d.ts +47 -0
- package/dist/components/Banner/Banner.styled.js +94 -0
- package/dist/components/Banner/Banner.styled.js.map +1 -0
- package/dist/components/Banner/Banner.types.d.ts +11 -0
- package/dist/components/Banner/Banner.types.js +2 -0
- package/dist/components/Banner/Banner.types.js.map +1 -0
- package/dist/components/Banner/index.d.ts +2 -0
- package/dist/components/Banner/index.js +2 -0
- package/dist/components/Banner/index.js.map +1 -0
- package/dist/components/Blockie/Blockie.d.ts +4 -0
- package/dist/components/Blockie/Blockie.js +33 -0
- package/dist/components/Blockie/Blockie.js.map +1 -0
- package/dist/components/Blockie/Blockie.stories.d.ts +9 -0
- package/dist/components/Blockie/Blockie.stories.js +55 -0
- package/dist/components/Blockie/Blockie.stories.js.map +1 -0
- package/dist/components/Blockie/Blockie.styled.d.ts +13 -0
- package/dist/components/Blockie/Blockie.styled.js +19 -0
- package/dist/components/Blockie/Blockie.styled.js.map +1 -0
- package/dist/components/Blockie/Blockie.types.d.ts +10 -0
- package/dist/components/Blockie/Blockie.types.js +2 -0
- package/dist/components/Blockie/Blockie.types.js.map +1 -0
- package/dist/components/Blockie/index.d.ts +2 -0
- package/dist/components/Blockie/index.js +3 -0
- package/dist/components/Blockie/index.js.map +1 -0
- package/dist/components/Button/Button.d.ts +2 -0
- package/dist/components/Button/Button.js +14 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/Button.stories.d.ts +51 -0
- package/dist/components/Button/Button.stories.js +157 -0
- package/dist/components/Button/Button.stories.js.map +1 -0
- package/dist/components/Button/Button.types.d.ts +9 -0
- package/dist/components/Button/Button.types.js +2 -0
- package/dist/components/Button/Button.types.js.map +1 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.js +2 -0
- package/dist/components/Button/index.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.d.ts +3 -0
- package/dist/components/ChainSelector/ChainSelector.js +41 -0
- package/dist/components/ChainSelector/ChainSelector.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.stories.d.ts +8 -0
- package/dist/components/ChainSelector/ChainSelector.stories.js +42 -0
- package/dist/components/ChainSelector/ChainSelector.stories.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.styled.d.ts +53 -0
- package/dist/components/ChainSelector/ChainSelector.styled.js +138 -0
- package/dist/components/ChainSelector/ChainSelector.styled.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.types.d.ts +27 -0
- package/dist/components/ChainSelector/ChainSelector.types.js +15 -0
- package/dist/components/ChainSelector/ChainSelector.types.js.map +1 -0
- package/dist/components/ChainSelector/index.d.ts +2 -0
- package/dist/components/ChainSelector/index.js +3 -0
- package/dist/components/ChainSelector/index.js.map +1 -0
- package/dist/components/DecentralandFont/FontFaceSelector.stories.d.ts +8 -0
- package/dist/components/DecentralandFont/FontFaceSelector.stories.js +39 -0
- package/dist/components/DecentralandFont/FontFaceSelector.stories.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.d.ts +4 -0
- package/dist/components/DownloadButton/DownloadButton.js +102 -0
- package/dist/components/DownloadButton/DownloadButton.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.stories.d.ts +9 -0
- package/dist/components/DownloadButton/DownloadButton.stories.js +72 -0
- package/dist/components/DownloadButton/DownloadButton.stories.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.styled.d.ts +23 -0
- package/dist/components/DownloadButton/DownloadButton.styled.js +77 -0
- package/dist/components/DownloadButton/DownloadButton.styled.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.types.d.ts +26 -0
- package/dist/components/DownloadButton/DownloadButton.types.js +7 -0
- package/dist/components/DownloadButton/DownloadButton.types.js.map +1 -0
- package/dist/components/DownloadButton/index.d.ts +3 -0
- package/dist/components/DownloadButton/index.js +3 -0
- package/dist/components/DownloadButton/index.js.map +1 -0
- package/dist/components/Icon/AppleIcon.d.ts +4 -0
- package/dist/components/Icon/AppleIcon.js +8 -0
- package/dist/components/Icon/AppleIcon.js.map +1 -0
- package/dist/components/Icon/Chains/ArbitrumIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/ArbitrumIcon.js +8 -0
- package/dist/components/Icon/Chains/ArbitrumIcon.js.map +1 -0
- package/dist/components/Icon/Chains/AvalancheIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/AvalancheIcon.js +8 -0
- package/dist/components/Icon/Chains/AvalancheIcon.js.map +1 -0
- package/dist/components/Icon/Chains/BinanceIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/BinanceIcon.js +8 -0
- package/dist/components/Icon/Chains/BinanceIcon.js.map +1 -0
- package/dist/components/Icon/Chains/EthereumIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/EthereumIcon.js +8 -0
- package/dist/components/Icon/Chains/EthereumIcon.js.map +1 -0
- package/dist/components/Icon/Chains/FantomIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/FantomIcon.js +8 -0
- package/dist/components/Icon/Chains/FantomIcon.js.map +1 -0
- package/dist/components/Icon/Chains/OptimismIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/OptimismIcon.js +8 -0
- package/dist/components/Icon/Chains/OptimismIcon.js.map +1 -0
- package/dist/components/Icon/Chains/PolygonIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/PolygonIcon.js +8 -0
- package/dist/components/Icon/Chains/PolygonIcon.js.map +1 -0
- package/dist/components/Icon/CreditsIcon.d.ts +4 -0
- package/dist/components/Icon/CreditsIcon.js +8 -0
- package/dist/components/Icon/CreditsIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/MuteIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/MuteIcon.js +8 -0
- package/dist/components/Icon/Emotes/MuteIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/PropsIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/PropsIcon.js +8 -0
- package/dist/components/Icon/Emotes/PropsIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/SoundIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/SoundIcon.js +8 -0
- package/dist/components/Icon/Emotes/SoundIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/VolumeIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/VolumeIcon.js +8 -0
- package/dist/components/Icon/Emotes/VolumeIcon.js.map +1 -0
- package/dist/components/Icon/JumpInIcon.d.ts +4 -0
- package/dist/components/Icon/JumpInIcon.js +8 -0
- package/dist/components/Icon/JumpInIcon.js.map +1 -0
- package/dist/components/Icon/LocationIcon.d.ts +4 -0
- package/dist/components/Icon/LocationIcon.js +8 -0
- package/dist/components/Icon/LocationIcon.js.map +1 -0
- package/dist/components/Icon/ManaEthIcon.d.ts +4 -0
- package/dist/components/Icon/ManaEthIcon.js +8 -0
- package/dist/components/Icon/ManaEthIcon.js.map +1 -0
- package/dist/components/Icon/ManaMaticIcon.d.ts +4 -0
- package/dist/components/Icon/ManaMaticIcon.js +8 -0
- package/dist/components/Icon/ManaMaticIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/AccessRestoredIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/AccessRestoredIcon.js +8 -0
- package/dist/components/Icon/Notifications/AccessRestoredIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/AccessRestrictedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/AccessRestrictedIcon.js +8 -0
- package/dist/components/Icon/Notifications/AccessRestrictedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/BidAcceptedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/BidAcceptedIcon.js +8 -0
- package/dist/components/Icon/Notifications/BidAcceptedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/BidReceivedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/BidReceivedIcon.js +8 -0
- package/dist/components/Icon/Notifications/BidReceivedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CoauthorIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CoauthorIcon.js +8 -0
- package/dist/components/Icon/Notifications/CoauthorIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js +8 -0
- package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js +8 -0
- package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CreditsIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CreditsIcon.js +8 -0
- package/dist/components/Icon/Notifications/CreditsIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EmptyInboxIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EmptyInboxIcon.js +8 -0
- package/dist/components/Icon/Notifications/EmptyInboxIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EventCancelledIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EventCancelledIcon.js +8 -0
- package/dist/components/Icon/Notifications/EventCancelledIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EventStartedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EventStartedIcon.js +8 -0
- package/dist/components/Icon/Notifications/EventStartedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EventStartsSoonIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EventStartsSoonIcon.js +8 -0
- package/dist/components/Icon/Notifications/EventStartsSoonIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/GovernanceIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/GovernanceIcon.js +8 -0
- package/dist/components/Icon/Notifications/GovernanceIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/HistoryIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/HistoryIcon.js +8 -0
- package/dist/components/Icon/Notifications/HistoryIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ItemAirdroppedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ItemSoldIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ItemSoldIcon.js +8 -0
- package/dist/components/Icon/Notifications/ItemSoldIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/LandRentedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/LandRentedIcon.js +8 -0
- package/dist/components/Icon/Notifications/LandRentedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ManaMainnetIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ManaMainnetIcon.js +8 -0
- package/dist/components/Icon/Notifications/ManaMainnetIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ManaPolygonIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ManaPolygonIcon.js +8 -0
- package/dist/components/Icon/Notifications/ManaPolygonIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/MissingResourcesIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/MissingResourcesIcon.js +8 -0
- package/dist/components/Icon/Notifications/MissingResourcesIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NewCommentIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NewCommentIcon.js +8 -0
- package/dist/components/Icon/Notifications/NewCommentIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NewNotificationIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NewNotificationIcon.js +8 -0
- package/dist/components/Icon/Notifications/NewNotificationIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NotificationBellActiveIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NotificationBellActiveIcon.js +10 -0
- package/dist/components/Icon/Notifications/NotificationBellActiveIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NotificationBellIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NotificationBellIcon.js +10 -0
- package/dist/components/Icon/Notifications/NotificationBellIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/PermissionGrantedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/PermissionGrantedIcon.js +8 -0
- package/dist/components/Icon/Notifications/PermissionGrantedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/PermissionRevokedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/PermissionRevokedIcon.js +8 -0
- package/dist/components/Icon/Notifications/PermissionRevokedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/PitchIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/PitchIcon.js +8 -0
- package/dist/components/Icon/Notifications/PitchIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ProjectEnactedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ProjectEnactedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ProjectEnactedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ProposalFinishedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ProposalFinishedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ProposalFinishedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js +8 -0
- package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/RentPeriodEndingIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js +8 -0
- package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/RewardIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/RewardIcon.js +8 -0
- package/dist/components/Icon/Notifications/RewardIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/StreamingIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/StreamingIcon.js +8 -0
- package/dist/components/Icon/Notifications/StreamingIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/TenderIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/TenderIcon.js +8 -0
- package/dist/components/Icon/Notifications/TenderIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/VotingEndedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/VotingEndedIcon.js +8 -0
- package/dist/components/Icon/Notifications/VotingEndedIcon.js.map +1 -0
- package/dist/components/Icon/PlacesIcon.d.ts +4 -0
- package/dist/components/Icon/PlacesIcon.js +8 -0
- package/dist/components/Icon/PlacesIcon.js.map +1 -0
- package/dist/components/Icon/SparklesIcon.d.ts +4 -0
- package/dist/components/Icon/SparklesIcon.js +8 -0
- package/dist/components/Icon/SparklesIcon.js.map +1 -0
- package/dist/components/Icon/UtilityIcon.d.ts +4 -0
- package/dist/components/Icon/UtilityIcon.js +8 -0
- package/dist/components/Icon/UtilityIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/BaseFemaleIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/BaseFemaleIcon.js +8 -0
- package/dist/components/Icon/Wearables/BaseFemaleIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/BaseMaleIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/BaseMaleIcon.js +8 -0
- package/dist/components/Icon/Wearables/BaseMaleIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/BodyShapeIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/BodyShapeIcon.js +8 -0
- package/dist/components/Icon/Wearables/BodyShapeIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EarringIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EarringIcon.js +8 -0
- package/dist/components/Icon/Wearables/EarringIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EyebrowsIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EyebrowsIcon.js +8 -0
- package/dist/components/Icon/Wearables/EyebrowsIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EyesIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EyesIcon.js +8 -0
- package/dist/components/Icon/Wearables/EyesIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EyewearIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EyewearIcon.js +8 -0
- package/dist/components/Icon/Wearables/EyewearIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/FacialHairIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/FacialHairIcon.js +8 -0
- package/dist/components/Icon/Wearables/FacialHairIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/FeetIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/FeetIcon.js +8 -0
- package/dist/components/Icon/Wearables/FeetIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HairIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HairIcon.js +8 -0
- package/dist/components/Icon/Wearables/HairIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HandsWearIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HandsWearIcon.js +8 -0
- package/dist/components/Icon/Wearables/HandsWearIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HatIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HatIcon.js +8 -0
- package/dist/components/Icon/Wearables/HatIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HelmetIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HelmetIcon.js +8 -0
- package/dist/components/Icon/Wearables/HelmetIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/LowerBodyIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/LowerBodyIcon.js +8 -0
- package/dist/components/Icon/Wearables/LowerBodyIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/MaskIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/MaskIcon.js +8 -0
- package/dist/components/Icon/Wearables/MaskIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/MouthIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/MouthIcon.js +8 -0
- package/dist/components/Icon/Wearables/MouthIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/SkinIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/SkinIcon.js +8 -0
- package/dist/components/Icon/Wearables/SkinIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/SmartWearableIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/SmartWearableIcon.js +8 -0
- package/dist/components/Icon/Wearables/SmartWearableIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/TiaraIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/TiaraIcon.js +8 -0
- package/dist/components/Icon/Wearables/TiaraIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/TopHeadIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/TopHeadIcon.js +8 -0
- package/dist/components/Icon/Wearables/TopHeadIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/UnisexIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/UnisexIcon.js +8 -0
- package/dist/components/Icon/Wearables/UnisexIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/UpperBodyIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/UpperBodyIcon.js +8 -0
- package/dist/components/Icon/Wearables/UpperBodyIcon.js.map +1 -0
- package/dist/components/Icon/WindowsIcon.d.ts +4 -0
- package/dist/components/Icon/WindowsIcon.js +8 -0
- package/dist/components/Icon/WindowsIcon.js.map +1 -0
- package/dist/components/Icon/index.d.ts +67 -0
- package/dist/components/Icon/index.js +68 -0
- package/dist/components/Icon/index.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.d.ts +4 -0
- package/dist/components/IconBadge/IconBadge.js +81 -0
- package/dist/components/IconBadge/IconBadge.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.stories.d.ts +10 -0
- package/dist/components/IconBadge/IconBadge.stories.js +52 -0
- package/dist/components/IconBadge/IconBadge.stories.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.styled.d.ts +18 -0
- package/dist/components/IconBadge/IconBadge.styled.js +38 -0
- package/dist/components/IconBadge/IconBadge.styled.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.types.d.ts +40 -0
- package/dist/components/IconBadge/IconBadge.types.js +34 -0
- package/dist/components/IconBadge/IconBadge.types.js.map +1 -0
- package/dist/components/IconBadge/index.d.ts +2 -0
- package/dist/components/IconBadge/index.js +3 -0
- package/dist/components/IconBadge/index.js.map +1 -0
- package/dist/components/IconChain/IconChain.d.ts +4 -0
- package/dist/components/IconChain/IconChain.js +37 -0
- package/dist/components/IconChain/IconChain.js.map +1 -0
- package/dist/components/IconChain/IconChain.types.d.ts +13 -0
- package/dist/components/IconChain/IconChain.types.js +12 -0
- package/dist/components/IconChain/IconChain.types.js.map +1 -0
- package/dist/components/IconChain/index.d.ts +2 -0
- package/dist/components/IconChain/index.js +2 -0
- package/dist/components/IconChain/index.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.d.ts +4 -0
- package/dist/components/JumpIn/JumpIn.js +42 -0
- package/dist/components/JumpIn/JumpIn.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.stories.d.ts +92 -0
- package/dist/components/JumpIn/JumpIn.stories.js +167 -0
- package/dist/components/JumpIn/JumpIn.stories.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.styled.d.ts +21 -0
- package/dist/components/JumpIn/JumpIn.styled.js +91 -0
- package/dist/components/JumpIn/JumpIn.styled.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.types.d.ts +41 -0
- package/dist/components/JumpIn/JumpIn.types.js +8 -0
- package/dist/components/JumpIn/JumpIn.types.js.map +1 -0
- package/dist/components/JumpIn/index.d.ts +2 -0
- package/dist/components/JumpIn/index.js +3 -0
- package/dist/components/JumpIn/index.js.map +1 -0
- package/dist/components/Logo/Logo.d.ts +4 -0
- package/dist/components/Logo/Logo.js +8 -0
- package/dist/components/Logo/Logo.js.map +1 -0
- package/dist/components/Logo/Logo.stories.d.ts +7 -0
- package/dist/components/Logo/Logo.stories.js +12 -0
- package/dist/components/Logo/Logo.stories.js.map +1 -0
- package/dist/components/Logo/Logo.styled.d.ts +6 -0
- package/dist/components/Logo/Logo.styled.js +10 -0
- package/dist/components/Logo/Logo.styled.js.map +1 -0
- package/dist/components/Mana/Mana.d.ts +4 -0
- package/dist/components/Mana/Mana.js +17 -0
- package/dist/components/Mana/Mana.js.map +1 -0
- package/dist/components/Mana/Mana.stories.d.ts +15 -0
- package/dist/components/Mana/Mana.stories.js +92 -0
- package/dist/components/Mana/Mana.stories.js.map +1 -0
- package/dist/components/Mana/Mana.styled.d.ts +18 -0
- package/dist/components/Mana/Mana.styled.js +40 -0
- package/dist/components/Mana/Mana.styled.js.map +1 -0
- package/dist/components/Mana/Mana.types.d.ts +13 -0
- package/dist/components/Mana/Mana.types.js +2 -0
- package/dist/components/Mana/Mana.types.js.map +1 -0
- package/dist/components/Mana/index.d.ts +2 -0
- package/dist/components/Mana/index.js +3 -0
- package/dist/components/Mana/index.js.map +1 -0
- package/dist/components/Media/Media.d.ts +55 -0
- package/dist/components/Media/Media.js +81 -0
- package/dist/components/Media/Media.js.map +1 -0
- package/dist/components/Media/index.d.ts +1 -0
- package/dist/components/Media/index.js +2 -0
- package/dist/components/Media/index.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.d.ts +3 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.js +18 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.stories.d.ts +10 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.stories.js +133 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.stories.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.styled.d.ts +21 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.styled.js +43 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.styled.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.types.d.ts +7 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.types.js +2 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.types.js.map +1 -0
- package/dist/components/Modal/DownloadModal/ExplorerJumpIn.d.ts +4 -0
- package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js +11 -0
- package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js.map +1 -0
- package/dist/components/Modal/DownloadModal/index.d.ts +2 -0
- package/dist/components/Modal/DownloadModal/index.js +2 -0
- package/dist/components/Modal/DownloadModal/index.js.map +1 -0
- package/dist/components/Modal/Modal.d.ts +5 -0
- package/dist/components/Modal/Modal.js +16 -0
- package/dist/components/Modal/Modal.js.map +1 -0
- package/dist/components/Modal/Modal.stories.d.ts +28 -0
- package/dist/components/Modal/Modal.stories.js +103 -0
- package/dist/components/Modal/Modal.stories.js.map +1 -0
- package/dist/components/Modal/Modal.styled.d.ts +29 -0
- package/dist/components/Modal/Modal.styled.js +50 -0
- package/dist/components/Modal/Modal.styled.js.map +1 -0
- package/dist/components/Modal/Modal.types.d.ts +13 -0
- package/dist/components/Modal/Modal.types.js +2 -0
- package/dist/components/Modal/Modal.types.js.map +1 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/Modal/index.js +2 -0
- package/dist/components/Modal/index.js.map +1 -0
- package/dist/components/Navbar/MainMenu/MainMenu.d.ts +2 -0
- package/dist/components/Navbar/MainMenu/MainMenu.js +26 -0
- package/dist/components/Navbar/MainMenu/MainMenu.js.map +1 -0
- package/dist/components/Navbar/MainMenu/MainMenu.styled.d.ts +9 -0
- package/dist/components/Navbar/MainMenu/MainMenu.styled.js +39 -0
- package/dist/components/Navbar/MainMenu/MainMenu.styled.js.map +1 -0
- package/dist/components/Navbar/MainMenu/MainMenu.types.d.ts +8 -0
- package/dist/components/Navbar/MainMenu/MainMenu.types.js +2 -0
- package/dist/components/Navbar/MainMenu/MainMenu.types.js.map +1 -0
- package/dist/components/Navbar/MenuItem/MenuItem.d.ts +3 -0
- package/dist/components/Navbar/MenuItem/MenuItem.js +15 -0
- package/dist/components/Navbar/MenuItem/MenuItem.js.map +1 -0
- package/dist/components/Navbar/MenuItem/MenuItem.styled.d.ts +18 -0
- package/dist/components/Navbar/MenuItem/MenuItem.styled.js +59 -0
- package/dist/components/Navbar/MenuItem/MenuItem.styled.js.map +1 -0
- package/dist/components/Navbar/MenuItem/MenuItem.types.d.ts +12 -0
- package/dist/components/Navbar/MenuItem/MenuItem.types.js +2 -0
- package/dist/components/Navbar/MenuItem/MenuItem.types.js.map +1 -0
- package/dist/components/Navbar/Navbar.d.ts +4 -0
- package/dist/components/Navbar/Navbar.defaults.d.ts +6 -0
- package/dist/components/Navbar/Navbar.defaults.js +220 -0
- package/dist/components/Navbar/Navbar.defaults.js.map +1 -0
- package/dist/components/Navbar/Navbar.js +46 -0
- package/dist/components/Navbar/Navbar.js.map +1 -0
- package/dist/components/Navbar/Navbar.stories.d.ts +9 -0
- package/dist/components/Navbar/Navbar.stories.js +64 -0
- package/dist/components/Navbar/Navbar.stories.js.map +1 -0
- package/dist/components/Navbar/Navbar.styled.d.ts +55 -0
- package/dist/components/Navbar/Navbar.styled.js +114 -0
- package/dist/components/Navbar/Navbar.styled.js.map +1 -0
- package/dist/components/Navbar/Navbar.types.d.ts +58 -0
- package/dist/components/Navbar/Navbar.types.js +11 -0
- package/dist/components/Navbar/Navbar.types.js.map +1 -0
- package/dist/components/Navbar/SubMenu/SubMenu.d.ts +2 -0
- package/dist/components/Navbar/SubMenu/SubMenu.js +14 -0
- package/dist/components/Navbar/SubMenu/SubMenu.js.map +1 -0
- package/dist/components/Navbar/SubMenu/SubMenu.styled.d.ts +27 -0
- package/dist/components/Navbar/SubMenu/SubMenu.styled.js +165 -0
- package/dist/components/Navbar/SubMenu/SubMenu.styled.js.map +1 -0
- package/dist/components/Navbar/SubMenu/SubMenu.types.d.ts +13 -0
- package/dist/components/Navbar/SubMenu/SubMenu.types.js +2 -0
- package/dist/components/Navbar/SubMenu/SubMenu.types.js.map +1 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.d.ts +3 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.js +9 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.js.map +1 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.d.ts +11 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js +33 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js.map +1 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.d.ts +5 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.js +2 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.js.map +1 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.d.ts +2 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.js +16 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.js.map +1 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.d.ts +32 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js +84 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js.map +1 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.d.ts +13 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.js +2 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.js.map +1 -0
- package/dist/components/Navbar/index.d.ts +2 -0
- package/dist/components/Navbar/index.js +3 -0
- package/dist/components/Navbar/index.js.map +1 -0
- package/dist/components/Navbar/utils.d.ts +16 -0
- package/dist/components/Navbar/utils.js +33 -0
- package/dist/components/Navbar/utils.js.map +1 -0
- package/dist/components/Notifications/NotificationItem.d.ts +4 -0
- package/dist/components/Notifications/NotificationItem.js +14 -0
- package/dist/components/Notifications/NotificationItem.js.map +1 -0
- package/dist/components/Notifications/NotificationItem.styled.d.ts +36 -0
- package/dist/components/Notifications/NotificationItem.styled.js +63 -0
- package/dist/components/Notifications/NotificationItem.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItem.types.d.ts +8 -0
- package/dist/components/Notifications/NotificationItem.types.js +2 -0
- package/dist/components/Notifications/NotificationItem.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage.d.ts +4 -0
- package/dist/components/Notifications/NotificationItemImage.js +13 -0
- package/dist/components/Notifications/NotificationItemImage.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage.styled.d.ts +15 -0
- package/dist/components/Notifications/NotificationItemImage.styled.js +29 -0
- package/dist/components/Notifications/NotificationItemImage.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage.types.d.ts +7 -0
- package/dist/components/Notifications/NotificationItemImage.types.js +2 -0
- package/dist/components/Notifications/NotificationItemImage.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink.d.ts +4 -0
- package/dist/components/Notifications/NotificationItemNFTLink.js +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink.styled.d.ts +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js +11 -0
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink.types.d.ts +7 -0
- package/dist/components/Notifications/NotificationItemNFTLink.types.js +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/types.d.ts +12 -0
- package/dist/components/Notifications/NotificationTypes/Credits/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +42 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js +43 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +14 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +11 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +33 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +34 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +27 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +28 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +33 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +34 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +14 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +10 -0
- package/dist/components/Notifications/NotificationTypes/Referral/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +18 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +14 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +10 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +27 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +28 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +27 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +41 -0
- package/dist/components/Notifications/NotificationTypes/index.js +42 -0
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -0
- package/dist/components/Notifications/Notifications.d.ts +4 -0
- package/dist/components/Notifications/Notifications.js +26 -0
- package/dist/components/Notifications/Notifications.js.map +1 -0
- package/dist/components/Notifications/Notifications.stories.d.ts +22 -0
- package/dist/components/Notifications/Notifications.stories.js +181 -0
- package/dist/components/Notifications/Notifications.stories.js.map +1 -0
- package/dist/components/Notifications/Notifications.styled.d.ts +13 -0
- package/dist/components/Notifications/Notifications.styled.js +71 -0
- package/dist/components/Notifications/Notifications.styled.js.map +1 -0
- package/dist/components/Notifications/Notifications.types.d.ts +17 -0
- package/dist/components/Notifications/Notifications.types.js +2 -0
- package/dist/components/Notifications/Notifications.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.d.ts +4 -0
- package/dist/components/Notifications/NotificationsFeed.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationsFeed.i18n.js +25 -0
- package/dist/components/Notifications/NotificationsFeed.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.js +49 -0
- package/dist/components/Notifications/NotificationsFeed.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.styled.d.ts +39 -0
- package/dist/components/Notifications/NotificationsFeed.styled.js +79 -0
- package/dist/components/Notifications/NotificationsFeed.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationsFeed.types.js +2 -0
- package/dist/components/Notifications/NotificationsFeed.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.d.ts +4 -0
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.d.ts +57 -0
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js +58 -0
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.js +29 -0
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.styled.d.ts +34 -0
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js +58 -0
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.types.d.ts +14 -0
- package/dist/components/Notifications/NotificationsFeedTabs.types.js +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +1 -0
- package/dist/components/Notifications/index.d.ts +4 -0
- package/dist/components/Notifications/index.js +3 -0
- package/dist/components/Notifications/index.js.map +1 -0
- package/dist/components/Notifications/types.d.ts +165 -0
- package/dist/components/Notifications/types.js +7 -0
- package/dist/components/Notifications/types.js.map +1 -0
- package/dist/components/Notifications/utils.d.ts +14 -0
- package/dist/components/Notifications/utils.js +68 -0
- package/dist/components/Notifications/utils.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.d.ts +4 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.js +23 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.d.ts +11 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js +86 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.d.ts +33 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js +83 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.types.d.ts +17 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.types.js +2 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.types.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/index.d.ts +2 -0
- package/dist/components/UserMenu/ManaBalances/index.js +2 -0
- package/dist/components/UserMenu/ManaBalances/index.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.d.ts +4 -0
- package/dist/components/UserMenu/UserMenu.i18n.d.ts +3 -0
- package/dist/components/UserMenu/UserMenu.i18n.js +20 -0
- package/dist/components/UserMenu/UserMenu.i18n.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.js +55 -0
- package/dist/components/UserMenu/UserMenu.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.stories.d.ts +12 -0
- package/dist/components/UserMenu/UserMenu.stories.js +86 -0
- package/dist/components/UserMenu/UserMenu.stories.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.styled.d.ts +16 -0
- package/dist/components/UserMenu/UserMenu.styled.js +22 -0
- package/dist/components/UserMenu/UserMenu.styled.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.types.d.ts +39 -0
- package/dist/components/UserMenu/UserMenu.types.js +16 -0
- package/dist/components/UserMenu/UserMenu.types.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.d.ts +9 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js +39 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.d.ts +5 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js +132 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.d.ts +8 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +76 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.d.ts +85 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js +216 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +30 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.js +2 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.js.map +1 -0
- package/dist/components/UserMenu/index.d.ts +6 -0
- package/dist/components/UserMenu/index.js +4 -0
- package/dist/components/UserMenu/index.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.controller.d.ts +2 -0
- package/dist/components/WearablePreview/WearablePreview.controller.js +124 -0
- package/dist/components/WearablePreview/WearablePreview.controller.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.d.ts +7 -0
- package/dist/components/WearablePreview/WearablePreview.js +235 -0
- package/dist/components/WearablePreview/WearablePreview.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.stories.d.ts +20 -0
- package/dist/components/WearablePreview/WearablePreview.stories.js +278 -0
- package/dist/components/WearablePreview/WearablePreview.stories.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.stories.styled.d.ts +5 -0
- package/dist/components/WearablePreview/WearablePreview.stories.styled.js +8 -0
- package/dist/components/WearablePreview/WearablePreview.stories.styled.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.styled.d.ts +5 -0
- package/dist/components/WearablePreview/WearablePreview.styled.js +9 -0
- package/dist/components/WearablePreview/WearablePreview.styled.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.types.d.ts +68 -0
- package/dist/components/WearablePreview/WearablePreview.types.js +10 -0
- package/dist/components/WearablePreview/WearablePreview.types.js.map +1 -0
- package/dist/components/WearablePreview/index.d.ts +3 -0
- package/dist/components/WearablePreview/index.js +3 -0
- package/dist/components/WearablePreview/index.js.map +1 -0
- package/dist/config/env/dev.json +41 -0
- package/dist/config/env/prod.json +41 -0
- package/dist/config/env/stg.json +41 -0
- package/dist/config/index.d.ts +1 -0
- package/dist/config/index.js +10 -0
- package/dist/config/index.js.map +1 -0
- package/dist/data/avatar.d.ts +3 -0
- package/dist/data/avatar.js +98 -0
- package/dist/data/avatar.js.map +1 -0
- package/dist/data/notifications.d.ts +45 -0
- package/dist/data/notifications.js +693 -0
- package/dist/data/notifications.js.map +1 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/debounce.d.ts +1 -0
- package/dist/lib/debounce.js +10 -0
- package/dist/lib/debounce.js.map +1 -0
- package/dist/lib/network.d.ts +8 -0
- package/dist/lib/network.js +17 -0
- package/dist/lib/network.js.map +1 -0
- package/dist/modules/cdnReleases.d.ts +13 -0
- package/dist/modules/cdnReleases.js +39 -0
- package/dist/modules/cdnReleases.js.map +1 -0
- package/dist/modules/contentful.d.ts +3 -0
- package/dist/modules/contentful.js +13 -0
- package/dist/modules/contentful.js.map +1 -0
- package/dist/modules/file.d.ts +2 -0
- package/dist/modules/file.js +13 -0
- package/dist/modules/file.js.map +1 -0
- package/dist/modules/jumpIn.d.ts +10 -0
- package/dist/modules/jumpIn.js +98 -0
- package/dist/modules/jumpIn.js.map +1 -0
- package/dist/modules/url.d.ts +3 -0
- package/dist/modules/url.js +20 -0
- package/dist/modules/url.js.map +1 -0
- package/dist/modules/userAgent.d.ts +4 -0
- package/dist/modules/userAgent.js +14 -0
- package/dist/modules/userAgent.js.map +1 -0
- package/dist/theme/colorSchemes.d.ts +10 -0
- package/dist/theme/colorSchemes.js +342 -0
- package/dist/theme/colorSchemes.js.map +1 -0
- package/dist/theme/colors.d.ts +73 -0
- package/dist/theme/colors.js +140 -0
- package/dist/theme/colors.js.map +1 -0
- package/dist/theme/components.d.ts +2 -0
- package/dist/theme/components.js +2758 -0
- package/dist/theme/components.js.map +1 -0
- package/dist/theme/fonts/RoobertPRO-Bold.otf +0 -0
- package/dist/theme/fonts/RoobertPRO-Bold.ttf +0 -0
- package/dist/theme/index.d.ts +4 -0
- package/dist/theme/index.js +29 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/theme/provider.d.ts +9 -0
- package/dist/theme/provider.js +7 -0
- package/dist/theme/provider.js.map +1 -0
- package/dist/theme/types.d.ts +11 -0
- package/dist/theme/types.js +2 -0
- package/dist/theme/types.js.map +1 -0
- package/dist/theme/typography.d.ts +44 -0
- package/dist/theme/typography.js +45 -0
- package/dist/theme/typography.js.map +1 -0
- package/package.json +5 -5
@@ -0,0 +1,165 @@
|
|
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 CommonRewardsMetadata = {
|
102
|
+
tokenName: string;
|
103
|
+
tokenImage: string;
|
104
|
+
tokenRarity: Rarity;
|
105
|
+
};
|
106
|
+
type CommonCampaignMetadata = {
|
107
|
+
link?: string;
|
108
|
+
campaignName: string;
|
109
|
+
};
|
110
|
+
type RewardAssignedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_ASSIGNED, CommonRewardsMetadata>;
|
111
|
+
type RewardInProgressNotificationProps = RawDecentralandNotification<NotificationType.REWARD_IN_PROGRESS, CommonRewardsMetadata>;
|
112
|
+
type RewardDelayedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_DELAYED, CommonRewardsMetadata>;
|
113
|
+
type CampaignOutOfStockNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK, CommonCampaignMetadata>;
|
114
|
+
type CampaignOutOfFundsNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS, CommonCampaignMetadata>;
|
115
|
+
type CampaignGasPriceHigherThanExpectedNotificationProps = RawDecentralandNotification<NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED, CommonCampaignMetadata>;
|
116
|
+
type CommonEventsMetadataProps = {
|
117
|
+
image: string;
|
118
|
+
link: string;
|
119
|
+
name: string;
|
120
|
+
};
|
121
|
+
type EventsStartsSoonNotificationProps = RawDecentralandNotification<NotificationType.EVENTS_STARTS_SOON, CommonEventsMetadataProps & {
|
122
|
+
startsAt: string;
|
123
|
+
endsAt: string;
|
124
|
+
}>;
|
125
|
+
type EventsStartedNotificationProps = RawDecentralandNotification<NotificationType.EVENTS_STARTED, CommonEventsMetadataProps>;
|
126
|
+
type EventsNotificationsProps = EventsStartsSoonNotificationProps | EventsStartedNotificationProps;
|
127
|
+
type CommonStreamingNotificationMetadataProps = {
|
128
|
+
title: string;
|
129
|
+
description: string;
|
130
|
+
position: string;
|
131
|
+
worldName: string | null;
|
132
|
+
isWorld: boolean;
|
133
|
+
url: string;
|
134
|
+
address: string;
|
135
|
+
};
|
136
|
+
type StreamingKeyResetNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_RESET, CommonStreamingNotificationMetadataProps>;
|
137
|
+
type StreamingKeyRevokeNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_REVOKE, CommonStreamingNotificationMetadataProps>;
|
138
|
+
type StreamingKeyExpiredNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_KEY_EXPIRED, CommonStreamingNotificationMetadataProps>;
|
139
|
+
type StreamingTimeExceededNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_TIME_EXCEEDED, CommonStreamingNotificationMetadataProps>;
|
140
|
+
type StreamingPlaceUpdatedNotificationProps = RawDecentralandNotification<NotificationType.STREAMING_PLACE_UPDATED, CommonStreamingNotificationMetadataProps>;
|
141
|
+
type StreamingNotificationsProps = StreamingKeyResetNotificationProps | StreamingKeyRevokeNotificationProps | StreamingKeyExpiredNotificationProps | StreamingTimeExceededNotificationProps | StreamingPlaceUpdatedNotificationProps;
|
142
|
+
type ReferralNotificationMetadataProps = {
|
143
|
+
title: string;
|
144
|
+
description: string;
|
145
|
+
address: string;
|
146
|
+
tier: number;
|
147
|
+
url: string;
|
148
|
+
image: string;
|
149
|
+
invitedUserAddress: string;
|
150
|
+
invitedUsers: number;
|
151
|
+
};
|
152
|
+
type NewTierReachedNotificationMetadata = ReferralNotificationMetadataProps & {
|
153
|
+
rarity: Rarity;
|
154
|
+
};
|
155
|
+
type ReferralNewTierReachedNotificationProps = RawDecentralandNotification<NotificationType.REFERRAL_NEW_TIER_REACHED, NewTierReachedNotificationMetadata>;
|
156
|
+
type ReferralInvitedUsersAcceptedNotificationProps = RawDecentralandNotification<NotificationType.REFERRAL_INVITED_USERS_ACCEPTED, ReferralNotificationMetadataProps>;
|
157
|
+
type ReferralNotificationsProps = ReferralNewTierReachedNotificationProps | ReferralInvitedUsersAcceptedNotificationProps;
|
158
|
+
type DCLNotificationProps = MarketplaceNotificationsProps | GovernanceNotificationsProps | WorldsNotificationsProps | LandNotificationsProps | RewardsNotificationProps | EventsNotificationsProps | StreamingNotificationsProps | CreditsNotificationsProps | ReferralNotificationsProps;
|
159
|
+
type CommonNotificationProps<N> = {
|
160
|
+
notification: N;
|
161
|
+
locale: NotificationLocale;
|
162
|
+
renderProfile?: (address: string) => JSX.Element | string | null;
|
163
|
+
};
|
164
|
+
export { NotificationActiveTab };
|
165
|
+
export type { NotificationLocale, RawDecentralandNotification, ItemSoldNotificationProps, RoyalitesEarnedNotificationProps, BidAcceptedNotificationProps, BidReceivedNotificationProps, GovernanceAnnouncementNotificationProps, GovernanceProposalEnactedNotificationProps, GovernanceCoauthorRequestedNotificationProps, GovernanceAuthoredProposalFinishedNotificationProps, GovernanceVotingEndedVoterNotificationProps, GovernanceNewCommentOnProposalNotificationProps, GovernanceNewCommentOnProjectUpdateNotificationProps, GovernancePitchPassedNotificationProps, GovernanceTenderPassedNotificationProps, WorldsMissingResourcesNotificationProps, WorldsAccessRestrictedNotificationProps, WorldsAccessRestoredNotificationProps, WorldsPermissionGrantedNotificationProps, WorldsPermissionRevokedNotificationProps, LandRentedNotificationProps, LandRentalEndedNotificationProps, RewardAssignedNotificationProps, RewardInProgressNotificationProps, RewardDelayedNotificationProps, CampaignOutOfStockNotificationProps, CampaignOutOfFundsNotificationProps, CampaignGasPriceHigherThanExpectedNotificationProps, EventsStartsSoonNotificationProps, EventsStartedNotificationProps, StreamingKeyResetNotificationProps, StreamingKeyRevokeNotificationProps, StreamingKeyExpiredNotificationProps, StreamingTimeExceededNotificationProps, StreamingPlaceUpdatedNotificationProps, StreamingNotificationsProps, DCLNotificationProps, CommonNotificationProps, CreditsNotificationsProps, CreditsCompleteYourWeeklyGoalsNotificationProps, CreditsDoNotMissOutNotificationProps, CreditsClaimReminderNotificationProps, CreditsExpireSoonReminderNotificationProps, CreditsExpireIn24HrsReminderNotificationProps, ReferralNewTierReachedNotificationProps, ReferralInvitedUsersAcceptedNotificationProps, };
|
@@ -0,0 +1,7 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
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;AAmZD,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { FunctionComponent } from "react";
|
2
|
+
import { NotificationType, Rarity } from "@dcl/schemas";
|
3
|
+
import { CommonNotificationProps, DCLNotificationProps } from "./types";
|
4
|
+
declare const MAXIMUM_FRACTION_DIGITS = 2;
|
5
|
+
declare function formatMana(mana: string, maximumFractionDigits?: number): string;
|
6
|
+
declare function getBGColorByRarity(rarity: Rarity): string;
|
7
|
+
type DecentralandNotificationComponentByType<T> = Partial<{
|
8
|
+
[k in NotificationType]: T extends DCLNotificationProps ? // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
9
|
+
FunctionComponent<CommonNotificationProps<any>> | null : never;
|
10
|
+
}>;
|
11
|
+
declare const NotificationComponentByType: DecentralandNotificationComponentByType<DCLNotificationProps>;
|
12
|
+
declare const CURRENT_AVAILABLE_NOTIFICATIONS: string[];
|
13
|
+
declare const replaceWithValues: (str: string, values: Record<string, string | JSX.Element>) => JSX.Element | string;
|
14
|
+
export { MAXIMUM_FRACTION_DIGITS, formatMana, getBGColorByRarity, DecentralandNotificationComponentByType, NotificationComponentByType, CURRENT_AVAILABLE_NOTIFICATIONS, replaceWithValues, };
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { NotificationType, Rarity } from "@dcl/schemas";
|
3
|
+
import { BidAcceptedNotification, BidReceivedNotification, CampaignGasPriceHigherThanExpectedNotification, CampaignOutOfFundsNotification, CampaignOutOfStockNotification, CreditsClaimReminderNotification, CreditsCompleteYourWeeklyGoalsNotification, CreditsDoNotMissOutNotification, CreditsExpireIn24HrsReminderNotification, CreditsExpireSoonReminderNotification, EventsStartedNotification, EventsStartsSoonNotification, GovernanceAnnouncementNotification, GovernanceAuthoredProposalFinishedNotification, GovernanceCoauthorRequestedNotification, GovernanceNewCommentOnProjectUpdateNotification, GovernanceNewCommentOnProposalNotification, GovernancePitchPassedNotification, GovernanceProposalEnactedNotification, GovernanceTenderPassedNotification, GovernanceVotingEndedVoterNotification, ItemSoldNotification, LandRentalEndedNotification, LandRentedNotification, ReferralInvitedUserAcceptedNotification, ReferralNewTierReachedNotification, RewardAssignedNotification, RewardDelayedNotification, RewardInProgressNotification, RoyaltiesEarnedNotification, StreamingKeyExpiredNotification, StreamingKeyResetNotification, StreamingKeyRevokeNotification, StreamingPlaceUpdatedNotification, StreamingTimeExceededNotification, WorldsAccessRestoredNotification, WorldsAccessRestrictedNotification, WorldsMissingResourcesNotification, WorldsPermissionGrantedNotification, WorldsPermissionRevokedNotification, } from "./NotificationTypes";
|
4
|
+
const MAXIMUM_FRACTION_DIGITS = 2;
|
5
|
+
function formatMana(mana, maximumFractionDigits = MAXIMUM_FRACTION_DIGITS) {
|
6
|
+
return (Number(mana) / 1e18).toFixed(maximumFractionDigits).toLocaleString();
|
7
|
+
}
|
8
|
+
function getBGColorByRarity(rarity) {
|
9
|
+
return Rarity.getGradient(rarity).join();
|
10
|
+
}
|
11
|
+
const NotificationComponentByType = {
|
12
|
+
[NotificationType.BID_ACCEPTED]: BidAcceptedNotification,
|
13
|
+
[NotificationType.BID_RECEIVED]: BidReceivedNotification,
|
14
|
+
[NotificationType.CREDITS_REMINDER_CLAIM_CREDITS]: CreditsClaimReminderNotification,
|
15
|
+
[NotificationType.CREDITS_REMINDER_COMPLETE_GOALS]: CreditsCompleteYourWeeklyGoalsNotification,
|
16
|
+
[NotificationType.CREDITS_REMINDER_DO_NOT_MISS_OUT]: CreditsDoNotMissOutNotification,
|
17
|
+
[NotificationType.CREDITS_REMINDER_USAGE]: CreditsExpireSoonReminderNotification,
|
18
|
+
[NotificationType.CREDITS_REMINDER_USAGE_24_HOURS]: CreditsExpireIn24HrsReminderNotification,
|
19
|
+
[NotificationType.EVENTS_STARTED]: EventsStartedNotification,
|
20
|
+
[NotificationType.EVENTS_STARTS_SOON]: EventsStartsSoonNotification,
|
21
|
+
[NotificationType.GOVERNANCE_ANNOUNCEMENT]: GovernanceAnnouncementNotification,
|
22
|
+
[NotificationType.GOVERNANCE_AUTHORED_PROPOSAL_FINISHED]: GovernanceAuthoredProposalFinishedNotification,
|
23
|
+
[NotificationType.GOVERNANCE_COAUTHOR_REQUESTED]: GovernanceCoauthorRequestedNotification,
|
24
|
+
[NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROPOSAL]: GovernanceNewCommentOnProposalNotification,
|
25
|
+
[NotificationType.GOVERNANCE_NEW_COMMENT_ON_PROJECT_UPDATE]: GovernanceNewCommentOnProjectUpdateNotification,
|
26
|
+
[NotificationType.GOVERNANCE_PITCH_PASSED]: GovernancePitchPassedNotification,
|
27
|
+
[NotificationType.GOVERNANCE_PROPOSAL_ENACTED]: GovernanceProposalEnactedNotification,
|
28
|
+
[NotificationType.GOVERNANCE_TENDER_PASSED]: GovernanceTenderPassedNotification,
|
29
|
+
[NotificationType.GOVERNANCE_VOTING_ENDED_VOTER]: GovernanceVotingEndedVoterNotification,
|
30
|
+
[NotificationType.ITEM_SOLD]: ItemSoldNotification,
|
31
|
+
[NotificationType.LAND_RENTAL_ENDED]: LandRentalEndedNotification,
|
32
|
+
[NotificationType.LAND_RENTED]: LandRentedNotification,
|
33
|
+
[NotificationType.REFERRAL_INVITED_USERS_ACCEPTED]: ReferralInvitedUserAcceptedNotification,
|
34
|
+
[NotificationType.REFERRAL_NEW_TIER_REACHED]: ReferralNewTierReachedNotification,
|
35
|
+
[NotificationType.REWARD_ASSIGNED]: RewardAssignedNotification,
|
36
|
+
[NotificationType.REWARD_CAMPAIGN_GAS_PRICE_HIGHER_THAN_EXPECTED]: CampaignGasPriceHigherThanExpectedNotification,
|
37
|
+
[NotificationType.REWARD_CAMPAIGN_OUT_OF_FUNDS]: CampaignOutOfFundsNotification,
|
38
|
+
[NotificationType.REWARD_CAMPAIGN_OUT_OF_STOCK]: CampaignOutOfStockNotification,
|
39
|
+
[NotificationType.REWARD_DELAYED]: RewardDelayedNotification,
|
40
|
+
[NotificationType.REWARD_IN_PROGRESS]: RewardInProgressNotification,
|
41
|
+
[NotificationType.ROYALTIES_EARNED]: RoyaltiesEarnedNotification,
|
42
|
+
[NotificationType.STREAMING_KEY_EXPIRED]: StreamingKeyExpiredNotification,
|
43
|
+
[NotificationType.STREAMING_KEY_RESET]: StreamingKeyResetNotification,
|
44
|
+
[NotificationType.STREAMING_KEY_REVOKE]: StreamingKeyRevokeNotification,
|
45
|
+
[NotificationType.STREAMING_PLACE_UPDATED]: StreamingPlaceUpdatedNotification,
|
46
|
+
[NotificationType.STREAMING_TIME_EXCEEDED]: StreamingTimeExceededNotification,
|
47
|
+
[NotificationType.WORLDS_ACCESS_RESTORED]: WorldsAccessRestoredNotification,
|
48
|
+
[NotificationType.WORLDS_ACCESS_RESTRICTED]: WorldsAccessRestrictedNotification,
|
49
|
+
[NotificationType.WORLDS_MISSING_RESOURCES]: WorldsMissingResourcesNotification,
|
50
|
+
[NotificationType.WORLDS_PERMISSION_GRANTED]: WorldsPermissionGrantedNotification,
|
51
|
+
[NotificationType.WORLDS_PERMISSION_REVOKED]: WorldsPermissionRevokedNotification,
|
52
|
+
};
|
53
|
+
const CURRENT_AVAILABLE_NOTIFICATIONS = Object.keys(NotificationComponentByType);
|
54
|
+
const replaceWithValues = (str, values) => {
|
55
|
+
const parts = str.split(/{|}/);
|
56
|
+
const jsxElements = parts.map((part, index) => {
|
57
|
+
if (index % 2 === 0) {
|
58
|
+
return part;
|
59
|
+
}
|
60
|
+
else {
|
61
|
+
const value = values[part.trim()];
|
62
|
+
return value !== undefined ? value : `{${part}}`;
|
63
|
+
}
|
64
|
+
});
|
65
|
+
return _jsx(_Fragment, { children: jsxElements });
|
66
|
+
};
|
67
|
+
export { MAXIMUM_FRACTION_DIGITS, formatMana, getBGColorByRarity, NotificationComponentByType, CURRENT_AVAILABLE_NOTIFICATIONS, replaceWithValues, };
|
68
|
+
//# sourceMappingURL=utils.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Notifications/utils.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,MAAM,cAAc,CAAA;AACvD,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,8CAA8C,EAC9C,8BAA8B,EAC9B,8BAA8B,EAC9B,gCAAgC,EAChC,0CAA0C,EAC1C,+BAA+B,EAC/B,wCAAwC,EACxC,qCAAqC,EACrC,yBAAyB,EACzB,4BAA4B,EAC5B,kCAAkC,EAClC,8CAA8C,EAC9C,uCAAuC,EACvC,+CAA+C,EAC/C,0CAA0C,EAC1C,iCAAiC,EACjC,qCAAqC,EACrC,kCAAkC,EAClC,sCAAsC,EACtC,oBAAoB,EACpB,2BAA2B,EAC3B,sBAAsB,EACtB,uCAAuC,EACvC,kCAAkC,EAClC,0BAA0B,EAC1B,yBAAyB,EACzB,4BAA4B,EAC5B,2BAA2B,EAC3B,+BAA+B,EAC/B,6BAA6B,EAC7B,8BAA8B,EAC9B,iCAAiC,EACjC,iCAAiC,EACjC,gCAAgC,EAChC,kCAAkC,EAClC,kCAAkC,EAClC,mCAAmC,EACnC,mCAAmC,GACpC,MAAM,qBAAqB,CAAA;AAG5B,MAAM,uBAAuB,GAAG,CAAC,CAAA;AAEjC,SAAS,UAAU,CACjB,IAAY,EACZ,qBAAqB,GAAG,uBAAuB;IAE/C,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,cAAc,EAAE,CAAA;AAC9E,CAAC;AAED,SAAS,kBAAkB,CAAC,MAAc;IACxC,OAAO,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,CAAA;AAC1C,CAAC;AASD,MAAM,2BAA2B,GAC/B;IACE,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE,uBAAuB;IACxD,CAAC,gBAAgB,CAAC,YAAY,CAAC,EAAE,uBAAuB;IACxD,CAAC,gBAAgB,CAAC,8BAA8B,CAAC,EAC/C,gCAAgC;IAClC,CAAC,gBAAgB,CAAC,+BAA+B,CAAC,EAChD,0CAA0C;IAC5C,CAAC,gBAAgB,CAAC,gCAAgC,CAAC,EACjD,+BAA+B;IACjC,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,EACvC,qCAAqC;IACvC,CAAC,gBAAgB,CAAC,+BAA+B,CAAC,EAChD,wCAAwC;IAC1C,CAAC,gBAAgB,CAAC,cAAc,CAAC,EAAE,yBAAyB;IAC5D,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,4BAA4B;IACnE,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EACxC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,qCAAqC,CAAC,EACtD,8CAA8C;IAChD,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,EAC9C,uCAAuC;IACzC,CAAC,gBAAgB,CAAC,kCAAkC,CAAC,EACnD,0CAA0C;IAC5C,CAAC,gBAAgB,CAAC,wCAAwC,CAAC,EACzD,+CAA+C;IACjD,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EACxC,iCAAiC;IACnC,CAAC,gBAAgB,CAAC,2BAA2B,CAAC,EAC5C,qCAAqC;IACvC,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,EACzC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,EAC9C,sCAAsC;IACxC,CAAC,gBAAgB,CAAC,SAAS,CAAC,EAAE,oBAAoB;IAClD,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,EAAE,2BAA2B;IACjE,CAAC,gBAAgB,CAAC,WAAW,CAAC,EAAE,sBAAsB;IACtD,CAAC,gBAAgB,CAAC,+BAA+B,CAAC,EAChD,uCAAuC;IACzC,CAAC,gBAAgB,CAAC,yBAAyB,CAAC,EAC1C,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,eAAe,CAAC,EAAE,0BAA0B;IAC9D,CAAC,gBAAgB,CAAC,8CAA8C,CAAC,EAC/D,8CAA8C;IAChD,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,EAC7C,8BAA8B;IAChC,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,EAC7C,8BAA8B;IAChC,CAAC,gBAAgB,CAAC,cAAc,CAAC,EAAE,yBAAyB;IAC5D,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EAAE,4BAA4B;IACnE,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,EAAE,2BAA2B;IAChE,CAAC,gBAAgB,CAAC,qBAAqB,CAAC,EAAE,+BAA+B;IACzE,CAAC,gBAAgB,CAAC,mBAAmB,CAAC,EAAE,6BAA6B;IACrE,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,EAAE,8BAA8B;IACvE,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EACxC,iCAAiC;IACnC,CAAC,gBAAgB,CAAC,uBAAuB,CAAC,EACxC,iCAAiC;IACnC,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,EAAE,gCAAgC;IAC3E,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,EACzC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,wBAAwB,CAAC,EACzC,kCAAkC;IACpC,CAAC,gBAAgB,CAAC,yBAAyB,CAAC,EAC1C,mCAAmC;IACrC,CAAC,gBAAgB,CAAC,yBAAyB,CAAC,EAC1C,mCAAmC;CACtC,CAAA;AAEH,MAAM,+BAA+B,GAAG,MAAM,CAAC,IAAI,CAAC,2BAA2B,CAAC,CAAA;AAEhF,MAAM,iBAAiB,GAAG,CACxB,GAAW,EACX,MAA4C,EACtB,EAAE;IACxB,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;IAC9B,MAAM,WAAW,GAAG,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE;QAC5C,IAAI,KAAK,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC;YACpB,OAAO,IAAI,CAAA;QACb,CAAC;aAAM,CAAC;YACN,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAA;YACjC,OAAO,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,GAAG,CAAA;QAClD,CAAC;IACH,CAAC,CAAC,CAAA;IAEF,OAAO,4BAAG,WAAW,GAAI,CAAA;AAC3B,CAAC,CAAA;AAED,OAAO,EACL,uBAAuB,EACvB,UAAU,EACV,kBAAkB,EAElB,2BAA2B,EAC3B,+BAA+B,EAC/B,iBAAiB,GAClB,CAAA"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { Network } from "@dcl/schemas";
|
4
|
+
import { Box, Tooltip } from "@mui/material";
|
5
|
+
import { config } from "../../../config";
|
6
|
+
import * as CreditsIcon from "../../Icon/CreditsIcon";
|
7
|
+
import { Mana } from "../../Mana";
|
8
|
+
import { CreditsBalanceContainer, CreditsBalanceTooltipContainer, CreditsBalanceValueContainer, ExperingSoon, GetCreditsButton, ManaBalanceNumber, ManaBalancesWrapper, } from "./ManaBalances.styled";
|
9
|
+
const ManaBalances = React.memo((props) => {
|
10
|
+
const { manaBalances, creditsBalance, i18n, onClickBalance } = props;
|
11
|
+
const isCreditsBalanceExpired = creditsBalance && creditsBalance.expiresAt < Date.now();
|
12
|
+
const creditsExpiringSoon = creditsBalance &&
|
13
|
+
creditsBalance.expiresAt < Date.now() + 1000 * 60 * 60 * 24 * 5; // 5 days
|
14
|
+
// calculates in how much time they expire. This returns days remaining
|
15
|
+
const creditsExpiringIn = creditsBalance &&
|
16
|
+
Math.floor((creditsBalance.expiresAt - Date.now()) / (1000 * 60 * 60 * 24));
|
17
|
+
return (_jsxs(ManaBalancesWrapper, { children: [_jsx(Box, { children: manaBalances &&
|
18
|
+
Object.keys(manaBalances).map((network) => (_jsx(Mana, { network: network, href: config.get("ACCOUNT_URL"), onClick: onClickBalance, primary: network === Network.ETHEREUM, children: _jsx(ManaBalanceNumber, { variant: "subtitle2", children: Number(manaBalances[network].toFixed(2)).toLocaleString() }) }, network))) }), creditsBalance !== undefined && !isCreditsBalanceExpired && (_jsx(CreditsBalanceContainer, { children: _jsx(_Fragment, { children: creditsBalance.balance === 0 ? (_jsxs(_Fragment, { children: [_jsx(GetCreditsButton, { variant: "text", onClick: () => {
|
19
|
+
window.open(`${config.get("BLOG_URL")}announcements/marketplace-credits-earn-weekly-rewards-to-power-up-your-look?utm_org=dcl&utm_source=marketplace&utm_medium=organic&utm_campaign=marketplacecredits`, "_blank", "noopener noreferrer");
|
20
|
+
}, children: i18n?.getCredits || "Earn Credits" }), _jsxs(CreditsBalanceValueContainer, { children: [_jsx(CreditsIcon.CreditsIcon, {}), creditsBalance.balance] })] })) : creditsBalance.balance > 0 ? (_jsxs(_Fragment, { children: [creditsExpiringSoon && (_jsx(ExperingSoon, { children: i18n?.creditsExpiringSoon })), creditsExpiringIn && (_jsx(Tooltip, { title: _jsxs(CreditsBalanceTooltipContainer, { children: [_jsx("span", { children: i18n?.creditsExpiringIn(creditsExpiringIn.toString()) }), _jsx("span", { children: i18n?.creditsValue })] }), placement: "top-start", children: _jsxs(CreditsBalanceValueContainer, { children: [_jsx(CreditsIcon.CreditsIcon, {}), creditsBalance.balance] }) }))] })) : null }) }))] }));
|
21
|
+
});
|
22
|
+
export { ManaBalances };
|
23
|
+
//# sourceMappingURL=ManaBalances.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ManaBalances.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/ManaBalances/ManaBalances.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { ManaBalancesProps } from "./ManaBalances.types";
|
2
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
3
|
+
declare const meta: Meta<ManaBalancesProps>;
|
4
|
+
type Story = StoryObj<ManaBalancesProps>;
|
5
|
+
declare const Simple: Story;
|
6
|
+
declare const WithCredits: Story;
|
7
|
+
declare const WithCreditsExpiringSoon: Story;
|
8
|
+
declare const WithNoCredits: Story;
|
9
|
+
declare const WithCreditsButNotMANA: Story;
|
10
|
+
export { Simple, WithCredits, WithNoCredits, WithCreditsExpiringSoon, WithCreditsButNotMANA, };
|
11
|
+
export default meta;
|
@@ -0,0 +1,86 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { Network } from "@dcl/schemas";
|
3
|
+
import { ManaBalances } from "./ManaBalances";
|
4
|
+
const balance = {
|
5
|
+
[Network.ETHEREUM]: 8888.88,
|
6
|
+
[Network.MATIC]: 8888.88,
|
7
|
+
};
|
8
|
+
const meta = {
|
9
|
+
component: ManaBalances,
|
10
|
+
title: "Decentraland UI/Mana Balances",
|
11
|
+
tags: ["autodocs"],
|
12
|
+
argTypes: {
|
13
|
+
manaBalances: {
|
14
|
+
description: "Balance of MANA in different networks",
|
15
|
+
control: {
|
16
|
+
type: "object",
|
17
|
+
},
|
18
|
+
options: [balance],
|
19
|
+
},
|
20
|
+
},
|
21
|
+
render: (args) => _jsx(ManaBalances, { manaBalances: balance, ...args }),
|
22
|
+
};
|
23
|
+
const Simple = {
|
24
|
+
args: {},
|
25
|
+
};
|
26
|
+
const WithCredits = {
|
27
|
+
args: {
|
28
|
+
creditsBalance: {
|
29
|
+
balance: 100,
|
30
|
+
expiresAt: Date.now() + 1000 * 60 * 60 * 24 * 30,
|
31
|
+
},
|
32
|
+
i18n: {
|
33
|
+
getCredits: "Earn Credits",
|
34
|
+
creditsExpiringSoon: "Expiring soon",
|
35
|
+
creditsExpiringIn: (value) => `Expiring in ${value} days`,
|
36
|
+
creditsValue: "(1 Credit = 1 MANA in value)",
|
37
|
+
},
|
38
|
+
},
|
39
|
+
};
|
40
|
+
const WithCreditsExpiringSoon = {
|
41
|
+
args: {
|
42
|
+
creditsBalance: {
|
43
|
+
balance: 100,
|
44
|
+
expiresAt: Date.now() + 1000 * 60 * 60 * 24 * 3,
|
45
|
+
},
|
46
|
+
i18n: {
|
47
|
+
getCredits: "Earn Credits",
|
48
|
+
creditsExpiringSoon: "Expiring soon",
|
49
|
+
creditsExpiringIn: (value) => `Expiring in ${value} days`,
|
50
|
+
creditsValue: "(1 Credit = 1 MANA in value)",
|
51
|
+
},
|
52
|
+
},
|
53
|
+
};
|
54
|
+
const WithNoCredits = {
|
55
|
+
args: {
|
56
|
+
creditsBalance: {
|
57
|
+
balance: 0,
|
58
|
+
expiresAt: Date.now() + 1000 * 60 * 60 * 24 * 30,
|
59
|
+
},
|
60
|
+
i18n: {
|
61
|
+
getCredits: "Earn Credits",
|
62
|
+
creditsExpiringSoon: "Expiring soon",
|
63
|
+
creditsExpiringIn: (value) => `Expiring in ${value} days`,
|
64
|
+
creditsValue: "(1 Credit = 1 MANA in value)",
|
65
|
+
},
|
66
|
+
},
|
67
|
+
};
|
68
|
+
const WithCreditsButNotMANA = {
|
69
|
+
args: {
|
70
|
+
manaBalances: undefined,
|
71
|
+
creditsBalance: {
|
72
|
+
balance: 100,
|
73
|
+
expiresAt: Date.now() + 1000 * 60 * 60 * 24 * 30,
|
74
|
+
},
|
75
|
+
i18n: {
|
76
|
+
getCredits: "Earn Credits",
|
77
|
+
creditsExpiringSoon: "Expiring soon",
|
78
|
+
creditsExpiringIn: (value) => `Expiring in ${value} days`,
|
79
|
+
creditsValue: "(1 Credit = 1 MANA in value)",
|
80
|
+
},
|
81
|
+
},
|
82
|
+
};
|
83
|
+
export { Simple, WithCredits, WithNoCredits, WithCreditsExpiringSoon, WithCreditsButNotMANA, };
|
84
|
+
// eslint-disable-next-line import/no-default-export
|
85
|
+
export default meta;
|
86
|
+
//# sourceMappingURL=ManaBalances.stories.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ManaBalances.stories.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/ManaBalances/ManaBalances.stories.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAI7C,MAAM,OAAO,GAAG;IACd,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,OAAO;IAC3B,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,OAAO;CACzB,CAAA;AAED,MAAM,IAAI,GAA4B;IACpC,SAAS,EAAE,YAAY;IACvB,KAAK,EAAE,+BAA+B;IACtC,IAAI,EAAE,CAAC,UAAU,CAAC;IAClB,QAAQ,EAAE;QACR,YAAY,EAAE;YACZ,WAAW,EAAE,uCAAuC;YACpD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;aACf;YACD,OAAO,EAAE,CAAC,OAAO,CAAC;SACnB;KACF;IACD,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,KAAC,YAAY,IAAC,YAAY,EAAE,OAAO,KAAM,IAAI,GAAI;CACpE,CAAA;AAID,MAAM,MAAM,GAAU;IACpB,IAAI,EAAE,EAAE;CACT,CAAA;AAED,MAAM,WAAW,GAAU;IACzB,IAAI,EAAE;QACJ,cAAc,EAAE;YACd,OAAO,EAAE,GAAG;YACZ,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE;SACjD;QACD,IAAI,EAAE;YACJ,UAAU,EAAE,cAAc;YAC1B,mBAAmB,EAAE,eAAe;YACpC,iBAAiB,EAAE,CAAC,KAAa,EAAE,EAAE,CAAC,eAAe,KAAK,OAAO;YACjE,YAAY,EAAE,8BAA8B;SAC7C;KACF;CACF,CAAA;AAED,MAAM,uBAAuB,GAAU;IACrC,IAAI,EAAE;QACJ,cAAc,EAAE;YACd,OAAO,EAAE,GAAG;YACZ,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;SAChD;QACD,IAAI,EAAE;YACJ,UAAU,EAAE,cAAc;YAC1B,mBAAmB,EAAE,eAAe;YACpC,iBAAiB,EAAE,CAAC,KAAa,EAAE,EAAE,CAAC,eAAe,KAAK,OAAO;YACjE,YAAY,EAAE,8BAA8B;SAC7C;KACF;CACF,CAAA;AAED,MAAM,aAAa,GAAU;IAC3B,IAAI,EAAE;QACJ,cAAc,EAAE;YACd,OAAO,EAAE,CAAC;YACV,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE;SACjD;QACD,IAAI,EAAE;YACJ,UAAU,EAAE,cAAc;YAC1B,mBAAmB,EAAE,eAAe;YACpC,iBAAiB,EAAE,CAAC,KAAa,EAAE,EAAE,CAAC,eAAe,KAAK,OAAO;YACjE,YAAY,EAAE,8BAA8B;SAC7C;KACF;CACF,CAAA;AAED,MAAM,qBAAqB,GAAU;IACnC,IAAI,EAAE;QACJ,YAAY,EAAE,SAAS;QACvB,cAAc,EAAE;YACd,OAAO,EAAE,GAAG;YACZ,SAAS,EAAE,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE;SACjD;QACD,IAAI,EAAE;YACJ,UAAU,EAAE,cAAc;YAC1B,mBAAmB,EAAE,eAAe;YACpC,iBAAiB,EAAE,CAAC,KAAa,EAAE,EAAE,CAAC,eAAe,KAAK,OAAO;YACjE,YAAY,EAAE,8BAA8B;SAC7C;KACF;CACF,CAAA;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,uBAAuB,EACvB,qBAAqB,GACtB,CAAA;AAED,oDAAoD;AACpD,eAAe,IAAI,CAAA"}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
declare const ManaBalancesWrapper: import("@emotion/styled").StyledComponent<{
|
2
|
+
theme?: import("@emotion/react").Theme;
|
3
|
+
as?: import("react").ElementType;
|
4
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
5
|
+
declare const GetCreditsButton: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
6
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
7
|
+
}, "disabled" | "color" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "tabIndex" | "disableElevation" | "fullWidth" | "startIcon" | "endIcon" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "href" | "size"> & {
|
8
|
+
theme?: import("@emotion/react").Theme;
|
9
|
+
}, {}, {}>;
|
10
|
+
declare const ManaBalanceNumber: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
11
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
12
|
+
}, "typography" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "color" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & {
|
13
|
+
theme?: import("@emotion/react").Theme;
|
14
|
+
}, {}, {}>;
|
15
|
+
declare const CreditsBalanceContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
16
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
17
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
|
18
|
+
theme?: import("@emotion/react").Theme;
|
19
|
+
}, {}, {}>;
|
20
|
+
declare const CreditsBalanceValueContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
21
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
22
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
|
23
|
+
theme?: import("@emotion/react").Theme;
|
24
|
+
}, {}, {}>;
|
25
|
+
declare const CreditsBalanceTooltipContainer: import("@emotion/styled").StyledComponent<{
|
26
|
+
theme?: import("@emotion/react").Theme;
|
27
|
+
as?: import("react").ElementType;
|
28
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
29
|
+
declare const ExperingSoon: import("@emotion/styled").StyledComponent<{
|
30
|
+
theme?: import("@emotion/react").Theme;
|
31
|
+
as?: import("react").ElementType;
|
32
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
33
|
+
export { CreditsBalanceContainer, ManaBalancesWrapper, ManaBalanceNumber, GetCreditsButton, CreditsBalanceTooltipContainer, CreditsBalanceValueContainer, ExperingSoon, };
|
@@ -0,0 +1,83 @@
|
|
1
|
+
import styled from "@emotion/styled";
|
2
|
+
import { Box, Button, Typography } from "@mui/material";
|
3
|
+
const ManaBalancesWrapper = styled("div")((props) => {
|
4
|
+
const { theme } = props;
|
5
|
+
return {
|
6
|
+
display: "flex",
|
7
|
+
flexDirection: "column",
|
8
|
+
gap: "4px",
|
9
|
+
alignItems: "flex-end",
|
10
|
+
fontSize: theme.typography.subtitle2.fontSize,
|
11
|
+
"& svg": {
|
12
|
+
fontSize: theme.typography.subtitle2.fontSize,
|
13
|
+
},
|
14
|
+
"& > div": {
|
15
|
+
display: "flex",
|
16
|
+
flexDirection: "row",
|
17
|
+
alignItems: "center",
|
18
|
+
},
|
19
|
+
[theme.breakpoints.down("sm")]: {
|
20
|
+
alignItems: "flex-start",
|
21
|
+
},
|
22
|
+
};
|
23
|
+
});
|
24
|
+
const GetCreditsButton = styled(Button)((props) => {
|
25
|
+
const { theme } = props;
|
26
|
+
return {
|
27
|
+
"&.MuiButton-root.MuiButton-textPrimary": {
|
28
|
+
fontSize: theme.typography.caption.fontSize,
|
29
|
+
padding: 0,
|
30
|
+
marginRight: "4px",
|
31
|
+
"&:hover": {
|
32
|
+
backgroundColor: "transparent",
|
33
|
+
},
|
34
|
+
},
|
35
|
+
"&:hover": {
|
36
|
+
backgroundColor: "transparent",
|
37
|
+
},
|
38
|
+
};
|
39
|
+
});
|
40
|
+
const ManaBalanceNumber = styled(Typography)({
|
41
|
+
lineHeight: "inherit",
|
42
|
+
});
|
43
|
+
const CreditsBalanceContainer = styled(Box)((props) => {
|
44
|
+
const { theme } = props;
|
45
|
+
return {
|
46
|
+
color: "#A0ABFF",
|
47
|
+
fontWeight: 600,
|
48
|
+
alignSelf: "flex-end",
|
49
|
+
gap: "8px",
|
50
|
+
"& svg": {
|
51
|
+
marginTop: "0px",
|
52
|
+
},
|
53
|
+
[theme.breakpoints.down("sm")]: {
|
54
|
+
alignSelf: "flex-start",
|
55
|
+
},
|
56
|
+
};
|
57
|
+
});
|
58
|
+
const CreditsBalanceValueContainer = styled(Box)({
|
59
|
+
display: "flex",
|
60
|
+
cursor: "pointer",
|
61
|
+
alignItems: "center",
|
62
|
+
gap: "2px",
|
63
|
+
"& svg": {
|
64
|
+
width: "16px",
|
65
|
+
height: "16px",
|
66
|
+
},
|
67
|
+
});
|
68
|
+
const CreditsBalanceTooltipContainer = styled("div")({
|
69
|
+
display: "flex",
|
70
|
+
flexDirection: "column",
|
71
|
+
gap: "2px",
|
72
|
+
fontFamily: "Inter, Helvetica, Arial, sans-serif",
|
73
|
+
});
|
74
|
+
const ExperingSoon = styled("span")(({ theme }) => ({
|
75
|
+
color: theme.palette.primary.main,
|
76
|
+
fontSize: theme.typography.caption.fontSize,
|
77
|
+
fontWeight: 600,
|
78
|
+
lineHeight: "24px",
|
79
|
+
textTransform: "uppercase",
|
80
|
+
fontFamily: theme.typography.fontFamily,
|
81
|
+
}));
|
82
|
+
export { CreditsBalanceContainer, ManaBalancesWrapper, ManaBalanceNumber, GetCreditsButton, CreditsBalanceTooltipContainer, CreditsBalanceValueContainer, ExperingSoon, };
|
83
|
+
//# sourceMappingURL=ManaBalances.styled.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ManaBalances.styled.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/ManaBalances/ManaBalances.styled.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
import { Network } from "@dcl/schemas/dist/dapps/network";
|
3
|
+
type ManaBalancesProps = {
|
4
|
+
manaBalances?: Partial<Record<Network, number>>;
|
5
|
+
creditsBalance?: {
|
6
|
+
balance: number;
|
7
|
+
expiresAt: number;
|
8
|
+
};
|
9
|
+
i18n?: {
|
10
|
+
getCredits: string;
|
11
|
+
creditsExpiringSoon: string;
|
12
|
+
creditsValue: string;
|
13
|
+
creditsExpiringIn: (value: string) => string;
|
14
|
+
};
|
15
|
+
onClickBalance?: React.MouseEventHandler<HTMLButtonElement> & ((event: React.MouseEvent<HTMLAnchorElement, MouseEvent>, network: Network) => void);
|
16
|
+
};
|
17
|
+
export { ManaBalancesProps };
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ManaBalances.types.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/ManaBalances/ManaBalances.types.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/UserMenu/ManaBalances/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
const i18n = {
|
2
|
+
account: "Account Settings",
|
3
|
+
activity: "Activity",
|
4
|
+
guest: "Guest",
|
5
|
+
download: "Download",
|
6
|
+
marketplaceAuthorizations: "Marketplace Authorizations",
|
7
|
+
myAssets: "My Assets",
|
8
|
+
myLists: "My Lists",
|
9
|
+
profile: "Profile",
|
10
|
+
signIn: "Sign In",
|
11
|
+
signOut: "Log Out",
|
12
|
+
viewProfile: "View Profile",
|
13
|
+
inviteFriends: "Invite Friends",
|
14
|
+
getCredits: "Earn Credits",
|
15
|
+
creditsExpiringSoon: "Expiring soon",
|
16
|
+
creditsValue: "(1 Credit = 1 MANA in value)",
|
17
|
+
creditsExpiringIn: (value) => `Expiring in ${value} days`,
|
18
|
+
};
|
19
|
+
export { i18n };
|
20
|
+
//# sourceMappingURL=UserMenu.i18n.js.map
|