@api3/logos 1.0.23 → 1.0.24

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.
@@ -51,6 +51,8 @@ const Chain252 = require('../logos/chain/Chain252.svg');
51
51
  const Chain2522 = require('../logos/chain/Chain2522.svg');
52
52
  const Chain100 = require('../logos/chain/Chain100.svg');
53
53
  const Chain10200 = require('../logos/chain/Chain10200.svg');
54
+ const Chain999 = require('../logos/chain/Chain999.svg');
55
+ const Chain998 = require('../logos/chain/Chain998.svg');
54
56
  const Chain1439 = require('../logos/chain/Chain1439.svg');
55
57
  const Chain57073 = require('../logos/chain/Chain57073.svg');
56
58
  const Chain763373 = require('../logos/chain/Chain763373.svg');
@@ -95,6 +97,7 @@ const Chain534352 = require('../logos/chain/Chain534352.svg');
95
97
  const Chain534351 = require('../logos/chain/Chain534351.svg');
96
98
  const Chain1329 = require('../logos/chain/Chain1329.svg');
97
99
  const Chain1328 = require('../logos/chain/Chain1328.svg');
100
+ const Chain50312 = require('../logos/chain/Chain50312.svg');
98
101
  const Chain1868 = require('../logos/chain/Chain1868.svg');
99
102
  const Chain1946 = require('../logos/chain/Chain1946.svg');
100
103
  const Chain146 = require('../logos/chain/Chain146.svg');
