@api3/logos 0.2.24 → 0.2.26
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 +6 -0
- package/dist/cjs/SymbolLogo.js +1 -1
- package/dist/cjs/SymbolLogoMissing.json +1 -1
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/esm/ChainLogo.js +6 -0
- package/dist/esm/SymbolLogo.js +1 -1
- package/dist/esm/SymbolLogoMissing.json +1 -1
- package/dist/logos/chain/Chain133.svg +5 -0
- package/dist/logos/chain/Chain177.svg +13 -0
- package/dist/logos/symbol/Inwsteths.svg +13 -0
- package/package.json +2 -2
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -57,6 +57,8 @@ const Chain252 = require('../logos/chain/Chain252.svg');
|
|
|
57
57
|
const Chain2522 = require('../logos/chain/Chain2522.svg');
|
|
58
58
|
const Chain100 = require('../logos/chain/Chain100.svg');
|
|
59
59
|
const Chain10200 = require('../logos/chain/Chain10200.svg');
|
|
60
|
+
const Chain177 = require('../logos/chain/Chain177.svg');
|
|
61
|
+
const Chain133 = require('../logos/chain/Chain133.svg');
|
|
60
62
|
const Chain13473 = require('../logos/chain/Chain13473.svg');
|
|
61
63
|
const Chain2525 = require('../logos/chain/Chain2525.svg');
|
|
62
64
|
const Chain2424 = require('../logos/chain/Chain2424.svg');
|
|
@@ -242,6 +244,10 @@ function ChainLogo(id, light = false) {
|
|
|
242
244
|
return Chain100;
|
|
243
245
|
case "10200":
|
|
244
246
|
return Chain10200;
|
|
247
|
+
case "177":
|
|
248
|
+
return Chain177;
|
|
249
|
+
case "133":
|
|
250
|
+
return Chain133;
|
|
245
251
|
case "13473":
|
|
246
252
|
return Chain13473;
|
|
247
253
|
case "2525":
|
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -89,7 +89,7 @@ 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/
|
|
92
|
+
const SymbolInwstEtHs = require('../logos/symbol/Inwsteths.svg');
|
|
93
93
|
const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
|
|
94
94
|
const SymbolJoe = require('../logos/symbol/Joe.svg');
|
|
95
95
|
const SymbolJuice = require('../logos/symbol/Juice.svg');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[]
|
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';
|
|
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');
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -57,6 +57,8 @@ import Chain252 from '../logos/chain/Chain252.svg';
|
|
|
57
57
|
import Chain2522 from '../logos/chain/Chain2522.svg';
|
|
58
58
|
import Chain100 from '../logos/chain/Chain100.svg';
|
|
59
59
|
import Chain10200 from '../logos/chain/Chain10200.svg';
|
|
60
|
+
import Chain177 from '../logos/chain/Chain177.svg';
|
|
61
|
+
import Chain133 from '../logos/chain/Chain133.svg';
|
|
60
62
|
import Chain13473 from '../logos/chain/Chain13473.svg';
|
|
61
63
|
import Chain2525 from '../logos/chain/Chain2525.svg';
|
|
62
64
|
import Chain2424 from '../logos/chain/Chain2424.svg';
|
|
@@ -242,6 +244,10 @@ function ChainLogo(id, light = false) {
|
|
|
242
244
|
return Chain100;
|
|
243
245
|
case "10200":
|
|
244
246
|
return Chain10200;
|
|
247
|
+
case "177":
|
|
248
|
+
return Chain177;
|
|
249
|
+
case "133":
|
|
250
|
+
return Chain133;
|
|
245
251
|
case "13473":
|
|
246
252
|
return Chain13473;
|
|
247
253
|
case "2525":
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -89,7 +89,7 @@ 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/
|
|
92
|
+
import SymbolInwstEtHs from '../logos/symbol/Inwsteths.svg';
|
|
93
93
|
import SymbolWstEth from '../logos/symbol/Wsteth.svg';
|
|
94
94
|
import SymbolJoe from '../logos/symbol/Joe.svg';
|
|
95
95
|
import SymbolJuice from '../logos/symbol/Juice.svg';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[]
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#8E9BB2" d="M20.64 12C20.64 7.22824 16.7717 3.35999 12 3.35999C7.22824 3.35999 3.35999 7.22824 3.35999 12C3.35999 16.7717 7.22824 20.64 12 20.64C16.7717 20.64 20.64 16.7717 20.64 12Z"/>
|
|
3
|
+
<path fill="white" fill-rule="evenodd" d="M7.1191 6.73994L9.74998 7.33657C9.78238 7.34262 9.8047 7.37095 9.8047 7.40327V16.6496C9.8047 16.682 9.78058 16.7123 9.74818 16.7184L7.11695 17.2605C7.07267 17.2706 7.03198 17.2361 7.03198 17.1918V6.8087C7.03198 6.7642 7.07446 6.72982 7.1191 6.73994ZM16.8812 6.73994L14.25 7.33657C14.2176 7.34262 14.1953 7.37095 14.1953 7.40327V16.6496C14.1953 16.682 14.2197 16.7123 14.2521 16.7184L16.883 17.2605C16.9277 17.2706 16.968 17.2361 16.968 17.1918V6.8087C16.968 6.7642 16.9255 6.72982 16.8812 6.73994ZM13.3863 10.6412V13.2925V13.3532H13.3259H10.6745H10.6136V13.2925V10.6412V10.5805H10.6745H13.3259H13.3863V10.6412Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="white" fill-rule="evenodd" d="M9.52282 7.57406L7.31386 7.07319V16.9322L9.52282 16.4772V7.57406ZM14.4771 7.57406V16.4772L16.6861 16.9322V7.07319L14.4771 7.57406ZM9.74998 7.33657C9.78238 7.34262 9.8047 7.37095 9.8047 7.40327V16.6496C9.8047 16.682 9.78058 16.7123 9.74818 16.7184L7.11695 17.2605C7.07267 17.2706 7.03198 17.2361 7.03198 17.1918V6.8087C7.03198 6.7642 7.07446 6.72982 7.1191 6.73994L9.74998 7.33657ZM16.883 17.2605L14.2521 16.7184C14.2197 16.7123 14.1953 16.682 14.1953 16.6496V7.40327C14.1953 7.37095 14.2176 7.34262 14.25 7.33657L16.8812 6.73994C16.9255 6.72982 16.968 6.7642 16.968 6.8087V17.1918C16.968 17.2361 16.9277 17.2706 16.883 17.2605ZM13.1045 13.0713V10.8624H10.8955V13.0713H13.1045ZM10.6136 13.3532V10.5805H13.3863V13.3532H10.6136Z" clip-rule="evenodd"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#DCE3EF" d="M20.64 12C20.64 7.22825 16.7717 3.35999 12 3.35999C7.22825 3.35999 3.35999 7.22825 3.35999 12C3.35999 16.7717 7.22825 20.64 12 20.64C16.7717 20.64 20.64 16.7717 20.64 12Z"/>
|
|
3
|
+
<path fill="url(#Chain177_svg__paint0_linear_5983_37742)" fill-rule="evenodd" d="M7.11862 6.73676L9.7495 7.33339C9.7819 7.33944 9.80421 7.36777 9.80421 7.4001V16.6465C9.80421 16.6789 9.78009 16.7091 9.74769 16.7152L7.11646 17.2574C7.07218 17.2674 7.03149 17.2329 7.03149 17.1886V6.80553C7.03149 6.76103 7.07398 6.72665 7.11862 6.73676ZM16.8807 6.73676L14.2495 7.33339C14.2171 7.33944 14.1948 7.36777 14.1948 7.4001V16.6465C14.1948 16.6789 14.2193 16.7091 14.2517 16.7152L16.8825 17.2574C16.9272 17.2674 16.9675 17.2329 16.9675 17.1886V6.80553C16.9675 6.76103 16.925 6.72665 16.8807 6.73676ZM13.3859 10.638V13.2894V13.35H13.3254H10.674H10.6131V13.2894V10.638V10.5773H10.674H13.3254H13.3859V10.638Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill="black" fill-rule="evenodd" d="M9.52234 7.57088L7.31338 7.07002V16.929L9.52234 16.474V7.57088ZM14.4767 7.57088V16.474L16.6856 16.929V7.07002L14.4767 7.57088ZM9.7495 7.33339C9.7819 7.33944 9.80421 7.36777 9.80421 7.4001V16.6465C9.80421 16.6789 9.78009 16.7091 9.74769 16.7152L7.11646 17.2574C7.07218 17.2674 7.03149 17.2329 7.03149 17.1886V6.80553C7.03149 6.76103 7.07398 6.72665 7.11862 6.73676L9.7495 7.33339ZM16.8825 17.2574L14.2517 16.7152C14.2193 16.7091 14.1948 16.6789 14.1948 16.6465V7.4001C14.1948 7.36777 14.2171 7.33944 14.2495 7.33339L16.8807 6.73676C16.925 6.72665 16.9675 6.76103 16.9675 6.80553V17.1886C16.9675 17.2329 16.9272 17.2674 16.8825 17.2574ZM13.104 13.0682V10.8592H10.895V13.0682H13.104ZM10.6131 13.35V10.5773H13.3859V13.35H10.6131Z" clip-rule="evenodd"/>
|
|
5
|
+
<defs>
|
|
6
|
+
<linearGradient id="Chain177_svg__paint0_linear_5983_37742" x1="15.2885" x2="15.1945" y1="6.735" y2="17.2592" gradientUnits="userSpaceOnUse">
|
|
7
|
+
<stop offset="0.055"/>
|
|
8
|
+
<stop offset="0.4999" stop-color="#808080"/>
|
|
9
|
+
<stop offset="0.5"/>
|
|
10
|
+
<stop offset="0.97" stop-color="#666666"/>
|
|
11
|
+
</linearGradient>
|
|
12
|
+
</defs>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<rect width="42" height="42" fill="#00A3FF" rx="21"/>
|
|
3
|
+
<rect width="38.0875" height="38.0875" x="1.9563" y="1.95605" stroke="#05FF00" stroke-width="1.3125" rx="19.0438"/>
|
|
4
|
+
<path fill="white" d="M35.145 29.4902C37.3789 25.7052 32.3791 18.3703 25.4058 14.2384C18.4058 10.1065 9.25347 9.03651 6.88778 13.0453C4.95364 16.3224 8.07846 21.8609 14.0164 26.2774C14.9367 26.9619 15.2414 27.1881 15.2414 27.1881L15.7664 25.0881C15.7664 25.0881 15.6336 24.9088 14.5232 24.0381C9.67719 20.2382 7.00894 15.948 8.57488 13.5996C10.491 11.0158 18.025 11.0879 25.025 14.9379C32.2273 19.1887 36.2973 26.0111 34.5372 28.9933C33.4528 30.8307 30.1653 31.5924 26.2037 30.5693L26.0873 31.1512C30.3875 32.0119 33.7915 31.7835 35.145 29.4902Z"/>
|
|
5
|
+
<path fill="white" d="M16.9972 15.8375L16.7109 15.9834C13.4771 17.6232 11.8719 21.2897 12.8495 24.7967C13.4247 26.8603 14.7865 28.5114 16.5241 29.5146L16.998 15.8362L16.9972 15.8375Z"/>
|
|
6
|
+
<path fill="white" d="M20.7267 22.2303L16.9951 15.8359L16.5213 29.5143L20.7259 22.2316L20.7267 22.2303Z" opacity="0.6"/>
|
|
7
|
+
<path fill="white" d="M28.1366 22.2704L28.1535 22.5913C28.3501 26.2117 25.9776 29.4351 22.4516 30.342C20.3769 30.8757 18.2661 30.5219 16.5285 29.5186L28.1373 22.2691L28.1366 22.2704Z" opacity="0.6"/>
|
|
8
|
+
<path fill="white" d="M20.731 22.2346L28.1344 22.2691C20.3952 27.1021 16.5255 29.5186 16.5255 29.5186L20.7302 22.2359L20.731 22.2346Z" opacity="0.2"/>
|
|
9
|
+
<path fill="white" d="M24.8359 15.1323L21.6695 20.6168L28.0469 20.6442L24.8359 15.1323Z" opacity="0.2"/>
|
|
10
|
+
<path fill="white" d="M24.8365 15.13L18.4536 15.1029L21.67 20.6145L24.8365 15.13Z" opacity="0.6"/>
|
|
11
|
+
<path fill="white" d="M27.4981 10.5202L18.4512 15.1074L24.8386 15.1266L27.4981 10.5202Z"/>
|
|
12
|
+
<path fill="white" d="M24.8406 15.1255L28.051 20.6476L27.5024 10.5151L24.8406 15.1255Z" opacity="0.6"/>
|
|
13
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.26",
|
|
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.
|
|
29
|
+
"@api3/dapi-management": "2.1.0",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"node-fetch": "^2.7.0",
|
|
32
32
|
"dotenv": "^16.4.5",
|