@api3/logos 1.0.43 → 1.0.44

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.
@@ -25,7 +25,6 @@ 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
27
  const Chain999light = require('../logos/chain/Chain999Light.svg');
28
- const Chain202601 = require('../logos/chain/Chain202601.svg');
29
28
  const Chain33139 = require('../logos/chain/Chain33139.svg');
30
29
  const Chain33111 = require('../logos/chain/Chain33111.svg');
31
30
  const Chain42161 = require('../logos/chain/Chain42161.svg');
@@ -70,7 +69,7 @@ const Chain11155420 = require('../logos/chain/Chain11155420.svg');
70
69
  const Chain137 = require('../logos/chain/Chain137.svg');
71
70
  const Chain80002 = require('../logos/chain/Chain80002.svg');
72
71
  const Chain2020 = require('../logos/chain/Chain2020.svg');
73
- const Chain2021 = require('../logos/chain/Chain2021.svg');
72
+ const Chain202601 = require('../logos/chain/Chain202601.svg');
74
73
  const Chain534352 = require('../logos/chain/Chain534352.svg');
75
74
  const Chain534351 = require('../logos/chain/Chain534351.svg');
76
75
  const Chain1329 = require('../logos/chain/Chain1329.svg');
@@ -153,8 +152,6 @@ function ChainLogo(id, light = false) {
153
152
  return Chain994873017light;
154
153
  case "999light":
155
154
  return Chain999light;
156
- case "202601":
157
- return Chain202601;
158
155
  case "33139":
159
156
  return Chain33139;
160
157
  case "33111":
@@ -243,8 +240,8 @@ function ChainLogo(id, light = false) {
243
240
  return Chain80002;
244
241
  case "2020":
245
242
  return Chain2020;
246
- case "2021":
247
- return Chain2021;
243
+ case "202601":
244
+ return Chain202601;
248
245
  case "534352":
249
246
  return Chain534352;
250
247
  case "534351":
@@ -1 +1 @@
1
- ["202601"]
1
+ []
@@ -2,6 +2,8 @@ const SymbolBnbxLight = require('../logos/symbol/BnbxLight.svg');
2
2
  const SymbolEthxLight = require('../logos/symbol/EthxLight.svg');
3
3
  const SymbolMaticxLight = require('../logos/symbol/MaticxLight.svg');
4
4
  const SymbolSlight = require('../logos/symbol/SLight.svg');
5
+ const SymbolSiusd = require('../logos/symbol/Siusd.svg');
6
+ const SymbolIusd = require('../logos/symbol/Iusd.svg');
5
7
  const SymbolAave = require('../logos/symbol/Aave.svg');
6
8
  const SymbolUsd = require('../logos/symbol/Usd.svg');
7
9
  const SymbolAero = require('../logos/symbol/Aero.svg');
@@ -181,6 +183,10 @@ function SymbolLogo(id, light = false) {
181
183
  return SymbolMaticxLight;
182
184
  case "slight":
183
185
  return SymbolSlight;
186
+ case "siusd":
187
+ return SymbolSiusd;
188
+ case "iusd":
189
+ return SymbolIusd;
184
190
  case "aave":
185
191
  return SymbolAave;
186
192
  case "usd":
@@ -1 +1 @@
1
- []
1
+ ["siusd","iusd"]
@@ -1,9 +1,9 @@
1
- export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
- export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
- export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.json';
4
- export { default as ChainLogo } from './ChainLogo.js';
5
- export { default as ChainLogoMissing } from './ChainLogoMissing.json';
6
- export { default as ChainLogoExtended } from './ChainLogoExtended.json';
7
1
  export { default as SymbolLogo } from './SymbolLogo.js';
8
2
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
3
  export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
4
+ export { default as ChainLogo } from './ChainLogo.js';
5
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
6
+ export { default as ChainLogoExtended } from './ChainLogoExtended.json';
7
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
8
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
9
+ export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.json';
package/dist/cjs/index.js CHANGED
@@ -1,9 +1,9 @@
1
- module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
2
- module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
3
- module.exports.ApiProviderLogoExtended = require('./ApiProviderLogoExtended.json');
4
1
  module.exports.ChainLogo = require('./ChainLogo.js');
5
2
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
6
3
  module.exports.ChainLogoExtended = require('./ChainLogoExtended.json');
7
4
  module.exports.SymbolLogo = require('./SymbolLogo.js');
8
5
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
9
6
  module.exports.SymbolLogoExtended = require('./SymbolLogoExtended.json');
7
+ module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
8
+ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
9
+ module.exports.ApiProviderLogoExtended = require('./ApiProviderLogoExtended.json');
@@ -25,7 +25,6 @@ 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
27
  import Chain999light from '../logos/chain/Chain999Light.svg';
28
- import Chain202601 from '../logos/chain/Chain202601.svg';
29
28
  import Chain33139 from '../logos/chain/Chain33139.svg';
30
29
  import Chain33111 from '../logos/chain/Chain33111.svg';
31
30
  import Chain42161 from '../logos/chain/Chain42161.svg';
@@ -70,7 +69,7 @@ import Chain11155420 from '../logos/chain/Chain11155420.svg';
70
69
  import Chain137 from '../logos/chain/Chain137.svg';
71
70
  import Chain80002 from '../logos/chain/Chain80002.svg';
72
71
  import Chain2020 from '../logos/chain/Chain2020.svg';
73
- import Chain2021 from '../logos/chain/Chain2021.svg';
72
+ import Chain202601 from '../logos/chain/Chain202601.svg';
74
73
  import Chain534352 from '../logos/chain/Chain534352.svg';
75
74
  import Chain534351 from '../logos/chain/Chain534351.svg';
76
75
  import Chain1329 from '../logos/chain/Chain1329.svg';
@@ -153,8 +152,6 @@ function ChainLogo(id, light = false) {
153
152
  return Chain994873017light;
154
153
  case "999light":
155
154
  return Chain999light;
156
- case "202601":
157
- return Chain202601;
158
155
  case "33139":
159
156
  return Chain33139;
160
157
  case "33111":
@@ -243,8 +240,8 @@ function ChainLogo(id, light = false) {
243
240
  return Chain80002;
244
241
  case "2020":
245
242
  return Chain2020;
246
- case "2021":
247
- return Chain2021;
243
+ case "202601":
244
+ return Chain202601;
248
245
  case "534352":
249
246
  return Chain534352;
250
247
  case "534351":
@@ -1 +1 @@
1
- ["202601"]
1
+ []
@@ -2,6 +2,8 @@ import SymbolBnbxLight from '../logos/symbol/BnbxLight.svg';
2
2
  import SymbolEthxLight from '../logos/symbol/EthxLight.svg';
3
3
  import SymbolMaticxLight from '../logos/symbol/MaticxLight.svg';
4
4
  import SymbolSlight from '../logos/symbol/SLight.svg';
5
+ import SymbolSiusd from '../logos/symbol/Siusd.svg';
6
+ import SymbolIusd from '../logos/symbol/Iusd.svg';
5
7
  import SymbolAave from '../logos/symbol/Aave.svg';
6
8
  import SymbolUsd from '../logos/symbol/Usd.svg';
7
9
  import SymbolAero from '../logos/symbol/Aero.svg';
@@ -181,6 +183,10 @@ function SymbolLogo(id, light = false) {
181
183
  return SymbolMaticxLight;
182
184
  case "slight":
183
185
  return SymbolSlight;
186
+ case "siusd":
187
+ return SymbolSiusd;
188
+ case "iusd":
189
+ return SymbolIusd;
184
190
  case "aave":
185
191
  return SymbolAave;
186
192
  case "usd":
@@ -1 +1 @@
1
- []
1
+ ["siusd","iusd"]
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="#27553D" rx="21"/>
3
+ <path fill="url(#iusd_svg__paint0_linear_8768_51463)" fill-rule="evenodd" d="M8.39597 24.8375C12.4326 28.8741 17.8712 29.98 20.5435 27.3077C23.2159 24.6353 22.1098 19.1967 18.0732 15.1601C14.0367 11.1235 8.59804 10.0176 5.92574 12.6899C3.25343 15.3623 4.35939 20.8009 8.39597 24.8375ZM10.5261 25.3747C14.1275 28.1867 18.286 28.8793 19.8143 26.922C21.3427 24.9645 19.662 21.0982 16.0605 18.2863C12.4591 15.4744 8.30058 14.7816 6.77228 16.7391C5.24396 18.6964 6.92459 22.5628 10.5261 25.3747Z" clip-rule="evenodd"/>
4
+ <path fill="url(#iusd_svg__paint1_linear_8768_51463)" fill-rule="evenodd" d="M33.604 17.4009C29.5675 13.3643 24.1289 12.2583 21.4565 14.9306C18.7842 17.603 19.8901 23.0416 23.9267 27.0782C27.9633 31.1148 33.4019 32.2207 36.0743 29.5484C38.7466 26.8761 37.6406 21.4375 33.604 17.4009ZM31.5149 16.9047C27.9134 14.0927 23.7551 13.4 22.2266 15.3574C20.6984 17.3149 22.379 21.1813 25.9805 23.9932C29.5819 26.8051 33.7404 27.4978 35.2688 25.5403C36.7971 23.583 35.1164 19.7166 31.5149 16.9047Z" clip-rule="evenodd"/>
5
+ <path fill="white" d="M21.9829 8.1665H25.9674L20.1013 33.8339H16.1167L21.9829 8.1665Z"/>
6
+ <defs>
7
+ <linearGradient id="iusd_svg__paint0_linear_8768_51463" x1="15.1143" x2="17.3875" y1="24.8494" y2="28.5431" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0.0726915" stop-color="white"/>
9
+ <stop offset="1" stop-color="#27553D"/>
10
+ </linearGradient>
11
+ <linearGradient id="iusd_svg__paint1_linear_8768_51463" x1="26.041" x2="24.6125" y1="19.276" y2="13.6953" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="white"/>
13
+ <stop offset="1" stop-color="#27553D"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="white" rx="21"/>
3
+ <path fill="url(#siusd_svg__paint0_linear_8768_51375)" fill-rule="evenodd" d="M8.39597 24.8375C12.4326 28.8741 17.8712 29.98 20.5435 27.3077C23.2159 24.6353 22.1098 19.1967 18.0732 15.1601C14.0367 11.1235 8.59804 10.0176 5.92574 12.6899C3.25343 15.3623 4.35939 20.8009 8.39597 24.8375ZM10.5261 25.3747C14.1275 28.1867 18.286 28.8793 19.8143 26.922C21.3427 24.9645 19.662 21.0982 16.0605 18.2863C12.4591 15.4744 8.30058 14.7816 6.77228 16.7391C5.24396 18.6964 6.92459 22.5628 10.5261 25.3747Z" clip-rule="evenodd"/>
4
+ <path fill="url(#siusd_svg__paint1_linear_8768_51375)" fill-rule="evenodd" d="M33.604 17.4009C29.5675 13.3643 24.1289 12.2583 21.4565 14.9306C18.7842 17.603 19.8901 23.0416 23.9267 27.0782C27.9633 31.1148 33.4019 32.2207 36.0743 29.5484C38.7466 26.8761 37.6406 21.4375 33.604 17.4009ZM31.5149 16.9047C27.9134 14.0927 23.7551 13.4 22.2266 15.3574C20.6984 17.3149 22.379 21.1813 25.9805 23.9932C29.5819 26.8051 33.7404 27.4978 35.2688 25.5403C36.7971 23.583 35.1164 19.7166 31.5149 16.9047Z" clip-rule="evenodd"/>
5
+ <path fill="black" d="M21.9829 8.1665H25.9674L20.1013 33.8339H16.1167L21.9829 8.1665Z"/>
6
+ <defs>
7
+ <linearGradient id="siusd_svg__paint0_linear_8768_51375" x1="15.1143" x2="17.3875" y1="24.8494" y2="28.5431" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0.0726915"/>
9
+ <stop offset="1" stop-color="white"/>
10
+ </linearGradient>
11
+ <linearGradient id="siusd_svg__paint1_linear_8768_51375" x1="26.041" x2="24.6125" y1="19.276" y2="13.6953" gradientUnits="userSpaceOnUse">
12
+ <stop/>
13
+ <stop offset="1" stop-color="white"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://api3dao.github.io/logos/",
@@ -19,20 +19,20 @@
19
19
  "api-provider"
20
20
  ],
21
21
  "devDependencies": {
22
- "@api3/dapi-management": "4.7.0",
23
- "@babel/core": "^7.28.6",
22
+ "@api3/dapi-management": "4.9.0",
23
+ "@babel/core": "^7.29.0",
24
24
  "@babel/preset-react": "^7.28.5",
25
25
  "@changesets/changelog-github": "^0.5.2",
26
26
  "@changesets/cli": "^2.29.8",
27
- "@typescript-eslint/eslint-plugin": "^8.53.0",
28
- "@typescript-eslint/parser": "^8.53.0",
29
- "dotenv": "^17.2.3",
27
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
28
+ "@typescript-eslint/parser": "^8.55.0",
29
+ "dotenv": "^17.3.1",
30
30
  "dropbox": "^10.34.0",
31
31
  "eslint": "^8.57.1",
32
32
  "eslint-config-prettier": "^10.1.8",
33
33
  "node-fetch": "^2.7.0",
34
- "prettier": "^3.8.0",
35
- "rimraf": "^6.1.2",
34
+ "prettier": "^3.8.1",
35
+ "rimraf": "^6.1.3",
36
36
  "svgo": "^4.0.0"
37
37
  },
38
38
  "main": "./dist/cjs/index.js",
@@ -1,11 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" fill-rule="evenodd" d="M4.46729 3.06474V16.0946C4.46744 16.338 4.5224 16.5782 4.62812 16.7975C4.73383 17.0169 4.8876 17.2097 5.07805 17.3619L11.2366 22.2928C11.4533 22.4658 11.7226 22.5601 12.0001 22.5601C12.2776 22.5601 12.5469 22.4658 12.7636 22.2928L18.9221 17.3619C19.1126 17.2097 19.2664 17.0169 19.372 16.7975C19.4778 16.5782 19.5327 16.338 19.5329 16.0946V3.06474C19.5329 2.63385 19.3613 2.2206 19.0559 1.91592C18.7504 1.61123 18.3362 1.44006 17.9042 1.44006H6.096C5.66404 1.44006 5.24977 1.61123 4.94432 1.91592C4.63888 2.2206 4.46729 2.63385 4.46729 3.06474Z" clip-rule="evenodd"/>
3
- <path fill="url(#Chain2021_svg__paint0_linear_6271_43946)" d="M16.3292 9.01003V6.16333C16.3292 5.78584 16.182 5.42381 15.9202 5.15688C15.6583 4.88995 15.3032 4.73999 14.9329 4.73999H8.99849C8.62816 4.73999 8.27301 4.88995 8.01115 5.15688C7.74929 5.42381 7.60217 5.78584 7.60217 6.16333V14.4232C7.60231 14.6363 7.64943 14.8468 7.74006 15.0389C7.83068 15.2311 7.96251 15.4001 8.12579 15.5334L10.2866 17.3018C10.3122 17.3231 10.3433 17.3364 10.3761 17.3404C10.4089 17.3443 10.4421 17.3387 10.4719 17.3241C10.5017 17.3096 10.5268 17.2867 10.5444 17.2582C10.5619 17.2297 10.5712 17.1967 10.5711 17.1631V11.323C10.5711 11.2757 10.5895 11.2305 10.6222 11.1971C10.6549 11.1638 10.6993 11.145 10.7456 11.145H12.3165C12.5942 11.145 12.8606 11.2575 13.057 11.4577C13.2534 11.6578 13.3637 11.9294 13.3637 12.2125V17.1631C13.3638 17.1966 13.3731 17.2294 13.3906 17.2577C13.4081 17.2861 13.4331 17.3089 13.4628 17.3234C13.4924 17.3379 13.5254 17.3436 13.5581 17.3397C13.5907 17.3359 13.6217 17.3228 13.6474 17.3018L15.8081 15.5334C15.9715 15.4001 16.1033 15.2311 16.1939 15.0389C16.2845 14.8468 16.3316 14.6363 16.3318 14.4232V11.8567C16.3318 11.4792 16.1846 11.1172 15.9228 10.8502C15.6609 10.5833 15.3058 10.4333 14.9355 10.4333C15.3053 10.4326 15.6598 10.2824 15.9211 10.0155C16.1824 9.74867 16.3292 9.38702 16.3292 9.01003ZM12.3147 9.7217H10.7439C10.6976 9.7217 10.6532 9.70291 10.6205 9.66954C10.5877 9.63617 10.5693 9.59097 10.5693 9.54373V6.34125C10.5693 6.29406 10.5877 6.2488 10.6205 6.21544C10.6532 6.18207 10.6976 6.16333 10.7439 6.16333H13.1874C13.2338 6.16333 13.2781 6.18207 13.3108 6.21544C13.3436 6.2488 13.3619 6.29406 13.3619 6.34125V8.65416C13.3619 8.93731 13.2516 9.20884 13.0553 9.40899C12.8589 9.60921 12.5925 9.7217 12.3147 9.7217Z"/>
4
- <defs>
5
- <linearGradient id="Chain2021_svg__paint0_linear_6271_43946" x1="11.967" x2="11.967" y1="4.73999" y2="17.3416" gradientUnits="userSpaceOnUse">
6
- <stop stop-color="white"/>
7
- <stop offset="0.458333" stop-color="white"/>
8
- <stop offset="1" stop-color="white"/>
9
- </linearGradient>
10
- </defs>
11
- </svg>