@api3/logos 0.2.21 → 0.2.23

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.
@@ -89,11 +89,14 @@ const SymbolInsfrxEth = require('../logos/symbol/Insfrxeth.svg');
89
89
  const SymbolSfrxEth = require('../logos/symbol/Sfrxeth.svg');
90
90
  const SymbolInstEth = require('../logos/symbol/Insteth.svg');
91
91
  const SymbolStEth = require('../logos/symbol/Steth.svg');
92
+ const SymbolInwstEtHs = require('../logos/symbol/Placeholder.svg');
93
+ const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
92
94
  const SymbolJoe = require('../logos/symbol/Joe.svg');
93
95
  const SymbolJuice = require('../logos/symbol/Juice.svg');
94
96
  const SymbolKava = require('../logos/symbol/Kava.svg');
95
97
  const SymbolKda = require('../logos/symbol/Kda.svg');
96
98
  const SymbolKsm = require('../logos/symbol/Ksm.svg');
99
+ const SymbolLbtc = require('../logos/symbol/Lbtc.svg');
97
100
  const SymbolLdo = require('../logos/symbol/Ldo.svg');
98
101
  const SymbolLink = require('../logos/symbol/Link.svg');
99
102
  const SymbolLqty = require('../logos/symbol/Lqty.svg');
@@ -172,7 +175,6 @@ const SymbolTia = require('../logos/symbol/Tia.svg');
172
175
  const SymbolTusd = require('../logos/symbol/Tusd.svg');
173
176
  const SymbolTwt = require('../logos/symbol/Twt.svg');
174
177
  const SymbolUltraEtHs = require('../logos/symbol/UltraEtHs.svg');
175
- const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
176
178
  const SymbolUma = require('../logos/symbol/Uma.svg');
177
179
  const SymbolUni = require('../logos/symbol/Uni.svg');
178
180
  const SymbolUniEth = require('../logos/symbol/Unieth.svg');
