decentraland-ui2 0.26.1-17074319572.commit-54256a2 → 0.26.1
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
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { useMemo } from "react";
|
3
|
+
import Tooltip from "@mui/material/Tooltip";
|
4
|
+
import { StyledAddress } from "./Address.styled";
|
5
|
+
const Address = (props) => {
|
6
|
+
const { value, strong = false, shorten = true, tooltip = false } = props;
|
7
|
+
const address = useMemo(() => (shorten ? `${value.slice(0, 6)}\u2026${value.slice(-4)}` : value), [value, shorten]);
|
8
|
+
const content = (_jsx(StyledAddress, { as: strong ? "strong" : "span", children: address }));
|
9
|
+
return tooltip ? (_jsx(Tooltip, { title: value, placement: "top", children: _jsx("span", { children: content }) })) : (content);
|
10
|
+
};
|
11
|
+
export { Address };
|
12
|
+
//# sourceMappingURL=Address.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Address.js","sourceRoot":"","sources":["../../../src/components/Address/Address.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAC/B,OAAO,OAAO,MAAM,uBAAuB,CAAA;AAE3C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAEhD,MAAM,OAAO,GAAG,CAAC,KAAmB,EAAE,EAAE;IACtC,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,KAAK,EAAE,OAAO,GAAG,IAAI,EAAE,OAAO,GAAG,KAAK,EAAE,GAAG,KAAK,CAAA;IACxE,MAAM,OAAO,GAAG,OAAO,CACrB,GAAG,EAAE,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,SAAS,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,EACxE,CAAC,KAAK,EAAE,OAAO,CAAC,CACjB,CAAA;IAED,MAAM,OAAO,GAAG,CACd,KAAC,aAAa,IAAC,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,YAAG,OAAO,GAAiB,CACzE,CAAA;IAED,OAAO,OAAO,CAAC,CAAC,CAAC,CACf,KAAC,OAAO,IAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAC,KAAK,YACpC,yBAAO,OAAO,GAAQ,GACd,CACX,CAAC,CAAC,CAAC,CACF,OAAO,CACR,CAAA;AACH,CAAC,CAAA;AAED,OAAO,EAAE,OAAO,EAAE,CAAA"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AddressProps } from "./Address.types";
|
2
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
3
|
+
declare const meta: Meta<AddressProps>;
|
4
|
+
type Story = StoryObj<AddressProps>;
|
5
|
+
declare const FullAddress: Story;
|
6
|
+
declare const ShortAddress: Story;
|
7
|
+
declare const StrongStyleAddress: Story;
|
8
|
+
declare const WithTooltip: Story;
|
9
|
+
export default meta;
|
10
|
+
export { FullAddress, ShortAddress, StrongStyleAddress, WithTooltip };
|
@@ -0,0 +1,58 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import { Address } from "./";
|
3
|
+
const address = "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942";
|
4
|
+
const meta = {
|
5
|
+
component: Address,
|
6
|
+
title: "Decentraland UI/Address",
|
7
|
+
tags: ["autodocs"],
|
8
|
+
argTypes: {
|
9
|
+
value: {
|
10
|
+
description: "The Ethereum address to display (required)",
|
11
|
+
defaultValue: "",
|
12
|
+
},
|
13
|
+
strong: {
|
14
|
+
description: "Bold the address text",
|
15
|
+
defaultValue: false,
|
16
|
+
},
|
17
|
+
shorten: {
|
18
|
+
description: "Shorten the address for display",
|
19
|
+
defaultValue: true,
|
20
|
+
},
|
21
|
+
tooltip: {
|
22
|
+
description: "Show full address on hover",
|
23
|
+
},
|
24
|
+
},
|
25
|
+
render: (args) => _jsx(Address, { ...args }),
|
26
|
+
};
|
27
|
+
const FullAddress = {
|
28
|
+
name: "Full Address",
|
29
|
+
args: {
|
30
|
+
value: address,
|
31
|
+
shorten: false,
|
32
|
+
},
|
33
|
+
};
|
34
|
+
const ShortAddress = {
|
35
|
+
name: "Short Address",
|
36
|
+
args: {
|
37
|
+
value: address,
|
38
|
+
shorten: true,
|
39
|
+
},
|
40
|
+
};
|
41
|
+
const StrongStyleAddress = {
|
42
|
+
name: "Strong Style Address",
|
43
|
+
args: {
|
44
|
+
value: address,
|
45
|
+
strong: true,
|
46
|
+
},
|
47
|
+
};
|
48
|
+
const WithTooltip = {
|
49
|
+
name: "With Tooltip",
|
50
|
+
args: {
|
51
|
+
value: address,
|
52
|
+
tooltip: true,
|
53
|
+
},
|
54
|
+
};
|
55
|
+
// eslint-disable-next-line import/no-default-export
|
56
|
+
export default meta;
|
57
|
+
export { FullAddress, ShortAddress, StrongStyleAddress, WithTooltip };
|
58
|
+
//# sourceMappingURL=Address.stories.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Address.stories.js","sourceRoot":"","sources":["../../../src/components/Address/Address.stories.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAA;AAG5B,MAAM,OAAO,GAAG,4CAA4C,CAAA;AAE5D,MAAM,IAAI,GAAuB;IAC/B,SAAS,EAAE,OAAO;IAClB,KAAK,EAAE,yBAAyB;IAChC,IAAI,EAAE,CAAC,UAAU,CAAC;IAClB,QAAQ,EAAE;QACR,KAAK,EAAE;YACL,WAAW,EAAE,4CAA4C;YACzD,YAAY,EAAE,EAAE;SACjB;QACD,MAAM,EAAE;YACN,WAAW,EAAE,uBAAuB;YACpC,YAAY,EAAE,KAAK;SACpB;QACD,OAAO,EAAE;YACP,WAAW,EAAE,iCAAiC;YAC9C,YAAY,EAAE,IAAI;SACnB;QACD,OAAO,EAAE;YACP,WAAW,EAAE,4BAA4B;SAC1C;KACF;IACD,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,KAAC,OAAO,OAAK,IAAI,GAAI;CACxC,CAAA;AAID,MAAM,WAAW,GAAU;IACzB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE;QACJ,KAAK,EAAE,OAAO;QACd,OAAO,EAAE,KAAK;KACf;CACF,CAAA;AAED,MAAM,YAAY,GAAU;IAC1B,IAAI,EAAE,eAAe;IACrB,IAAI,EAAE;QACJ,KAAK,EAAE,OAAO;QACd,OAAO,EAAE,IAAI;KACd;CACF,CAAA;AAED,MAAM,kBAAkB,GAAU;IAChC,IAAI,EAAE,sBAAsB;IAC5B,IAAI,EAAE;QACJ,KAAK,EAAE,OAAO;QACd,MAAM,EAAE,IAAI;KACb;CACF,CAAA;AAED,MAAM,WAAW,GAAU;IACzB,IAAI,EAAE,cAAc;IACpB,IAAI,EAAE;QACJ,KAAK,EAAE,OAAO;QACd,OAAO,EAAE,IAAI;KACd;CACF,CAAA;AAED,oDAAoD;AACpD,eAAe,IAAI,CAAA;AACnB,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,kBAAkB,EAAE,WAAW,EAAE,CAAA"}
|
@@ -0,0 +1,5 @@
|
|
1
|
+
declare const StyledAddress: import("@emotion/styled").StyledComponent<{
|
2
|
+
theme?: import("@emotion/react").Theme;
|
3
|
+
as?: import("react").ElementType;
|
4
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
5
|
+
export { StyledAddress };
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Address.styled.js","sourceRoot":"","sources":["../../../src/components/Address/Address.styled.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,iBAAiB,CAAA;AAEpC,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;IACnD,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;IACjC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,UAAU;CACxC,CAAC,CAAC,CAAA;AAEH,OAAO,EAAE,aAAa,EAAE,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Address.types.js","sourceRoot":"","sources":["../../../src/components/Address/Address.types.ts"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Address/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,iBAAiB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/AddressField/utils.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,GAAG,CAAC,IAAI,GAAG,EAAE,EAAE,EAAE;IAC5B,OAAO,sBAAsB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;AAC1C,CAAC,CAAA;AAED,MAAM,OAAO,GAAG,CAAC,OAAgB,EAAE,EAAE;IACnC,OAAO,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAA;AAC3E,CAAC,CAAA;AAED,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { isValid, shorten } from "./utils";
|
2
|
+
describe("isValid", () => {
|
3
|
+
it("should return false when address is undefined", () => {
|
4
|
+
expect(isValid(undefined)).toBe(false);
|
5
|
+
});
|
6
|
+
it("should return false when address doesn't match regex", () => {
|
7
|
+
expect(isValid("0x")).toBe(false);
|
8
|
+
});
|
9
|
+
it("should return true when address matches regex", () => {
|
10
|
+
expect(isValid("0x89805E5f0698Cb4dB57f0E389f2a75259f78CC22")).toBe(true);
|
11
|
+
});
|
12
|
+
});
|
13
|
+
describe("shorten", () => {
|
14
|
+
it("should return empty string when address is not defined", () => {
|
15
|
+
expect(shorten(undefined)).toBe("");
|
16
|
+
});
|
17
|
+
it("should return first and last 5 items", () => {
|
18
|
+
expect(shorten("0x89805E5f0698Cb4dB57f0E389f2a75259f78CC22")).toBe("0x8980...8CC22");
|
19
|
+
});
|
20
|
+
});
|
21
|
+
//# sourceMappingURL=utils.spec.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"utils.spec.js","sourceRoot":"","sources":["../../../src/components/AddressField/utils.spec.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAE1C,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;IACvB,EAAE,CAAC,+CAA+C,EAAE,GAAG,EAAE;QACvD,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;IACxC,CAAC,CAAC,CAAA;IAEF,EAAE,CAAC,sDAAsD,EAAE,GAAG,EAAE;QAC9D,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA;IACnC,CAAC,CAAC,CAAA;IAEF,EAAE,CAAC,+CAA+C,EAAE,GAAG,EAAE;QACvD,MAAM,CAAC,OAAO,CAAC,4CAA4C,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAA;IAC1E,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA;AAEF,QAAQ,CAAC,SAAS,EAAE,GAAG,EAAE;IACvB,EAAE,CAAC,wDAAwD,EAAE,GAAG,EAAE;QAChE,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;IACrC,CAAC,CAAC,CAAA;IAEF,EAAE,CAAC,sCAAsC,EAAE,GAAG,EAAE;QAC9C,MAAM,CAAC,OAAO,CAAC,4CAA4C,CAAC,CAAC,CAAC,IAAI,CAChE,gBAAgB,CACjB,CAAA;IACH,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
|
@@ -0,0 +1,58 @@
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
2
|
+
import React, { useCallback, useEffect, useMemo, useState } from "react";
|
3
|
+
import { TileMap } from "react-tile-map";
|
4
|
+
import { getColorByType, getTiles } from "./util";
|
5
|
+
import { AtlasColor } from "./Atlas.types";
|
6
|
+
import "react-tile-map/dist/styles.css";
|
7
|
+
const Atlas = React.memo((props) => {
|
8
|
+
const { layers } = props;
|
9
|
+
const [tiles, setTiles] = useState(props.tiles);
|
10
|
+
const mountedRef = React.useRef(true);
|
11
|
+
const layer = useCallback((x, y) => {
|
12
|
+
const id = x + "," + y;
|
13
|
+
if (tiles && id in tiles) {
|
14
|
+
const tile = tiles[id];
|
15
|
+
return {
|
16
|
+
color: getColorByType(tile.type),
|
17
|
+
top: tile.top,
|
18
|
+
left: tile.left,
|
19
|
+
topLeft: tile.topLeft,
|
20
|
+
};
|
21
|
+
}
|
22
|
+
else {
|
23
|
+
return {
|
24
|
+
color: (x + y) % 2 === 0 ? AtlasColor.ODD : AtlasColor.EVEN,
|
25
|
+
};
|
26
|
+
}
|
27
|
+
}, [tiles]);
|
28
|
+
useEffect(() => {
|
29
|
+
if (!tiles) {
|
30
|
+
getTiles().then(handleUpdateTiles);
|
31
|
+
}
|
32
|
+
return () => {
|
33
|
+
mountedRef.current = false;
|
34
|
+
};
|
35
|
+
}, [tiles]);
|
36
|
+
useEffect(() => {
|
37
|
+
if (props.tiles && props.tiles !== tiles) {
|
38
|
+
setTiles(props.tiles);
|
39
|
+
}
|
40
|
+
}, [props.tiles]);
|
41
|
+
const handleUpdateTiles = (updatedTiles) => {
|
42
|
+
if (mountedRef.current) {
|
43
|
+
setTiles(updatedTiles);
|
44
|
+
}
|
45
|
+
};
|
46
|
+
/*
|
47
|
+
Review this CSS
|
48
|
+
const atlasStyle = css({
|
49
|
+
background: neutral.softBlack1,
|
50
|
+
}) */
|
51
|
+
const layersMemo = useMemo(() => [layer, ...(layers || [])], [layer, layers]);
|
52
|
+
return (_jsx(TileMap, { ...TileMap.defaultProps, ...props,
|
53
|
+
/* Review this CSS */
|
54
|
+
/* css={atlasStyle} */
|
55
|
+
layers: layersMemo }));
|
56
|
+
});
|
57
|
+
export { Atlas };
|
58
|
+
//# sourceMappingURL=Atlas.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Atlas.js","sourceRoot":"","sources":["../../../src/components/Atlas/Atlas.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AACxE,OAAO,EAAS,OAAO,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAA;AACjD,OAAO,EAAE,UAAU,EAA+B,MAAM,eAAe,CAAA;AAEvE,OAAO,gCAAgC,CAAA;AAEvC,MAAM,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,KAAiB,EAAE,EAAE;IAC7C,MAAM,EAAE,MAAM,EAAE,GAAG,KAAK,CAAA;IAExB,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAkB,KAAK,CAAC,KAAK,CAAC,CAAA;IAChE,MAAM,UAAU,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;IAErC,MAAM,KAAK,GAAU,WAAW,CAC9B,CAAC,CAAS,EAAE,CAAS,EAAE,EAAE;QACvB,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAA;QACtB,IAAI,KAAK,IAAI,EAAE,IAAI,KAAK,EAAE,CAAC;YACzB,MAAM,IAAI,GAAG,KAAK,CAAC,EAAE,CAAC,CAAA;YACtB,OAAO;gBACL,KAAK,EAAE,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC;gBAChC,GAAG,EAAE,IAAI,CAAC,GAAG;gBACb,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,OAAO,EAAE,IAAI,CAAC,OAAO;aACtB,CAAA;QACH,CAAC;aAAM,CAAC;YACN,OAAO;gBACL,KAAK,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI;aAC5D,CAAA;QACH,CAAC;IACH,CAAC,EACD,CAAC,KAAK,CAAC,CACR,CAAA;IAED,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,CAAC,KAAK,EAAE,CAAC;YACX,QAAQ,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAA;QACpC,CAAC;QAED,OAAO,GAAG,EAAE;YACV,UAAU,CAAC,OAAO,GAAG,KAAK,CAAA;QAC5B,CAAC,CAAA;IACH,CAAC,EAAE,CAAC,KAAK,CAAC,CAAC,CAAA;IAEX,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,KAAK,CAAC,KAAK,IAAI,KAAK,CAAC,KAAK,KAAK,KAAK,EAAE,CAAC;YACzC,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,CAAA;QACvB,CAAC;IACH,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAA;IAEjB,MAAM,iBAAiB,GAAG,CAAC,YAA6B,EAAQ,EAAE;QAChE,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC;YACvB,QAAQ,CAAC,YAAY,CAAC,CAAA;QACxB,CAAC;IACH,CAAC,CAAA;IACD;;;;SAIK;IAEL,MAAM,UAAU,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC,KAAK,EAAE,GAAG,CAAC,MAAM,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAA;IAE7E,OAAO,CACL,KAAC,OAAO,OACF,OAAO,CAAC,YAAY,KACpB,KAAK;QACT,qBAAqB;QACrB,sBAAsB;QACtB,MAAM,EAAE,UAAU,GAClB,CACH,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,OAAO,EAAE,KAAK,EAAE,CAAA"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { AtlasProps } from "./index";
|
2
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
3
|
+
declare const meta: Meta<AtlasProps>;
|
4
|
+
type Story = StoryObj<AtlasProps>;
|
5
|
+
declare const Uncontrolled: Story;
|
6
|
+
declare const Controlled: Story;
|
7
|
+
declare const ForSale: Story;
|
8
|
+
declare const ClickToSelect: Story;
|
9
|
+
declare const HoverToHighlight: Story;
|
10
|
+
declare const WithZoomControl: Story;
|
11
|
+
export default meta;
|
12
|
+
export { Uncontrolled, Controlled, ForSale, ClickToSelect, HoverToHighlight, WithZoomControl, };
|
@@ -0,0 +1,249 @@
|
|
1
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
2
|
+
import { ArgTypes, Title } from "@storybook/blocks";
|
3
|
+
import styled from "@emotion/styled";
|
4
|
+
import { getTiles } from "./util";
|
5
|
+
import { Atlas } from "./index";
|
6
|
+
let tiles;
|
7
|
+
if (window) {
|
8
|
+
getTiles().then((_tiles) => (tiles = _tiles));
|
9
|
+
}
|
10
|
+
// For Sale
|
11
|
+
const forSaleLayer = (x, y) => {
|
12
|
+
const key = x + "," + y;
|
13
|
+
if (tiles && tiles[key] && "price" in tiles[key]) {
|
14
|
+
return { color: "#00d3ff" };
|
15
|
+
}
|
16
|
+
return null;
|
17
|
+
};
|
18
|
+
// Selection
|
19
|
+
let selected = [];
|
20
|
+
function isSelected(x, y) {
|
21
|
+
return selected.some((coord) => coord.x === x && coord.y === y);
|
22
|
+
}
|
23
|
+
const selectedStrokeLayer = (x, y) => {
|
24
|
+
return isSelected(x, y) ? { color: "#ff0044", scale: 1.4 } : null;
|
25
|
+
};
|
26
|
+
const selectedFillLayer = (x, y) => {
|
27
|
+
return isSelected(x, y) ? { color: "#ff9990", scale: 1.2 } : null;
|
28
|
+
};
|
29
|
+
const handleClick = (x, y) => {
|
30
|
+
console.log(x, y);
|
31
|
+
if (isSelected(x, y)) {
|
32
|
+
selected = selected.filter((coord) => coord.x !== x || coord.y !== y);
|
33
|
+
}
|
34
|
+
else {
|
35
|
+
selected.push({ x, y });
|
36
|
+
}
|
37
|
+
};
|
38
|
+
// Hover
|
39
|
+
let hover;
|
40
|
+
const isValid = () => {
|
41
|
+
if (!hover)
|
42
|
+
return false;
|
43
|
+
// only valid if it fits in central plaza
|
44
|
+
return hover.x >= -5 && hover.x <= 6 && hover.y >= -5 && hover.y <= 5;
|
45
|
+
};
|
46
|
+
const isHighlighted = (x, y) => {
|
47
|
+
if (!hover)
|
48
|
+
return false;
|
49
|
+
// only highlight a 10x10 area centered around hover coords
|
50
|
+
const radius = 5;
|
51
|
+
return (x > hover.x - radius &&
|
52
|
+
x < hover.x + radius &&
|
53
|
+
y > hover.y - radius &&
|
54
|
+
y < hover.y + radius);
|
55
|
+
};
|
56
|
+
const handleHover = (x, y) => {
|
57
|
+
hover = { x, y };
|
58
|
+
};
|
59
|
+
const hoverStrokeLayer = (x, y) => {
|
60
|
+
if (isHighlighted(x, y)) {
|
61
|
+
return {
|
62
|
+
color: isValid() ? "#44ff00" : "#ff0044",
|
63
|
+
scale: 1.5,
|
64
|
+
};
|
65
|
+
}
|
66
|
+
return null;
|
67
|
+
};
|
68
|
+
const hoverFillLayer = (x, y) => {
|
69
|
+
if (isHighlighted(x, y)) {
|
70
|
+
return {
|
71
|
+
color: isValid() ? "#99ff90" : "#ff9990",
|
72
|
+
scale: 1.2,
|
73
|
+
};
|
74
|
+
}
|
75
|
+
return null;
|
76
|
+
};
|
77
|
+
const AtlasContainer = styled.div({
|
78
|
+
width: "90vw",
|
79
|
+
height: "90vh",
|
80
|
+
backgroundColor: "black",
|
81
|
+
});
|
82
|
+
const meta = {
|
83
|
+
component: Atlas,
|
84
|
+
title: "Decentraland UI/Atlas",
|
85
|
+
tags: ["autodocs"],
|
86
|
+
argTypes: {
|
87
|
+
layers: {
|
88
|
+
description: "layer to render on the map",
|
89
|
+
},
|
90
|
+
className: {
|
91
|
+
description: "custom class name",
|
92
|
+
},
|
93
|
+
x: {
|
94
|
+
description: "where to position the map in the X axis",
|
95
|
+
},
|
96
|
+
y: {
|
97
|
+
description: "where to position the map in the Y axis",
|
98
|
+
},
|
99
|
+
initialX: {
|
100
|
+
description: "where to initially position the map in the X axis",
|
101
|
+
},
|
102
|
+
initialY: {
|
103
|
+
description: "where to initially position the map in the Y axis",
|
104
|
+
},
|
105
|
+
size: {
|
106
|
+
description: "size of each parcel, i.e: size=5 makes each parcel of 5x5 pixels",
|
107
|
+
},
|
108
|
+
width: {
|
109
|
+
description: "width of the canvas in pixels",
|
110
|
+
},
|
111
|
+
height: {
|
112
|
+
description: "height of the canvas in pixels",
|
113
|
+
},
|
114
|
+
zoom: {
|
115
|
+
description: "zoom level of the map, this changes in the end the size on which parcels are rendered, i.e: size=10 and zoom=0.5 makes each parcel of 5x5 pixels",
|
116
|
+
},
|
117
|
+
minX: {
|
118
|
+
description: "min values for x(ie. the map boundaries)",
|
119
|
+
},
|
120
|
+
maxX: {
|
121
|
+
description: "max values for x(ie. the map boundaries)",
|
122
|
+
},
|
123
|
+
minY: {
|
124
|
+
description: "min values for y (ie. the map boundaries)",
|
125
|
+
},
|
126
|
+
maxY: {
|
127
|
+
description: "max values for y (ie. the map boundaries)",
|
128
|
+
},
|
129
|
+
minSize: {
|
130
|
+
description: "minimum size that parcels can take (after applying zoom)",
|
131
|
+
},
|
132
|
+
maxSize: {
|
133
|
+
description: "maximum size that parcels can take (after applying zoom)",
|
134
|
+
},
|
135
|
+
panX: {
|
136
|
+
description: "initial panning in the X axis, this changes the initial position of the map adding an offset to the prop `x`",
|
137
|
+
},
|
138
|
+
panY: {
|
139
|
+
description: "initial panning in the Y axis, this changes the initial position of the map adding an offset to the prop `y`",
|
140
|
+
},
|
141
|
+
isDraggable: {
|
142
|
+
description: "whether the map should be draggable or not",
|
143
|
+
},
|
144
|
+
padding: {
|
145
|
+
description: "amount of padding tiles",
|
146
|
+
},
|
147
|
+
withZoomControls: {
|
148
|
+
description: "whether the zoom controls should appear",
|
149
|
+
},
|
150
|
+
onMouseDown: {
|
151
|
+
description: "callbacks",
|
152
|
+
},
|
153
|
+
onMouseUp: {
|
154
|
+
description: "callbacks",
|
155
|
+
},
|
156
|
+
onClick: {
|
157
|
+
description: "callbacks",
|
158
|
+
},
|
159
|
+
onHover: {
|
160
|
+
description: " - ",
|
161
|
+
},
|
162
|
+
onPopup: { description: " - " },
|
163
|
+
onChange: { description: " - " },
|
164
|
+
onCenterChange: { description: " - " },
|
165
|
+
renderMap: {
|
166
|
+
description: "renderer",
|
167
|
+
},
|
168
|
+
},
|
169
|
+
parameters: {
|
170
|
+
docs: {
|
171
|
+
page: () => (_jsxs(_Fragment, { children: [_jsx(Title, {}), _jsx(ArgTypes, {})] })),
|
172
|
+
},
|
173
|
+
layout: "centered",
|
174
|
+
canvas: true,
|
175
|
+
},
|
176
|
+
loaders: [
|
177
|
+
async () => ({
|
178
|
+
tiles: await getTiles(),
|
179
|
+
}),
|
180
|
+
],
|
181
|
+
decorators: [
|
182
|
+
(Story) => (_jsx(AtlasContainer, { children: _jsx(Story, {}) })),
|
183
|
+
],
|
184
|
+
render: (args, { loaded: { tiles } }) => _jsx(Atlas, { ...args, tiles: tiles }),
|
185
|
+
};
|
186
|
+
const Uncontrolled = {
|
187
|
+
args: {},
|
188
|
+
loaders: [
|
189
|
+
async () => ({
|
190
|
+
tiles: null,
|
191
|
+
}),
|
192
|
+
],
|
193
|
+
};
|
194
|
+
const Controlled = {
|
195
|
+
args: {},
|
196
|
+
loaders: [
|
197
|
+
async () => ({
|
198
|
+
tiles: await getTiles(),
|
199
|
+
}),
|
200
|
+
],
|
201
|
+
};
|
202
|
+
const ForSale = {
|
203
|
+
args: {
|
204
|
+
layers: [forSaleLayer],
|
205
|
+
},
|
206
|
+
loaders: [
|
207
|
+
async () => ({
|
208
|
+
tiles: await getTiles(),
|
209
|
+
}),
|
210
|
+
],
|
211
|
+
};
|
212
|
+
const ClickToSelect = {
|
213
|
+
args: {
|
214
|
+
layers: [selectedStrokeLayer, selectedFillLayer],
|
215
|
+
onClick: handleClick,
|
216
|
+
},
|
217
|
+
loaders: [
|
218
|
+
async () => ({
|
219
|
+
tiles: await getTiles(),
|
220
|
+
}),
|
221
|
+
],
|
222
|
+
};
|
223
|
+
const HoverToHighlight = {
|
224
|
+
args: {
|
225
|
+
layers: [hoverStrokeLayer, hoverFillLayer],
|
226
|
+
onHover: handleHover,
|
227
|
+
},
|
228
|
+
loaders: [
|
229
|
+
async () => ({
|
230
|
+
tiles: await getTiles(),
|
231
|
+
}),
|
232
|
+
],
|
233
|
+
};
|
234
|
+
const WithZoomControl = {
|
235
|
+
args: {
|
236
|
+
layers: [hoverStrokeLayer, hoverFillLayer],
|
237
|
+
onHover: handleHover,
|
238
|
+
withZoomControls: true,
|
239
|
+
},
|
240
|
+
loaders: [
|
241
|
+
async () => ({
|
242
|
+
tiles: await getTiles(),
|
243
|
+
}),
|
244
|
+
],
|
245
|
+
};
|
246
|
+
// eslint-disable-next-line import/no-default-export
|
247
|
+
export default meta;
|
248
|
+
export { Uncontrolled, Controlled, ForSale, ClickToSelect, HoverToHighlight, WithZoomControl, };
|
249
|
+
//# sourceMappingURL=Atlas.stories.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Atlas.stories.js","sourceRoot":"","sources":["../../../src/components/Atlas/Atlas.stories.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,MAAM,MAAM,iBAAiB,CAAA;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAA;AACjC,OAAO,EAAE,KAAK,EAA4B,MAAM,SAAS,CAAA;AAGzD,IAAI,KAAK,CAAA;AACT,IAAI,MAAM,EAAE,CAAC;IACX,QAAQ,EAAE,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,MAAM,CAAC,CAAC,CAAA;AAC/C,CAAC;AAED,WAAW;AAEX,MAAM,YAAY,GAAU,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;IACnC,MAAM,GAAG,GAAG,CAAC,GAAG,GAAG,GAAG,CAAC,CAAA;IACvB,IAAI,KAAK,IAAI,KAAK,CAAC,GAAG,CAAC,IAAI,OAAO,IAAI,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC;QACjD,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,CAAA;IAC7B,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC,CAAA;AAED,YAAY;AAEZ,IAAI,QAAQ,GAAY,EAAE,CAAA;AAE1B,SAAS,UAAU,CAAC,CAAS,EAAE,CAAS;IACtC,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,CAAA;AACjE,CAAC;AAED,MAAM,mBAAmB,GAAU,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;IAC1C,OAAO,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACnE,CAAC,CAAA;AAED,MAAM,iBAAiB,GAAU,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;IACxC,OAAO,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAC,IAAI,CAAA;AACnE,CAAC,CAAA;AAED,MAAM,WAAW,GAAG,CAAC,CAAS,EAAE,CAAS,EAAE,EAAE;IAC3C,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACjB,IAAI,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;QACrB,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,CAAA;IACvE,CAAC;SAAM,CAAC;QACN,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAA;IACzB,CAAC;AACH,CAAC,CAAA;AAED,QAAQ;AAER,IAAI,KAAK,CAAA;AAET,MAAM,OAAO,GAAG,GAAG,EAAE;IACnB,IAAI,CAAC,KAAK;QAAE,OAAO,KAAK,CAAA;IACxB,yCAAyC;IACzC,OAAO,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,IAAI,CAAC,CAAA;AACvE,CAAC,CAAA;AAED,MAAM,aAAa,GAAG,CAAC,CAAS,EAAE,CAAS,EAAE,EAAE;IAC7C,IAAI,CAAC,KAAK;QAAE,OAAO,KAAK,CAAA;IACxB,2DAA2D;IAC3D,MAAM,MAAM,GAAG,CAAC,CAAA;IAChB,OAAO,CACL,CAAC,GAAG,KAAK,CAAC,CAAC,GAAG,MAAM;QACpB,CAAC,GAAG,KAAK,CAAC,CAAC,GAAG,MAAM;QACpB,CAAC,GAAG,KAAK,CAAC,CAAC,GAAG,MAAM;QACpB,CAAC,GAAG,KAAK,CAAC,CAAC,GAAG,MAAM,CACrB,CAAA;AACH,CAAC,CAAA;AAED,MAAM,WAAW,GAAG,CAAC,CAAS,EAAE,CAAS,EAAE,EAAE;IAC3C,KAAK,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,CAAA;AAClB,CAAC,CAAA;AAED,MAAM,gBAAgB,GAAU,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;IACvC,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;QACxB,OAAO;YACL,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;YACxC,KAAK,EAAE,GAAG;SACX,CAAA;IACH,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC,CAAA;AAED,MAAM,cAAc,GAAU,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;IACrC,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;QACxB,OAAO;YACL,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS;YACxC,KAAK,EAAE,GAAG;SACX,CAAA;IACH,CAAC;IACD,OAAO,IAAI,CAAA;AACb,CAAC,CAAA;AAED,MAAM,cAAc,GAAG,MAAM,CAAC,GAAG,CAAC;IAChC,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,MAAM;IACd,eAAe,EAAE,OAAO;CACzB,CAAC,CAAA;AAEF,MAAM,IAAI,GAAqB;IAC7B,SAAS,EAAE,KAAK;IAChB,KAAK,EAAE,uBAAuB;IAC9B,IAAI,EAAE,CAAC,UAAU,CAAC;IAClB,QAAQ,EAAE;QACR,MAAM,EAAE;YACN,WAAW,EAAE,4BAA4B;SAC1C;QACD,SAAS,EAAE;YACT,WAAW,EAAE,mBAAmB;SACjC;QACD,CAAC,EAAE;YACD,WAAW,EAAE,yCAAyC;SACvD;QACD,CAAC,EAAE;YACD,WAAW,EAAE,yCAAyC;SACvD;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,mDAAmD;SACjE;QACD,QAAQ,EAAE;YACR,WAAW,EAAE,mDAAmD;SACjE;QACD,IAAI,EAAE;YACJ,WAAW,EACT,kEAAkE;SACrE;QACD,KAAK,EAAE;YACL,WAAW,EAAE,+BAA+B;SAC7C;QACD,MAAM,EAAE;YACN,WAAW,EAAE,gCAAgC;SAC9C;QACD,IAAI,EAAE;YACJ,WAAW,EACT,kJAAkJ;SACrJ;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,0CAA0C;SACxD;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,0CAA0C;SACxD;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,2CAA2C;SACzD;QACD,IAAI,EAAE;YACJ,WAAW,EAAE,2CAA2C;SACzD;QACD,OAAO,EAAE;YACP,WAAW,EAAE,0DAA0D;SACxE;QACD,OAAO,EAAE;YACP,WAAW,EAAE,0DAA0D;SACxE;QACD,IAAI,EAAE;YACJ,WAAW,EACT,8GAA8G;SACjH;QACD,IAAI,EAAE;YACJ,WAAW,EACT,8GAA8G;SACjH;QACD,WAAW,EAAE;YACX,WAAW,EAAE,4CAA4C;SAC1D;QACD,OAAO,EAAE;YACP,WAAW,EAAE,yBAAyB;SACvC;QACD,gBAAgB,EAAE;YAChB,WAAW,EAAE,yCAAyC;SACvD;QACD,WAAW,EAAE;YACX,WAAW,EAAE,WAAW;SACzB;QACD,SAAS,EAAE;YACT,WAAW,EAAE,WAAW;SACzB;QACD,OAAO,EAAE;YACP,WAAW,EAAE,WAAW;SACzB;QACD,OAAO,EAAE;YACP,WAAW,EAAE,KAAK;SACnB;QACD,OAAO,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE;QAC/B,QAAQ,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE;QAChC,cAAc,EAAE,EAAE,WAAW,EAAE,KAAK,EAAE;QACtC,SAAS,EAAE;YACT,WAAW,EAAE,UAAU;SACxB;KACF;IACD,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,IAAI,EAAE,GAAG,EAAE,CAAC,CACV,8BACE,KAAC,KAAK,KAAG,EACT,KAAC,QAAQ,KAAG,IACX,CACJ;SACF;QACD,MAAM,EAAE,UAAU;QAClB,MAAM,EAAE,IAAI;KACb;IACD,OAAO,EAAE;QACP,KAAK,IAAI,EAAE,CAAC,CAAC;YACX,KAAK,EAAE,MAAM,QAAQ,EAAE;SACxB,CAAC;KACH;IACD,UAAU,EAAE;QACV,CAAC,KAAK,EAAE,EAAE,CAAC,CACT,KAAC,cAAc,cACb,KAAC,KAAK,KAAG,GACM,CAClB;KACF;IACD,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,CAAC,KAAC,KAAK,OAAK,IAAI,EAAE,KAAK,EAAE,KAAK,GAAI;CAC3E,CAAA;AAID,MAAM,YAAY,GAAU;IAC1B,IAAI,EAAE,EAAE;IACR,OAAO,EAAE;QACP,KAAK,IAAI,EAAE,CAAC,CAAC;YACX,KAAK,EAAE,IAAI;SACZ,CAAC;KACH;CACF,CAAA;AAED,MAAM,UAAU,GAAU;IACxB,IAAI,EAAE,EAAE;IACR,OAAO,EAAE;QACP,KAAK,IAAI,EAAE,CAAC,CAAC;YACX,KAAK,EAAE,MAAM,QAAQ,EAAE;SACxB,CAAC;KACH;CACF,CAAA;AAED,MAAM,OAAO,GAAU;IACrB,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC,YAAY,CAAC;KACvB;IACD,OAAO,EAAE;QACP,KAAK,IAAI,EAAE,CAAC,CAAC;YACX,KAAK,EAAE,MAAM,QAAQ,EAAE;SACxB,CAAC;KACH;CACF,CAAA;AAED,MAAM,aAAa,GAAU;IAC3B,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC,mBAAmB,EAAE,iBAAiB,CAAC;QAChD,OAAO,EAAE,WAAW;KACrB;IACD,OAAO,EAAE;QACP,KAAK,IAAI,EAAE,CAAC,CAAC;YACX,KAAK,EAAE,MAAM,QAAQ,EAAE;SACxB,CAAC;KACH;CACF,CAAA;AAED,MAAM,gBAAgB,GAAU;IAC9B,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC,gBAAgB,EAAE,cAAc,CAAC;QAC1C,OAAO,EAAE,WAAW;KACrB;IACD,OAAO,EAAE;QACP,KAAK,IAAI,EAAE,CAAC,CAAC;YACX,KAAK,EAAE,MAAM,QAAQ,EAAE;SACxB,CAAC;KACH;CACF,CAAA;AAED,MAAM,eAAe,GAAU;IAC7B,IAAI,EAAE;QACJ,MAAM,EAAE,CAAC,gBAAgB,EAAE,cAAc,CAAC;QAC1C,OAAO,EAAE,WAAW;QACpB,gBAAgB,EAAE,IAAI;KACvB;IACD,OAAO,EAAE;QACP,KAAK,IAAI,EAAE,CAAC,CAAC;YACX,KAAK,EAAE,MAAM,QAAQ,EAAE;SACxB,CAAC;KACH;CACF,CAAA;AAED,oDAAoD;AACpD,eAAe,IAAI,CAAA;AACnB,OAAO,EACL,YAAY,EACZ,UAAU,EACV,OAAO,EACP,aAAa,EACb,gBAAgB,EAChB,eAAe,GAChB,CAAA"}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
import { Layer, TileMapProps } from "react-tile-map";
|
2
|
+
declare enum AtlasColor {
|
3
|
+
OWNED = "#3D3A46",
|
4
|
+
UNOWNED = "#09080A",
|
5
|
+
PLAZA = "#70AC76",
|
6
|
+
ROAD = "#716C7A",
|
7
|
+
DISTRICT = "#5054D4",
|
8
|
+
ODD = "#110E13",
|
9
|
+
EVEN = "#0D0B0E"
|
10
|
+
}
|
11
|
+
declare enum AtlasTileType {
|
12
|
+
OWNED = "owned",
|
13
|
+
UNOWNED = "unowned",
|
14
|
+
PLAZA = "plaza",
|
15
|
+
ROAD = "road",
|
16
|
+
DISTRICT = "district"
|
17
|
+
}
|
18
|
+
type AtlasTileProps = {
|
19
|
+
id?: string;
|
20
|
+
x: number;
|
21
|
+
y: number;
|
22
|
+
updatedAt: number;
|
23
|
+
type: AtlasTileType;
|
24
|
+
top?: boolean;
|
25
|
+
left?: boolean;
|
26
|
+
topLeft?: boolean;
|
27
|
+
name?: string;
|
28
|
+
estateId?: string;
|
29
|
+
owner: string;
|
30
|
+
tokenId?: string;
|
31
|
+
};
|
32
|
+
type AtlasProps = Omit<TileMapProps, "layers" | "className"> & {
|
33
|
+
layers?: Layer[];
|
34
|
+
tiles?: Record<string, AtlasTileProps>;
|
35
|
+
/** @deprecated */
|
36
|
+
className?: string;
|
37
|
+
};
|
38
|
+
type AtlasStateProps = Record<string, AtlasTileProps> | undefined;
|
39
|
+
interface AtlasInterface extends AtlasProps {
|
40
|
+
}
|
41
|
+
export { AtlasColor, AtlasInterface, AtlasProps, AtlasStateProps, AtlasTileProps, AtlasTileType, };
|
@@ -0,0 +1,20 @@
|
|
1
|
+
var AtlasColor;
|
2
|
+
(function (AtlasColor) {
|
3
|
+
AtlasColor["OWNED"] = "#3D3A46";
|
4
|
+
AtlasColor["UNOWNED"] = "#09080A";
|
5
|
+
AtlasColor["PLAZA"] = "#70AC76";
|
6
|
+
AtlasColor["ROAD"] = "#716C7A";
|
7
|
+
AtlasColor["DISTRICT"] = "#5054D4";
|
8
|
+
AtlasColor["ODD"] = "#110E13";
|
9
|
+
AtlasColor["EVEN"] = "#0D0B0E";
|
10
|
+
})(AtlasColor || (AtlasColor = {}));
|
11
|
+
var AtlasTileType;
|
12
|
+
(function (AtlasTileType) {
|
13
|
+
AtlasTileType["OWNED"] = "owned";
|
14
|
+
AtlasTileType["UNOWNED"] = "unowned";
|
15
|
+
AtlasTileType["PLAZA"] = "plaza";
|
16
|
+
AtlasTileType["ROAD"] = "road";
|
17
|
+
AtlasTileType["DISTRICT"] = "district";
|
18
|
+
})(AtlasTileType || (AtlasTileType = {}));
|
19
|
+
export { AtlasColor, AtlasTileType, };
|
20
|
+
//# sourceMappingURL=Atlas.types.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Atlas.types.js","sourceRoot":"","sources":["../../../src/components/Atlas/Atlas.types.ts"],"names":[],"mappings":"AAEA,IAAK,UAQJ;AARD,WAAK,UAAU;IACb,+BAAiB,CAAA;IACjB,iCAAmB,CAAA;IACnB,+BAAiB,CAAA;IACjB,8BAAgB,CAAA;IAChB,kCAAoB,CAAA;IACpB,6BAAe,CAAA;IACf,8BAAgB,CAAA;AAClB,CAAC,EARI,UAAU,KAAV,UAAU,QAQd;AAED,IAAK,aAMJ;AAND,WAAK,aAAa;IAChB,gCAAe,CAAA;IACf,oCAAmB,CAAA;IACnB,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,sCAAqB,CAAA;AACvB,CAAC,EANI,aAAa,KAAb,aAAa,QAMjB;AA4BD,OAAO,EACL,UAAU,EAKV,aAAa,GACd,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Atlas/index.ts"],"names":[],"mappings":"AACA,cAAc,SAAS,CAAA;AACvB,cAAc,eAAe,CAAA"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { AtlasColor, AtlasTileProps, AtlasTileType } from "./Atlas.types";
|
2
|
+
declare const getTiles: () => Promise<Record<string, AtlasTileProps>>;
|
3
|
+
declare const getColorByType: (type: AtlasTileType) => AtlasColor.OWNED | AtlasColor.UNOWNED | AtlasColor.PLAZA | AtlasColor.ROAD | AtlasColor.DISTRICT;
|
4
|
+
export { getTiles, getColorByType };
|