@dynamic-labs/iconic 0.1.3 → 0.1.5

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.3",
3
+ "version": "0.1.5",
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": {
@@ -5,6 +5,7 @@ export declare const BloctoIcon: Iconic;
5
5
  export declare const BraavosIcon: Iconic;
6
6
  export declare const CoinbaseIcon: Iconic;
7
7
  export declare const DapperIcon: Iconic;
8
+ export declare const DawnIcon: Iconic;
8
9
  export declare const SignInWithEmailIcon: Iconic;
9
10
  export declare const ExodusIcon: Iconic;
10
11
  export declare const FlowIcon: 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.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;
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.DawnIcon = 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',
@@ -32,6 +32,11 @@ exports.DapperIcon = (0, Iconic_1.createIconic)({
32
32
  alt: 'Dapper Wallet',
33
33
  sourcePath: 'icons/wallets/dapper.svg'
34
34
  });
35
+ exports.DawnIcon = (0, Iconic_1.createIconic)({
36
+ iconName: 'dawn',
37
+ alt: 'Dawn Wallet',
38
+ sourcePath: 'icons/wallets/dawn.svg'
39
+ });
35
40
  exports.SignInWithEmailIcon = (0, Iconic_1.createIconic)({
36
41
  iconName: 'signinwithemail',
37
42
  alt: 'Sign in with Email',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
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": {