@@ -224,6 +227,10 @@ function ChainLogo(id, light = false) {
224
227
  return Chain100;
225
228
  case "10200":
226
229
  return Chain10200;
230
+ case "999":
231
+ return Chain999;
232
+ case "998":
233
+ return Chain998;
227
234
  case "1439":
228
235
  return Chain1439;
229
236
  case "57073":
@@ -312,6 +319,8 @@ function ChainLogo(id, light = false) {
312
319
  return Chain1329;
313
320
  case "1328":
314
321
  return Chain1328;
322
+ case "50312":
323
+ return Chain50312;
315
324
  case "1868":
316
325
  return Chain1868;
317
326
  case "1946":
@@ -1,6 +1,6 @@
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
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
6
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
+ export { default as SymbolLogo } from './SymbolLogo.js';
4
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
+ export { default as ChainLogo } from './ChainLogo.js';
6
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
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
1
  module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
6
2
  module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
3
+ module.exports.SymbolLogo = require('./SymbolLogo.js');
4
+ module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
+ module.exports.ChainLogo = require('./ChainLogo.js');
6
+ module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
@@ -51,6 +51,8 @@ import Chain252 from '../logos/chain/Chain252.svg';
51
51
  import Chain2522 from '../logos/chain/Chain2522.svg';
52
52
  import Chain100 from '../logos/chain/Chain100.svg';
53
53
  import Chain10200 from '../logos/chain/Chain10200.svg';
54
+ import Chain999 from '../logos/chain/Chain999.svg';
55
+ import Chain998 from '../logos/chain/Chain998.svg';
54
56
  import Chain1439 from '../logos/chain/Chain1439.svg';
55
57
  import Chain57073 from '../logos/chain/Chain57073.svg';
56
58
  import Chain763373 from '../logos/chain/Chain763373.svg';
@@ -95,6 +97,7 @@ import Chain534352 from '../logos/chain/Chain534352.svg';
95
97
  import Chain534351 from '../logos/chain/Chain534351.svg';
96
98
  import Chain1329 from '../logos/chain/Chain1329.svg';
97
99
  import Chain1328 from '../logos/chain/Chain1328.svg';
100
+ import Chain50312 from '../logos/chain/Chain50312.svg';
98
101
  import Chain1868 from '../logos/chain/Chain1868.svg';
99
102
  import Chain1946 from '../logos/chain/Chain1946.svg';
100
103
  import Chain146 from '../logos/chain/Chain146.svg';
@@ -224,6 +227,10 @@ function ChainLogo(id, light = false) {
224
227
  return Chain100;
225
228
  case "10200":
226
229
  return Chain10200;
230
+ case "999":
231
+ return Chain999;
232
+ case "998":
233
+ return Chain998;
227
234
  case "1439":
228
235
  return Chain1439;
229
236
  case "57073":
@@ -312,6 +319,8 @@ function ChainLogo(id, light = false) {
312
319
  return Chain1329;
313
320
  case "1328":
314
321
  return Chain1328;
322
+ case "50312":
323
+ return Chain50312;
315
324
  case "1868":
316
325
  return Chain1868;
317
326
  case "1946":
@@ -1,6 +1,6 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
- export { default as SymbolLogo } from './SymbolLogo.js';
4
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
3
  export { default as ChainLogo } from './ChainLogo.js';
6
4
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
5
+ export { default as SymbolLogo } from './SymbolLogo.js';
6
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
- export { default as SymbolLogo } from './SymbolLogo.js';
4
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
3
  export { default as ChainLogo } from './ChainLogo.js';
6
4
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
5
+ export { default as SymbolLogo } from './SymbolLogo.js';
6
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <g>
3
+ <title>Layer 1</title>
4
+ <g stroke="null">
5
+ <path fill="#8E9BB2" stroke="null" d="m19.5716,8.238c-2.2513,0.90946 -5.16125,0.38891 -6.96349,-1.84885c-0.07784,-0.09574 -0.13771,-0.19745 -0.21555,-0.28122c-0.07784,-0.07777 -0.17364,-0.13163 -0.26345,-0.19743c-0.04193,0.10172 -0.10777,0.19743 -0.12574,0.30514c-0.11977,0.68211 -0.1497,1.39411 -0.35925,2.05228c-1.10172,3.48827 -3.47278,5.58243 -7.07725,6.25256c-0.78437,0.1436 -0.63469,0.17351 -0.80833,-0.54448c-1.17953,-4.96017 2.25132,-9.8246 7.32276,-10.399c3.40092,-0.38293 6.79584,1.4001 8.38253,4.40969c0.04193,0.0778 0.07186,0.16157 0.11377,0.25728l-0.00599,-0.00598z"/>
6
+ <path fill="#8E9BB2" stroke="null" d="m4.39321,15.69302c0.55086,-0.11366 1.07776,-0.2872 1.61065,-0.32906c2.30519,-0.19148 4.16732,0.65217 5.5744,2.50101c0.07184,0.09572 0.18561,0.14958 0.28141,0.22737c0.0479,-0.11968 0.12574,-0.23934 0.13171,-0.359c0.16167,-3.97891 3.14944,-7.43726 7.07725,-8.18518c0.23351,-0.04189 0.47302,-0.0658 0.70654,-0.11966c0.22154,-0.04786 0.31135,0.03591 0.37122,0.25131c0.56283,2.09414 0.41912,4.14044 -0.5688,6.07305c-1.37714,2.69248 -3.6045,4.27207 -6.60425,4.65501c-3.48473,0.44277 -6.86171,-1.35222 -8.50827,-4.52338c-0.01796,-0.03591 -0.02396,-0.0718 -0.06587,-0.18548l-0.006,-0.00599z"/>
7
+ </g>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8E9BB2" d="M22.8002 11.899C22.8002 19.04 18.4301 21.3314 16.1275 19.2911C14.2323 17.6275 13.6684 14.112 10.8176 13.751C7.19932 13.2958 6.88605 18.1141 4.50521 18.1141C1.73276 18.1141 1.2002 14.0806 1.2002 12.0089C1.2002 9.89009 1.79541 7.00227 4.1606 7.00227C6.91738 7.00227 7.07401 11.13 10.52 10.9102C13.9503 10.6748 14.013 6.37447 16.2372 4.5382C18.1794 2.95303 22.8002 4.66375 22.8002 11.899Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#97FCE4" d="M22.8002 11.899C22.8002 19.04 18.4301 21.3314 16.1275 19.2911C14.2323 17.6275 13.6684 14.112 10.8176 13.751C7.19933 13.2958 6.88605 18.1141 4.50521 18.1141C1.73276 18.1141 1.2002 14.0806 1.2002 12.0089C1.2002 9.89009 1.79541 7.00227 4.1606 7.00227C6.91739 7.00227 7.07402 11.13 10.52 10.9102C13.9503 10.6748 14.013 6.37447 16.2372 4.5382C18.1794 2.95303 22.8002 4.66375 22.8002 11.899Z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://api3dao.github.io/logos/",
@@ -19,13 +19,13 @@
19
19
  "api-provider"
20
20
  ],
21
21
  "devDependencies": {
22
- "@api3/dapi-management": "3.49.0",
22
+ "@api3/dapi-management": "3.50.0",
23
23
  "@babel/core": "^7.28.3",
24
24
  "@babel/preset-react": "^7.27.1",
25
25
  "@changesets/changelog-github": "^0.5.1",
26
26
  "@changesets/cli": "^2.29.6",
27
- "@typescript-eslint/eslint-plugin": "^8.40.0",
28
- "@typescript-eslint/parser": "^8.40.0",
27
+ "@typescript-eslint/eslint-plugin": "^8.41.0",
28
+ "@typescript-eslint/parser": "^8.41.0",
29
29
  "dotenv": "^17.2.1",
30
30
  "dropbox": "^10.34.0",
31
31
  "eslint": "^8.57.1",