@api3/logos 0.1.53 → 0.1.55
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.
- package/dist/cjs/ChainLogo.js +3 -0
- package/dist/cjs/SymbolLogo.js +6 -3
- package/dist/cjs/index.d.ts +4 -4
- package/dist/cjs/index.js +4 -4
- package/dist/esm/ChainLogo.js +3 -0
- package/dist/esm/SymbolLogo.js +6 -3
- package/dist/logos/chain/Chain1946.svg +4 -0
- package/dist/logos/symbol/Pol.svg +26 -0
- package/package.json +6 -6
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -114,6 +114,7 @@ const Chain30 = require('../logos/chain/Chain30.svg');
|
|
|
114
114
|
const Chain534351 = require('../logos/chain/Chain534351.svg');
|
|
115
115
|
const Chain1328 = require('../logos/chain/Chain1328.svg');
|
|
116
116
|
const Chain1329 = require('../logos/chain/Chain1329.svg');
|
|
117
|
+
const Chain1946 = require('../logos/chain/Chain1946.svg');
|
|
117
118
|
const Chain64165 = require('../logos/chain/Chain64165.svg');
|
|
118
119
|
const Chain167009 = require('../logos/chain/Chain167009.svg');
|
|
119
120
|
const Chain167000 = require('../logos/chain/Chain167000.svg');
|
|
@@ -363,6 +364,8 @@ function ChainLogo(id, light = false) {
|
|
|
363
364
|
return Chain1328;
|
|
364
365
|
case "1329":
|
|
365
366
|
return Chain1329;
|
|
367
|
+
case "1946":
|
|
368
|
+
return Chain1946;
|
|
366
369
|
case "64165":
|
|
367
370
|
return Chain64165;
|
|
368
371
|
case "167009":
|
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -204,6 +204,7 @@ const SymbolRari = require('../logos/symbol/Rari.svg');
|
|
|
204
204
|
const SymbolBlast = require('../logos/symbol/Blast.svg');
|
|
205
205
|
const SymbolZro = require('../logos/symbol/Placeholder.svg');
|
|
206
206
|
const SymbolZk = require('../logos/symbol/Placeholder.svg');
|
|
207
|
+
const SymbolCfx = require('../logos/symbol/Cfx.svg');
|
|
207
208
|
const SymbolAapl = require('../logos/symbol/Aapl.svg');
|
|
208
209
|
const SymbolAmzn = require('../logos/symbol/Amzn.svg');
|
|
209
210
|
const SymbolArkk = require('../logos/symbol/Arkk.svg');
|
|
@@ -293,11 +294,11 @@ const SymbolTaiko = require('../logos/symbol/Taiko.svg');
|
|
|
293
294
|
const SymbolW = require('../logos/symbol/W.svg');
|
|
294
295
|
const SymbolWeEtHs = require('../logos/symbol/Weeths.svg');
|
|
295
296
|
const SymbolInEth = require('../logos/symbol/Ineth.svg');
|
|
296
|
-
const SymbolCfx = require('../logos/symbol/Cfx.svg');
|
|
297
297
|
const SymbolRender = require('../logos/symbol/Placeholder.svg');
|
|
298
298
|
const SymbolAnkrEth = require('../logos/symbol/Ankreth.svg');
|
|
299
299
|
const SymbolUltraEtHs = require('../logos/symbol/UltraEtHs.svg');
|
|
300
300
|
const SymbolAgEth = require('../logos/symbol/Ageth.svg');
|
|
301
|
+
const SymbolPol = require('../logos/symbol/Pol.svg');
|
|
301
302
|
const SymbolBtt = require('../logos/symbol/Btt.svg');
|
|
302
303
|
const SymbolHt = require('../logos/symbol/Ht.svg');
|
|
303
304
|
const SymbolRbn = require('../logos/symbol/Rbn.svg');
|
|
@@ -723,6 +724,8 @@ function SymbolLogo(id, light = false) {
|
|
|
723
724
|
return SymbolZro;
|
|
724
725
|
case "zk":
|
|
725
726
|
return SymbolZk;
|
|
727
|
+
case "cfx":
|
|
728
|
+
return SymbolCfx;
|
|
726
729
|
case "aapl":
|
|
727
730
|
return SymbolAapl;
|
|
728
731
|
case "amzn":
|
|
@@ -901,8 +904,6 @@ function SymbolLogo(id, light = false) {
|
|
|
901
904
|
return SymbolWeEtHs;
|
|
902
905
|
case "ineth":
|
|
903
906
|
return SymbolInEth;
|
|
904
|
-
case "cfx":
|
|
905
|
-
return SymbolCfx;
|
|
906
907
|
case "render":
|
|
907
908
|
return SymbolRender;
|
|
908
909
|
case "ankreth":
|
|
@@ -911,6 +912,8 @@ function SymbolLogo(id, light = false) {
|
|
|
911
912
|
return SymbolUltraEtHs;
|
|
912
913
|
case "ageth":
|
|
913
914
|
return SymbolAgEth;
|
|
915
|
+
case "pol":
|
|
916
|
+
return SymbolPol;
|
|
914
917
|
case "btt":
|
|
915
918
|
return SymbolBtt;
|
|
916
919
|
case "ht":
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
|
-
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
|
-
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
|
-
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
5
1
|
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
2
|
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
3
|
+
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
|
+
export { default as ChainLogoMissing } from './ChainLogoMissing.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
|
-
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
|
-
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
5
1
|
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
2
|
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
3
|
+
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
|
+
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
5
|
+
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
6
|
+
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -114,6 +114,7 @@ import Chain30 from '../logos/chain/Chain30.svg';
|
|
|
114
114
|
import Chain534351 from '../logos/chain/Chain534351.svg';
|
|
115
115
|
import Chain1328 from '../logos/chain/Chain1328.svg';
|
|
116
116
|
import Chain1329 from '../logos/chain/Chain1329.svg';
|
|
117
|
+
import Chain1946 from '../logos/chain/Chain1946.svg';
|
|
117
118
|
import Chain64165 from '../logos/chain/Chain64165.svg';
|
|
118
119
|
import Chain167009 from '../logos/chain/Chain167009.svg';
|
|
119
120
|
import Chain167000 from '../logos/chain/Chain167000.svg';
|
|
@@ -363,6 +364,8 @@ function ChainLogo(id, light = false) {
|
|
|
363
364
|
return Chain1328;
|
|
364
365
|
case "1329":
|
|
365
366
|
return Chain1329;
|
|
367
|
+
case "1946":
|
|
368
|
+
return Chain1946;
|
|
366
369
|
case "64165":
|
|
367
370
|
return Chain64165;
|
|
368
371
|
case "167009":
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -204,6 +204,7 @@ import SymbolRari from '../logos/symbol/Rari.svg';
|
|
|
204
204
|
import SymbolBlast from '../logos/symbol/Blast.svg';
|
|
205
205
|
import SymbolZro from '../logos/symbol/Placeholder.svg';
|
|
206
206
|
import SymbolZk from '../logos/symbol/Placeholder.svg';
|
|
207
|
+
import SymbolCfx from '../logos/symbol/Cfx.svg';
|
|
207
208
|
import SymbolAapl from '../logos/symbol/Aapl.svg';
|
|
208
209
|
import SymbolAmzn from '../logos/symbol/Amzn.svg';
|
|
209
210
|
import SymbolArkk from '../logos/symbol/Arkk.svg';
|
|
@@ -293,11 +294,11 @@ import SymbolTaiko from '../logos/symbol/Taiko.svg';
|
|
|
293
294
|
import SymbolW from '../logos/symbol/W.svg';
|
|
294
295
|
import SymbolWeEtHs from '../logos/symbol/Weeths.svg';
|
|
295
296
|
import SymbolInEth from '../logos/symbol/Ineth.svg';
|
|
296
|
-
import SymbolCfx from '../logos/symbol/Cfx.svg';
|
|
297
297
|
import SymbolRender from '../logos/symbol/Placeholder.svg';
|
|
298
298
|
import SymbolAnkrEth from '../logos/symbol/Ankreth.svg';
|
|
299
299
|
import SymbolUltraEtHs from '../logos/symbol/UltraEtHs.svg';
|
|
300
300
|
import SymbolAgEth from '../logos/symbol/Ageth.svg';
|
|
301
|
+
import SymbolPol from '../logos/symbol/Pol.svg';
|
|
301
302
|
import SymbolBtt from '../logos/symbol/Btt.svg';
|
|
302
303
|
import SymbolHt from '../logos/symbol/Ht.svg';
|
|
303
304
|
import SymbolRbn from '../logos/symbol/Rbn.svg';
|
|
@@ -723,6 +724,8 @@ function SymbolLogo(id, light = false) {
|
|
|
723
724
|
return SymbolZro;
|
|
724
725
|
case "zk":
|
|
725
726
|
return SymbolZk;
|
|
727
|
+
case "cfx":
|
|
728
|
+
return SymbolCfx;
|
|
726
729
|
case "aapl":
|
|
727
730
|
return SymbolAapl;
|
|
728
731
|
case "amzn":
|
|
@@ -901,8 +904,6 @@ function SymbolLogo(id, light = false) {
|
|
|
901
904
|
return SymbolWeEtHs;
|
|
902
905
|
case "ineth":
|
|
903
906
|
return SymbolInEth;
|
|
904
|
-
case "cfx":
|
|
905
|
-
return SymbolCfx;
|
|
906
907
|
case "render":
|
|
907
908
|
return SymbolRender;
|
|
908
909
|
case "ankreth":
|
|
@@ -911,6 +912,8 @@ function SymbolLogo(id, light = false) {
|
|
|
911
912
|
return SymbolUltraEtHs;
|
|
912
913
|
case "ageth":
|
|
913
914
|
return SymbolAgEth;
|
|
915
|
+
case "pol":
|
|
916
|
+
return SymbolPol;
|
|
914
917
|
case "btt":
|
|
915
918
|
return SymbolBtt;
|
|
916
919
|
case "ht":
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#6C6D6D" 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="#6C6D6D" 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,26 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<g clip-path="url(#pol_svg__clip0_8666_185103)">
|
|
3
|
+
<g clip-path="url(#pol_svg__clip1_8666_185103)">
|
|
4
|
+
<g clip-path="url(#pol_svg__clip2_8666_185103)">
|
|
5
|
+
<path fill="white" d="M0 21C0 32.598 9.40202 42 21 42C32.598 42 42 32.598 42 21C42 9.40202 32.598 0 21 0C9.40202 0 0 9.40202 0 21Z"/>
|
|
6
|
+
<path fill="url(#pol_svg__paint0_linear_8666_185103)" d="M27.3018 25.7524L33.4745 22.153C33.804 21.964 34 21.6041 34 21.2261V14.0273C34 13.6494 33.7951 13.2895 33.4745 13.1005L27.3018 9.5011C26.9722 9.31213 26.5714 9.31213 26.2419 9.5011L20.0692 13.1005C19.7396 13.2895 19.5437 13.6494 19.5437 14.0273V26.8952L15.2148 29.4148L10.8859 26.8952V21.847L15.2148 19.3274L18.074 20.9922V17.6087L15.7492 16.25C15.5889 16.16 15.4018 16.106 15.2237 16.106C15.0456 16.106 14.8585 16.151 14.6982 16.25L8.52552 19.8494C8.19596 20.0383 8 20.3983 8 20.7762V27.975C8 28.3529 8.20486 28.7129 8.52552 28.9018L14.6982 32.5012C15.0277 32.6902 15.4286 32.6902 15.7581 32.5012L21.9308 28.9018C22.2604 28.7129 22.4563 28.3529 22.4563 27.975V15.1072L22.5365 15.0622L26.7852 12.5876L31.1141 15.1072V20.1553L26.7852 22.6839L23.9349 21.0192V24.4026L26.2597 25.7524C26.5714 25.9503 26.9812 25.9503 27.3018 25.7524Z"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
</g>
|
|
10
|
+
<defs>
|
|
11
|
+
<linearGradient id="pol_svg__paint0_linear_8666_185103" x1="10.1968" x2="32.7189" y1="28.956" y2="12.7003" gradientUnits="userSpaceOnUse">
|
|
12
|
+
<stop stop-color="#9A3C8F"/>
|
|
13
|
+
<stop offset="0.8139" stop-color="#7B4C98"/>
|
|
14
|
+
<stop offset="1" stop-color="#734E9B"/>
|
|
15
|
+
</linearGradient>
|
|
16
|
+
<clipPath id="pol_svg__clip0_8666_185103">
|
|
17
|
+
<rect width="42" height="42" fill="white"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
<clipPath id="pol_svg__clip1_8666_185103">
|
|
20
|
+
<rect width="42" height="42" fill="white"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
<clipPath id="pol_svg__clip2_8666_185103">
|
|
23
|
+
<rect width="42" height="42" fill="white" rx="21"/>
|
|
24
|
+
</clipPath>
|
|
25
|
+
</defs>
|
|
26
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.55",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"@babel/core": "^7.25.2",
|
|
26
26
|
"@babel/preset-react": "^7.24.7",
|
|
27
27
|
"@changesets/changelog-github": "^0.5.0",
|
|
28
|
-
"@changesets/cli": "^2.27.
|
|
29
|
-
"@api3/api-integrations": "^1.
|
|
30
|
-
"@api3/chains": "^10.
|
|
28
|
+
"@changesets/cli": "^2.27.8",
|
|
29
|
+
"@api3/api-integrations": "^1.29.0",
|
|
30
|
+
"@api3/chains": "^10.2.0",
|
|
31
31
|
"dropbox": "^10.34.0",
|
|
32
32
|
"node-fetch": "^2.7.0",
|
|
33
33
|
"dotenv": "^16.4.5",
|
|
34
34
|
"prettier": "^3.3.3",
|
|
35
35
|
"rimraf": "^6.0.1",
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
37
|
-
"@typescript-eslint/parser": "^8.
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
|
37
|
+
"@typescript-eslint/parser": "^8.4.0",
|
|
38
38
|
"eslint-config-prettier": "^9.1.0",
|
|
39
39
|
"svgo": "^3.3.0"
|
|
40
40
|
},
|