@api3/logos 1.0.23 → 1.0.25

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.
@@ -24,6 +24,7 @@ const Chain747474light = require('../logos/chain/Chain747474Light.svg');
24
24
  const Chain81457light = require('../logos/chain/Chain81457Light.svg');
25
25
  const Chain82light = require('../logos/chain/Chain82Light.svg');
26
26
  const Chain994873017light = require('../logos/chain/Chain994873017Light.svg');
27
+ const Chain999light = require('../logos/chain/Chain999Light.svg');
27
28
  const Chain33139 = require('../logos/chain/Chain33139.svg');
28
29
  const Chain33111 = require('../logos/chain/Chain33111.svg');
29
30
  const Chain42161 = require('../logos/chain/Chain42161.svg');
@@ -51,6 +52,8 @@ const Chain252 = require('../logos/chain/Chain252.svg');
51
52
  const Chain2522 = require('../logos/chain/Chain2522.svg');
52
53
  const Chain100 = require('../logos/chain/Chain100.svg');
53
54
  const Chain10200 = require('../logos/chain/Chain10200.svg');
55
+ const Chain999 = require('../logos/chain/Chain999.svg');
56
+ const Chain998 = require('../logos/chain/Chain998.svg');
54
57
  const Chain1439 = require('../logos/chain/Chain1439.svg');
55
58
  const Chain57073 = require('../logos/chain/Chain57073.svg');
56
59
  const Chain763373 = require('../logos/chain/Chain763373.svg');
@@ -95,6 +98,7 @@ const Chain534352 = require('../logos/chain/Chain534352.svg');
95
98
  const Chain534351 = require('../logos/chain/Chain534351.svg');
96
99
  const Chain1329 = require('../logos/chain/Chain1329.svg');
97
100
  const Chain1328 = require('../logos/chain/Chain1328.svg');
101
+ const Chain50312 = require('../logos/chain/Chain50312.svg');
98
102
  const Chain1868 = require('../logos/chain/Chain1868.svg');
99
103
  const Chain1946 = require('../logos/chain/Chain1946.svg');
100
104
  const Chain146 = require('../logos/chain/Chain146.svg');
@@ -170,6 +174,8 @@ function ChainLogo(id, light = false) {
170
174
  return Chain82light;
171
175
  case "994873017light":
172
176
  return Chain994873017light;
177
+ case "999light":
178
+ return Chain999light;
173
179
  case "33139":
174
180
  return Chain33139;
175
181
  case "33111":
@@ -224,6 +230,10 @@ function ChainLogo(id, light = false) {
224
230
  return Chain100;
225
231
  case "10200":
226
232
  return Chain10200;
233
+ case "999":
234
+ return Chain999;
235
+ case "998":
236
+ return Chain998;
227
237
  case "1439":
228
238
  return Chain1439;
229
239
  case "57073":
@@ -312,6 +322,8 @@ function ChainLogo(id, light = false) {
312
322
  return Chain1329;
313
323
  case "1328":
314
324
  return Chain1328;
325
+ case "50312":
326
+ return Chain50312;
315
327
  case "1868":
316
328
  return Chain1868;
317
329
  case "1946":
@@ -24,6 +24,7 @@ import Chain747474light from '../logos/chain/Chain747474Light.svg';
24
24
  import Chain81457light from '../logos/chain/Chain81457Light.svg';
25
25
  import Chain82light from '../logos/chain/Chain82Light.svg';
26
26
  import Chain994873017light from '../logos/chain/Chain994873017Light.svg';
27
+ import Chain999light from '../logos/chain/Chain999Light.svg';
27
28
  import Chain33139 from '../logos/chain/Chain33139.svg';
28
29
  import Chain33111 from '../logos/chain/Chain33111.svg';
29
30
  import Chain42161 from '../logos/chain/Chain42161.svg';
@@ -51,6 +52,8 @@ import Chain252 from '../logos/chain/Chain252.svg';
51
52
  import Chain2522 from '../logos/chain/Chain2522.svg';
52
53
  import Chain100 from '../logos/chain/Chain100.svg';
53
54
  import Chain10200 from '../logos/chain/Chain10200.svg';
55
+ import Chain999 from '../logos/chain/Chain999.svg';
56
+ import Chain998 from '../logos/chain/Chain998.svg';
54
57
  import Chain1439 from '../logos/chain/Chain1439.svg';
55
58
  import Chain57073 from '../logos/chain/Chain57073.svg';
56
59
  import Chain763373 from '../logos/chain/Chain763373.svg';
@@ -95,6 +98,7 @@ import Chain534352 from '../logos/chain/Chain534352.svg';
95
98
  import Chain534351 from '../logos/chain/Chain534351.svg';
96
99
  import Chain1329 from '../logos/chain/Chain1329.svg';
97
100
  import Chain1328 from '../logos/chain/Chain1328.svg';
101
+ import Chain50312 from '../logos/chain/Chain50312.svg';
98
102
  import Chain1868 from '../logos/chain/Chain1868.svg';
99
103
  import Chain1946 from '../logos/chain/Chain1946.svg';
100
104
  import Chain146 from '../logos/chain/Chain146.svg';
@@ -170,6 +174,8 @@ function ChainLogo(id, light = false) {
170
174
  return Chain82light;
171
175
  case "994873017light":
172
176
  return Chain994873017light;
177
+ case "999light":
178
+ return Chain999light;
173
179
  case "33139":
174
180
  return Chain33139;
175
181
  case "33111":
@@ -224,6 +230,10 @@ function ChainLogo(id, light = false) {
224
230
  return Chain100;
225
231
  case "10200":
226
232
  return Chain10200;
233
+ case "999":
234
+ return Chain999;
235
+ case "998":
236
+ return Chain998;
227
237
  case "1439":
228
238
  return Chain1439;
229
239
  case "57073":
@@ -312,6 +322,8 @@ function ChainLogo(id, light = false) {
312
322
  return Chain1329;
313
323
  case "1328":
314
324
  return Chain1328;
325
+ case "50312":
326
+ return Chain50312;
315
327
  case "1868":
316
328
  return Chain1868;
317
329
  case "1946":
@@ -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>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#072723" d="M21.6 11.8151C21.6 18.1627 17.7155 20.1995 15.6687 18.3859C13.984 16.9071 13.4828 13.7822 10.9488 13.4613C7.73255 13.0567 7.45409 17.3396 5.33778 17.3396C2.87338 17.3396 2.39999 13.7543 2.39999 11.9128C2.39999 10.0294 2.92907 7.46247 5.03146 7.46247C7.48194 7.46247 7.62117 11.1315 10.6843 10.9362C13.7334 10.727 13.7891 6.90443 15.7663 5.27219C17.4927 3.86315 21.6 5.38379 21.6 11.8151Z"/>
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.25",
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.51.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",