@dynamic-labs/iconic 0.1.1 → 0.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {
@@ -28,7 +28,7 @@ exports.OptimismIcon = (0, Iconic_1.createIconic)({
28
28
  sourcePath: 'icons/chains/optimism.svg'
29
29
  });
30
30
  exports.SolanaIcon = (0, Iconic_1.createIconic)({
31
- iconName: 'palm',
31
+ iconName: 'solana',
32
32
  alt: 'Solana Chain',
33
33
  sourcePath: 'icons/chains/solana.svg'
34
34
  });
@@ -17,6 +17,7 @@ export declare const LedgerIcon: Iconic;
17
17
  export declare const LilicoIcon: Iconic;
18
18
  export declare const MaticIcon: Iconic;
19
19
  export declare const MetaMaskIcon: Iconic;
20
+ export declare const MissingIcon: Iconic;
20
21
  export declare const MyalgoIcon: Iconic;
21
22
  export declare const PhantomIcon: Iconic;
22
23
  export declare const PolygonIcon: Iconic;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PolygonIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
3
+ exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PolygonIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
4
4
  const Iconic_1 = require("../../Iconic");
5
5
  exports.AlgorandIcon = (0, Iconic_1.createIconic)({
6
6
  iconName: 'algorand',
@@ -92,6 +92,11 @@ exports.MetaMaskIcon = (0, Iconic_1.createIconic)({
92
92
  alt: 'MetaMask Wallet',
93
93
  sourcePath: 'icons/wallets/metamask.svg'
94
94
  });
95
+ exports.MissingIcon = (0, Iconic_1.createIconic)({
96
+ iconName: 'missing',
97
+ alt: 'Missing Wallet',
98
+ sourcePath: 'icons/wallets/missing.svg'
99
+ });
95
100
  exports.MyalgoIcon = (0, Iconic_1.createIconic)({
96
101
  iconName: 'myalgo',
97
102
  alt: 'MyAlgo Wallet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {