@api3/logos 0.4.1 → 0.4.2

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.
@@ -81,6 +81,7 @@ const SymbolGns = require('../logos/symbol/Gns.svg');
81
81
  const SymbolGrt = require('../logos/symbol/Grt.svg');
82
82
  const SymbolHbar = require('../logos/symbol/Hbar.svg');
83
83
  const SymbolHnt = require('../logos/symbol/Hnt.svg');
84
+ const SymbolHype = require('../logos/symbol/Hype.svg');
84
85
  const SymbolIcp = require('../logos/symbol/Icp.svg');
85
86
  const SymbolImx = require('../logos/symbol/Imx.svg');
86
87
  const SymbolInEth = require('../logos/symbol/Ineth.svg');
@@ -190,6 +191,7 @@ const SymbolUsdp = require('../logos/symbol/Usdp.svg');
190
191
  const SymbolUsdt = require('../logos/symbol/Usdt.svg');
191
192
  const SymbolUsdy = require('../logos/symbol/Usdy.svg');
192
193
  const SymbolVelo = require('../logos/symbol/Velo.svg');
194
+ const SymbolVet = require('../logos/symbol/Vet.svg');
193
195
  const SymbolW = require('../logos/symbol/W.svg');
194
196
  const SymbolWbeth = require('../logos/symbol/Wbeth.svg');
195
197
  const SymbolWeEth = require('../logos/symbol/Weeth.svg');
