@api3/logos 0.2.28 → 0.2.30

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.
@@ -1,6 +1,7 @@
1
1
  const camelcase = require('camelcase');
2
2
  const Chain1030Light = require('../logos/chain/Chain1030Light.svg');
3
3
  const Chain146Light = require('../logos/chain/Chain146Light.svg');
4
+ const Chain1868Light = require('../logos/chain/Chain1868Light.svg');
4
5
  const Chain196Light = require('../logos/chain/Chain196Light.svg');
5
6
  const Chain2001Light = require('../logos/chain/Chain2001Light.svg');
6
7
  const Chain252Light = require('../logos/chain/Chain252Light.svg');
@@ -104,6 +105,7 @@ const Chain534352 = require('../logos/chain/Chain534352.svg');
104
105
  const Chain534351 = require('../logos/chain/Chain534351.svg');
105
106
  const Chain1329 = require('../logos/chain/Chain1329.svg');
106
107
  const Chain1328 = require('../logos/chain/Chain1328.svg');
108
+ const Chain1868 = require('../logos/chain/Chain1868.svg');
107
109
  const Chain1946 = require('../logos/chain/Chain1946.svg');
108
110
  const Chain146 = require('../logos/chain/Chain146.svg');
109
111
  const Chain57054 = require('../logos/chain/Chain57054.svg');
