@api3/logos 0.2.1 → 0.2.2
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/SymbolLogo.js +6 -3
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/esm/SymbolLogo.js +6 -3
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/symbol/Insteth.svg +12 -0
- package/package.json +2 -2
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -76,6 +76,8 @@ const SymbolHnt = require('../logos/symbol/Hnt.svg');
|
|
|
76
76
|
const SymbolIcp = require('../logos/symbol/Icp.svg');
|
|
77
77
|
const SymbolImx = require('../logos/symbol/Imx.svg');
|
|
78
78
|
const SymbolInEth = require('../logos/symbol/Ineth.svg');
|
|
79
|
+
const SymbolInstEth = require('../logos/symbol/Insteth.svg');
|
|
80
|
+
const SymbolStEth = require('../logos/symbol/Steth.svg');
|
|
79
81
|
const SymbolInj = require('../logos/symbol/Inj.svg');
|
|
80
82
|
const SymbolInr = require('../logos/symbol/Inr.svg');
|
|
81
83
|
const SymbolJuice = require('../logos/symbol/Juice.svg');
|
|
@@ -146,7 +148,6 @@ const SymbolSnx = require('../logos/symbol/Snx.svg');
|
|
|
146
148
|
const SymbolSol = require('../logos/symbol/Sol.svg');
|
|
147
149
|
const SymbolSpEth = require('../logos/symbol/Speth.svg');
|
|
148
150
|
const SymbolSpy = require('../logos/symbol/Spy.svg');
|
|
149
|
-
const SymbolStEth = require('../logos/symbol/Steth.svg');
|
|
150
151
|
const SymbolStrk = require('../logos/symbol/Strk.svg');
|
|
151
152
|
const SymbolStg = require('../logos/symbol/Stg.svg');
|
|
152
153
|
const SymbolStMatic = require('../logos/symbol/Stmatic.svg');
|
|
@@ -385,6 +386,10 @@ function SymbolLogo(id, light = false) {
|
|
|
385
386
|
return SymbolImx;
|
|
386
387
|
case "ineth":
|
|
387
388
|
return SymbolInEth;
|
|
389
|
+
case "insteth":
|
|
390
|
+
return SymbolInstEth;
|
|
391
|
+
case "steth":
|
|
392
|
+
return SymbolStEth;
|
|
388
393
|
case "inj":
|
|
389
394
|
return SymbolInj;
|
|
390
395
|
case "inr":
|
|
@@ -525,8 +530,6 @@ function SymbolLogo(id, light = false) {
|
|
|
525
530
|
return SymbolSpEth;
|
|
526
531
|
case "spy":
|
|
527
532
|
return SymbolSpy;
|
|
528
|
-
case "steth":
|
|
529
|
-
return SymbolStEth;
|
|
530
533
|
case "strk":
|
|
531
534
|
return SymbolStrk;
|
|
532
535
|
case "stg":
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
2
|
+
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
1
3
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
4
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
5
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
6
|
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/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.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
2
4
|
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
3
5
|
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
6
|
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
5
|
-
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
|
-
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -76,6 +76,8 @@ import SymbolHnt from '../logos/symbol/Hnt.svg';
|
|
|
76
76
|
import SymbolIcp from '../logos/symbol/Icp.svg';
|
|
77
77
|
import SymbolImx from '../logos/symbol/Imx.svg';
|
|
78
78
|
import SymbolInEth from '../logos/symbol/Ineth.svg';
|
|
79
|
+
import SymbolInstEth from '../logos/symbol/Insteth.svg';
|
|
80
|
+
import SymbolStEth from '../logos/symbol/Steth.svg';
|
|
79
81
|
import SymbolInj from '../logos/symbol/Inj.svg';
|
|
80
82
|
import SymbolInr from '../logos/symbol/Inr.svg';
|
|
81
83
|
import SymbolJuice from '../logos/symbol/Juice.svg';
|
|
@@ -146,7 +148,6 @@ import SymbolSnx from '../logos/symbol/Snx.svg';
|
|
|
146
148
|
import SymbolSol from '../logos/symbol/Sol.svg';
|
|
147
149
|
import SymbolSpEth from '../logos/symbol/Speth.svg';
|
|
148
150
|
import SymbolSpy from '../logos/symbol/Spy.svg';
|
|
149
|
-
import SymbolStEth from '../logos/symbol/Steth.svg';
|
|
150
151
|
import SymbolStrk from '../logos/symbol/Strk.svg';
|
|
151
152
|
import SymbolStg from '../logos/symbol/Stg.svg';
|
|
152
153
|
import SymbolStMatic from '../logos/symbol/Stmatic.svg';
|
|
@@ -385,6 +386,10 @@ function SymbolLogo(id, light = false) {
|
|
|
385
386
|
return SymbolImx;
|
|
386
387
|
case "ineth":
|
|
387
388
|
return SymbolInEth;
|
|
389
|
+
case "insteth":
|
|
390
|
+
return SymbolInstEth;
|
|
391
|
+
case "steth":
|
|
392
|
+
return SymbolStEth;
|
|
388
393
|
case "inj":
|
|
389
394
|
return SymbolInj;
|
|
390
395
|
case "inr":
|
|
@@ -525,8 +530,6 @@ function SymbolLogo(id, light = false) {
|
|
|
525
530
|
return SymbolSpEth;
|
|
526
531
|
case "spy":
|
|
527
532
|
return SymbolSpy;
|
|
528
|
-
case "steth":
|
|
529
|
-
return SymbolStEth;
|
|
530
533
|
case "strk":
|
|
531
534
|
return SymbolStrk;
|
|
532
535
|
case "stg":
|
package/dist/esm/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/esm/index.js
CHANGED
|
@@ -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';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<rect width="42" height="42" fill="white" rx="21"/>
|
|
3
|
+
<path fill="#00A3FF" d="M35.145 29.477C37.3789 25.6921 32.3791 18.3571 25.4058 14.2252C18.4058 10.0933 9.25347 9.02333 6.88778 13.0322C4.95364 16.3092 8.07846 21.8477 14.0164 26.2642C14.9367 26.9487 15.2414 27.1749 15.2414 27.1749L15.7664 25.0749C15.7664 25.0749 15.6336 24.8957 14.5232 24.0249C9.67719 20.225 7.00894 15.9348 8.57488 13.5865C10.491 11.0026 18.025 11.0747 25.025 14.9247C32.2273 19.1756 36.2973 25.9979 34.5372 28.9802C33.4528 30.8175 30.1653 31.5792 26.2037 30.5561L26.0873 31.138C30.3875 31.9987 33.7915 31.7703 35.145 29.477Z"/>
|
|
4
|
+
<path fill="#00A3FF" d="M16.9972 15.8224L16.7109 15.9682C13.4771 17.6081 11.8719 21.2745 12.8495 24.7816C13.4247 26.8451 14.7865 28.4962 16.5241 29.4994L16.998 15.8211L16.9972 15.8224Z"/>
|
|
5
|
+
<path fill="#66C8FF" d="M20.7267 22.2166L16.9951 15.8223L16.5213 29.5006L20.7259 22.2179L20.7267 22.2166Z"/>
|
|
6
|
+
<path fill="#66C8FF" d="M28.1366 22.2548L28.1535 22.5757C28.3501 26.1961 25.9776 29.4195 22.4516 30.3264C20.3769 30.86 18.2661 30.5062 16.5285 29.503L28.1373 22.2535L28.1366 22.2548Z"/>
|
|
7
|
+
<path fill="#CCEDFF" d="M20.731 22.219L28.1344 22.2535C20.3952 27.0865 16.5255 29.503 16.5255 29.503L20.7302 22.2203L20.731 22.219Z"/>
|
|
8
|
+
<path fill="#CCEDFF" d="M24.8359 15.1152L21.6695 20.5997L28.0469 20.6271L24.8359 15.1152Z"/>
|
|
9
|
+
<path fill="#66C8FF" d="M24.8365 15.1144L18.4536 15.0873L21.67 20.5988L24.8365 15.1144Z"/>
|
|
10
|
+
<path fill="#00A3FF" d="M27.4981 10.5011L18.4512 15.0883L24.8386 15.1075L27.4981 10.5011Z"/>
|
|
11
|
+
<path fill="#66C8FF" d="M24.8406 15.1104L28.051 20.6325L27.5024 10.5L24.8406 15.1104Z"/>
|
|
12
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@babel/preset-react": "^7.24.7",
|
|
27
27
|
"@changesets/changelog-github": "^0.5.0",
|
|
28
28
|
"@changesets/cli": "^2.27.8",
|
|
29
|
-
"@api3/dapi-management": "1.
|
|
29
|
+
"@api3/dapi-management": "1.86.0",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"node-fetch": "^2.7.0",
|
|
32
32
|
"dotenv": "^16.4.5",
|