decentraland-ui2 0.26.1-17074319572.commit-54256a2 → 0.26.1-17079106219.commit-37645ec
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Assets/Navbar/create-submenu.png +0 -0
- package/dist/Assets/Navbar/explore-submenu.png +0 -0
- package/dist/Assets/Navbar/governance-submenu.png +0 -0
- package/dist/Assets/Navbar/learn-submenu.png +0 -0
- package/dist/Assets/Navbar/marketplace-submenu.png +0 -0
- package/dist/Assets/man-default.png +0 -0
- package/dist/Assets/man-default1.png +0 -0
- package/dist/components/Address/Address.d.ts +3 -0
- package/dist/components/Address/Address.js +12 -0
- package/dist/components/Address/Address.js.map +1 -0
- package/dist/components/Address/Address.stories.d.ts +10 -0
- package/dist/components/Address/Address.stories.js +58 -0
- package/dist/components/Address/Address.stories.js.map +1 -0
- package/dist/components/Address/Address.styled.d.ts +5 -0
- package/dist/components/Address/Address.styled.js +7 -0
- package/dist/components/Address/Address.styled.js.map +1 -0
- package/dist/components/Address/Address.types.d.ts +7 -0
- package/dist/components/Address/Address.types.js +2 -0
- package/dist/components/Address/Address.types.js.map +1 -0
- package/dist/components/Address/index.d.ts +2 -0
- package/dist/components/Address/index.js +3 -0
- package/dist/components/Address/index.js.map +1 -0
- package/dist/components/AddressField/utils.d.ts +3 -0
- package/dist/components/AddressField/utils.js +8 -0
- package/dist/components/AddressField/utils.js.map +1 -0
- package/dist/components/AddressField/utils.spec.d.ts +1 -0
- package/dist/components/AddressField/utils.spec.js +21 -0
- package/dist/components/AddressField/utils.spec.js.map +1 -0
- package/dist/components/Atlas/Atlas.d.ts +5 -0
- package/dist/components/Atlas/Atlas.js +58 -0
- package/dist/components/Atlas/Atlas.js.map +1 -0
- package/dist/components/Atlas/Atlas.stories.d.ts +12 -0
- package/dist/components/Atlas/Atlas.stories.js +249 -0
- package/dist/components/Atlas/Atlas.stories.js.map +1 -0
- package/dist/components/Atlas/Atlas.types.d.ts +41 -0
- package/dist/components/Atlas/Atlas.types.js +20 -0
- package/dist/components/Atlas/Atlas.types.js.map +1 -0
- package/dist/components/Atlas/index.d.ts +4 -0
- package/dist/components/Atlas/index.js +3 -0
- package/dist/components/Atlas/index.js.map +1 -0
- package/dist/components/Atlas/util.d.ts +4 -0
- package/dist/components/Atlas/util.js +30 -0
- package/dist/components/Atlas/util.js.map +1 -0
- package/dist/components/Atlas/util.test.d.ts +0 -0
- package/dist/components/Atlas/util.test.js +7 -0
- package/dist/components/Atlas/util.test.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.d.ts +4 -0
- package/dist/components/AvatarFace/AvatarFace.js +13 -0
- package/dist/components/AvatarFace/AvatarFace.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.stories.d.ts +10 -0
- package/dist/components/AvatarFace/AvatarFace.stories.js +47 -0
- package/dist/components/AvatarFace/AvatarFace.stories.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.styled.d.ts +11 -0
- package/dist/components/AvatarFace/AvatarFace.styled.js +51 -0
- package/dist/components/AvatarFace/AvatarFace.styled.js.map +1 -0
- package/dist/components/AvatarFace/AvatarFace.types.d.ts +7 -0
- package/dist/components/AvatarFace/AvatarFace.types.js +2 -0
- package/dist/components/AvatarFace/AvatarFace.types.js.map +1 -0
- package/dist/components/AvatarFace/index.d.ts +2 -0
- package/dist/components/AvatarFace/index.js +3 -0
- package/dist/components/AvatarFace/index.js.map +1 -0
- package/dist/components/Banner/Banner.d.ts +2 -0
- package/dist/components/Banner/Banner.js +53 -0
- package/dist/components/Banner/Banner.js.map +1 -0
- package/dist/components/Banner/Banner.styled.d.ts +47 -0
- package/dist/components/Banner/Banner.styled.js +94 -0
- package/dist/components/Banner/Banner.styled.js.map +1 -0
- package/dist/components/Banner/Banner.types.d.ts +11 -0
- package/dist/components/Banner/Banner.types.js +2 -0
- package/dist/components/Banner/Banner.types.js.map +1 -0
- package/dist/components/Banner/index.d.ts +2 -0
- package/dist/components/Banner/index.js +2 -0
- package/dist/components/Banner/index.js.map +1 -0
- package/dist/components/Blockie/Blockie.d.ts +4 -0
- package/dist/components/Blockie/Blockie.js +33 -0
- package/dist/components/Blockie/Blockie.js.map +1 -0
- package/dist/components/Blockie/Blockie.stories.d.ts +9 -0
- package/dist/components/Blockie/Blockie.stories.js +55 -0
- package/dist/components/Blockie/Blockie.stories.js.map +1 -0
- package/dist/components/Blockie/Blockie.styled.d.ts +13 -0
- package/dist/components/Blockie/Blockie.styled.js +19 -0
- package/dist/components/Blockie/Blockie.styled.js.map +1 -0
- package/dist/components/Blockie/Blockie.types.d.ts +10 -0
- package/dist/components/Blockie/Blockie.types.js +2 -0
- package/dist/components/Blockie/Blockie.types.js.map +1 -0
- package/dist/components/Blockie/index.d.ts +2 -0
- package/dist/components/Blockie/index.js +3 -0
- package/dist/components/Blockie/index.js.map +1 -0
- package/dist/components/Button/Button.d.ts +2 -0
- package/dist/components/Button/Button.js +14 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/Button.stories.d.ts +51 -0
- package/dist/components/Button/Button.stories.js +157 -0
- package/dist/components/Button/Button.stories.js.map +1 -0
- package/dist/components/Button/Button.types.d.ts +9 -0
- package/dist/components/Button/Button.types.js +2 -0
- package/dist/components/Button/Button.types.js.map +1 -0
- package/dist/components/Button/index.d.ts +2 -0
- package/dist/components/Button/index.js +2 -0
- package/dist/components/Button/index.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.d.ts +3 -0
- package/dist/components/ChainSelector/ChainSelector.js +41 -0
- package/dist/components/ChainSelector/ChainSelector.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.stories.d.ts +8 -0
- package/dist/components/ChainSelector/ChainSelector.stories.js +42 -0
- package/dist/components/ChainSelector/ChainSelector.stories.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.styled.d.ts +53 -0
- package/dist/components/ChainSelector/ChainSelector.styled.js +138 -0
- package/dist/components/ChainSelector/ChainSelector.styled.js.map +1 -0
- package/dist/components/ChainSelector/ChainSelector.types.d.ts +27 -0
- package/dist/components/ChainSelector/ChainSelector.types.js +15 -0
- package/dist/components/ChainSelector/ChainSelector.types.js.map +1 -0
- package/dist/components/ChainSelector/index.d.ts +2 -0
- package/dist/components/ChainSelector/index.js +3 -0
- package/dist/components/ChainSelector/index.js.map +1 -0
- package/dist/components/DecentralandFont/FontFaceSelector.stories.d.ts +8 -0
- package/dist/components/DecentralandFont/FontFaceSelector.stories.js +39 -0
- package/dist/components/DecentralandFont/FontFaceSelector.stories.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.d.ts +4 -0
- package/dist/components/DownloadButton/DownloadButton.js +102 -0
- package/dist/components/DownloadButton/DownloadButton.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.stories.d.ts +9 -0
- package/dist/components/DownloadButton/DownloadButton.stories.js +72 -0
- package/dist/components/DownloadButton/DownloadButton.stories.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.styled.d.ts +23 -0
- package/dist/components/DownloadButton/DownloadButton.styled.js +77 -0
- package/dist/components/DownloadButton/DownloadButton.styled.js.map +1 -0
- package/dist/components/DownloadButton/DownloadButton.types.d.ts +26 -0
- package/dist/components/DownloadButton/DownloadButton.types.js +7 -0
- package/dist/components/DownloadButton/DownloadButton.types.js.map +1 -0
- package/dist/components/DownloadButton/index.d.ts +3 -0
- package/dist/components/DownloadButton/index.js +3 -0
- package/dist/components/DownloadButton/index.js.map +1 -0
- package/dist/components/Icon/AppleIcon.d.ts +4 -0
- package/dist/components/Icon/AppleIcon.js +8 -0
- package/dist/components/Icon/AppleIcon.js.map +1 -0
- package/dist/components/Icon/Chains/ArbitrumIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/ArbitrumIcon.js +8 -0
- package/dist/components/Icon/Chains/ArbitrumIcon.js.map +1 -0
- package/dist/components/Icon/Chains/AvalancheIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/AvalancheIcon.js +8 -0
- package/dist/components/Icon/Chains/AvalancheIcon.js.map +1 -0
- package/dist/components/Icon/Chains/BinanceIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/BinanceIcon.js +8 -0
- package/dist/components/Icon/Chains/BinanceIcon.js.map +1 -0
- package/dist/components/Icon/Chains/EthereumIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/EthereumIcon.js +8 -0
- package/dist/components/Icon/Chains/EthereumIcon.js.map +1 -0
- package/dist/components/Icon/Chains/FantomIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/FantomIcon.js +8 -0
- package/dist/components/Icon/Chains/FantomIcon.js.map +1 -0
- package/dist/components/Icon/Chains/OptimismIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/OptimismIcon.js +8 -0
- package/dist/components/Icon/Chains/OptimismIcon.js.map +1 -0
- package/dist/components/Icon/Chains/PolygonIcon.d.ts +4 -0
- package/dist/components/Icon/Chains/PolygonIcon.js +8 -0
- package/dist/components/Icon/Chains/PolygonIcon.js.map +1 -0
- package/dist/components/Icon/CreditsIcon.d.ts +4 -0
- package/dist/components/Icon/CreditsIcon.js +8 -0
- package/dist/components/Icon/CreditsIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/MuteIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/MuteIcon.js +8 -0
- package/dist/components/Icon/Emotes/MuteIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/PropsIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/PropsIcon.js +8 -0
- package/dist/components/Icon/Emotes/PropsIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/SoundIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/SoundIcon.js +8 -0
- package/dist/components/Icon/Emotes/SoundIcon.js.map +1 -0
- package/dist/components/Icon/Emotes/VolumeIcon.d.ts +4 -0
- package/dist/components/Icon/Emotes/VolumeIcon.js +8 -0
- package/dist/components/Icon/Emotes/VolumeIcon.js.map +1 -0
- package/dist/components/Icon/JumpInIcon.d.ts +4 -0
- package/dist/components/Icon/JumpInIcon.js +8 -0
- package/dist/components/Icon/JumpInIcon.js.map +1 -0
- package/dist/components/Icon/LocationIcon.d.ts +4 -0
- package/dist/components/Icon/LocationIcon.js +8 -0
- package/dist/components/Icon/LocationIcon.js.map +1 -0
- package/dist/components/Icon/ManaEthIcon.d.ts +4 -0
- package/dist/components/Icon/ManaEthIcon.js +8 -0
- package/dist/components/Icon/ManaEthIcon.js.map +1 -0
- package/dist/components/Icon/ManaMaticIcon.d.ts +4 -0
- package/dist/components/Icon/ManaMaticIcon.js +8 -0
- package/dist/components/Icon/ManaMaticIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/AccessRestoredIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/AccessRestoredIcon.js +8 -0
- package/dist/components/Icon/Notifications/AccessRestoredIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/AccessRestrictedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/AccessRestrictedIcon.js +8 -0
- package/dist/components/Icon/Notifications/AccessRestrictedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/BidAcceptedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/BidAcceptedIcon.js +8 -0
- package/dist/components/Icon/Notifications/BidAcceptedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/BidReceivedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/BidReceivedIcon.js +8 -0
- package/dist/components/Icon/Notifications/BidReceivedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CoauthorIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CoauthorIcon.js +8 -0
- package/dist/components/Icon/Notifications/CoauthorIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js +8 -0
- package/dist/components/Icon/Notifications/CreditsCompleteYourGoalsReminderIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js +8 -0
- package/dist/components/Icon/Notifications/CreditsExpireSoonReminderIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/CreditsIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/CreditsIcon.js +8 -0
- package/dist/components/Icon/Notifications/CreditsIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EmptyInboxIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EmptyInboxIcon.js +8 -0
- package/dist/components/Icon/Notifications/EmptyInboxIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EventCancelledIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EventCancelledIcon.js +8 -0
- package/dist/components/Icon/Notifications/EventCancelledIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EventStartedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EventStartedIcon.js +8 -0
- package/dist/components/Icon/Notifications/EventStartedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/EventStartsSoonIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/EventStartsSoonIcon.js +8 -0
- package/dist/components/Icon/Notifications/EventStartsSoonIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/GovernanceIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/GovernanceIcon.js +8 -0
- package/dist/components/Icon/Notifications/GovernanceIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/HistoryIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/HistoryIcon.js +8 -0
- package/dist/components/Icon/Notifications/HistoryIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ItemAirdroppedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ItemAirdroppedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ItemSoldIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ItemSoldIcon.js +8 -0
- package/dist/components/Icon/Notifications/ItemSoldIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/LandRentedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/LandRentedIcon.js +8 -0
- package/dist/components/Icon/Notifications/LandRentedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ManaMainnetIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ManaMainnetIcon.js +8 -0
- package/dist/components/Icon/Notifications/ManaMainnetIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ManaPolygonIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ManaPolygonIcon.js +8 -0
- package/dist/components/Icon/Notifications/ManaPolygonIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/MissingResourcesIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/MissingResourcesIcon.js +8 -0
- package/dist/components/Icon/Notifications/MissingResourcesIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NewCommentIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NewCommentIcon.js +8 -0
- package/dist/components/Icon/Notifications/NewCommentIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NewNotificationIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NewNotificationIcon.js +8 -0
- package/dist/components/Icon/Notifications/NewNotificationIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NotificationBellActiveIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NotificationBellActiveIcon.js +10 -0
- package/dist/components/Icon/Notifications/NotificationBellActiveIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/NotificationBellIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/NotificationBellIcon.js +10 -0
- package/dist/components/Icon/Notifications/NotificationBellIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/PermissionGrantedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/PermissionGrantedIcon.js +8 -0
- package/dist/components/Icon/Notifications/PermissionGrantedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/PermissionRevokedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/PermissionRevokedIcon.js +8 -0
- package/dist/components/Icon/Notifications/PermissionRevokedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/PitchIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/PitchIcon.js +8 -0
- package/dist/components/Icon/Notifications/PitchIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ProjectEnactedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ProjectEnactedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ProjectEnactedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ProposalFinishedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ProposalFinishedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ProposalFinishedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js +8 -0
- package/dist/components/Icon/Notifications/ReferralInviteFriendsIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js +8 -0
- package/dist/components/Icon/Notifications/ReferralInvitedUserAcceptedIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/RentPeriodEndingIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js +8 -0
- package/dist/components/Icon/Notifications/RentPeriodEndingIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/RewardIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/RewardIcon.js +8 -0
- package/dist/components/Icon/Notifications/RewardIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/StreamingIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/StreamingIcon.js +8 -0
- package/dist/components/Icon/Notifications/StreamingIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/TenderIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/TenderIcon.js +8 -0
- package/dist/components/Icon/Notifications/TenderIcon.js.map +1 -0
- package/dist/components/Icon/Notifications/VotingEndedIcon.d.ts +4 -0
- package/dist/components/Icon/Notifications/VotingEndedIcon.js +8 -0
- package/dist/components/Icon/Notifications/VotingEndedIcon.js.map +1 -0
- package/dist/components/Icon/PlacesIcon.d.ts +4 -0
- package/dist/components/Icon/PlacesIcon.js +8 -0
- package/dist/components/Icon/PlacesIcon.js.map +1 -0
- package/dist/components/Icon/SparklesIcon.d.ts +4 -0
- package/dist/components/Icon/SparklesIcon.js +8 -0
- package/dist/components/Icon/SparklesIcon.js.map +1 -0
- package/dist/components/Icon/UtilityIcon.d.ts +4 -0
- package/dist/components/Icon/UtilityIcon.js +8 -0
- package/dist/components/Icon/UtilityIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/BaseFemaleIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/BaseFemaleIcon.js +8 -0
- package/dist/components/Icon/Wearables/BaseFemaleIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/BaseMaleIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/BaseMaleIcon.js +8 -0
- package/dist/components/Icon/Wearables/BaseMaleIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/BodyShapeIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/BodyShapeIcon.js +8 -0
- package/dist/components/Icon/Wearables/BodyShapeIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EarringIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EarringIcon.js +8 -0
- package/dist/components/Icon/Wearables/EarringIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EyebrowsIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EyebrowsIcon.js +8 -0
- package/dist/components/Icon/Wearables/EyebrowsIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EyesIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EyesIcon.js +8 -0
- package/dist/components/Icon/Wearables/EyesIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/EyewearIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/EyewearIcon.js +8 -0
- package/dist/components/Icon/Wearables/EyewearIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/FacialHairIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/FacialHairIcon.js +8 -0
- package/dist/components/Icon/Wearables/FacialHairIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/FeetIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/FeetIcon.js +8 -0
- package/dist/components/Icon/Wearables/FeetIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HairIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HairIcon.js +8 -0
- package/dist/components/Icon/Wearables/HairIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HandsWearIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HandsWearIcon.js +8 -0
- package/dist/components/Icon/Wearables/HandsWearIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HatIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HatIcon.js +8 -0
- package/dist/components/Icon/Wearables/HatIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/HelmetIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/HelmetIcon.js +8 -0
- package/dist/components/Icon/Wearables/HelmetIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/LowerBodyIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/LowerBodyIcon.js +8 -0
- package/dist/components/Icon/Wearables/LowerBodyIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/MaskIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/MaskIcon.js +8 -0
- package/dist/components/Icon/Wearables/MaskIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/MouthIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/MouthIcon.js +8 -0
- package/dist/components/Icon/Wearables/MouthIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/SkinIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/SkinIcon.js +8 -0
- package/dist/components/Icon/Wearables/SkinIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/SmartWearableIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/SmartWearableIcon.js +8 -0
- package/dist/components/Icon/Wearables/SmartWearableIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/TiaraIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/TiaraIcon.js +8 -0
- package/dist/components/Icon/Wearables/TiaraIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/TopHeadIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/TopHeadIcon.js +8 -0
- package/dist/components/Icon/Wearables/TopHeadIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/UnisexIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/UnisexIcon.js +8 -0
- package/dist/components/Icon/Wearables/UnisexIcon.js.map +1 -0
- package/dist/components/Icon/Wearables/UpperBodyIcon.d.ts +4 -0
- package/dist/components/Icon/Wearables/UpperBodyIcon.js +8 -0
- package/dist/components/Icon/Wearables/UpperBodyIcon.js.map +1 -0
- package/dist/components/Icon/WindowsIcon.d.ts +4 -0
- package/dist/components/Icon/WindowsIcon.js +8 -0
- package/dist/components/Icon/WindowsIcon.js.map +1 -0
- package/dist/components/Icon/index.d.ts +67 -0
- package/dist/components/Icon/index.js +68 -0
- package/dist/components/Icon/index.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.d.ts +4 -0
- package/dist/components/IconBadge/IconBadge.js +81 -0
- package/dist/components/IconBadge/IconBadge.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.stories.d.ts +10 -0
- package/dist/components/IconBadge/IconBadge.stories.js +52 -0
- package/dist/components/IconBadge/IconBadge.stories.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.styled.d.ts +18 -0
- package/dist/components/IconBadge/IconBadge.styled.js +38 -0
- package/dist/components/IconBadge/IconBadge.styled.js.map +1 -0
- package/dist/components/IconBadge/IconBadge.types.d.ts +40 -0
- package/dist/components/IconBadge/IconBadge.types.js +34 -0
- package/dist/components/IconBadge/IconBadge.types.js.map +1 -0
- package/dist/components/IconBadge/index.d.ts +2 -0
- package/dist/components/IconBadge/index.js +3 -0
- package/dist/components/IconBadge/index.js.map +1 -0
- package/dist/components/IconChain/IconChain.d.ts +4 -0
- package/dist/components/IconChain/IconChain.js +37 -0
- package/dist/components/IconChain/IconChain.js.map +1 -0
- package/dist/components/IconChain/IconChain.types.d.ts +13 -0
- package/dist/components/IconChain/IconChain.types.js +12 -0
- package/dist/components/IconChain/IconChain.types.js.map +1 -0
- package/dist/components/IconChain/index.d.ts +2 -0
- package/dist/components/IconChain/index.js +2 -0
- package/dist/components/IconChain/index.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.d.ts +4 -0
- package/dist/components/JumpIn/JumpIn.js +42 -0
- package/dist/components/JumpIn/JumpIn.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.stories.d.ts +92 -0
- package/dist/components/JumpIn/JumpIn.stories.js +167 -0
- package/dist/components/JumpIn/JumpIn.stories.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.styled.d.ts +21 -0
- package/dist/components/JumpIn/JumpIn.styled.js +91 -0
- package/dist/components/JumpIn/JumpIn.styled.js.map +1 -0
- package/dist/components/JumpIn/JumpIn.types.d.ts +41 -0
- package/dist/components/JumpIn/JumpIn.types.js +8 -0
- package/dist/components/JumpIn/JumpIn.types.js.map +1 -0
- package/dist/components/JumpIn/index.d.ts +2 -0
- package/dist/components/JumpIn/index.js +3 -0
- package/dist/components/JumpIn/index.js.map +1 -0
- package/dist/components/Logo/Logo.d.ts +4 -0
- package/dist/components/Logo/Logo.js +8 -0
- package/dist/components/Logo/Logo.js.map +1 -0
- package/dist/components/Logo/Logo.stories.d.ts +7 -0
- package/dist/components/Logo/Logo.stories.js +12 -0
- package/dist/components/Logo/Logo.stories.js.map +1 -0
- package/dist/components/Logo/Logo.styled.d.ts +6 -0
- package/dist/components/Logo/Logo.styled.js +10 -0
- package/dist/components/Logo/Logo.styled.js.map +1 -0
- package/dist/components/Mana/Mana.d.ts +4 -0
- package/dist/components/Mana/Mana.js +17 -0
- package/dist/components/Mana/Mana.js.map +1 -0
- package/dist/components/Mana/Mana.stories.d.ts +15 -0
- package/dist/components/Mana/Mana.stories.js +92 -0
- package/dist/components/Mana/Mana.stories.js.map +1 -0
- package/dist/components/Mana/Mana.styled.d.ts +18 -0
- package/dist/components/Mana/Mana.styled.js +40 -0
- package/dist/components/Mana/Mana.styled.js.map +1 -0
- package/dist/components/Mana/Mana.types.d.ts +13 -0
- package/dist/components/Mana/Mana.types.js +2 -0
- package/dist/components/Mana/Mana.types.js.map +1 -0
- package/dist/components/Mana/index.d.ts +2 -0
- package/dist/components/Mana/index.js +3 -0
- package/dist/components/Mana/index.js.map +1 -0
- package/dist/components/Media/Media.d.ts +55 -0
- package/dist/components/Media/Media.js +81 -0
- package/dist/components/Media/Media.js.map +1 -0
- package/dist/components/Media/index.d.ts +1 -0
- package/dist/components/Media/index.js +2 -0
- package/dist/components/Media/index.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.d.ts +3 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.js +18 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.stories.d.ts +10 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.stories.js +133 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.stories.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.styled.d.ts +21 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.styled.js +43 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.styled.js.map +1 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.types.d.ts +7 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.types.js +2 -0
- package/dist/components/Modal/DownloadModal/DownloadModal.types.js.map +1 -0
- package/dist/components/Modal/DownloadModal/ExplorerJumpIn.d.ts +4 -0
- package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js +11 -0
- package/dist/components/Modal/DownloadModal/ExplorerJumpIn.js.map +1 -0
- package/dist/components/Modal/DownloadModal/index.d.ts +2 -0
- package/dist/components/Modal/DownloadModal/index.js +2 -0
- package/dist/components/Modal/DownloadModal/index.js.map +1 -0
- package/dist/components/Modal/Modal.d.ts +5 -0
- package/dist/components/Modal/Modal.js +16 -0
- package/dist/components/Modal/Modal.js.map +1 -0
- package/dist/components/Modal/Modal.stories.d.ts +28 -0
- package/dist/components/Modal/Modal.stories.js +103 -0
- package/dist/components/Modal/Modal.stories.js.map +1 -0
- package/dist/components/Modal/Modal.styled.d.ts +29 -0
- package/dist/components/Modal/Modal.styled.js +50 -0
- package/dist/components/Modal/Modal.styled.js.map +1 -0
- package/dist/components/Modal/Modal.types.d.ts +13 -0
- package/dist/components/Modal/Modal.types.js +2 -0
- package/dist/components/Modal/Modal.types.js.map +1 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/Modal/index.js +2 -0
- package/dist/components/Modal/index.js.map +1 -0
- package/dist/components/Navbar/MainMenu/MainMenu.d.ts +2 -0
- package/dist/components/Navbar/MainMenu/MainMenu.js +26 -0
- package/dist/components/Navbar/MainMenu/MainMenu.js.map +1 -0
- package/dist/components/Navbar/MainMenu/MainMenu.styled.d.ts +9 -0
- package/dist/components/Navbar/MainMenu/MainMenu.styled.js +39 -0
- package/dist/components/Navbar/MainMenu/MainMenu.styled.js.map +1 -0
- package/dist/components/Navbar/MainMenu/MainMenu.types.d.ts +8 -0
- package/dist/components/Navbar/MainMenu/MainMenu.types.js +2 -0
- package/dist/components/Navbar/MainMenu/MainMenu.types.js.map +1 -0
- package/dist/components/Navbar/MenuItem/MenuItem.d.ts +3 -0
- package/dist/components/Navbar/MenuItem/MenuItem.js +15 -0
- package/dist/components/Navbar/MenuItem/MenuItem.js.map +1 -0
- package/dist/components/Navbar/MenuItem/MenuItem.styled.d.ts +18 -0
- package/dist/components/Navbar/MenuItem/MenuItem.styled.js +59 -0
- package/dist/components/Navbar/MenuItem/MenuItem.styled.js.map +1 -0
- package/dist/components/Navbar/MenuItem/MenuItem.types.d.ts +12 -0
- package/dist/components/Navbar/MenuItem/MenuItem.types.js +2 -0
- package/dist/components/Navbar/MenuItem/MenuItem.types.js.map +1 -0
- package/dist/components/Navbar/Navbar.d.ts +4 -0
- package/dist/components/Navbar/Navbar.defaults.d.ts +6 -0
- package/dist/components/Navbar/Navbar.defaults.js +220 -0
- package/dist/components/Navbar/Navbar.defaults.js.map +1 -0
- package/dist/components/Navbar/Navbar.js +46 -0
- package/dist/components/Navbar/Navbar.js.map +1 -0
- package/dist/components/Navbar/Navbar.stories.d.ts +9 -0
- package/dist/components/Navbar/Navbar.stories.js +64 -0
- package/dist/components/Navbar/Navbar.stories.js.map +1 -0
- package/dist/components/Navbar/Navbar.styled.d.ts +55 -0
- package/dist/components/Navbar/Navbar.styled.js +114 -0
- package/dist/components/Navbar/Navbar.styled.js.map +1 -0
- package/dist/components/Navbar/Navbar.types.d.ts +58 -0
- package/dist/components/Navbar/Navbar.types.js +11 -0
- package/dist/components/Navbar/Navbar.types.js.map +1 -0
- package/dist/components/Navbar/SubMenu/SubMenu.d.ts +2 -0
- package/dist/components/Navbar/SubMenu/SubMenu.js +14 -0
- package/dist/components/Navbar/SubMenu/SubMenu.js.map +1 -0
- package/dist/components/Navbar/SubMenu/SubMenu.styled.d.ts +27 -0
- package/dist/components/Navbar/SubMenu/SubMenu.styled.js +165 -0
- package/dist/components/Navbar/SubMenu/SubMenu.styled.js.map +1 -0
- package/dist/components/Navbar/SubMenu/SubMenu.types.d.ts +13 -0
- package/dist/components/Navbar/SubMenu/SubMenu.types.js +2 -0
- package/dist/components/Navbar/SubMenu/SubMenu.types.js.map +1 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.d.ts +3 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.js +9 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.js.map +1 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.d.ts +11 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js +33 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.styled.js.map +1 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.d.ts +5 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.js +2 -0
- package/dist/components/Navbar/SubMenuColumn/SubMenuColumn.types.js.map +1 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.d.ts +2 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.js +16 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.js.map +1 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.d.ts +32 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js +84 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.styled.js.map +1 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.d.ts +13 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.js +2 -0
- package/dist/components/Navbar/SubMenuItem/SubMenuItem.types.js.map +1 -0
- package/dist/components/Navbar/index.d.ts +2 -0
- package/dist/components/Navbar/index.js +3 -0
- package/dist/components/Navbar/index.js.map +1 -0
- package/dist/components/Navbar/utils.d.ts +16 -0
- package/dist/components/Navbar/utils.js +33 -0
- package/dist/components/Navbar/utils.js.map +1 -0
- package/dist/components/Notifications/NotificationItem.d.ts +4 -0
- package/dist/components/Notifications/NotificationItem.js +14 -0
- package/dist/components/Notifications/NotificationItem.js.map +1 -0
- package/dist/components/Notifications/NotificationItem.styled.d.ts +36 -0
- package/dist/components/Notifications/NotificationItem.styled.js +63 -0
- package/dist/components/Notifications/NotificationItem.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItem.types.d.ts +8 -0
- package/dist/components/Notifications/NotificationItem.types.js +2 -0
- package/dist/components/Notifications/NotificationItem.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage.d.ts +4 -0
- package/dist/components/Notifications/NotificationItemImage.js +13 -0
- package/dist/components/Notifications/NotificationItemImage.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage.styled.d.ts +15 -0
- package/dist/components/Notifications/NotificationItemImage.styled.js +29 -0
- package/dist/components/Notifications/NotificationItemImage.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemImage.types.d.ts +7 -0
- package/dist/components/Notifications/NotificationItemImage.types.js +2 -0
- package/dist/components/Notifications/NotificationItemImage.types.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink.d.ts +4 -0
- package/dist/components/Notifications/NotificationItemNFTLink.js +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink.styled.d.ts +9 -0
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js +11 -0
- package/dist/components/Notifications/NotificationItemNFTLink.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationItemNFTLink.types.d.ts +7 -0
- package/dist/components/Notifications/NotificationItemNFTLink.types.js +2 -0
- package/dist/components/Notifications/NotificationItemNFTLink.types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsClaimReminderNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsCompleteYourWeeklyGoalsNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsDoNotMissOutNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireIn24HrsReminderNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js +15 -0
- package/dist/components/Notifications/NotificationTypes/Credits/CreditsExpireSoonReminderNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Credits/types.d.ts +12 -0
- package/dist/components/Notifications/NotificationTypes/Credits/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Credits/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.d.ts +5 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Events/Countdown.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.d.ts +42 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js +43 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js +14 -0
- package/dist/components/Notifications/NotificationTypes/Events/EventStartsSoonNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js +11 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAnnouncementNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceAuthoredProposalFinishedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceCoauthorRequestedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProjectUpdateNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceNewCommentOnProposalNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.d.ts +33 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js +34 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernancePitchPassedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.d.ts +27 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js +28 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceProposalEnactedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.d.ts +33 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js +34 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceTenderPassedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Governance/GovernanceVotingEndedVoterNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentalEndedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Land/LandRentedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidAcceptedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/BidReceivedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js +7 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js +14 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/ItemSoldNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Marketplace/RoyaltiesEarnedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralInvitedUserAcceptedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNewTierReachedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Referral/ReferralNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Referral/types.d.ts +10 -0
- package/dist/components/Notifications/NotificationTypes/Referral/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Referral/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignGasPriceHigherThanExpectedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js +18 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfFundsNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/CampaignOutOfStockNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardAssignedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardDelayedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardInProgressNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js +14 -0
- package/dist/components/Notifications/NotificationTypes/Reward/RewardNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.d.ts +17 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Reward/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyExpiredNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyResetNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingKeyRevokeNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingPlaceUpdatedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js +9 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/StreamingTimeExceededNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/types.d.ts +10 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js +2 -0
- package/dist/components/Notifications/NotificationTypes/Streaming/types.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.d.ts +15 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js +16 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js +12 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestoredNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsAccessRestrictedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.d.ts +27 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js +28 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js +13 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js +27 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionGrantedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.d.ts +4 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js +25 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js +20 -0
- package/dist/components/Notifications/NotificationTypes/Worlds/WorldsPermissionRevokedNotification.js.map +1 -0
- package/dist/components/Notifications/NotificationTypes/index.d.ts +41 -0
- package/dist/components/Notifications/NotificationTypes/index.js +42 -0
- package/dist/components/Notifications/NotificationTypes/index.js.map +1 -0
- package/dist/components/Notifications/Notifications.d.ts +4 -0
- package/dist/components/Notifications/Notifications.js +26 -0
- package/dist/components/Notifications/Notifications.js.map +1 -0
- package/dist/components/Notifications/Notifications.stories.d.ts +22 -0
- package/dist/components/Notifications/Notifications.stories.js +181 -0
- package/dist/components/Notifications/Notifications.stories.js.map +1 -0
- package/dist/components/Notifications/Notifications.styled.d.ts +13 -0
- package/dist/components/Notifications/Notifications.styled.js +71 -0
- package/dist/components/Notifications/Notifications.styled.js.map +1 -0
- package/dist/components/Notifications/Notifications.types.d.ts +17 -0
- package/dist/components/Notifications/Notifications.types.js +2 -0
- package/dist/components/Notifications/Notifications.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.d.ts +4 -0
- package/dist/components/Notifications/NotificationsFeed.i18n.d.ts +24 -0
- package/dist/components/Notifications/NotificationsFeed.i18n.js +25 -0
- package/dist/components/Notifications/NotificationsFeed.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.js +49 -0
- package/dist/components/Notifications/NotificationsFeed.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.styled.d.ts +39 -0
- package/dist/components/Notifications/NotificationsFeed.styled.js +79 -0
- package/dist/components/Notifications/NotificationsFeed.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeed.types.d.ts +17 -0
- package/dist/components/Notifications/NotificationsFeed.types.js +2 -0
- package/dist/components/Notifications/NotificationsFeed.types.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.d.ts +4 -0
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.d.ts +57 -0
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js +58 -0
- package/dist/components/Notifications/NotificationsFeedTabs.i18n.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.js +29 -0
- package/dist/components/Notifications/NotificationsFeedTabs.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.styled.d.ts +34 -0
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js +58 -0
- package/dist/components/Notifications/NotificationsFeedTabs.styled.js.map +1 -0
- package/dist/components/Notifications/NotificationsFeedTabs.types.d.ts +14 -0
- package/dist/components/Notifications/NotificationsFeedTabs.types.js +2 -0
- package/dist/components/Notifications/NotificationsFeedTabs.types.js.map +1 -0
- package/dist/components/Notifications/index.d.ts +4 -0
- package/dist/components/Notifications/index.js +3 -0
- package/dist/components/Notifications/index.js.map +1 -0
- package/dist/components/Notifications/types.d.ts +165 -0
- package/dist/components/Notifications/types.js +7 -0
- package/dist/components/Notifications/types.js.map +1 -0
- package/dist/components/Notifications/utils.d.ts +14 -0
- package/dist/components/Notifications/utils.js +68 -0
- package/dist/components/Notifications/utils.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.d.ts +4 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.js +23 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.d.ts +11 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js +86 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.stories.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.d.ts +33 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js +83 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.styled.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.types.d.ts +17 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.types.js +2 -0
- package/dist/components/UserMenu/ManaBalances/ManaBalances.types.js.map +1 -0
- package/dist/components/UserMenu/ManaBalances/index.d.ts +2 -0
- package/dist/components/UserMenu/ManaBalances/index.js +2 -0
- package/dist/components/UserMenu/ManaBalances/index.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.d.ts +4 -0
- package/dist/components/UserMenu/UserMenu.i18n.d.ts +3 -0
- package/dist/components/UserMenu/UserMenu.i18n.js +20 -0
- package/dist/components/UserMenu/UserMenu.i18n.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.js +55 -0
- package/dist/components/UserMenu/UserMenu.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.stories.d.ts +12 -0
- package/dist/components/UserMenu/UserMenu.stories.js +86 -0
- package/dist/components/UserMenu/UserMenu.stories.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.styled.d.ts +16 -0
- package/dist/components/UserMenu/UserMenu.styled.js +22 -0
- package/dist/components/UserMenu/UserMenu.styled.js.map +1 -0
- package/dist/components/UserMenu/UserMenu.types.d.ts +39 -0
- package/dist/components/UserMenu/UserMenu.types.js +16 -0
- package/dist/components/UserMenu/UserMenu.types.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.d.ts +9 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js +39 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuActions.stories.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.d.ts +5 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js +132 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.d.ts +8 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js +76 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.stories.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.d.ts +85 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js +216 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.styled.js.map +1 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.d.ts +30 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.js +2 -0
- package/dist/components/UserMenu/UserMenuSignedIn/UserMenuSignedIn.types.js.map +1 -0
- package/dist/components/UserMenu/index.d.ts +6 -0
- package/dist/components/UserMenu/index.js +4 -0
- package/dist/components/UserMenu/index.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.controller.d.ts +2 -0
- package/dist/components/WearablePreview/WearablePreview.controller.js +124 -0
- package/dist/components/WearablePreview/WearablePreview.controller.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.d.ts +7 -0
- package/dist/components/WearablePreview/WearablePreview.js +235 -0
- package/dist/components/WearablePreview/WearablePreview.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.stories.d.ts +20 -0
- package/dist/components/WearablePreview/WearablePreview.stories.js +278 -0
- package/dist/components/WearablePreview/WearablePreview.stories.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.stories.styled.d.ts +5 -0
- package/dist/components/WearablePreview/WearablePreview.stories.styled.js +8 -0
- package/dist/components/WearablePreview/WearablePreview.stories.styled.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.styled.d.ts +5 -0
- package/dist/components/WearablePreview/WearablePreview.styled.js +9 -0
- package/dist/components/WearablePreview/WearablePreview.styled.js.map +1 -0
- package/dist/components/WearablePreview/WearablePreview.types.d.ts +68 -0
- package/dist/components/WearablePreview/WearablePreview.types.js +10 -0
- package/dist/components/WearablePreview/WearablePreview.types.js.map +1 -0
- package/dist/components/WearablePreview/index.d.ts +3 -0
- package/dist/components/WearablePreview/index.js +3 -0
- package/dist/components/WearablePreview/index.js.map +1 -0
- package/dist/config/env/dev.json +41 -0
- package/dist/config/env/prod.json +41 -0
- package/dist/config/env/stg.json +41 -0
- package/dist/config/index.d.ts +1 -0
- package/dist/config/index.js +10 -0
- package/dist/config/index.js.map +1 -0
- package/dist/data/avatar.d.ts +3 -0
- package/dist/data/avatar.js +98 -0
- package/dist/data/avatar.js.map +1 -0
- package/dist/data/notifications.d.ts +45 -0
- package/dist/data/notifications.js +693 -0
- package/dist/data/notifications.js.map +1 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.js +32 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/debounce.d.ts +1 -0
- package/dist/lib/debounce.js +10 -0
- package/dist/lib/debounce.js.map +1 -0
- package/dist/lib/network.d.ts +8 -0
- package/dist/lib/network.js +17 -0
- package/dist/lib/network.js.map +1 -0
- package/dist/modules/cdnReleases.d.ts +13 -0
- package/dist/modules/cdnReleases.js +39 -0
- package/dist/modules/cdnReleases.js.map +1 -0
- package/dist/modules/contentful.d.ts +3 -0
- package/dist/modules/contentful.js +13 -0
- package/dist/modules/contentful.js.map +1 -0
- package/dist/modules/file.d.ts +2 -0
- package/dist/modules/file.js +13 -0
- package/dist/modules/file.js.map +1 -0
- package/dist/modules/jumpIn.d.ts +10 -0
- package/dist/modules/jumpIn.js +98 -0
- package/dist/modules/jumpIn.js.map +1 -0
- package/dist/modules/url.d.ts +3 -0
- package/dist/modules/url.js +20 -0
- package/dist/modules/url.js.map +1 -0
- package/dist/modules/userAgent.d.ts +4 -0
- package/dist/modules/userAgent.js +14 -0
- package/dist/modules/userAgent.js.map +1 -0
- package/dist/theme/colorSchemes.d.ts +10 -0
- package/dist/theme/colorSchemes.js +342 -0
- package/dist/theme/colorSchemes.js.map +1 -0
- package/dist/theme/colors.d.ts +73 -0
- package/dist/theme/colors.js +140 -0
- package/dist/theme/colors.js.map +1 -0
- package/dist/theme/components.d.ts +2 -0
- package/dist/theme/components.js +2758 -0
- package/dist/theme/components.js.map +1 -0
- package/dist/theme/fonts/RoobertPRO-Bold.otf +0 -0
- package/dist/theme/fonts/RoobertPRO-Bold.ttf +0 -0
- package/dist/theme/index.d.ts +4 -0
- package/dist/theme/index.js +29 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/theme/provider.d.ts +9 -0
- package/dist/theme/provider.js +7 -0
- package/dist/theme/provider.js.map +1 -0
- package/dist/theme/types.d.ts +11 -0
- package/dist/theme/types.js +2 -0
- package/dist/theme/types.js.map +1 -0
- package/dist/theme/typography.d.ts +44 -0
- package/dist/theme/typography.js +45 -0
- package/dist/theme/typography.js.map +1 -0
- package/package.json +5 -5
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"notifications.js","sourceRoot":"","sources":["../../src/data/notifications.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
ADDED
@@ -0,0 +1,30 @@
|
|
1
|
+
import emotionCache from "@emotion/cache";
|
2
|
+
import * as emotionReact from "@emotion/react";
|
3
|
+
import emotionStyled from "@emotion/styled";
|
4
|
+
import * as muiIcons from "@mui/icons-material";
|
5
|
+
export { light as lightTheme, dark as darkTheme, ThemeProvider as DclThemeProvider, } from "./theme";
|
6
|
+
export * as dclColors from "./theme/colors";
|
7
|
+
export * from "@mui/material";
|
8
|
+
export { emotionReact, emotionStyled, emotionCache, muiIcons };
|
9
|
+
export * from "./components/Address";
|
10
|
+
export * as dclAddressUtils from "./components/AddressField/utils";
|
11
|
+
export * from "./components/AvatarFace";
|
12
|
+
export * from "./components/Blockie";
|
13
|
+
export * from "./components/ChainSelector";
|
14
|
+
export * from "./components/DownloadButton";
|
15
|
+
export * from "./components/Icon";
|
16
|
+
export * from "./components/IconBadge";
|
17
|
+
export * from "./components/IconChain";
|
18
|
+
export * from "./components/JumpIn";
|
19
|
+
export * from "./components/Logo/Logo";
|
20
|
+
export * from "./components/Mana";
|
21
|
+
export * from "./components/Media";
|
22
|
+
export * as dclModal from "./components/Modal";
|
23
|
+
export * from "./components/Modal/DownloadModal";
|
24
|
+
export * from "./components/Navbar";
|
25
|
+
export * from "./components/Notifications";
|
26
|
+
export * from "./components/UserMenu";
|
27
|
+
export * from "./components/Banner";
|
28
|
+
export * from "./components/WearablePreview";
|
29
|
+
export * as dclNetworkUtils from "./lib/network";
|
30
|
+
export * from "./modules/jumpIn";
|
package/dist/index.js
ADDED
@@ -0,0 +1,32 @@
|
|
1
|
+
import emotionCache from "@emotion/cache";
|
2
|
+
import * as emotionReact from "@emotion/react";
|
3
|
+
import emotionStyled from "@emotion/styled";
|
4
|
+
import * as muiIcons from "@mui/icons-material";
|
5
|
+
// Export Themes
|
6
|
+
export { light as lightTheme, dark as darkTheme, ThemeProvider as DclThemeProvider, } from "./theme";
|
7
|
+
export * as dclColors from "./theme/colors";
|
8
|
+
export * from "@mui/material";
|
9
|
+
export { emotionReact, emotionStyled, emotionCache, muiIcons };
|
10
|
+
export * from "./components/Address";
|
11
|
+
export * as dclAddressUtils from "./components/AddressField/utils";
|
12
|
+
export * from "./components/AvatarFace";
|
13
|
+
export * from "./components/Blockie";
|
14
|
+
export * from "./components/ChainSelector";
|
15
|
+
export * from "./components/DownloadButton";
|
16
|
+
export * from "./components/Icon";
|
17
|
+
export * from "./components/IconBadge";
|
18
|
+
export * from "./components/IconChain";
|
19
|
+
export * from "./components/JumpIn";
|
20
|
+
export * from "./components/Logo/Logo";
|
21
|
+
export * from "./components/Mana";
|
22
|
+
export * from "./components/Media";
|
23
|
+
export * as dclModal from "./components/Modal";
|
24
|
+
export * from "./components/Modal/DownloadModal";
|
25
|
+
export * from "./components/Navbar";
|
26
|
+
export * from "./components/Notifications";
|
27
|
+
export * from "./components/UserMenu";
|
28
|
+
export * from "./components/Banner";
|
29
|
+
export * from "./components/WearablePreview";
|
30
|
+
export * as dclNetworkUtils from "./lib/network";
|
31
|
+
export * from "./modules/jumpIn";
|
32
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAA;AACzC,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAA;AAC9C,OAAO,aAAa,MAAM,iBAAiB,CAAA;AAC3C,OAAO,KAAK,QAAQ,MAAM,qBAAqB,CAAA;AAE/C,gBAAgB;AAChB,OAAO,EACL,KAAK,IAAI,UAAU,EACnB,IAAI,IAAI,SAAS,EACjB,aAAa,IAAI,gBAAgB,GAClC,MAAM,SAAS,CAAA;AAChB,OAAO,KAAK,SAAS,MAAM,gBAAgB,CAAA;AAE3C,cAAc,eAAe,CAAA;AAC7B,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,QAAQ,EAAE,CAAA;AAC9D,cAAc,sBAAsB,CAAA;AACpC,OAAO,KAAK,eAAe,MAAM,iCAAiC,CAAA;AAClE,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,qBAAqB,CAAA;AACnC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,oBAAoB,CAAA;AAClC,OAAO,KAAK,QAAQ,MAAM,oBAAoB,CAAA;AAC9C,cAAc,kCAAkC,CAAA;AAChD,cAAc,qBAAqB,CAAA;AACnC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA;AACnC,cAAc,8BAA8B,CAAA;AAE5C,OAAO,KAAK,eAAe,MAAM,eAAe,CAAA;AAEhD,cAAc,kBAAkB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function createDebounce(): (fn: (...args: unknown[]) => unknown, ms: number, ...args: unknown[]) => void;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"debounce.js","sourceRoot":"","sources":["../../src/lib/debounce.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,cAAc;IAC5B,IAAI,OAAO,GAA0B,IAAI,CAAA;IACzC,OAAO,CACL,EAAmC,EACnC,EAAU,EACV,GAAG,IAAe,EAClB,EAAE;QACF,IAAI,OAAO,EAAE,CAAC;YACZ,YAAY,CAAC,OAAO,CAAC,CAAA;QACvB,CAAC;QACD,OAAO,GAAG,UAAU,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,IAAI,CAAC,CAAA;IACvC,CAAC,CAAA;AACH,CAAC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { Network } from "@dcl/schemas";
|
2
|
+
type NetworksNames = {
|
3
|
+
[key in Network]: string;
|
4
|
+
};
|
5
|
+
declare const networksNames: NetworksNames;
|
6
|
+
declare const getNetworkName: (network: Network) => string | undefined;
|
7
|
+
declare const getNetworkMANADescription: (network: Network) => string | undefined;
|
8
|
+
export { getNetworkMANADescription, getNetworkName, NetworksNames, networksNames, };
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { Network } from "@dcl/schemas";
|
2
|
+
const networksNames = {
|
3
|
+
[Network.ETHEREUM]: "Ethereum",
|
4
|
+
[Network.MATIC]: "Polygon",
|
5
|
+
[Network.ARBITRUM]: "Arbitrum",
|
6
|
+
[Network.AVALANCHE]: "Avalanche",
|
7
|
+
[Network.FANTOM]: "Fantom",
|
8
|
+
[Network.BSC]: "Binance Smart Chain",
|
9
|
+
[Network.OPTIMISM]: "Optimism",
|
10
|
+
};
|
11
|
+
const getNetworkName = (network) => networksNames[network];
|
12
|
+
const getNetworkMANADescription = (network) => {
|
13
|
+
const networkName = getNetworkName(network);
|
14
|
+
return networkName ? `${networkName} MANA` : `MANA`;
|
15
|
+
};
|
16
|
+
export { getNetworkMANADescription, getNetworkName, networksNames, };
|
17
|
+
//# sourceMappingURL=network.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"network.js","sourceRoot":"","sources":["../../src/lib/network.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAMtC,MAAM,aAAa,GAAkB;IACnC,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,UAAU;IAC9B,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,SAAS;IAC1B,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,UAAU;IAC9B,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,WAAW;IAChC,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,QAAQ;IAC1B,CAAC,OAAO,CAAC,GAAG,CAAC,EAAE,qBAAqB;IACpC,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,UAAU;CAC/B,CAAA;AAED,MAAM,cAAc,GAAG,CAAC,OAAgB,EAAsB,EAAE,CAC9D,aAAa,CAAC,OAAO,CAAC,CAAA;AAExB,MAAM,yBAAyB,GAAG,CAAC,OAAgB,EAAsB,EAAE;IACzE,MAAM,WAAW,GAAG,cAAc,CAAC,OAAO,CAAC,CAAA;IAC3C,OAAO,WAAW,CAAC,CAAC,CAAC,GAAG,WAAW,OAAO,CAAC,CAAC,CAAC,MAAM,CAAA;AACrD,CAAC,CAAA;AAED,OAAO,EACL,yBAAyB,EACzB,cAAc,EAEd,aAAa,GACd,CAAA"}
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { OperativeSystem } from "../components/DownloadButton";
|
2
|
+
var CDNSource;
|
3
|
+
(function (CDNSource) {
|
4
|
+
CDNSource["LAUNCHER"] = "launcher";
|
5
|
+
// Add future CDN sources here
|
6
|
+
})(CDNSource || (CDNSource = {}));
|
7
|
+
const LAUNCHER_BASE_URL = "https://explorer-artifacts.decentraland.org/launcher-rust";
|
8
|
+
const LAUNCHER_LEGACY_BASE_URL = "https://explorer-artifacts.decentraland.org/launcher/dcl";
|
9
|
+
const CDN_CONFIGS = {
|
10
|
+
[CDNSource.LAUNCHER]: {
|
11
|
+
urls: {
|
12
|
+
[OperativeSystem.WINDOWS]: {
|
13
|
+
amd64: `${LAUNCHER_BASE_URL}/Decentraland_x64-setup.exe`,
|
14
|
+
},
|
15
|
+
[OperativeSystem.MACOS]: {
|
16
|
+
amd64: `${LAUNCHER_LEGACY_BASE_URL}/Decentraland%20Launcher-mac-x64.dmg`,
|
17
|
+
arm64: `${LAUNCHER_BASE_URL}/Decentraland_aarch64.dmg`,
|
18
|
+
},
|
19
|
+
},
|
20
|
+
},
|
21
|
+
// Add more CDN configurations here as needed
|
22
|
+
};
|
23
|
+
const getCDNRelease = (source) => {
|
24
|
+
const config = CDN_CONFIGS[source];
|
25
|
+
if (!config) {
|
26
|
+
return null;
|
27
|
+
}
|
28
|
+
return {
|
29
|
+
[OperativeSystem.WINDOWS]: {
|
30
|
+
amd64: config.urls.Windows.amd64,
|
31
|
+
},
|
32
|
+
[OperativeSystem.MACOS]: {
|
33
|
+
amd64: config.urls.macOS.amd64,
|
34
|
+
arm64: config.urls.macOS.arm64,
|
35
|
+
},
|
36
|
+
};
|
37
|
+
};
|
38
|
+
export { getCDNRelease, CDNSource };
|
39
|
+
//# sourceMappingURL=cdnReleases.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"cdnReleases.js","sourceRoot":"","sources":["../../src/modules/cdnReleases.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAE9D,IAAK,SAGJ;AAHD,WAAK,SAAS;IACZ,kCAAqB,CAAA;IACrB,8BAA8B;AAChC,CAAC,EAHI,SAAS,KAAT,SAAS,QAGb;AAaD,MAAM,iBAAiB,GACrB,2DAA2D,CAAA;AAC7D,MAAM,wBAAwB,GAC5B,0DAA0D,CAAA;AAE5D,MAAM,WAAW,GAAiC;IAChD,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE;QACpB,IAAI,EAAE;YACJ,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE;gBACzB,KAAK,EAAE,GAAG,iBAAiB,6BAA6B;aACzD;YACD,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE;gBACvB,KAAK,EAAE,GAAG,wBAAwB,sCAAsC;gBACxE,KAAK,EAAE,GAAG,iBAAiB,2BAA2B;aACvD;SACF;KACF;IACD,6CAA6C;CAC9C,CAAA;AAED,MAAM,aAAa,GAAG,CAAC,MAAiB,EAAE,EAAE;IAC1C,MAAM,MAAM,GAAG,WAAW,CAAC,MAAM,CAAC,CAAA;IAClC,IAAI,CAAC,MAAM,EAAE,CAAC;QACZ,OAAO,IAAI,CAAA;IACb,CAAC;IAED,OAAO;QACL,CAAC,eAAe,CAAC,OAAO,CAAC,EAAE;YACzB,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK;SACjC;QACD,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE;YACvB,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;YAC9B,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK;SAC/B;KACF,CAAA;AACH,CAAC,CAAA;AAED,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,CAAA"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
const getAssetUrl = (assets, locale, assetLink) => {
|
2
|
+
if (!assetLink)
|
3
|
+
return "";
|
4
|
+
const assetUrl = assets[assetLink.sys.id]?.fields.file[locale]?.url;
|
5
|
+
if (assetUrl) {
|
6
|
+
return assetUrl.startsWith("https:") || assetUrl.startsWith("http:")
|
7
|
+
? assetUrl
|
8
|
+
: `https:${assetUrl}`;
|
9
|
+
}
|
10
|
+
return "";
|
11
|
+
};
|
12
|
+
export { getAssetUrl };
|
13
|
+
//# sourceMappingURL=contentful.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"contentful.js","sourceRoot":"","sources":["../../src/modules/contentful.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,GAAG,CAClB,MAAuC,EACvC,MAAwB,EACxB,SAA4B,EACpB,EAAE;IACV,IAAI,CAAC,SAAS;QAAE,OAAO,EAAE,CAAA;IACzB,MAAM,QAAQ,GAAG,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,GAAG,CAAA;IACnE,IAAI,QAAQ,EAAE,CAAC;QACb,OAAO,QAAQ,CAAC,UAAU,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC;YAClE,CAAC,CAAC,QAAQ;YACV,CAAC,CAAC,SAAS,QAAQ,EAAE,CAAA;IACzB,CAAC;IACD,OAAO,EAAE,CAAA;AACX,CAAC,CAAA;AAED,OAAO,EAAE,WAAW,EAAE,CAAA"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
const triggerFileDownload = (link) => {
|
2
|
+
return new Promise((resolve) => {
|
3
|
+
const a = document.createElement("a");
|
4
|
+
a.href = link;
|
5
|
+
a.setAttribute("download", "");
|
6
|
+
document.body.appendChild(a);
|
7
|
+
a.click();
|
8
|
+
document.body.removeChild(a);
|
9
|
+
setTimeout(resolve, 300);
|
10
|
+
});
|
11
|
+
};
|
12
|
+
export { triggerFileDownload };
|
13
|
+
//# sourceMappingURL=file.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"file.js","sourceRoot":"","sources":["../../src/modules/file.ts"],"names":[],"mappings":"AAAA,MAAM,mBAAmB,GAAG,CAAC,IAAY,EAAiB,EAAE;IAC1D,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;QAC7B,MAAM,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAA;QACrC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAA;QACb,CAAC,CAAC,YAAY,CAAC,UAAU,EAAE,EAAE,CAAC,CAAA;QAC9B,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAA;QAC5B,CAAC,CAAC,KAAK,EAAE,CAAA;QACT,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAA;QAC5B,UAAU,CAAC,OAAO,EAAE,GAAG,CAAC,CAAA;IAC1B,CAAC,CAAC,CAAA;AACJ,CAAC,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* Try to launch the desktop version using the custom protocol `decentraland://position=x,y&realm=zzz`
|
3
|
+
* and return a boolean that represents if a loss of focus was detected on the current window
|
4
|
+
* (assuming it was due to the interaction generated by the desktop version)
|
5
|
+
*/
|
6
|
+
declare const launchDesktopApp: (options: {
|
7
|
+
position?: string;
|
8
|
+
realm?: string;
|
9
|
+
}) => Promise<boolean>;
|
10
|
+
export { launchDesktopApp };
|
@@ -0,0 +1,98 @@
|
|
1
|
+
function callOnce(fun) {
|
2
|
+
let result = null;
|
3
|
+
return () => {
|
4
|
+
if (!result) {
|
5
|
+
result = { value: fun() };
|
6
|
+
}
|
7
|
+
return result.value;
|
8
|
+
};
|
9
|
+
}
|
10
|
+
const isMobile = callOnce(() => {
|
11
|
+
if (/Mobi/i.test(navigator.userAgent) ||
|
12
|
+
/Android/i.test(navigator.userAgent)) {
|
13
|
+
return true;
|
14
|
+
}
|
15
|
+
if (/iPad|iPhone|iPod/.test(navigator.platform)) {
|
16
|
+
return true;
|
17
|
+
}
|
18
|
+
if (/Macintosh/i.test(navigator.userAgent) &&
|
19
|
+
navigator.maxTouchPoints &&
|
20
|
+
navigator.maxTouchPoints > 1) {
|
21
|
+
// iPad pro
|
22
|
+
return true;
|
23
|
+
}
|
24
|
+
return false;
|
25
|
+
});
|
26
|
+
const isElectron = callOnce(() => {
|
27
|
+
// Renderer process
|
28
|
+
if (typeof window !== "undefined" &&
|
29
|
+
typeof window.process === "object" &&
|
30
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
31
|
+
window.process.type === "renderer") {
|
32
|
+
return true;
|
33
|
+
}
|
34
|
+
// Main process
|
35
|
+
if (typeof process !== "undefined" &&
|
36
|
+
typeof process.versions === "object" &&
|
37
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
38
|
+
!!process.versions.electron) {
|
39
|
+
return true;
|
40
|
+
}
|
41
|
+
// Detect the user agent when the `nodeIntegration` option is set to true
|
42
|
+
if (typeof navigator === "object" &&
|
43
|
+
typeof navigator.userAgent === "string" &&
|
44
|
+
navigator.userAgent.indexOf("Electron") >= 0) {
|
45
|
+
return true;
|
46
|
+
}
|
47
|
+
return false;
|
48
|
+
});
|
49
|
+
/**
|
50
|
+
* Try to launch the desktop version using the custom protocol `decentraland://position=x,y&realm=zzz`
|
51
|
+
* and return a boolean that represents if a loss of focus was detected on the current window
|
52
|
+
* (assuming it was due to the interaction generated by the desktop version)
|
53
|
+
*/
|
54
|
+
const launchDesktopApp = async (options) => {
|
55
|
+
// prevent launch for desktop and mobile
|
56
|
+
if (isElectron() || isMobile()) {
|
57
|
+
return false;
|
58
|
+
}
|
59
|
+
const customProtocolParams = [];
|
60
|
+
if (options.position) {
|
61
|
+
customProtocolParams.push(`position=${options.position}`);
|
62
|
+
}
|
63
|
+
if (options.realm) {
|
64
|
+
customProtocolParams.push(`realm=${options.realm}`);
|
65
|
+
}
|
66
|
+
const customProtocolTarget = `decentraland://?${customProtocolParams.join("&")}`;
|
67
|
+
// assume that the desktop version is installed only if
|
68
|
+
// we detect a loss of focus on window
|
69
|
+
let installed = false;
|
70
|
+
const isInstalled = () => {
|
71
|
+
installed = true;
|
72
|
+
};
|
73
|
+
window.addEventListener("blur", isInstalled);
|
74
|
+
// inject an iframe that open the desktop version
|
75
|
+
// NOTE: this can be also achieved with
|
76
|
+
// ```js
|
77
|
+
// window.location.href = customProtocolTarget
|
78
|
+
// ```
|
79
|
+
// but in safari redirects into an invalid url if the desktop
|
80
|
+
// client is not installed
|
81
|
+
const iframe = document.createElement("iframe");
|
82
|
+
iframe.setAttribute("style", "display: none");
|
83
|
+
iframe.src = customProtocolTarget;
|
84
|
+
document.body.appendChild(iframe);
|
85
|
+
// wait half of a second to detect the loss of focus because
|
86
|
+
// the time it takes for the `blur` event to be fired varies
|
87
|
+
// depending on the browser
|
88
|
+
return new Promise((resolve) => {
|
89
|
+
setTimeout(() => {
|
90
|
+
window.removeEventListener("blur", isInstalled);
|
91
|
+
document.body.removeChild(iframe);
|
92
|
+
console.log("installed", installed);
|
93
|
+
resolve(installed);
|
94
|
+
}, 500);
|
95
|
+
});
|
96
|
+
};
|
97
|
+
export { launchDesktopApp };
|
98
|
+
//# sourceMappingURL=jumpIn.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"jumpIn.js","sourceRoot":"","sources":["../../src/modules/jumpIn.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,3 @@
|
|
1
|
+
declare const addQueryParamsToUrlString: (url: string, params: Record<string, string | undefined | null>) => string;
|
2
|
+
declare const updateUrlWithLastValue: (url: string, paramKey: string, paramValue: string) => string;
|
3
|
+
export { addQueryParamsToUrlString, updateUrlWithLastValue };
|
@@ -0,0 +1,20 @@
|
|
1
|
+
const addQueryParamsToUrlString = (url, params) => {
|
2
|
+
if (!params || Object.keys(params).length === 0) {
|
3
|
+
return url;
|
4
|
+
}
|
5
|
+
const urlObj = new URL(url);
|
6
|
+
Object.entries(params).forEach(([key, value]) => {
|
7
|
+
if (value !== undefined && value !== null) {
|
8
|
+
urlObj.searchParams.append(key, value);
|
9
|
+
}
|
10
|
+
});
|
11
|
+
return urlObj.toString();
|
12
|
+
};
|
13
|
+
const updateUrlWithLastValue = (url, paramKey, paramValue) => {
|
14
|
+
const urlObj = new URL(url);
|
15
|
+
urlObj.searchParams.delete(paramKey);
|
16
|
+
urlObj.searchParams.append(paramKey, paramValue);
|
17
|
+
return urlObj.toString();
|
18
|
+
};
|
19
|
+
export { addQueryParamsToUrlString, updateUrlWithLastValue };
|
20
|
+
//# sourceMappingURL=url.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"url.js","sourceRoot":"","sources":["../../src/modules/url.ts"],"names":[],"mappings":"AAAA,MAAM,yBAAyB,GAAG,CAChC,GAAW,EACX,MAAiD,EACzC,EAAE;IACV,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAChD,OAAO,GAAG,CAAA;IACZ,CAAC;IAED,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,CAAA;IAE3B,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE;QAC9C,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,EAAE,CAAC;YAC1C,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,CAAA;QACxC,CAAC;IACH,CAAC,CAAC,CAAA;IAEF,OAAO,MAAM,CAAC,QAAQ,EAAE,CAAA;AAC1B,CAAC,CAAA;AAED,MAAM,sBAAsB,GAAG,CAC7B,GAAW,EACX,QAAgB,EAChB,UAAkB,EAClB,EAAE;IACF,MAAM,MAAM,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,CAAA;IAE3B,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAA;IACpC,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC,QAAQ,EAAE,UAAU,CAAC,CAAA;IAEhD,OAAO,MAAM,CAAC,QAAQ,EAAE,CAAA;AAC1B,CAAC,CAAA;AAED,OAAO,EAAE,yBAAyB,EAAE,sBAAsB,EAAE,CAAA"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { AdvancedNavigatorUAData } from "@dcl/hooks/cjs/hooks/useAdvancedUserAgentData";
|
2
|
+
import { OperativeSystem } from "../components/DownloadButton/DownloadButton.types";
|
3
|
+
declare const setUserAgentArchitectureDefaultByOs: (userAgent: AdvancedNavigatorUAData, os: OperativeSystem) => AdvancedNavigatorUAData;
|
4
|
+
export { setUserAgentArchitectureDefaultByOs };
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { OperativeSystem } from "../components/DownloadButton/DownloadButton.types";
|
2
|
+
const setUserAgentArchitectureDefaultByOs = (userAgent, os) => {
|
3
|
+
if (os === OperativeSystem.MACOS) {
|
4
|
+
userAgent.os.name = OperativeSystem.MACOS;
|
5
|
+
userAgent.cpu.architecture = "unknown";
|
6
|
+
}
|
7
|
+
else if (os === OperativeSystem.WINDOWS) {
|
8
|
+
userAgent.os.name = OperativeSystem.WINDOWS;
|
9
|
+
userAgent.cpu.architecture = "amd64";
|
10
|
+
}
|
11
|
+
return userAgent;
|
12
|
+
};
|
13
|
+
export { setUserAgentArchitectureDefaultByOs };
|
14
|
+
//# sourceMappingURL=userAgent.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"userAgent.js","sourceRoot":"","sources":["../../src/modules/userAgent.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mDAAmD,CAAA;AAEnF,MAAM,mCAAmC,GAAG,CAC1C,SAAkC,EAClC,EAAmB,EACM,EAAE;IAC3B,IAAI,EAAE,KAAK,eAAe,CAAC,KAAK,EAAE,CAAC;QACjC,SAAS,CAAC,EAAE,CAAC,IAAI,GAAG,eAAe,CAAC,KAAK,CAAA;QACzC,SAAS,CAAC,GAAG,CAAC,YAAY,GAAG,SAAS,CAAA;IACxC,CAAC;SAAM,IAAI,EAAE,KAAK,eAAe,CAAC,OAAO,EAAE,CAAC;QAC1C,SAAS,CAAC,EAAE,CAAC,IAAI,GAAG,eAAe,CAAC,OAAO,CAAA;QAC3C,SAAS,CAAC,GAAG,CAAC,YAAY,GAAG,OAAO,CAAA;IACtC,CAAC;IACD,OAAO,SAAS,CAAA;AAClB,CAAC,CAAA;AAED,OAAO,EAAE,mCAAmC,EAAE,CAAA"}
|