@api3/logos 1.0.41 → 1.0.42

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.
@@ -35,9 +35,7 @@ const Chain8453 = require('../logos/chain/Chain8453.svg');
35
35
  const Chain84532 = require('../logos/chain/Chain84532.svg');
36
36
  const Chain80094 = require('../logos/chain/Chain80094.svg');
37
37
  const Chain200901 = require('../logos/chain/Chain200901.svg');
38
- const Chain200810 = require('../logos/chain/Chain200810.svg');
39
38
  const Chain81457 = require('../logos/chain/Chain81457.svg');
40
- const Chain168587773 = require('../logos/chain/Chain168587773.svg');
41
39
  const Chain60808 = require('../logos/chain/Chain60808.svg');
42
40
  const Chain808813 = require('../logos/chain/Chain808813.svg');
43
41
  const Chain56 = require('../logos/chain/Chain56.svg');
@@ -176,12 +174,8 @@ function ChainLogo(id, light = false) {
176
174
  return Chain80094;
177
175
  case "200901":
178
176
  return Chain200901;
179
- case "200810":
180
- return Chain200810;
181
177
  case "81457":
182
178
  return Chain81457;
183
- case "168587773":
184
- return Chain168587773;
185
179
  case "60808":
186
180
  return Chain60808;
187
181
  case "808813":
@@ -2,7 +2,6 @@ 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 SymbolEigen = require('../logos/symbol/Eigen.svg');
6
5
  const SymbolAave = require('../logos/symbol/Aave.svg');
7
6
  const SymbolUsd = require('../logos/symbol/Usd.svg');
8
7
  const SymbolAero = require('../logos/symbol/Aero.svg');
@@ -47,6 +46,7 @@ const SymbolDot = require('../logos/symbol/Dot.svg');
47
46
  const SymbolDym = require('../logos/symbol/Dym.svg');
48
47
  const SymbolEbtc = require('../logos/symbol/Ebtc.svg');
49
48
  const SymbolWbtc = require('../logos/symbol/Wbtc.svg');
49
+ const SymbolEigen = require('../logos/symbol/Eigen.svg');
50
50
  const SymbolEna = require('../logos/symbol/Ena.svg');
51
51
  const SymbolEthfi = require('../logos/symbol/Ethfi.svg');
52
52
  const SymbolEthx = require('../logos/symbol/Ethx.svg');
@@ -181,8 +181,6 @@ function SymbolLogo(id, light = false) {
181
181
  return SymbolMaticxLight;
182
182
  case "slight":
183
183
  return SymbolSlight;
184
- case "eigen":
185
- return SymbolEigen;
186
184
  case "aave":
187
185
  return SymbolAave;
188
186
  case "usd":
@@ -271,6 +269,8 @@ function SymbolLogo(id, light = false) {
271
269
  return SymbolEbtc;
272
270
  case "wbtc":
273
271
  return SymbolWbtc;
272
+ case "eigen":
273
+ return SymbolEigen;
274
274
  case "ena":
275
275
  return SymbolEna;
276
276
  case "ethfi":
@@ -1 +1 @@
1
- ["EIGEN"]
1
+ []
@@ -35,9 +35,7 @@ import Chain8453 from '../logos/chain/Chain8453.svg';
35
35
  import Chain84532 from '../logos/chain/Chain84532.svg';
36
36
  import Chain80094 from '../logos/chain/Chain80094.svg';
37
37
  import Chain200901 from '../logos/chain/Chain200901.svg';
38
- import Chain200810 from '../logos/chain/Chain200810.svg';
39
38
  import Chain81457 from '../logos/chain/Chain81457.svg';
40
- import Chain168587773 from '../logos/chain/Chain168587773.svg';
41
39
  import Chain60808 from '../logos/chain/Chain60808.svg';
42
40
  import Chain808813 from '../logos/chain/Chain808813.svg';
43
41
  import Chain56 from '../logos/chain/Chain56.svg';
@@ -176,12 +174,8 @@ function ChainLogo(id, light = false) {
176
174
  return Chain80094;
177
175
  case "200901":
178
176
  return Chain200901;
179
- case "200810":
180
- return Chain200810;
181
177
  case "81457":
182
178
  return Chain81457;
183
- case "168587773":
184
- return Chain168587773;
185
179
  case "60808":
186
180
  return Chain60808;
187
181
  case "808813":
@@ -2,7 +2,6 @@ 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 SymbolEigen from '../logos/symbol/Eigen.svg';
6
5
  import SymbolAave from '../logos/symbol/Aave.svg';
7
6
  import SymbolUsd from '../logos/symbol/Usd.svg';
8
7
  import SymbolAero from '../logos/symbol/Aero.svg';
@@ -47,6 +46,7 @@ import SymbolDot from '../logos/symbol/Dot.svg';
47
46
  import SymbolDym from '../logos/symbol/Dym.svg';
48
47
  import SymbolEbtc from '../logos/symbol/Ebtc.svg';
49
48
  import SymbolWbtc from '../logos/symbol/Wbtc.svg';
49
+ import SymbolEigen from '../logos/symbol/Eigen.svg';
50
50
  import SymbolEna from '../logos/symbol/Ena.svg';
51
51
  import SymbolEthfi from '../logos/symbol/Ethfi.svg';
52
52
  import SymbolEthx from '../logos/symbol/Ethx.svg';
@@ -181,8 +181,6 @@ function SymbolLogo(id, light = false) {
181
181
  return SymbolMaticxLight;
182
182
  case "slight":
183
183
  return SymbolSlight;
184
- case "eigen":
185
- return SymbolEigen;
186
184
  case "aave":
187
185
  return SymbolAave;
188
186
  case "usd":
@@ -271,6 +269,8 @@ function SymbolLogo(id, light = false) {
271
269
  return SymbolEbtc;
272
270
  case "wbtc":
273
271
  return SymbolWbtc;
272
+ case "eigen":
273
+ return SymbolEigen;
274
274
  case "ena":
275
275
  return SymbolEna;
276
276
  case "ethfi":
@@ -1 +1 @@
1
- ["EIGEN"]
1
+ []
@@ -1,9 +1,9 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
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
4
  export { default as SymbolLogo } from './SymbolLogo.js';
8
5
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
6
  export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
7
+ export { default as ChainLogo } from './ChainLogo.js';
8
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
9
+ export { default as ChainLogoExtended } from './ChainLogoExtended.json';
package/dist/esm/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
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
4
  export { default as SymbolLogo } from './SymbolLogo.js';
8
5
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
6
  export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
7
+ export { default as ChainLogo } from './ChainLogo.js';
8
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
9
+ export { default as ChainLogoExtended } from './ChainLogoExtended.json';
@@ -1,12 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
- <rect width="42" height="42" fill="url(#ondo_svg__paint0_linear_3666_105998)" rx="21"/>
2
+ <rect width="42" height="42" fill="white" rx="21"/>
3
3
  <path fill="#06070A" d="M21 34.7813H21.9773C24.1902 34.6266 26.2595 33.9508 28.0632 32.8757H21C14.4412 32.8757 9.12431 27.5588 9.12431 21C9.12431 14.4412 14.4412 9.12431 21 9.12431C27.5588 9.12431 32.8757 14.4412 32.8757 21C32.8757 21.6848 32.8178 22.3556 32.7069 23.0076H34.6359C34.7317 22.3519 34.7813 21.6815 34.7813 21C34.7813 13.3888 28.6112 7.21875 21 7.21875C13.3888 7.21875 7.21875 13.3888 7.21875 21C7.21875 28.6112 13.3888 34.7813 21 34.7813Z"/>
4
4
  <path fill="#06070A" d="M21 30.834H30.7033C31.2957 30.2494 31.8356 29.6116 32.3152 28.9285H21C16.6212 28.9285 13.0715 25.3788 13.0715 21C13.0715 16.6212 16.6212 13.0715 21 13.0715C25.3788 13.0715 28.9285 16.6212 28.9285 21C28.9285 21.6945 28.8394 22.3671 28.6723 23.0076H30.6287C30.7633 22.359 30.834 21.6875 30.834 21C30.834 15.5688 26.4312 11.166 21 11.166C15.5688 11.166 11.166 15.5688 11.166 21C11.166 26.4312 15.5688 30.834 21 30.834Z"/>
5
5
  <path fill="#06070A" d="M33.5019 26.8868H21C17.7488 26.8868 15.1132 24.2512 15.1132 21C15.1132 17.7488 17.7488 15.1132 21 15.1132C24.2512 15.1132 26.8868 17.7488 26.8868 21C26.8868 21.7045 26.7627 22.3807 26.5353 23.0076H24.4389C24.7838 22.4186 24.9812 21.7333 24.9812 21C24.9812 18.8012 23.1988 17.0188 21 17.0188C18.8012 17.0188 17.0188 18.8012 17.0188 21C17.0188 23.1988 18.8012 24.9812 21 24.9812H34.233C34.0356 25.6384 33.7906 26.2749 33.5019 26.8868Z"/>
6
- <defs>
7
- <linearGradient id="ondo_svg__paint0_linear_3666_105998" x1="21" x2="21" y1="0" y2="42" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="white"/>
9
- <stop offset="1" stop-color="#D3D3D3"/>
10
- </linearGradient>
11
- </defs>
12
6
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://api3dao.github.io/logos/",
@@ -19,7 +19,7 @@
19
19
  "api-provider"
20
20
  ],
21
21
  "devDependencies": {
22
- "@api3/dapi-management": "4.3.0",
22
+ "@api3/dapi-management": "4.5.0",
23
23
  "@babel/core": "^7.28.5",
24
24
  "@babel/preset-react": "^7.28.5",
25
25
  "@changesets/changelog-github": "^0.5.2",
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" d="M19.2729 10.6208L16.6993 11.9032L16.6818 11.9384L18.4297 13.2208L17.4986 16.1018L14.8901 17.3929L14.8899 17.3933H4.91172L7.59073 8.98739L9.37381 10.3225L7.7664 15.3292H15.5615L16.4534 12.5883H10.8846L11.4204 10.9195H16.9892L17.727 8.63571H3.84009L6.5718 6.60669H18.3858L20.1601 7.89788L19.2729 10.6208Z"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" d="M6.93374 6.84376C6.93374 5.74035 6.93374 4.64856 6.93374 3.54515C6.93374 3.429 6.94535 3.37093 7.08473 3.40577C7.77 3.55676 8.43205 3.76583 9.0941 3.98651C9.21024 4.02136 9.24509 4.07943 9.24509 4.19558C9.24509 5.20607 9.24509 6.22818 9.24509 7.23867C9.24509 7.38966 9.27993 7.44774 9.43093 7.4942C10.0581 7.70326 10.6737 7.93556 11.2893 8.15624C11.3474 8.17947 11.4054 8.2027 11.4868 8.22593C11.4868 7.92395 11.4868 7.63357 11.4868 7.3432C11.4868 6.58824 11.4868 5.83327 11.4868 5.06669C11.4868 4.89247 11.5332 4.88086 11.6842 4.92732C12.0675 5.04346 12.474 5.148 12.8573 5.26415C12.9967 5.31061 13.0315 5.27576 13.0315 5.12477C13.0199 4.6834 13.0315 4.23043 13.0315 3.78906C13.0315 3.68453 13.0431 3.63807 13.1709 3.67291C13.6239 3.78906 14.0769 3.90521 14.5298 4.00974C14.6576 4.03297 14.6692 4.10266 14.6692 4.2072C14.6692 4.64856 14.6692 5.10154 14.6692 5.5429C14.6692 5.64744 14.6925 5.70551 14.8086 5.71713C15.1919 5.78681 15.5868 5.8565 15.9701 5.92619C16.0978 5.94942 16.1559 5.91458 16.1443 5.7752C16.1327 5.34545 16.1443 4.90409 16.1443 4.47434C16.1443 4.35819 16.1675 4.31173 16.2953 4.33496C16.725 4.40465 17.1664 4.45111 17.6078 4.46272C17.7355 4.46272 17.7239 4.54403 17.7239 4.63695C17.7239 5.07831 17.7239 5.51967 17.7239 5.96104C17.7239 6.07719 17.7472 6.12364 17.8749 6.13526C18.4673 6.20495 19.0596 6.29787 19.6288 6.50694C20.5347 6.84377 21.1619 7.42451 21.2897 8.42338C21.4755 9.81716 21.0922 11.0483 20.0701 12.0472C20.0469 12.0704 20.0121 12.0937 19.9424 12.1401C20.1282 12.2098 20.2676 12.2563 20.407 12.3027C21.2432 12.6396 21.6846 13.29 21.8007 14.1611C21.9517 15.4271 21.673 16.577 20.8715 17.5759C20.1514 18.4818 19.1758 18.958 18.0375 19.0858C18.0143 19.0858 17.9911 19.0974 17.9562 19.0858C17.7588 19.0742 17.7007 19.1671 17.7123 19.3646C17.7239 19.7595 17.7123 20.166 17.7239 20.5725C17.7239 20.7003 17.7007 20.7583 17.5613 20.7583C17.1316 20.7583 16.7134 20.7583 16.2837 20.7235C16.1792 20.7119 16.1443 20.6887 16.1443 20.5725C16.1559 20.1311 16.1443 19.6898 16.1443 19.2484C16.1443 19.1207 16.1211 19.0626 15.9817 19.051C15.5868 19.0161 15.1919 18.9697 14.8086 18.9232C14.6925 18.9116 14.6692 18.9348 14.6692 19.051C14.6692 19.4807 14.6692 19.9105 14.6692 20.3286C14.6692 20.5028 14.6576 20.5725 14.4485 20.526C14.0304 20.4447 13.6123 20.3751 13.1825 20.317C13.0664 20.2938 13.0199 20.2589 13.0199 20.1311C13.0315 19.6898 13.0199 19.2368 13.0315 18.7954C13.0315 18.6677 13.0083 18.6096 12.8805 18.5864C11.6842 18.4121 10.546 17.9824 9.38447 17.6456C9.30316 17.6223 9.23347 17.5991 9.23347 17.483C9.24509 16.3912 9.24509 15.311 9.24509 14.2192C9.2567 14.2192 9.26832 14.2192 9.27993 14.2192C9.66322 14.3005 10.0233 14.4399 10.3833 14.556C10.7434 14.6722 11.1035 14.7999 11.4868 14.9161C11.4868 13.8127 11.4868 12.7325 11.4868 11.6639C11.4868 11.5942 11.4519 11.5594 11.3938 11.5362C10.6853 11.3039 9.98844 11.0251 9.26832 10.816C9.2567 10.7928 9.24509 10.7812 9.23347 10.758C9.23347 9.80555 9.23347 8.86475 9.23347 7.91233C9.23347 7.74972 9.29155 7.52904 9.21024 7.42451C9.12894 7.30836 8.90826 7.28513 8.74565 7.23867C8.14168 7.11091 7.54932 6.92507 6.93374 6.84376ZM17.0967 16.4725C17.2245 16.4725 17.3523 16.4725 17.48 16.4725C18.3395 16.4376 18.8506 15.9033 18.839 15.0787C18.8273 14.4515 18.5254 14.0566 17.9098 13.9172C17.7123 13.8707 17.5032 13.8475 17.2942 13.8359C16.4579 13.8127 15.6333 13.7081 14.8086 13.5804C14.6925 13.5571 14.646 13.5688 14.646 13.6965C14.646 14.4863 14.646 15.2878 14.646 16.0776C14.646 16.1705 14.6576 16.2169 14.7738 16.2402C15.552 16.3679 16.3185 16.4376 17.0967 16.4725ZM14.6576 9.70102C14.6576 10.0611 14.6692 10.4211 14.6576 10.7928C14.6576 10.9322 14.7041 10.9786 14.8318 11.0019C15.25 11.06 15.6565 11.1413 16.0746 11.1877C16.4928 11.2342 16.9109 11.3155 17.329 11.2458C17.7704 11.1645 18.1188 10.9554 18.2466 10.4908C18.4324 9.84039 18.2814 9.09704 17.3871 8.85313C17.2942 8.8299 17.2013 8.80667 17.1083 8.78344C16.3301 8.67891 15.5519 8.60922 14.7854 8.44661C14.6576 8.42338 14.646 8.46984 14.646 8.57438C14.6576 8.94605 14.6576 9.31773 14.6576 9.70102Z"/>
3
- <path fill="#8E9BB2" d="M9.23347 10.8044C9.24509 10.8277 9.2567 10.8393 9.26832 10.8625C9.26832 10.8973 9.2567 10.9206 9.2567 10.9554C9.2567 12.0008 9.2567 13.0577 9.2567 14.103C9.2567 14.1495 9.2567 14.2076 9.29155 14.254C9.27993 14.254 9.26832 14.254 9.2567 14.254C8.61789 14.0217 7.95584 13.8707 7.2938 13.7546C6.95696 13.6965 6.95696 13.6965 6.95696 14.045C6.95696 15.0206 6.95696 15.9846 6.95696 16.9603C6.95696 17.1229 6.91051 17.1461 6.75951 17.1229C6.10908 17.0416 5.45865 17.03 4.80822 17.1345C4.634 17.1577 4.58754 17.1229 4.58754 16.9371C4.59915 15.9266 4.58754 14.9045 4.59915 13.894C4.59915 13.7314 4.57592 13.6733 4.39008 13.7081C3.93711 13.7778 3.47251 13.8011 3.03115 13.9056C2.77562 13.9637 2.53171 14.045 2.29941 14.1727C2.20649 14.2192 2.17165 14.2076 2.17165 14.103C2.17165 12.9996 2.17165 11.9078 2.17165 10.8044C2.17165 10.6883 2.25295 10.665 2.32264 10.6302C2.84531 10.3747 3.41444 10.2934 3.99518 10.2469C4.19263 10.2353 4.39008 10.2121 4.59915 10.2005C4.59915 10.2701 4.61077 10.3398 4.61077 10.4095C4.61077 11.42 4.61077 12.4421 4.61077 13.4526C4.61077 13.6384 4.65723 13.6849 4.83145 13.6617C5.47026 13.5804 6.10908 13.592 6.7479 13.6849C6.93373 13.7081 6.95696 13.6617 6.95696 13.4991C6.94535 12.4305 6.95696 11.3503 6.95696 10.2818C7.31702 10.3166 7.67709 10.4095 8.03715 10.4908C8.42044 10.5721 8.82695 10.6883 9.23347 10.8044Z"/>
4
- <path fill="#8E9BB2" d="M4.57592 6.72762C3.99518 6.78569 3.41444 6.78569 2.84531 6.92507C2.67109 6.97153 2.49686 7.0296 2.33426 7.11091C2.20649 7.16898 2.16003 7.15737 2.16003 7.00637C2.17165 6.41402 2.16003 5.83327 2.16003 5.24092C2.16003 4.77632 2.17165 4.31173 2.16003 3.84714C2.16003 3.69614 2.20649 3.63807 2.34587 3.57999C2.88015 3.3477 3.43767 3.26639 4.00679 3.25478C4.14617 3.25478 4.29717 3.25478 4.43654 3.24316C4.57592 3.23155 4.61077 3.27801 4.61077 3.41739C4.59915 4.14912 4.61077 4.89247 4.61077 5.62421C4.61077 5.98427 4.61077 6.34433 4.61077 6.716C4.58754 6.70439 4.58754 6.716 4.57592 6.72762Z"/>
5
- <path fill="#8E9BB2" d="M4.57592 6.72762C4.58754 6.716 4.59915 6.716 4.59915 6.70439C5.27281 6.65793 5.94647 6.66954 6.62013 6.77408C6.72467 6.78569 6.84082 6.79731 6.93374 6.85538C6.93374 7.99364 6.93374 9.13189 6.93374 10.2701C6.42268 10.2005 5.92324 10.1424 5.41219 10.154C5.13343 10.1656 4.85468 10.1772 4.58754 10.1888C4.58754 9.10866 4.58754 8.02848 4.58754 6.93668C4.58754 6.867 4.57592 6.79731 4.57592 6.72762Z"/>
6
- </svg>