@@ -384,6 +386,8 @@ function SymbolLogo(id, light = false) {
384
386
  return SymbolHbar;
385
387
  case "hnt":
386
388
  return SymbolHnt;
389
+ case "hype":
390
+ return SymbolHype;
387
391
  case "icp":
388
392
  return SymbolIcp;
389
393
  case "imx":
@@ -602,6 +606,8 @@ function SymbolLogo(id, light = false) {
602
606
  return SymbolUsdy;
603
607
  case "velo":
604
608
  return SymbolVelo;
609
+ case "vet":
610
+ return SymbolVet;
605
611
  case "w":
606
612
  return SymbolW;
607
613
  case "wbeth":
@@ -1,8 +1,8 @@
1
- export { default as ChainLogo } from './ChainLogo.js';
2
- export { default as ChainLogoMissing } from './ChainLogoMissing.json';
3
- export { default as SymbolLogo } from './SymbolLogo.js';
4
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
- export { default as DappLogo } from './DappLogo.js';
6
- export { default as DappLogoMissing } from './DappLogoMissing.json';
7
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
8
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
+ export { default as DappLogo } from './DappLogo.js';
4
+ export { default as DappLogoMissing } from './DappLogoMissing.json';
5
+ export { default as SymbolLogo } from './SymbolLogo.js';
6
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
7
+ export { default as ChainLogo } from './ChainLogo.js';
8
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
package/dist/cjs/index.js CHANGED
@@ -1,8 +1,8 @@
1
- module.exports.ChainLogo = require('./ChainLogo.js');
2
- module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
3
- module.exports.SymbolLogo = require('./SymbolLogo.js');
4
- module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
- module.exports.DappLogo = require('./DappLogo.js');
6
- module.exports.DappLogoMissing = require('./DappLogoMissing.json');
7
1
  module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
8
2
  module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
3
+ module.exports.DappLogo = require('./DappLogo.js');
4
+ module.exports.DappLogoMissing = require('./DappLogoMissing.json');
5
+ module.exports.SymbolLogo = require('./SymbolLogo.js');
6
+ module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
7
+ module.exports.ChainLogo = require('./ChainLogo.js');
8
+ module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
@@ -81,6 +81,7 @@ import SymbolGns from '../logos/symbol/Gns.svg';
81
81
  import SymbolGrt from '../logos/symbol/Grt.svg';
82
82
  import SymbolHbar from '../logos/symbol/Hbar.svg';
83
83
  import SymbolHnt from '../logos/symbol/Hnt.svg';
84
+ import SymbolHype from '../logos/symbol/Hype.svg';
84
85
  import SymbolIcp from '../logos/symbol/Icp.svg';
85
86
  import SymbolImx from '../logos/symbol/Imx.svg';
86
87
  import SymbolInEth from '../logos/symbol/Ineth.svg';
@@ -190,6 +191,7 @@ import SymbolUsdp from '../logos/symbol/Usdp.svg';
190
191
  import SymbolUsdt from '../logos/symbol/Usdt.svg';
191
192
  import SymbolUsdy from '../logos/symbol/Usdy.svg';
192
193
  import SymbolVelo from '../logos/symbol/Velo.svg';
194
+ import SymbolVet from '../logos/symbol/Vet.svg';
193
195
  import SymbolW from '../logos/symbol/W.svg';
194
196
  import SymbolWbeth from '../logos/symbol/Wbeth.svg';
195
197
  import SymbolWeEth from '../logos/symbol/Weeth.svg';
@@ -384,6 +386,8 @@ function SymbolLogo(id, light = false) {
384
386
  return SymbolHbar;
385
387
  case "hnt":
386
388
  return SymbolHnt;
389
+ case "hype":
390
+ return SymbolHype;
387
391
  case "icp":
388
392
  return SymbolIcp;
389
393
  case "imx":
@@ -602,6 +606,8 @@ function SymbolLogo(id, light = false) {
602
606
  return SymbolUsdy;
603
607
  case "velo":
604
608
  return SymbolVelo;
609
+ case "vet":
610
+ return SymbolVet;
605
611
  case "w":
606
612
  return SymbolW;
607
613
  case "wbeth":
@@ -1,8 +1,8 @@
1
1
  export { default as DappLogo } from './DappLogo.js';
2
2
  export { default as DappLogoMissing } from './DappLogoMissing.json';
3
+ export { default as SymbolLogo } from './SymbolLogo.js';
4
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
3
5
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
4
6
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
5
7
  export { default as ChainLogo } from './ChainLogo.js';
6
8
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
7
- export { default as SymbolLogo } from './SymbolLogo.js';
8
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
package/dist/esm/index.js CHANGED
@@ -2,7 +2,7 @@ export { default as DappLogo } from './DappLogo.js';
2
2
  export { default as DappLogoMissing } from './DappLogoMissing.json';
3
3
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
4
4
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
5
- export { default as ChainLogo } from './ChainLogo.js';
6
- export { default as ChainLogoMissing } from './ChainLogoMissing.json';
7
5
  export { default as SymbolLogo } from './SymbolLogo.js';
8
6
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
7
+ export { default as ChainLogo } from './ChainLogo.js';
8
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 43 42">
2
+ <rect width="41" height="41" x="1.43384" y="0.5" fill="#1E2739" rx="20.5"/>
3
+ <rect width="41" height="41" x="1.43384" y="0.5" stroke="#FAFAFA" rx="20.5"/>
4
+ <rect width="42" height="42" x="0.933838" fill="#142722" rx="21"/>
5
+ <path fill="#97FCE4" d="M36.9338 20.8603C36.9338 30.7784 30.8643 33.9609 27.6663 31.1272C25.0339 28.8166 24.2507 23.9339 20.2913 23.4325C15.266 22.8004 14.8309 29.4924 11.5241 29.4924C7.6735 29.4924 6.93384 23.8903 6.93384 21.0129C6.93384 18.0702 7.76052 14.0593 11.0455 14.0593C14.8744 14.0593 15.0919 19.7922 19.878 19.487C24.6423 19.1601 24.7293 13.1874 27.8186 10.637C30.5161 8.43537 36.9338 10.8114 36.9338 20.8603Z"/>
6
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <circle cx="21" cy="21" r="21" fill="#895BC7"/>
3
+ <path fill="#F3F3F3" d="M19.22 32.92 8.355 10.772a.537.537 0 0 1 .48-.772H12.6a.54.54 0 0 1 .48.291l7.934 16.068c.707 1.442 2.753 1.442 3.46 0l7.909-16.055a.54.54 0 0 1 .48-.291h.467c.278 0 .455.29.329.531L22.68 32.92c-.707 1.44-2.755 1.44-3.462 0Z"/>
4
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -23,15 +23,15 @@
23
23
  "@babel/preset-react": "^7.26.3",
24
24
  "@changesets/changelog-github": "^0.5.1",
25
25
  "@changesets/cli": "^2.28.1",
26
- "@api3/dapi-management": "3.2.0",
26
+ "@api3/dapi-management": "3.3.0",
27
27
  "dropbox": "^10.34.0",
28
28
  "node-fetch": "^2.7.0",
29
29
  "dotenv": "^16.4.7",
30
- "prettier": "^3.5.2",
30
+ "prettier": "^3.5.3",
31
31
  "rimraf": "^6.0.1",
32
- "@typescript-eslint/eslint-plugin": "^8.25.0",
33
- "@typescript-eslint/parser": "^8.25.0",
34
- "eslint-config-prettier": "^10.0.1",
32
+ "@typescript-eslint/eslint-plugin": "^8.26.0",
33
+ "@typescript-eslint/parser": "^8.26.0",
34
+ "eslint-config-prettier": "^10.0.2",
35
35
  "svgo": "^3.3.0"
36
36
  },
37
37
  "main": "./dist/cjs/index.js",