@api3/logos 0.3.5 → 0.3.6
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/ApiProviderLogo.js +3 -3
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/esm/ApiProviderLogo.js +3 -3
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/api-provider/Infura.svg +11 -0
- package/package.json +2 -2
- package/dist/logos/api-provider/Blastapi.svg +0 -13
|
@@ -9,8 +9,8 @@ const ApiProviderNcfx = require('../logos/api-provider/Ncfx.svg');
|
|
|
9
9
|
const ApiProviderShiftmarkets = require('../logos/api-provider/Shiftmarkets.svg');
|
|
10
10
|
const ApiProviderAlchemy = require('../logos/api-provider/Alchemy.svg');
|
|
11
11
|
const ApiProviderAnkr = require('../logos/api-provider/Ankr.svg');
|
|
12
|
-
const ApiProviderBlastapi = require('../logos/api-provider/Blastapi.svg');
|
|
13
12
|
const ApiProviderDrpc = require('../logos/api-provider/Drpc.svg');
|
|
13
|
+
const ApiProviderInfura = require('../logos/api-provider/Infura.svg');
|
|
14
14
|
const ApiProviderCoinpaprika = require('../logos/api-provider/Coinpaprika.svg');
|
|
15
15
|
const ApiProviderCoinmetrics = require('../logos/api-provider/Coinmetrics.svg');
|
|
16
16
|
const ApiProviderTwelvedata = require('../logos/api-provider/Twelvedata.svg');
|
|
@@ -45,10 +45,10 @@ function ApiProviderLogo(id, light = false) {
|
|
|
45
45
|
return ApiProviderAlchemy;
|
|
46
46
|
case "ankr":
|
|
47
47
|
return ApiProviderAnkr;
|
|
48
|
-
case "blastapi":
|
|
49
|
-
return ApiProviderBlastapi;
|
|
50
48
|
case "drpc":
|
|
51
49
|
return ApiProviderDrpc;
|
|
50
|
+
case "infura":
|
|
51
|
+
return ApiProviderInfura;
|
|
52
52
|
case "coinpaprika":
|
|
53
53
|
return ApiProviderCoinpaprika;
|
|
54
54
|
case "coinmetrics":
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
2
2
|
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
3
|
-
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
4
|
-
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.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.SymbolLogo = require('./SymbolLogo.js');
|
|
2
|
+
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
1
3
|
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
2
4
|
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
3
5
|
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
4
6
|
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
5
|
-
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
|
-
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
@@ -9,8 +9,8 @@ import ApiProviderNcfx from '../logos/api-provider/Ncfx.svg';
|
|
|
9
9
|
import ApiProviderShiftmarkets from '../logos/api-provider/Shiftmarkets.svg';
|
|
10
10
|
import ApiProviderAlchemy from '../logos/api-provider/Alchemy.svg';
|
|
11
11
|
import ApiProviderAnkr from '../logos/api-provider/Ankr.svg';
|
|
12
|
-
import ApiProviderBlastapi from '../logos/api-provider/Blastapi.svg';
|
|
13
12
|
import ApiProviderDrpc from '../logos/api-provider/Drpc.svg';
|
|
13
|
+
import ApiProviderInfura from '../logos/api-provider/Infura.svg';
|
|
14
14
|
import ApiProviderCoinpaprika from '../logos/api-provider/Coinpaprika.svg';
|
|
15
15
|
import ApiProviderCoinmetrics from '../logos/api-provider/Coinmetrics.svg';
|
|
16
16
|
import ApiProviderTwelvedata from '../logos/api-provider/Twelvedata.svg';
|
|
@@ -45,10 +45,10 @@ function ApiProviderLogo(id, light = false) {
|
|
|
45
45
|
return ApiProviderAlchemy;
|
|
46
46
|
case "ankr":
|
|
47
47
|
return ApiProviderAnkr;
|
|
48
|
-
case "blastapi":
|
|
49
|
-
return ApiProviderBlastapi;
|
|
50
48
|
case "drpc":
|
|
51
49
|
return ApiProviderDrpc;
|
|
50
|
+
case "infura":
|
|
51
|
+
return ApiProviderInfura;
|
|
52
52
|
case "coinpaprika":
|
|
53
53
|
return ApiProviderCoinpaprika;
|
|
54
54
|
case "coinmetrics":
|
package/dist/esm/index.d.ts
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';
|
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,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
|
|
2
|
+
<g clip-path="url(#infura_svg__clip0_6201_55122)">
|
|
3
|
+
<rect width="32" height="32" fill="white" rx="16"/>
|
|
4
|
+
<path fill="#FF6B4A" d="M7.52464 8.36548V10.6889L13.0753 10.1172H15.1241V13.8782L11.6742 14.9334L7 16.0609L7.69394 18.3324L12.1734 16.6112L15.1241 15.7097V21.8833H13.0753L7.52464 21.3113V23.6348H24.4755V21.3113L18.9247 21.8833H16.8758V15.7097L19.8119 16.6066L24.3064 18.3324L25 16.0609L20.3384 14.9367L16.8758 13.8782V10.1172H18.9247L24.4755 10.6889V8.36548H7.52464Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="infura_svg__clip0_6201_55122">
|
|
8
|
+
<rect width="32" height="32" fill="white" rx="16"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@babel/preset-react": "^7.26.3",
|
|
27
27
|
"@changesets/changelog-github": "^0.5.0",
|
|
28
28
|
"@changesets/cli": "^2.27.11",
|
|
29
|
-
"@api3/dapi-management": "2.
|
|
29
|
+
"@api3/dapi-management": "2.25.0",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"node-fetch": "^2.7.0",
|
|
32
32
|
"dotenv": "^16.4.7",
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
|
|
2
|
-
<g clip-path="url(#blastapi_svg__clip0_8596_191465)">
|
|
3
|
-
<rect width="32" height="32" fill="white" rx="16"/>
|
|
4
|
-
<path fill="black" d="M26.1162 19.1084C26.0382 21.4463 25.0949 23.672 23.4689 25.3538C21.843 27.0356 19.6504 28.0536 17.3164 28.2104C14.9825 28.3672 12.6734 27.6516 10.8372 26.2023C9.00092 24.7532 7.76832 22.6736 7.37842 20.3671H9.85247C10.0552 20.3664 10.2534 20.427 10.4209 20.5412C10.5884 20.6553 10.7174 20.8175 10.7909 21.0064C11.16 21.9921 11.7704 22.8695 12.5664 23.5581C13.3624 24.2468 14.3184 24.7248 15.3469 24.9482C16.3754 25.1717 17.4435 25.1336 18.4535 24.8373C19.4635 24.5412 20.383 23.9963 21.1279 23.2526C21.8726 22.509 22.419 21.5903 22.7168 20.5808C23.0148 19.5714 23.0546 18.5032 22.8327 17.4743C22.6108 16.4455 22.1344 15.4888 21.447 14.6917C20.7596 13.8946 19.8832 13.2828 18.8981 12.9121C18.7071 12.8383 18.543 12.7081 18.4278 12.5388C18.3126 12.3695 18.2515 12.1691 18.2529 11.9643V9.48438C20.5065 9.86505 22.5454 11.0503 23.9915 12.8201C25.4375 14.5899 26.1924 16.8242 26.1162 19.1084Z"/>
|
|
5
|
-
<path fill="#574B90" d="M16.6875 22.5332C18.7575 22.5332 20.4355 20.8551 20.4355 18.7852C20.4355 16.7152 18.7575 15.0371 16.6875 15.0371C14.6175 15.0371 12.9395 16.7152 12.9395 18.7852C12.9395 20.8551 14.6175 22.5332 16.6875 22.5332Z"/>
|
|
6
|
-
<path fill="#574B90" d="M7.37842 17.0725V6.88422C7.37873 6.32243 7.60204 5.78374 7.99928 5.38649C8.39653 4.98924 8.93523 4.76594 9.49702 4.76562C9.76325 4.76624 10.0184 4.8722 10.2068 5.06035C10.3952 5.2485 10.5014 5.50355 10.5024 5.76979V11.661C11.809 10.525 13.404 9.772 15.1114 9.48496V11.9613C15.1098 12.1686 15.0453 12.3705 14.9263 12.5402C14.8072 12.7099 14.6394 12.8394 14.4451 12.9116C13.6368 13.2201 12.9008 13.6918 12.2828 14.2973C11.6648 14.9028 11.1781 15.6291 10.8531 16.4308C10.781 16.611 10.6589 16.7669 10.5012 16.8801C10.3311 17.0052 10.1257 17.0729 9.91463 17.0736L7.37842 17.0725Z"/>
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<clipPath id="blastapi_svg__clip0_8596_191465">
|
|
10
|
-
<rect width="32" height="32" fill="white" rx="16"/>
|
|
11
|
-
</clipPath>
|
|
12
|
-
</defs>
|
|
13
|
-
</svg>
|