@dynamic-labs/iconic
Advanced tools
Comparing version 0.1.21 to 0.1.22
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -50,1 +50,2 @@ import { type Iconic } from '../../Iconic'; | ||
export declare const ZengoIcon: Iconic; | ||
export declare const SuperbIcon: Iconic; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ZengoIcon = exports.MagicLinkIcon = exports.WalletConnectIcon = exports.VenlyIcon = exports.UnstoppableIcon = exports.TrustIcon = exports.TorusIcon = exports.TerraIcon = exports.TallyCashIcon = exports.StrokeIcon = exports.SpotIcon = exports.SolflareIcon = exports.SlopeIcon = exports.SequenceIcon = exports.SafeIcon = exports.RainbowIcon = exports.PhantomIcon = exports.OpeanSeaIcon = exports.OmniIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LinenIcon = exports.LilicoIcon = exports.LedgerIcon = exports.KeplrIcon = exports.InjectedWalletIcon = exports.ImTokenWallet = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FireblocksIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.EmailSignIcon = exports.DawnIcon = exports.DapperIcon = exports.CryptoIcon = exports.CoinbaseIcon = exports.Coin90Icon = exports.BraavosIcon = exports.BloctoIcon = exports.BitPayIcon = exports.BinanceIcon = exports.ArgentXIcon = exports.OneInchIcon = void 0; | ||
exports.SuperbIcon = exports.ZengoIcon = exports.MagicLinkIcon = exports.WalletConnectIcon = exports.VenlyIcon = exports.UnstoppableIcon = exports.TrustIcon = exports.TorusIcon = exports.TerraIcon = exports.TallyCashIcon = exports.StrokeIcon = exports.SpotIcon = exports.SolflareIcon = exports.SlopeIcon = exports.SequenceIcon = exports.SafeIcon = exports.RainbowIcon = exports.PhantomIcon = exports.OpeanSeaIcon = exports.OmniIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LinenIcon = exports.LilicoIcon = exports.LedgerIcon = exports.KeplrIcon = exports.InjectedWalletIcon = exports.ImTokenWallet = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FireblocksIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.EmailSignIcon = exports.DawnIcon = exports.DapperIcon = exports.CryptoIcon = exports.CoinbaseIcon = exports.Coin90Icon = exports.BraavosIcon = exports.BloctoIcon = exports.BitPayIcon = exports.BinanceIcon = exports.ArgentXIcon = exports.OneInchIcon = void 0; | ||
const Iconic_1 = require("../../Iconic"); | ||
@@ -245,1 +245,6 @@ exports.OneInchIcon = (0, Iconic_1.createIconic)({ | ||
}); | ||
exports.SuperbIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'superb', | ||
alt: 'Superb Wallet', | ||
sourcePath: 'icons/wallets/superb.svg' | ||
}); |
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
### Adding an icon | ||
1. Add the SVG file to the appropriate folder | ||
2. Add a `createIconic` compomenent to the `index.ts` in that folder for that icon | ||
3. Bump the version in package.json | ||
4. run `yarn test -u` to update test fixtures | ||
5. Open a PR | ||
6. After merge, release | ||
1. Add a `createIconic` compomenent to the `index.ts` in that folder for that icon | ||
1. Bump the version in package.json | ||
1. run `nvm use` | ||
1. run `yarn install` if not yet | ||
1. run `yarn test -u` to update test fixtures | ||
1. Open a PR | ||
1. After merge, release | ||
@@ -10,0 +12,0 @@ ### Updating an icon |
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
33338
740
22