@dynamic-labs/iconic
Advanced tools
Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "2.0.0-alpha.6", | ||
"version": "2.0.0-alpha.7", | ||
"repository": { | ||
@@ -33,5 +33,5 @@ "type": "git", | ||
"dependencies": { | ||
"@dynamic-labs/logger": "2.0.0-alpha.6", | ||
"@dynamic-labs/logger": "2.0.0-alpha.7", | ||
"sharp": "0.33.2" | ||
} | ||
} |
@@ -6,4 +6,4 @@ ### Adding an icon | ||
1. run `nvm use` | ||
1. run `yarn install` if not yet | ||
1. run `yarn test -u` to update test fixtures | ||
1. run `npx nx run iconic:build` to update the sprite.svg | ||
1. run `npx nx run iconic:test -u` to update the snapshot | ||
1. Open a PR | ||
@@ -10,0 +10,0 @@ 1. After merge, release (see below) |
@@ -21,2 +21,3 @@ import { type Iconic } from '../../Iconic'; | ||
export declare const CoinbaseSocialIcon: Iconic; | ||
export declare const CoinbaseSocialDarkIcon: Iconic; | ||
export declare const InstagramIcon: Iconic; | ||
@@ -23,0 +24,0 @@ export declare const YouTubeIcon: Iconic; |
@@ -98,2 +98,7 @@ import { createIconic } from '../../Iconic.js'; | ||
}); | ||
const CoinbaseSocialDarkIcon = createIconic({ | ||
alt: 'Coinbase', | ||
iconName: 'coinbasesocial-dark', | ||
sourcePath: 'icons/social/coinbasesocial-dark.svg', | ||
}); | ||
const InstagramIcon = createIconic({ | ||
@@ -120,2 +125,2 @@ alt: 'Instagram', | ||
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon }; | ||
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon }; |
@@ -5,3 +5,3 @@ export { BraveIcon, ChromeIcon, EdgeIcon, FirefoxIcon, OperaIcon, SafariIcon } from './icons/browsers/index.js'; | ||
export { AndroidIcon, AppleIcon } from './icons/mobile/index.js'; | ||
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js'; | ||
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, FacebookIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, SlackIcon, TelegramIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js'; | ||
export { ArrowSendIcon, CaptchaWaveIcon, UserProfileIcon } from './icons/misc/index.js'; | ||
@@ -8,0 +8,0 @@ export { SocialIcon } from './components/SocialIcon.js'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
301264
1837
+ Added@dynamic-labs/logger@2.0.0-alpha.7(transitive)
- Removed@dynamic-labs/logger@2.0.0-alpha.6(transitive)