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,67 @@
|
|
1
|
+
import { MuteIcon } from "./Emotes/MuteIcon";
|
2
|
+
import { PropsIcon } from "./Emotes/PropsIcon";
|
3
|
+
import { SoundIcon } from "./Emotes/SoundIcon";
|
4
|
+
import { VolumeIcon } from "./Emotes/VolumeIcon";
|
5
|
+
import { JumpInIcon } from "./JumpInIcon";
|
6
|
+
import { LocationIcon } from "./LocationIcon";
|
7
|
+
import { ManaEthIcon } from "./ManaEthIcon";
|
8
|
+
import { ManaMaticIcon } from "./ManaMaticIcon";
|
9
|
+
import { AccessRestoredIcon } from "./Notifications/AccessRestoredIcon";
|
10
|
+
import { AccessRestrictedIcon } from "./Notifications/AccessRestrictedIcon";
|
11
|
+
import { BidAcceptedIcon } from "./Notifications/BidAcceptedIcon";
|
12
|
+
import { BidReceivedIcon } from "./Notifications/BidReceivedIcon";
|
13
|
+
import { CoauthorIcon } from "./Notifications/CoauthorIcon";
|
14
|
+
import { EmptyInboxIcon } from "./Notifications/EmptyInboxIcon";
|
15
|
+
import { EventCancelledIcon } from "./Notifications/EventCancelledIcon";
|
16
|
+
import { EventStartedIcon } from "./Notifications/EventStartedIcon";
|
17
|
+
import { EventStartsSoonIcon } from "./Notifications/EventStartsSoonIcon";
|
18
|
+
import { GovernanceIcon } from "./Notifications/GovernanceIcon";
|
19
|
+
import { HistoryIcon } from "./Notifications/HistoryIcon";
|
20
|
+
import { ItemAirdroppedIcon } from "./Notifications/ItemAirdroppedIcon";
|
21
|
+
import { ItemSoldIcon } from "./Notifications/ItemSoldIcon";
|
22
|
+
import { LandRentedIcon } from "./Notifications/LandRentedIcon";
|
23
|
+
import { ManaMainnetIcon } from "./Notifications/ManaMainnetIcon";
|
24
|
+
import { ManaPolygonIcon } from "./Notifications/ManaPolygonIcon";
|
25
|
+
import { MissingResourcesIcon } from "./Notifications/MissingResourcesIcon";
|
26
|
+
import { NewCommentIcon } from "./Notifications/NewCommentIcon";
|
27
|
+
import { NewNotificationIcon } from "./Notifications/NewNotificationIcon";
|
28
|
+
import { NotificationBellActiveIcon } from "./Notifications/NotificationBellActiveIcon";
|
29
|
+
import { NotificationBellIcon } from "./Notifications/NotificationBellIcon";
|
30
|
+
import { PermissionGrantedIcon } from "./Notifications/PermissionGrantedIcon";
|
31
|
+
import { PermissionRevokedIcon } from "./Notifications/PermissionRevokedIcon";
|
32
|
+
import { PitchIcon } from "./Notifications/PitchIcon";
|
33
|
+
import { ProjectEnactedIcon } from "./Notifications/ProjectEnactedIcon";
|
34
|
+
import { ProposalFinishedIcon } from "./Notifications/ProposalFinishedIcon";
|
35
|
+
import { ReferralInvitedUserAcceptedIcon } from "./Notifications/ReferralInvitedUserAcceptedIcon";
|
36
|
+
import { ReferralInviteFriendsIcon } from "./Notifications/ReferralInviteFriendsIcon";
|
37
|
+
import { RentPeriodEndingIcon } from "./Notifications/RentPeriodEndingIcon";
|
38
|
+
import { RewardIcon } from "./Notifications/RewardIcon";
|
39
|
+
import { StreamingIcon } from "./Notifications/StreamingIcon";
|
40
|
+
import { TenderIcon } from "./Notifications/TenderIcon";
|
41
|
+
import { VotingEndedIcon } from "./Notifications/VotingEndedIcon";
|
42
|
+
import { PlacesIcon } from "./PlacesIcon";
|
43
|
+
import { SparklesIcon } from "./SparklesIcon";
|
44
|
+
import { UtilityIcon } from "./UtilityIcon";
|
45
|
+
import { BaseFemaleIcon } from "./Wearables/BaseFemaleIcon";
|
46
|
+
import { BaseMaleIcon } from "./Wearables/BaseMaleIcon";
|
47
|
+
import { BodyShapeIcon } from "./Wearables/BodyShapeIcon";
|
48
|
+
import { EarringIcon } from "./Wearables/EarringIcon";
|
49
|
+
import { EyebrowsIcon } from "./Wearables/EyebrowsIcon";
|
50
|
+
import { EyesIcon } from "./Wearables/EyesIcon";
|
51
|
+
import { EyewearIcon } from "./Wearables/EyewearIcon";
|
52
|
+
import { FacialHairIcon } from "./Wearables/FacialHairIcon";
|
53
|
+
import { FeetIcon } from "./Wearables/FeetIcon";
|
54
|
+
import { HairIcon } from "./Wearables/HairIcon";
|
55
|
+
import { HandsWearIcon } from "./Wearables/HandsWearIcon";
|
56
|
+
import { HatIcon } from "./Wearables/HatIcon";
|
57
|
+
import { HelmetIcon } from "./Wearables/HelmetIcon";
|
58
|
+
import { LowerBodyIcon } from "./Wearables/LowerBodyIcon";
|
59
|
+
import { MaskIcon } from "./Wearables/MaskIcon";
|
60
|
+
import { MouthIcon } from "./Wearables/MouthIcon";
|
61
|
+
import { SkinIcon } from "./Wearables/SkinIcon";
|
62
|
+
import { SmartWearableIcon } from "./Wearables/SmartWearableIcon";
|
63
|
+
import { TiaraIcon } from "./Wearables/TiaraIcon";
|
64
|
+
import { TopHeadIcon } from "./Wearables/TopHeadIcon";
|
65
|
+
import { UnisexIcon } from "./Wearables/UnisexIcon";
|
66
|
+
import { UpperBodyIcon } from "./Wearables/UpperBodyIcon";
|
67
|
+
export { AccessRestoredIcon, AccessRestrictedIcon, BaseFemaleIcon, BaseMaleIcon, BidAcceptedIcon, BidReceivedIcon, BodyShapeIcon, CoauthorIcon, EarringIcon, EmptyInboxIcon, EventCancelledIcon, EventStartedIcon, EventStartsSoonIcon, EyebrowsIcon, EyesIcon, EyewearIcon, FacialHairIcon, FeetIcon, GovernanceIcon, HairIcon, HandsWearIcon, HatIcon, HelmetIcon, HistoryIcon, ItemAirdroppedIcon, ItemSoldIcon, JumpInIcon, LandRentedIcon, LocationIcon, LowerBodyIcon, ManaEthIcon, ManaMainnetIcon, ManaMaticIcon, ManaPolygonIcon, MaskIcon, MissingResourcesIcon, MouthIcon, MuteIcon, NewCommentIcon, NewNotificationIcon, NotificationBellActiveIcon, NotificationBellIcon, PermissionGrantedIcon, PermissionRevokedIcon, PitchIcon, PlacesIcon, ProjectEnactedIcon, ProposalFinishedIcon, PropsIcon, ReferralInvitedUserAcceptedIcon, ReferralInviteFriendsIcon, RentPeriodEndingIcon, RewardIcon, SkinIcon, SmartWearableIcon, SoundIcon, SparklesIcon, StreamingIcon, TenderIcon, TiaraIcon, TopHeadIcon, UnisexIcon, UpperBodyIcon, UtilityIcon, VotingEndedIcon, VolumeIcon, };
|
@@ -0,0 +1,68 @@
|
|
1
|
+
import { MuteIcon } from "./Emotes/MuteIcon";
|
2
|
+
import { PropsIcon } from "./Emotes/PropsIcon";
|
3
|
+
import { SoundIcon } from "./Emotes/SoundIcon";
|
4
|
+
import { VolumeIcon } from "./Emotes/VolumeIcon";
|
5
|
+
import { JumpInIcon } from "./JumpInIcon";
|
6
|
+
import { LocationIcon } from "./LocationIcon";
|
7
|
+
import { ManaEthIcon } from "./ManaEthIcon";
|
8
|
+
import { ManaMaticIcon } from "./ManaMaticIcon";
|
9
|
+
import { AccessRestoredIcon } from "./Notifications/AccessRestoredIcon";
|
10
|
+
import { AccessRestrictedIcon } from "./Notifications/AccessRestrictedIcon";
|
11
|
+
import { BidAcceptedIcon } from "./Notifications/BidAcceptedIcon";
|
12
|
+
import { BidReceivedIcon } from "./Notifications/BidReceivedIcon";
|
13
|
+
import { CoauthorIcon } from "./Notifications/CoauthorIcon";
|
14
|
+
import { EmptyInboxIcon } from "./Notifications/EmptyInboxIcon";
|
15
|
+
import { EventCancelledIcon } from "./Notifications/EventCancelledIcon";
|
16
|
+
import { EventStartedIcon } from "./Notifications/EventStartedIcon";
|
17
|
+
import { EventStartsSoonIcon } from "./Notifications/EventStartsSoonIcon";
|
18
|
+
import { GovernanceIcon } from "./Notifications/GovernanceIcon";
|
19
|
+
import { HistoryIcon } from "./Notifications/HistoryIcon";
|
20
|
+
import { ItemAirdroppedIcon } from "./Notifications/ItemAirdroppedIcon";
|
21
|
+
import { ItemSoldIcon } from "./Notifications/ItemSoldIcon";
|
22
|
+
import { LandRentedIcon } from "./Notifications/LandRentedIcon";
|
23
|
+
import { ManaMainnetIcon } from "./Notifications/ManaMainnetIcon";
|
24
|
+
import { ManaPolygonIcon } from "./Notifications/ManaPolygonIcon";
|
25
|
+
import { MissingResourcesIcon } from "./Notifications/MissingResourcesIcon";
|
26
|
+
import { NewCommentIcon } from "./Notifications/NewCommentIcon";
|
27
|
+
import { NewNotificationIcon } from "./Notifications/NewNotificationIcon";
|
28
|
+
import { NotificationBellActiveIcon } from "./Notifications/NotificationBellActiveIcon";
|
29
|
+
import { NotificationBellIcon } from "./Notifications/NotificationBellIcon";
|
30
|
+
import { PermissionGrantedIcon } from "./Notifications/PermissionGrantedIcon";
|
31
|
+
import { PermissionRevokedIcon } from "./Notifications/PermissionRevokedIcon";
|
32
|
+
import { PitchIcon } from "./Notifications/PitchIcon";
|
33
|
+
import { ProjectEnactedIcon } from "./Notifications/ProjectEnactedIcon";
|
34
|
+
import { ProposalFinishedIcon } from "./Notifications/ProposalFinishedIcon";
|
35
|
+
import { ReferralInvitedUserAcceptedIcon } from "./Notifications/ReferralInvitedUserAcceptedIcon";
|
36
|
+
import { ReferralInviteFriendsIcon } from "./Notifications/ReferralInviteFriendsIcon";
|
37
|
+
import { RentPeriodEndingIcon } from "./Notifications/RentPeriodEndingIcon";
|
38
|
+
import { RewardIcon } from "./Notifications/RewardIcon";
|
39
|
+
import { StreamingIcon } from "./Notifications/StreamingIcon";
|
40
|
+
import { TenderIcon } from "./Notifications/TenderIcon";
|
41
|
+
import { VotingEndedIcon } from "./Notifications/VotingEndedIcon";
|
42
|
+
import { PlacesIcon } from "./PlacesIcon";
|
43
|
+
import { SparklesIcon } from "./SparklesIcon";
|
44
|
+
import { UtilityIcon } from "./UtilityIcon";
|
45
|
+
import { BaseFemaleIcon } from "./Wearables/BaseFemaleIcon";
|
46
|
+
import { BaseMaleIcon } from "./Wearables/BaseMaleIcon";
|
47
|
+
import { BodyShapeIcon } from "./Wearables/BodyShapeIcon";
|
48
|
+
import { EarringIcon } from "./Wearables/EarringIcon";
|
49
|
+
import { EyebrowsIcon } from "./Wearables/EyebrowsIcon";
|
50
|
+
import { EyesIcon } from "./Wearables/EyesIcon";
|
51
|
+
import { EyewearIcon } from "./Wearables/EyewearIcon";
|
52
|
+
import { FacialHairIcon } from "./Wearables/FacialHairIcon";
|
53
|
+
import { FeetIcon } from "./Wearables/FeetIcon";
|
54
|
+
import { HairIcon } from "./Wearables/HairIcon";
|
55
|
+
import { HandsWearIcon } from "./Wearables/HandsWearIcon";
|
56
|
+
import { HatIcon } from "./Wearables/HatIcon";
|
57
|
+
import { HelmetIcon } from "./Wearables/HelmetIcon";
|
58
|
+
import { LowerBodyIcon } from "./Wearables/LowerBodyIcon";
|
59
|
+
import { MaskIcon } from "./Wearables/MaskIcon";
|
60
|
+
import { MouthIcon } from "./Wearables/MouthIcon";
|
61
|
+
import { SkinIcon } from "./Wearables/SkinIcon";
|
62
|
+
import { SmartWearableIcon } from "./Wearables/SmartWearableIcon";
|
63
|
+
import { TiaraIcon } from "./Wearables/TiaraIcon";
|
64
|
+
import { TopHeadIcon } from "./Wearables/TopHeadIcon";
|
65
|
+
import { UnisexIcon } from "./Wearables/UnisexIcon";
|
66
|
+
import { UpperBodyIcon } from "./Wearables/UpperBodyIcon";
|
67
|
+
export { AccessRestoredIcon, AccessRestrictedIcon, BaseFemaleIcon, BaseMaleIcon, BidAcceptedIcon, BidReceivedIcon, BodyShapeIcon, CoauthorIcon, EarringIcon, EmptyInboxIcon, EventCancelledIcon, EventStartedIcon, EventStartsSoonIcon, EyebrowsIcon, EyesIcon, EyewearIcon, FacialHairIcon, FeetIcon, GovernanceIcon, HairIcon, HandsWearIcon, HatIcon, HelmetIcon, HistoryIcon, ItemAirdroppedIcon, ItemSoldIcon, JumpInIcon, LandRentedIcon, LocationIcon, LowerBodyIcon, ManaEthIcon, ManaMainnetIcon, ManaMaticIcon, ManaPolygonIcon, MaskIcon, MissingResourcesIcon, MouthIcon, MuteIcon, NewCommentIcon, NewNotificationIcon, NotificationBellActiveIcon, NotificationBellIcon, PermissionGrantedIcon, PermissionRevokedIcon, PitchIcon, PlacesIcon, ProjectEnactedIcon, ProposalFinishedIcon, PropsIcon, ReferralInvitedUserAcceptedIcon, ReferralInviteFriendsIcon, RentPeriodEndingIcon, RewardIcon, SkinIcon, SmartWearableIcon, SoundIcon, SparklesIcon, StreamingIcon, TenderIcon, TiaraIcon, TopHeadIcon, UnisexIcon, UpperBodyIcon, UtilityIcon, VotingEndedIcon, VolumeIcon, };
|
68
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Icon/index.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import RepeatOneRoundedIcon from "@mui/icons-material/RepeatOneRounded";
|
4
|
+
import RepeatRoundedIcon from "@mui/icons-material/RepeatRounded";
|
5
|
+
import { BaseFemaleIcon, BaseMaleIcon, BodyShapeIcon, EarringIcon, EyebrowsIcon, EyesIcon, EyewearIcon, FacialHairIcon, FeetIcon, HairIcon, HandsWearIcon, HatIcon, HelmetIcon, LowerBodyIcon, MaskIcon, MouthIcon, PlacesIcon, PropsIcon, SkinIcon, SmartWearableIcon, SoundIcon, SparklesIcon, TiaraIcon, TopHeadIcon, UnisexIcon, UpperBodyIcon, UtilityIcon, } from "../Icon";
|
6
|
+
import { IconBadgeIcon } from "./IconBadge.types";
|
7
|
+
import { IconBadgeButtonContainer, ImageContainer, TextContainer, } from "./IconBadge.styled";
|
8
|
+
const getIcon = (icon) => {
|
9
|
+
const commonProps = {
|
10
|
+
fontSize: "small",
|
11
|
+
color: "inherit",
|
12
|
+
};
|
13
|
+
switch (icon) {
|
14
|
+
case IconBadgeIcon.BaseFemale:
|
15
|
+
return _jsx(BaseFemaleIcon, { ...commonProps });
|
16
|
+
case IconBadgeIcon.BaseMale:
|
17
|
+
return _jsx(BaseMaleIcon, { ...commonProps });
|
18
|
+
case IconBadgeIcon.Unisex:
|
19
|
+
return _jsx(UnisexIcon, { ...commonProps });
|
20
|
+
case IconBadgeIcon.BodyShape:
|
21
|
+
return _jsx(BodyShapeIcon, { ...commonProps });
|
22
|
+
case IconBadgeIcon.Earring:
|
23
|
+
return _jsx(EarringIcon, { ...commonProps });
|
24
|
+
case IconBadgeIcon.Eyebrows:
|
25
|
+
return _jsx(EyebrowsIcon, { ...commonProps });
|
26
|
+
case IconBadgeIcon.Eyes:
|
27
|
+
return _jsx(EyesIcon, { ...commonProps });
|
28
|
+
case IconBadgeIcon.Eyewear:
|
29
|
+
return _jsx(EyewearIcon, { ...commonProps });
|
30
|
+
case IconBadgeIcon.FacialHair:
|
31
|
+
return _jsx(FacialHairIcon, { ...commonProps });
|
32
|
+
case IconBadgeIcon.Feet:
|
33
|
+
return _jsx(FeetIcon, { ...commonProps });
|
34
|
+
case IconBadgeIcon.Hair:
|
35
|
+
return _jsx(HairIcon, { ...commonProps });
|
36
|
+
case IconBadgeIcon.Hat:
|
37
|
+
return _jsx(HatIcon, { ...commonProps });
|
38
|
+
case IconBadgeIcon.Helmet:
|
39
|
+
return _jsx(HelmetIcon, { ...commonProps });
|
40
|
+
case IconBadgeIcon.LowerBody:
|
41
|
+
return _jsx(LowerBodyIcon, { ...commonProps });
|
42
|
+
case IconBadgeIcon.Mask:
|
43
|
+
return _jsx(MaskIcon, { ...commonProps });
|
44
|
+
case IconBadgeIcon.Mouth:
|
45
|
+
return _jsx(MouthIcon, { ...commonProps });
|
46
|
+
case IconBadgeIcon.Tiara:
|
47
|
+
return _jsx(TiaraIcon, { ...commonProps });
|
48
|
+
case IconBadgeIcon.TopHead:
|
49
|
+
return _jsx(TopHeadIcon, { ...commonProps });
|
50
|
+
case IconBadgeIcon.UpperBody:
|
51
|
+
return _jsx(UpperBodyIcon, { ...commonProps });
|
52
|
+
case IconBadgeIcon.Skin:
|
53
|
+
return _jsx(SkinIcon, { ...commonProps });
|
54
|
+
case IconBadgeIcon.HandsWear:
|
55
|
+
return _jsx(HandsWearIcon, { ...commonProps });
|
56
|
+
case IconBadgeIcon.PlayOnce:
|
57
|
+
return _jsx(RepeatOneRoundedIcon, { ...commonProps });
|
58
|
+
case IconBadgeIcon.PlayLoop:
|
59
|
+
return _jsx(RepeatRoundedIcon, { ...commonProps });
|
60
|
+
case IconBadgeIcon.SmartWearable:
|
61
|
+
return _jsx(SmartWearableIcon, { ...commonProps });
|
62
|
+
case IconBadgeIcon.Sound:
|
63
|
+
return _jsx(SoundIcon, { ...commonProps });
|
64
|
+
case IconBadgeIcon.Props:
|
65
|
+
return _jsx(PropsIcon, { ...commonProps });
|
66
|
+
case IconBadgeIcon.Sparkles:
|
67
|
+
return _jsx(SparklesIcon, { ...commonProps });
|
68
|
+
case IconBadgeIcon.Places:
|
69
|
+
return _jsx(PlacesIcon, { ...commonProps });
|
70
|
+
case IconBadgeIcon.Utility:
|
71
|
+
return _jsx(UtilityIcon, { ...commonProps });
|
72
|
+
default:
|
73
|
+
return _jsx(_Fragment, {});
|
74
|
+
}
|
75
|
+
};
|
76
|
+
const IconBadge = React.memo((props) => {
|
77
|
+
const { icon, text, children, ...rest } = props;
|
78
|
+
return (_jsxs(IconBadgeButtonContainer, { ...rest, children: [icon && (_jsx(ImageContainer, { children: children ? { children } : getIcon(icon) })), text ? _jsx(TextContainer, { children: text }) : null] }));
|
79
|
+
});
|
80
|
+
export { IconBadge };
|
81
|
+
//# sourceMappingURL=IconBadge.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IconBadge.js","sourceRoot":"","sources":["../../../src/components/IconBadge/IconBadge.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { IconBadgeProps } from "./IconBadge.types";
|
2
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
3
|
+
declare const meta: Meta<IconBadgeProps>;
|
4
|
+
type Story = StoryObj<IconBadgeProps>;
|
5
|
+
declare const WithIcon: Story;
|
6
|
+
declare const WithCustomIcon: Story;
|
7
|
+
declare const WithoutText: Story;
|
8
|
+
declare const WithoutIcon: Story;
|
9
|
+
export default meta;
|
10
|
+
export { WithIcon, WithCustomIcon, WithoutText, WithoutIcon };
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { IconBadge } from "./IconBadge";
|
3
|
+
import { ManaEthIcon } from "../Icon";
|
4
|
+
import { IconBadgeIcon } from "./IconBadge.types";
|
5
|
+
const meta = {
|
6
|
+
component: IconBadge,
|
7
|
+
title: "Decentraland UI/Icon Badge",
|
8
|
+
tags: ["autodocs"],
|
9
|
+
argTypes: {
|
10
|
+
inline: {
|
11
|
+
description: "IconBadge component should be displayed inline",
|
12
|
+
},
|
13
|
+
icon: {
|
14
|
+
description: "Icon used in component",
|
15
|
+
},
|
16
|
+
},
|
17
|
+
render: (args) => _jsx(IconBadge, { ...args }),
|
18
|
+
};
|
19
|
+
const WithIcon = {
|
20
|
+
name: "With Icon",
|
21
|
+
args: {
|
22
|
+
icon: IconBadgeIcon.Utility,
|
23
|
+
text: "Utility",
|
24
|
+
onClick: () => console.log("Clicked!"),
|
25
|
+
},
|
26
|
+
};
|
27
|
+
const WithCustomIcon = {
|
28
|
+
name: "With Custom Icon",
|
29
|
+
args: {
|
30
|
+
children: _jsx(ManaEthIcon, {}),
|
31
|
+
text: "Custom Icon Component",
|
32
|
+
onClick: () => console.log("Clicked!"),
|
33
|
+
},
|
34
|
+
};
|
35
|
+
const WithoutText = {
|
36
|
+
name: "Without Text",
|
37
|
+
args: {
|
38
|
+
icon: IconBadgeIcon.Tiara,
|
39
|
+
onClick: () => console.log("Clicked!"),
|
40
|
+
},
|
41
|
+
};
|
42
|
+
const WithoutIcon = {
|
43
|
+
name: "Without Icon",
|
44
|
+
args: {
|
45
|
+
text: "No Icon",
|
46
|
+
onClick: () => console.log("Clicked!"),
|
47
|
+
},
|
48
|
+
};
|
49
|
+
// eslint-disable-next-line import/no-default-export
|
50
|
+
export default meta;
|
51
|
+
export { WithIcon, WithCustomIcon, WithoutText, WithoutIcon };
|
52
|
+
//# sourceMappingURL=IconBadge.stories.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IconBadge.stories.js","sourceRoot":"","sources":["../../../src/components/IconBadge/IconBadge.stories.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AACrC,OAAO,EAAE,aAAa,EAAkB,MAAM,mBAAmB,CAAA;AAGjE,MAAM,IAAI,GAAyB;IACjC,SAAS,EAAE,SAAS;IACpB,KAAK,EAAE,4BAA4B;IACnC,IAAI,EAAE,CAAC,UAAU,CAAC;IAClB,QAAQ,EAAE;QACR,MAAM,EAAE;YACN,WAAW,EAAE,gDAAgD;SAC9D;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,wBAAwB;SACtC;KACF;IACD,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,KAAC,SAAS,OAAK,IAAI,GAAI;CAC1C,CAAA;AAID,MAAM,QAAQ,GAAU;IACtB,IAAI,EAAE,WAAW;IACjB,IAAI,EAAE;QACJ,IAAI,EAAE,aAAa,CAAC,OAAO;QAC3B,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC;KACvC;CACF,CAAA;AAED,MAAM,cAAc,GAAU;IAC5B,IAAI,EAAE,kBAAkB;IACxB,IAAI,EAAE;QACJ,QAAQ,EAAE,KAAC,WAAW,KAAG;QACzB,IAAI,EAAE,uBAAuB;QAC7B,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC;KACvC;CACF,CAAA;AAED,MAAM,WAAW,GAAU;IACzB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE;QACJ,IAAI,EAAE,aAAa,CAAC,KAAK;QACzB,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC;KACvC;CACF,CAAA;AAED,MAAM,WAAW,GAAU;IACzB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE;QACJ,IAAI,EAAE,SAAS;QACf,OAAO,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC;KACvC;CACF,CAAA;AAED,oDAAoD;AACpD,eAAe,IAAI,CAAA;AACnB,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,WAAW,EAAE,WAAW,EAAE,CAAA"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { IconBadgeProps } from "./IconBadge.types";
|
2
|
+
type IconBadgeButtonProps = Pick<IconBadgeProps, "inline" | "onClick">;
|
3
|
+
declare const IconBadgeButtonContainer: import("@emotion/styled").StyledComponent<import("@mui/material").ButtonBaseOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
4
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
5
|
+
}, "disabled" | "className" | "style" | "classes" | "children" | "sx" | "tabIndex" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef"> & {
|
6
|
+
theme?: import("@emotion/react").Theme;
|
7
|
+
} & IconBadgeButtonProps, {}, {}>;
|
8
|
+
declare const ImageContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
9
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
10
|
+
}, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
|
11
|
+
theme?: import("@emotion/react").Theme;
|
12
|
+
}, {}, {}>;
|
13
|
+
declare const TextContainer: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
14
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
15
|
+
}, "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"> & {
|
16
|
+
theme?: import("@emotion/react").Theme;
|
17
|
+
}, {}, {}>;
|
18
|
+
export { IconBadgeButtonContainer, ImageContainer, TextContainer };
|
@@ -0,0 +1,38 @@
|
|
1
|
+
import styled from "@emotion/styled";
|
2
|
+
import { Box, ButtonBase as ButtonMui, Typography } from "@mui/material";
|
3
|
+
import { neutral, textOnNeutral } from "../../theme/colors";
|
4
|
+
const IconBadgeButtonContainer = styled(ButtonMui)((props) => {
|
5
|
+
const { inline, onClick } = props;
|
6
|
+
return {
|
7
|
+
display: inline ? "inline-flex" : "flex",
|
8
|
+
backgroundColor: neutral.gray1,
|
9
|
+
alignItems: "center",
|
10
|
+
justifyContent: "center",
|
11
|
+
color: textOnNeutral.gray1,
|
12
|
+
verticalAlign: "middle",
|
13
|
+
fontSize: "13px",
|
14
|
+
lineHeight: "inherit",
|
15
|
+
textTransform: "uppercase",
|
16
|
+
padding: "2px 8px",
|
17
|
+
borderRadius: "5px",
|
18
|
+
cursor: onClick ? "pointer" : "default",
|
19
|
+
"& + &": {
|
20
|
+
marginLeft: "0.3em",
|
21
|
+
},
|
22
|
+
};
|
23
|
+
});
|
24
|
+
const ImageContainer = styled(Box)({
|
25
|
+
display: "flex",
|
26
|
+
"& svg path": {
|
27
|
+
fill: textOnNeutral.gray1,
|
28
|
+
},
|
29
|
+
});
|
30
|
+
const TextContainer = styled(Typography)({
|
31
|
+
fontSize: "inherit",
|
32
|
+
color: "inherit",
|
33
|
+
":not(:first-child)": {
|
34
|
+
paddingLeft: "0.3em",
|
35
|
+
},
|
36
|
+
});
|
37
|
+
export { IconBadgeButtonContainer, ImageContainer, TextContainer };
|
38
|
+
//# sourceMappingURL=IconBadge.styled.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IconBadge.styled.js","sourceRoot":"","sources":["../../../src/components/IconBadge/IconBadge.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,GAAG,EAAE,UAAU,IAAI,SAAS,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AACxE,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAK3D,MAAM,wBAAwB,GAAG,MAAM,CAAC,SAAS,CAAC,CAAuB,CACvE,KAAK,EACL,EAAE;IACF,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,KAAK,CAAA;IACjC,OAAO;QACL,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM;QACxC,eAAe,EAAE,OAAO,CAAC,KAAK;QAC9B,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;QACxB,KAAK,EAAE,aAAa,CAAC,KAAK;QAC1B,aAAa,EAAE,QAAQ;QACvB,QAAQ,EAAE,MAAM;QAChB,UAAU,EAAE,SAAS;QACrB,aAAa,EAAE,WAAW;QAC1B,OAAO,EAAE,SAAS;QAClB,YAAY,EAAE,KAAK;QACnB,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;QACvC,OAAO,EAAE;YACP,UAAU,EAAE,OAAO;SACpB;KACF,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,MAAM,cAAc,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;IACjC,OAAO,EAAE,MAAM;IACf,YAAY,EAAE;QACZ,IAAI,EAAE,aAAa,CAAC,KAAK;KAC1B;CACF,CAAC,CAAA;AAEF,MAAM,aAAa,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;IACvC,QAAQ,EAAE,SAAS;IACnB,KAAK,EAAE,SAAS;IAChB,oBAAoB,EAAE;QACpB,WAAW,EAAE,OAAO;KACrB;CACF,CAAC,CAAA;AAEF,OAAO,EAAE,wBAAwB,EAAE,cAAc,EAAE,aAAa,EAAE,CAAA"}
|
@@ -0,0 +1,40 @@
|
|
1
|
+
import React from "react";
|
2
|
+
declare enum IconBadgeIcon {
|
3
|
+
BaseMale = "BaseMale",
|
4
|
+
BaseFemale = "BaseFemale",
|
5
|
+
Unisex = "Unisex",
|
6
|
+
BodyShape = "BodyShape",
|
7
|
+
Earring = "Earring",
|
8
|
+
Eyebrows = "Eyebrows",
|
9
|
+
Eyes = "Eyes",
|
10
|
+
Eyewear = "Eyewear",
|
11
|
+
FacialHair = "FacialHair",
|
12
|
+
Feet = "Feet",
|
13
|
+
Hair = "Hair",
|
14
|
+
Hat = "Hat",
|
15
|
+
Helmet = "Helmet",
|
16
|
+
LowerBody = "LowerBody",
|
17
|
+
Mask = "Mask",
|
18
|
+
Mouth = "Mouth",
|
19
|
+
Tiara = "Tiara",
|
20
|
+
TopHead = "TopHead",
|
21
|
+
UpperBody = "UpperBody",
|
22
|
+
Skin = "Skin",
|
23
|
+
HandsWear = "HandsWear",
|
24
|
+
PlayOnce = "PlayOnce",
|
25
|
+
PlayLoop = "PlayLoop",
|
26
|
+
SmartWearable = "SmartWearable",
|
27
|
+
Sound = "Sound",
|
28
|
+
Props = "Props",
|
29
|
+
Sparkles = "Sparkles",
|
30
|
+
Places = "Places",
|
31
|
+
Utility = "Utility"
|
32
|
+
}
|
33
|
+
type IconBadgeProps = {
|
34
|
+
icon?: IconBadgeIcon;
|
35
|
+
text?: string;
|
36
|
+
inline?: boolean;
|
37
|
+
onClick?: () => void;
|
38
|
+
children?: React.ReactNode;
|
39
|
+
};
|
40
|
+
export { IconBadgeIcon, IconBadgeProps };
|
@@ -0,0 +1,34 @@
|
|
1
|
+
var IconBadgeIcon;
|
2
|
+
(function (IconBadgeIcon) {
|
3
|
+
IconBadgeIcon["BaseMale"] = "BaseMale";
|
4
|
+
IconBadgeIcon["BaseFemale"] = "BaseFemale";
|
5
|
+
IconBadgeIcon["Unisex"] = "Unisex";
|
6
|
+
IconBadgeIcon["BodyShape"] = "BodyShape";
|
7
|
+
IconBadgeIcon["Earring"] = "Earring";
|
8
|
+
IconBadgeIcon["Eyebrows"] = "Eyebrows";
|
9
|
+
IconBadgeIcon["Eyes"] = "Eyes";
|
10
|
+
IconBadgeIcon["Eyewear"] = "Eyewear";
|
11
|
+
IconBadgeIcon["FacialHair"] = "FacialHair";
|
12
|
+
IconBadgeIcon["Feet"] = "Feet";
|
13
|
+
IconBadgeIcon["Hair"] = "Hair";
|
14
|
+
IconBadgeIcon["Hat"] = "Hat";
|
15
|
+
IconBadgeIcon["Helmet"] = "Helmet";
|
16
|
+
IconBadgeIcon["LowerBody"] = "LowerBody";
|
17
|
+
IconBadgeIcon["Mask"] = "Mask";
|
18
|
+
IconBadgeIcon["Mouth"] = "Mouth";
|
19
|
+
IconBadgeIcon["Tiara"] = "Tiara";
|
20
|
+
IconBadgeIcon["TopHead"] = "TopHead";
|
21
|
+
IconBadgeIcon["UpperBody"] = "UpperBody";
|
22
|
+
IconBadgeIcon["Skin"] = "Skin";
|
23
|
+
IconBadgeIcon["HandsWear"] = "HandsWear";
|
24
|
+
IconBadgeIcon["PlayOnce"] = "PlayOnce";
|
25
|
+
IconBadgeIcon["PlayLoop"] = "PlayLoop";
|
26
|
+
IconBadgeIcon["SmartWearable"] = "SmartWearable";
|
27
|
+
IconBadgeIcon["Sound"] = "Sound";
|
28
|
+
IconBadgeIcon["Props"] = "Props";
|
29
|
+
IconBadgeIcon["Sparkles"] = "Sparkles";
|
30
|
+
IconBadgeIcon["Places"] = "Places";
|
31
|
+
IconBadgeIcon["Utility"] = "Utility";
|
32
|
+
})(IconBadgeIcon || (IconBadgeIcon = {}));
|
33
|
+
export { IconBadgeIcon };
|
34
|
+
//# sourceMappingURL=IconBadge.types.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IconBadge.types.js","sourceRoot":"","sources":["../../../src/components/IconBadge/IconBadge.types.ts"],"names":[],"mappings":"AAEA,IAAK,aA8BJ;AA9BD,WAAK,aAAa;IAChB,sCAAqB,CAAA;IACrB,0CAAyB,CAAA;IACzB,kCAAiB,CAAA;IACjB,wCAAuB,CAAA;IACvB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,8BAAa,CAAA;IACb,oCAAmB,CAAA;IACnB,0CAAyB,CAAA;IACzB,8BAAa,CAAA;IACb,8BAAa,CAAA;IACb,4BAAW,CAAA;IACX,kCAAiB,CAAA;IACjB,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,gCAAe,CAAA;IACf,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,wCAAuB,CAAA;IACvB,8BAAa,CAAA;IACb,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;IACrB,sCAAqB,CAAA;IACrB,gDAA+B,CAAA;IAC/B,gCAAe,CAAA;IACf,gCAAe,CAAA;IACf,sCAAqB,CAAA;IACrB,kCAAiB,CAAA;IACjB,oCAAmB,CAAA;AACrB,CAAC,EA9BI,aAAa,KAAb,aAAa,QA8BjB;AAUD,OAAO,EAAE,aAAa,EAAkB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/IconBadge/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA"}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
|
2
|
+
import React from "react";
|
3
|
+
import { ArbitrumIcon } from "../Icon/Chains/ArbitrumIcon";
|
4
|
+
import { AvalancheIcon } from "../Icon/Chains/AvalancheIcon";
|
5
|
+
import { BinanceIcon } from "../Icon/Chains/BinanceIcon";
|
6
|
+
import { EthereumIcon } from "../Icon/Chains/EthereumIcon";
|
7
|
+
import { FantomIcon } from "../Icon/Chains/FantomIcon";
|
8
|
+
import { OptimismIcon } from "../Icon/Chains/OptimismIcon";
|
9
|
+
import { PolygonIcon } from "../Icon/Chains/PolygonIcon";
|
10
|
+
import { ChainIconOption } from "./IconChain.types";
|
11
|
+
const IconChain = React.memo((props) => {
|
12
|
+
const { icon } = props;
|
13
|
+
const commonProps = {
|
14
|
+
fontSize: "small",
|
15
|
+
color: "inherit",
|
16
|
+
};
|
17
|
+
switch (icon) {
|
18
|
+
case ChainIconOption.ARBITRUM:
|
19
|
+
return _jsx(ArbitrumIcon, { ...commonProps });
|
20
|
+
case ChainIconOption.AVALANCHE:
|
21
|
+
return _jsx(AvalancheIcon, { ...commonProps });
|
22
|
+
case ChainIconOption.BSC:
|
23
|
+
return _jsx(BinanceIcon, { ...commonProps });
|
24
|
+
case ChainIconOption.ETHEREUM:
|
25
|
+
return _jsx(EthereumIcon, { ...commonProps });
|
26
|
+
case ChainIconOption.FANTOM:
|
27
|
+
return _jsx(FantomIcon, { ...commonProps });
|
28
|
+
case ChainIconOption.OPTIMISM:
|
29
|
+
return _jsx(OptimismIcon, { ...commonProps });
|
30
|
+
case ChainIconOption.POLYGON:
|
31
|
+
return _jsx(PolygonIcon, { ...commonProps });
|
32
|
+
default:
|
33
|
+
return _jsx(_Fragment, {});
|
34
|
+
}
|
35
|
+
});
|
36
|
+
export { IconChain };
|
37
|
+
//# sourceMappingURL=IconChain.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IconChain.js","sourceRoot":"","sources":["../../../src/components/IconChain/IconChain.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAA;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AACxD,OAAO,EAAE,eAAe,EAAkB,MAAM,mBAAmB,CAAA;AAEnE,MAAM,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,KAAqB,EAAE,EAAE;IACrD,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAA;IACtB,MAAM,WAAW,GAAgD;QAC/D,QAAQ,EAAE,OAAO;QACjB,KAAK,EAAE,SAAS;KACjB,CAAA;IACD,QAAQ,IAAI,EAAE,CAAC;QACb,KAAK,eAAe,CAAC,QAAQ;YAC3B,OAAO,KAAC,YAAY,OAAK,WAAW,GAAI,CAAA;QAC1C,KAAK,eAAe,CAAC,SAAS;YAC5B,OAAO,KAAC,aAAa,OAAK,WAAW,GAAI,CAAA;QAC3C,KAAK,eAAe,CAAC,GAAG;YACtB,OAAO,KAAC,WAAW,OAAK,WAAW,GAAI,CAAA;QACzC,KAAK,eAAe,CAAC,QAAQ;YAC3B,OAAO,KAAC,YAAY,OAAK,WAAW,GAAI,CAAA;QAC1C,KAAK,eAAe,CAAC,MAAM;YACzB,OAAO,KAAC,UAAU,OAAK,WAAW,GAAI,CAAA;QACxC,KAAK,eAAe,CAAC,QAAQ;YAC3B,OAAO,KAAC,YAAY,OAAK,WAAW,GAAI,CAAA;QAC1C,KAAK,eAAe,CAAC,OAAO;YAC1B,OAAO,KAAC,WAAW,OAAK,WAAW,GAAI,CAAA;QACzC;YACE,OAAO,mBAAK,CAAA;IAChB,CAAC;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,SAAS,EAAE,CAAA"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
declare enum ChainIconOption {
|
2
|
+
ETHEREUM = "ethereum",
|
3
|
+
POLYGON = "polygon",
|
4
|
+
ARBITRUM = "arbitrum",
|
5
|
+
OPTIMISM = "optimism",
|
6
|
+
FANTOM = "fantom",
|
7
|
+
BSC = "bsc",
|
8
|
+
AVALANCHE = "avalanche"
|
9
|
+
}
|
10
|
+
type IconChainProps = {
|
11
|
+
icon?: ChainIconOption;
|
12
|
+
};
|
13
|
+
export { ChainIconOption, IconChainProps };
|
@@ -0,0 +1,12 @@
|
|
1
|
+
var ChainIconOption;
|
2
|
+
(function (ChainIconOption) {
|
3
|
+
ChainIconOption["ETHEREUM"] = "ethereum";
|
4
|
+
ChainIconOption["POLYGON"] = "polygon";
|
5
|
+
ChainIconOption["ARBITRUM"] = "arbitrum";
|
6
|
+
ChainIconOption["OPTIMISM"] = "optimism";
|
7
|
+
ChainIconOption["FANTOM"] = "fantom";
|
8
|
+
ChainIconOption["BSC"] = "bsc";
|
9
|
+
ChainIconOption["AVALANCHE"] = "avalanche";
|
10
|
+
})(ChainIconOption || (ChainIconOption = {}));
|
11
|
+
export { ChainIconOption };
|
12
|
+
//# sourceMappingURL=IconChain.types.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"IconChain.types.js","sourceRoot":"","sources":["../../../src/components/IconChain/IconChain.types.tsx"],"names":[],"mappings":"AAAA,IAAK,eAQJ;AARD,WAAK,eAAe;IAClB,wCAAqB,CAAA;IACrB,sCAAmB,CAAA;IACnB,wCAAqB,CAAA;IACrB,wCAAqB,CAAA;IACrB,oCAAiB,CAAA;IACjB,8BAAW,CAAA;IACX,0CAAuB,CAAA;AACzB,CAAC,EARI,eAAe,KAAf,eAAe,QAQnB;AAMD,OAAO,EAAE,eAAe,EAAkB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/IconChain/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
2
|
+
import React, { useCallback, useState } from "react";
|
3
|
+
import { Typography } from "@mui/material";
|
4
|
+
import { launchDesktopApp } from "../../modules/jumpIn";
|
5
|
+
import { JumpInIcon, LocationIcon } from "../Icon";
|
6
|
+
import { DownloadModal } from "../Modal/DownloadModal";
|
7
|
+
import { JumpInEventType } from "./JumpIn.types";
|
8
|
+
import { LocationIconContainer, StyledContainer, StyledIcon, StyledJumpInButton, StyledJumpInLink, StyledPosition, } from "./JumpIn.styled";
|
9
|
+
const DEFAULT_DOWNLOAD_URL = "https://decentraland.org/download";
|
10
|
+
const JumpIn = React.memo((props) => {
|
11
|
+
const { position, compact, loading, buttonText = "Jump In", downloadUrl = DEFAULT_DOWNLOAD_URL, modalProps, desktopAppOptions = {}, onTrack, } = props;
|
12
|
+
const [isModalOpen, setIsModalOpen] = useState(false);
|
13
|
+
const handleClick = useCallback(async (e) => {
|
14
|
+
e.stopPropagation();
|
15
|
+
e.preventDefault();
|
16
|
+
const hasLauncher = await launchDesktopApp(desktopAppOptions);
|
17
|
+
onTrack?.({
|
18
|
+
type: hasLauncher
|
19
|
+
? JumpInEventType.JUMP_IN
|
20
|
+
: JumpInEventType.OPEN_DOWNLOAD_MODAL,
|
21
|
+
url: hasLauncher ? undefined : downloadUrl,
|
22
|
+
has_launcher: hasLauncher,
|
23
|
+
});
|
24
|
+
!hasLauncher && setIsModalOpen(true);
|
25
|
+
}, [onTrack, downloadUrl, desktopAppOptions]);
|
26
|
+
const handleDownloadClick = useCallback((e) => {
|
27
|
+
e.stopPropagation();
|
28
|
+
e.preventDefault();
|
29
|
+
onTrack?.({
|
30
|
+
type: JumpInEventType.DOWNLOAD,
|
31
|
+
url: downloadUrl,
|
32
|
+
has_launcher: false,
|
33
|
+
});
|
34
|
+
window.open(downloadUrl, "_blank");
|
35
|
+
}, [onTrack, downloadUrl]);
|
36
|
+
if (props.variant === "button") {
|
37
|
+
return (_jsxs(_Fragment, { children: [_jsxs(StyledJumpInButton, { ...props.buttonProps, onClick: handleClick, disabled: loading, size: "small", variant: "contained", children: [_jsx("span", { children: buttonText }), _jsx(JumpInIcon, {})] }), _jsx(DownloadModal, { ...modalProps, open: isModalOpen, onClose: () => setIsModalOpen(false), onDownloadClick: handleDownloadClick })] }));
|
38
|
+
}
|
39
|
+
return (_jsxs(_Fragment, { children: [_jsx(StyledJumpInLink, { ...props.linkProps, onClick: handleClick, target: "_blank", rel: "noopener noreferrer", children: _jsxs(StyledContainer, { children: [_jsxs(StyledPosition, { compact: compact, children: [position && (_jsx(LocationIconContainer, { children: _jsx(LocationIcon, { htmlColor: "inherit", fontSize: "inherit" }) })), _jsx(Typography, { component: "span", children: position })] }), _jsx(StyledIcon, { children: _jsx(JumpInIcon, {}) })] }) }), _jsx(DownloadModal, { ...modalProps, open: isModalOpen, onClose: () => setIsModalOpen(false), onDownloadClick: handleDownloadClick })] }));
|
40
|
+
});
|
41
|
+
export { JumpIn };
|
42
|
+
//# sourceMappingURL=JumpIn.js.map
|