@@ -391,6 +393,10 @@ function SymbolLogo(id, light = false) {
391
393
  return SymbolInstEth;
392
394
  case "steth":
393
395
  return SymbolStEth;
396
+ case "inwsteths":
397
+ return SymbolInwstEtHs;
398
+ case "wsteth":
399
+ return SymbolWstEth;
394
400
  case "joe":
395
401
  return SymbolJoe;
396
402
  case "juice":
@@ -401,6 +407,8 @@ function SymbolLogo(id, light = false) {
401
407
  return SymbolKda;
402
408
  case "ksm":
403
409
  return SymbolKsm;
410
+ case "lbtc":
411
+ return SymbolLbtc;
404
412
  case "ldo":
405
413
  return SymbolLdo;
406
414
  case "link":
@@ -557,8 +565,6 @@ function SymbolLogo(id, light = false) {
557
565
  return SymbolTwt;
558
566
  case "ultraeths":
559
567
  return SymbolUltraEtHs;
560
- case "wsteth":
561
- return SymbolWstEth;
562
568
  case "uma":
563
569
  return SymbolUma;
564
570
  case "uni":
@@ -1 +1 @@
1
- []
1
+ ["inwstETHs"]
@@ -1,6 +1,6 @@
1
- export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
- export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
1
  export { default as ChainLogo } from './ChainLogo.js';
4
2
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
5
3
  export { default as SymbolLogo } from './SymbolLogo.js';
6
4
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
6
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
- module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
2
- module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
3
1
  module.exports.ChainLogo = require('./ChainLogo.js');
4
2
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
5
3
  module.exports.SymbolLogo = require('./SymbolLogo.js');
6
4
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
+ module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
6
+ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
@@ -89,11 +89,14 @@ import SymbolInsfrxEth from '../logos/symbol/Insfrxeth.svg';
89
89
  import SymbolSfrxEth from '../logos/symbol/Sfrxeth.svg';
90
90
  import SymbolInstEth from '../logos/symbol/Insteth.svg';
91
91
  import SymbolStEth from '../logos/symbol/Steth.svg';
92
+ import SymbolInwstEtHs from '../logos/symbol/Placeholder.svg';
93
+ import SymbolWstEth from '../logos/symbol/Wsteth.svg';
92
94
  import SymbolJoe from '../logos/symbol/Joe.svg';
93
95
  import SymbolJuice from '../logos/symbol/Juice.svg';
94
96
  import SymbolKava from '../logos/symbol/Kava.svg';
95
97
  import SymbolKda from '../logos/symbol/Kda.svg';
96
98
  import SymbolKsm from '../logos/symbol/Ksm.svg';
99
+ import SymbolLbtc from '../logos/symbol/Lbtc.svg';
97
100
  import SymbolLdo from '../logos/symbol/Ldo.svg';
98
101
  import SymbolLink from '../logos/symbol/Link.svg';
99
102
  import SymbolLqty from '../logos/symbol/Lqty.svg';
@@ -172,7 +175,6 @@ import SymbolTia from '../logos/symbol/Tia.svg';
172
175
  import SymbolTusd from '../logos/symbol/Tusd.svg';
173
176
  import SymbolTwt from '../logos/symbol/Twt.svg';
174
177
  import SymbolUltraEtHs from '../logos/symbol/UltraEtHs.svg';
175
- import SymbolWstEth from '../logos/symbol/Wsteth.svg';
176
178
  import SymbolUma from '../logos/symbol/Uma.svg';
177
179
  import SymbolUni from '../logos/symbol/Uni.svg';
178
180
  import SymbolUniEth from '../logos/symbol/Unieth.svg';
@@ -391,6 +393,10 @@ function SymbolLogo(id, light = false) {
391
393
  return SymbolInstEth;
392
394
  case "steth":
393
395
  return SymbolStEth;
396
+ case "inwsteths":
397
+ return SymbolInwstEtHs;
398
+ case "wsteth":
399
+ return SymbolWstEth;
394
400
  case "joe":
395
401
  return SymbolJoe;
396
402
  case "juice":
@@ -401,6 +407,8 @@ function SymbolLogo(id, light = false) {
401
407
  return SymbolKda;
402
408
  case "ksm":
403
409
  return SymbolKsm;
410
+ case "lbtc":
411
+ return SymbolLbtc;
404
412
  case "ldo":
405
413
  return SymbolLdo;
406
414
  case "link":
@@ -557,8 +565,6 @@ function SymbolLogo(id, light = false) {
557
565
  return SymbolTwt;
558
566
  case "ultraeths":
559
567
  return SymbolUltraEtHs;
560
- case "wsteth":
561
- return SymbolWstEth;
562
568
  case "uma":
563
569
  return SymbolUma;
564
570
  case "uni":
@@ -1 +1 @@
1
- []
1
+ ["inwstETHs"]
@@ -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';
@@ -1,9 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="url(#Chain57054_svg__paint0_linear_4741_36157)" fill-rule="evenodd" d="M20.6399 12C20.6399 16.7717 16.7716 20.64 11.9999 20.64C7.22812 20.64 3.35986 16.7717 3.35986 12C3.35986 7.22824 7.22812 3.35999 11.9999 3.35999C16.7716 3.35999 20.6399 7.22824 20.6399 12ZM18.7131 12.709C18.3587 16.1037 15.4883 18.75 11.9999 18.75C10.9513 18.75 9.95863 18.5109 9.07332 18.0843C10.4535 16.6309 11.7247 15.6004 13.2005 14.7807C14.6928 13.9518 16.4162 13.3262 18.7131 12.709ZM18.7159 11.3191C14.3226 10.2901 11.6469 8.59861 9.24036 5.83799C10.0828 5.46014 11.0168 5.24999 11.9999 5.24999C15.498 5.24999 18.3746 7.91095 18.7159 11.3191ZM8.27363 6.37081C7.90153 6.61762 7.5553 6.90034 7.23991 7.21403C8.91185 8.45061 10.3805 9.31651 12.129 9.96316C12.3105 10.0303 12.4954 10.0952 12.684 10.1579C11.0045 9.16657 9.60065 7.92348 8.27363 6.37081ZM6.53559 8.03631C5.82615 9.01264 5.372 10.1865 5.27117 11.4597H13.246C12.7249 11.3125 12.2303 11.1521 11.7543 10.9761C9.85982 10.2754 8.28594 9.33638 6.53559 8.03631ZM5.27113 12.5397C5.37298 13.8271 5.83598 15.0127 6.55882 15.9954C8.30454 14.662 9.91991 13.7254 11.7787 13.037C12.2721 12.8543 12.7811 12.6896 13.3126 12.5397H5.27113ZM7.26751 16.8132C7.53091 17.0722 7.81547 17.3098 8.11836 17.523C9.57882 15.9595 10.9445 14.8188 12.5455 13.9099C12.4135 13.9553 12.283 14.0019 12.1538 14.0498C10.4348 14.6864 8.9265 15.552 7.26751 16.8132Z" clip-rule="evenodd"/>
3
- <defs>
4
- <linearGradient id="Chain57054_svg__paint0_linear_4741_36157" x1="3.35986" x2="20.6399" y1="12" y2="12" gradientUnits="userSpaceOnUse">
5
- <stop offset="0.36" stop-color="#C4CEDF"/>
6
- <stop offset="0.65" stop-color="#8E9BB2"/>
7
- </linearGradient>
8
- </defs>
2
+ <path fill="#8E9BB2" d="M6.31835 6.05815C7.94594 7.66892 10.5493 9.04288 13.6939 9.98464C12.0511 9.0636 10.5277 7.91748 9.19408 6.59324C8.69859 6.10096 8.22185 5.57692 7.77637 5.03562L7.46642 4.65796C6.9459 4.97624 6.46359 5.34908 6.02368 5.76611L6.31905 6.05815H6.31835Z"/>
3
+ <path fill="#8E9BB2" d="M3.35986 12.6194C3.48635 14.3841 4.14656 16.0011 5.18274 17.3129L5.45238 17.0471C6.46008 16.055 7.77354 15.154 9.35596 14.3676C10.7445 13.6778 12.3373 13.0868 14.0539 12.6194H3.35986Z"/>
4
+ <path fill="#8E9BB2" d="M13.6932 14.0157C10.5485 14.9582 7.94591 16.3315 6.31832 17.9422L6.02295 18.2343C6.46286 18.6513 6.94587 19.0241 7.46639 19.3424L7.77634 18.9654C8.2218 18.4242 8.69854 17.9001 9.19405 17.4071C10.527 16.0829 12.051 14.9368 13.6932 14.0157Z"/>
5
+ <path fill="#8E9BB2" d="M8.79858 4.32082C9.20096 4.80551 9.63045 5.2757 10.0759 5.71757C12.8919 8.51518 16.4355 10.3649 20.323 11.0656L20.6399 11.1229C20.1973 6.77531 16.5022 3.38184 12.0093 3.38184C10.7973 3.38184 9.64297 3.6297 8.59497 4.07572L8.7979 4.32013L8.79858 4.32082Z"/>
6
+ <path fill="#8E9BB2" d="M14.0539 11.3802C12.3373 10.9128 10.7445 10.3218 9.35596 9.63207C7.77286 8.84566 6.46008 7.94395 5.45238 6.9525L5.18274 6.68738C4.14656 7.9985 3.48565 9.61549 3.35986 11.3802H14.0539Z"/>
7
+ <path fill="#8E9BB2" d="M20.3224 12.935C16.4348 13.6358 12.8919 15.4847 10.0752 18.2831C9.62837 18.727 9.19889 19.1972 8.7979 19.6798L8.59497 19.9242C9.64297 20.3702 10.7966 20.6182 12.0086 20.6182C16.5015 20.6182 20.1959 17.2253 20.6386 12.8777L20.3217 12.9343L20.3224 12.935Z"/>
9
8
  </svg>
@@ -0,0 +1,28 @@
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="#172E2F"/>
3
+ <path fill="url(#lbtc_svg__paint0_linear_5873_29905)" d="M6.1295 35.828C2.34174 32.0294 0 26.7882 0 21C0 15.3633 2.22082 10.2452 5.83521 6.47314H24.5376V13.866C25.8925 14.0158 26.9462 15.1644 26.9462 16.5592C26.9462 17.9539 25.8925 19.1025 24.5376 19.2523V21.5393C26.3921 21.6923 27.8495 23.2458 27.8495 25.1398C27.8495 27.0338 26.3921 28.5874 24.5376 28.7403V35.828H6.1295Z"/>
4
+ <path fill="url(#lbtc_svg__paint1_linear_5873_29905)" fill-opacity="0.9" d="M6.1295 35.828C2.34174 32.0294 0 26.7882 0 21C0 15.3633 2.22082 10.2452 5.83521 6.47314H24.5376V13.866C25.8925 14.0158 26.9462 15.1644 26.9462 16.5592C26.9462 17.9539 25.8925 19.1025 24.5376 19.2523V21.5393C26.3921 21.6923 27.8495 23.2458 27.8495 25.1398C27.8495 27.0338 26.3921 28.5874 24.5376 28.7403V35.828H6.1295Z"/>
5
+ <path fill="url(#lbtc_svg__paint2_linear_5873_29905)" d="M1.47742 28.7526C0.524085 26.354 0 23.7382 0 20.9999C0 18.2043 0.546285 15.5362 1.53793 13.0967H15.6559V28.7526H1.47742Z"/>
6
+ <path fill="url(#lbtc_svg__paint3_linear_5873_29905)" d="M1.47742 28.7526C0.524085 26.354 0 23.7382 0 20.9999C0 18.2043 0.546285 15.5362 1.53793 13.0967H15.6559V28.7526H1.47742Z"/>
7
+ <path fill="#C5FDF2" fill-rule="evenodd" d="M29.001 19.9246C29.0486 19.8931 29.0661 19.8884 29.0835 19.8837C29.0986 19.8703 29.1192 19.8601 29.1398 19.8499C29.1604 19.8397 29.181 19.8295 29.1961 19.8161C30.3573 19.1306 31.0623 18.138 31.2226 16.7875C31.2752 16.2878 31.2534 15.7893 31.192 15.2828C31.14 14.8112 31.0137 14.3408 30.8048 13.9113C30.4093 13.065 29.7817 12.4678 28.9731 12.0314C28.3145 11.6667 27.6016 11.4473 26.8551 11.3117C26.104 11.1586 24.6884 11.0644 24.6884 11.0644L24.6884 6.54826L22.054 6.54826L22.054 10.9138L19.796 10.9138L19.796 6.54845L17.1616 6.54845L17.1616 10.9891L11.7423 10.9891L11.7423 13.8493C11.7423 13.8493 13.6458 13.8512 14.0003 13.8493C14.8233 13.8524 15.2046 14.5268 15.2046 15.2042L15.2046 19.0586L15.2046 26.9096C15.2057 26.9719 15.2157 27.0334 15.2256 27.0938C15.2392 27.1776 15.2526 27.2593 15.2412 27.3384C15.192 27.7812 14.8172 28.1247 14.336 28.1419L12.2918 28.1419L11.7422 31.3988L12.0159 31.3988L13.57 31.399L17.2368 31.399L17.2368 35.9031L19.8742 35.9031L19.8737 31.399L22.0615 31.399L22.0615 35.9031L24.7637 35.9031L24.7637 31.399C24.7637 31.399 27.074 31.182 28.0372 30.9419C28.7692 30.7452 29.4918 30.5137 30.1642 30.165C31.3916 29.5176 32.2547 28.5573 32.6825 27.2283C32.8859 26.5947 32.9661 25.9194 33.0114 25.2535C33.0494 24.4215 33.0178 23.6082 32.7455 22.8035C32.5422 22.1857 32.196 21.6623 31.7198 21.2113C31.1552 20.7093 30.506 20.3794 29.7756 20.1647C29.5023 20.0514 29.2604 19.9856 29.001 19.9246ZM24.9801 27.8231C24.1784 28.0384 23.3614 28.1272 22.5351 28.1811C21.9711 28.2206 21.3993 28.2306 20.8275 28.2407L20.8274 28.2407C20.6367 28.2441 20.4461 28.2474 20.2558 28.2519C20.1842 28.2531 20.147 28.2538 20.1269 28.2356C20.1053 28.216 20.1035 28.1745 20.0997 28.0883C20.0798 27.3188 20.0586 26.5449 20.0375 25.7711L20.0375 25.7701C20.0164 24.9961 19.9952 24.222 19.9753 23.4524L19.9703 23.301C19.9613 23.0321 19.9521 22.7544 19.9584 22.4856C19.9558 22.3369 19.9733 22.3322 20.0825 22.3215C20.2895 22.3149 20.4961 22.3071 20.7026 22.2993C21.6789 22.2627 22.6508 22.2262 23.6277 22.3029C24.316 22.3608 24.9787 22.4629 25.6346 22.6789C25.9603 22.7782 26.2651 22.9391 26.5572 23.1221C27.9245 23.9688 28.0016 26.1334 26.6352 27.0982C26.2067 27.3814 25.6946 27.6311 24.9801 27.8231ZM20.7657 14.0364C20.4792 14.0393 20.1911 14.0422 19.8999 14.0398C19.8919 14.0793 19.8838 14.1189 19.8932 14.1537C19.9365 15.5913 19.9643 17.0201 19.9924 18.4575C19.998 18.7429 20.0036 19.0287 20.0093 19.3149C20.0165 19.4811 20.0165 19.4811 20.1653 19.4784C20.266 19.4776 20.3667 19.477 20.4674 19.4764C21.2996 19.4712 22.1334 19.466 22.9513 19.3463C23.6148 19.2427 24.269 19.1043 24.8636 18.8138C25.2933 18.605 25.6695 18.3358 25.9338 17.9286C26.5435 16.999 26.3413 15.6898 25.4752 14.97C25.1818 14.7126 24.8374 14.5436 24.4676 14.4189C23.9523 14.2398 23.4256 14.1572 22.8862 14.0966C22.1742 14.0219 21.4747 14.0291 20.7657 14.0364Z" clip-rule="evenodd"/>
8
+ <defs>
9
+ <linearGradient id="lbtc_svg__paint0_linear_5873_29905" x1="13.9247" x2="13.9247" y1="6.47314" y2="35.828" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#386F69"/>
11
+ <stop offset="0.49" stop-color="#407E75"/>
12
+ <stop offset="1" stop-color="#386D67"/>
13
+ </linearGradient>
14
+ <linearGradient id="lbtc_svg__paint1_linear_5873_29905" x1="4.5914" x2="27.8495" y1="21.2258" y2="21.1506" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#3F7B73" stop-opacity="0"/>
16
+ <stop offset="1" stop-color="#4C9289"/>
17
+ </linearGradient>
18
+ <linearGradient id="lbtc_svg__paint2_linear_5873_29905" x1="7.82796" x2="7.82796" y1="13.0967" y2="28.7526" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#2E5D58"/>
20
+ <stop offset="0.53" stop-color="#3C756E"/>
21
+ <stop offset="1" stop-color="#31605B"/>
22
+ </linearGradient>
23
+ <linearGradient id="lbtc_svg__paint3_linear_5873_29905" x1="0" x2="20.8495" y1="20.9246" y2="20.9246" gradientUnits="userSpaceOnUse">
24
+ <stop stop-color="#488B81" stop-opacity="0"/>
25
+ <stop offset="1" stop-color="#488B81"/>
26
+ </linearGradient>
27
+ </defs>
28
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "@babel/preset-react": "^7.25.9",
27
27
  "@changesets/changelog-github": "^0.5.0",
28
28
  "@changesets/cli": "^2.27.10",
29
- "@api3/dapi-management": "1.111.0",
29
+ "@api3/dapi-management": "1.113.0",
30
30
  "dropbox": "^10.34.0",
31
31
  "node-fetch": "^2.7.0",
32
32
  "dotenv": "^16.4.5",