@@ -131,6 +133,8 @@ function ChainLogo(id, light = false) {
131
133
  return Chain1030Light;
132
134
  case "146light":
133
135
  return Chain146Light;
136
+ case "1868light":
137
+ return Chain1868Light;
134
138
  case "196light":
135
139
  return Chain196Light;
136
140
  case "2001light":
@@ -337,6 +341,8 @@ function ChainLogo(id, light = false) {
337
341
  return Chain1329;
338
342
  case "1328":
339
343
  return Chain1328;
344
+ case "1868":
345
+ return Chain1868;
340
346
  case "1946":
341
347
  return Chain1946;
342
348
  case "146":
@@ -162,7 +162,6 @@ const SymbolSol = require('../logos/symbol/Sol.svg');
162
162
  const SymbolSolvBtc = require('../logos/symbol/Solvbtc.svg');
163
163
  const SymbolSpEth = require('../logos/symbol/Speth.svg');
164
164
  const SymbolStg = require('../logos/symbol/Stg.svg');
165
- const SymbolStMatic = require('../logos/symbol/Stmatic.svg');
166
165
  const SymbolStone = require('../logos/symbol/Stone.svg');
167
166
  const SymbolStrk = require('../logos/symbol/Strk.svg');
168
167
  const SymbolStTao = require('../logos/symbol/Sttao.svg');
@@ -543,8 +542,6 @@ function SymbolLogo(id, light = false) {
543
542
  return SymbolSpEth;
544
543
  case "stg":
545
544
  return SymbolStg;
546
- case "stmatic":
547
- return SymbolStMatic;
548
545
  case "stone":
549
546
  return SymbolStone;
550
547
  case "strk":
@@ -1,6 +1,6 @@
1
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
1
3
  export { default as ChainLogo } from './ChainLogo.js';
2
4
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
3
5
  export { default as SymbolLogo } from './SymbolLogo.js';
4
6
  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');
1
3
  module.exports.ChainLogo = require('./ChainLogo.js');
2
4
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
3
5
  module.exports.SymbolLogo = require('./SymbolLogo.js');
4
6
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
- module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
6
- module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
@@ -1,6 +1,7 @@
1
1
  import camelcase from 'camelcase';
2
2
  import Chain1030Light from '../logos/chain/Chain1030Light.svg';
3
3
  import Chain146Light from '../logos/chain/Chain146Light.svg';
4
+ import Chain1868Light from '../logos/chain/Chain1868Light.svg';
4
5
  import Chain196Light from '../logos/chain/Chain196Light.svg';
5
6
  import Chain2001Light from '../logos/chain/Chain2001Light.svg';
6
7
  import Chain252Light from '../logos/chain/Chain252Light.svg';
@@ -104,6 +105,7 @@ import Chain534352 from '../logos/chain/Chain534352.svg';
104
105
  import Chain534351 from '../logos/chain/Chain534351.svg';
105
106
  import Chain1329 from '../logos/chain/Chain1329.svg';
106
107
  import Chain1328 from '../logos/chain/Chain1328.svg';
108
+ import Chain1868 from '../logos/chain/Chain1868.svg';
107
109
  import Chain1946 from '../logos/chain/Chain1946.svg';
108
110
  import Chain146 from '../logos/chain/Chain146.svg';
109
111
  import Chain57054 from '../logos/chain/Chain57054.svg';
@@ -131,6 +133,8 @@ function ChainLogo(id, light = false) {
131
133
  return Chain1030Light;
132
134
  case "146light":
133
135
  return Chain146Light;
136
+ case "1868light":
137
+ return Chain1868Light;
134
138
  case "196light":
135
139
  return Chain196Light;
136
140
  case "2001light":
@@ -337,6 +341,8 @@ function ChainLogo(id, light = false) {
337
341
  return Chain1329;
338
342
  case "1328":
339
343
  return Chain1328;
344
+ case "1868":
345
+ return Chain1868;
340
346
  case "1946":
341
347
  return Chain1946;
342
348
  case "146":
@@ -162,7 +162,6 @@ import SymbolSol from '../logos/symbol/Sol.svg';
162
162
  import SymbolSolvBtc from '../logos/symbol/Solvbtc.svg';
163
163
  import SymbolSpEth from '../logos/symbol/Speth.svg';
164
164
  import SymbolStg from '../logos/symbol/Stg.svg';
165
- import SymbolStMatic from '../logos/symbol/Stmatic.svg';
166
165
  import SymbolStone from '../logos/symbol/Stone.svg';
167
166
  import SymbolStrk from '../logos/symbol/Strk.svg';
168
167
  import SymbolStTao from '../logos/symbol/Sttao.svg';
@@ -543,8 +542,6 @@ function SymbolLogo(id, light = false) {
543
542
  return SymbolSpEth;
544
543
  case "stg":
545
544
  return SymbolStg;
546
- case "stmatic":
547
- return SymbolStMatic;
548
545
  case "stone":
549
546
  return SymbolStone;
550
547
  case "strk":
@@ -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,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#DCE3EF" d="M10.8386 7.13592C11.6679 6.93625 12.5346 6.95285 13.3557 7.18413C14.1767 7.41541 14.9248 7.85363 15.5283 8.4569C17.173 10.1034 17.4942 12.5468 16.3067 14.4788C15.927 15.0944 15.4703 15.6589 14.9478 16.1588C13.2876 17.8112 10.2401 20.8247 10.2401 20.8247C12.5079 21.2793 14.8636 20.842 16.8176 19.6036C18.7716 18.3652 20.1737 16.4209 20.7326 14.1748C21.2922 11.9288 20.9663 9.55346 19.8225 7.5416C18.6786 5.52974 16.8047 4.03587 14.5896 3.36999L10.8386 7.13592Z"/>
3
+ <path fill="#DCE3EF" d="M10.636 16.8188C11.4571 17.05 12.3237 17.0668 13.1531 16.8675L9.39313 20.625C7.18217 19.9554 5.31311 18.4606 4.17287 16.4501C3.03263 14.4396 2.70851 12.0672 3.26761 9.82417C3.82605 7.5809 5.22564 5.63874 7.17623 4.4003C9.12683 3.16186 11.4788 2.72214 13.7446 3.17229C13.7446 3.17229 10.6971 6.18373 9.03742 7.8387C8.51426 8.33686 8.05752 8.90051 7.67853 9.51567C7.10116 10.4593 6.86411 11.5724 7.00682 12.6697C7.14953 13.767 7.66339 14.7822 8.46289 15.5466C9.06672 16.1495 9.81488 16.5875 10.636 16.8188Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#1E2739" d="M10.8386 7.13592C11.6679 6.93625 12.5346 6.95285 13.3557 7.18413C14.1767 7.41541 14.9248 7.85363 15.5283 8.4569C17.173 10.1034 17.4942 12.5468 16.3067 14.4788C15.927 15.0944 15.4703 15.6589 14.9478 16.1588C13.2876 17.8112 10.2401 20.8247 10.2401 20.8247C12.5079 21.2793 14.8636 20.842 16.8176 19.6036C18.7716 18.3652 20.1737 16.4209 20.7326 14.1748C21.2922 11.9288 20.9663 9.55346 19.8225 7.5416C18.6786 5.52974 16.8047 4.03587 14.5896 3.36999L10.8386 7.13592Z"/>
3
+ <path fill="#1E2739" d="M10.636 16.8188C11.4571 17.05 12.3237 17.0668 13.1531 16.8675L9.39313 20.625C7.18217 19.9554 5.31311 18.4606 4.17287 16.4501C3.03263 14.4396 2.70851 12.0672 3.26761 9.82417C3.82605 7.5809 5.22564 5.63874 7.17623 4.4003C9.12683 3.16186 11.4788 2.72214 13.7446 3.17229C13.7446 3.17229 10.6971 6.18373 9.03742 7.8387C8.51426 8.33686 8.05752 8.90051 7.67853 9.51567C7.10116 10.4593 6.86411 11.5724 7.00682 12.6697C7.14953 13.767 7.66339 14.7822 8.46289 15.5466C9.06672 16.1495 9.81488 16.5875 10.636 16.8188Z"/>
4
+ </svg>