@api3/logos 0.2.23 → 0.2.24
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
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const camelcase = require('camelcase');
|
|
2
2
|
const Chain1030Light = require('../logos/chain/Chain1030Light.svg');
|
|
3
|
+
const Chain146Light = require('../logos/chain/Chain146Light.svg');
|
|
3
4
|
const Chain196Light = require('../logos/chain/Chain196Light.svg');
|
|
4
5
|
const Chain2001Light = require('../logos/chain/Chain2001Light.svg');
|
|
5
6
|
const Chain252Light = require('../logos/chain/Chain252Light.svg');
|
|
@@ -103,6 +104,7 @@ const Chain534351 = require('../logos/chain/Chain534351.svg');
|
|
|
103
104
|
const Chain1329 = require('../logos/chain/Chain1329.svg');
|
|
104
105
|
const Chain1328 = require('../logos/chain/Chain1328.svg');
|
|
105
106
|
const Chain1946 = require('../logos/chain/Chain1946.svg');
|
|
107
|
+
const Chain146 = require('../logos/chain/Chain146.svg');
|
|
106
108
|
const Chain57054 = require('../logos/chain/Chain57054.svg');
|
|
107
109
|
const Chain167000 = require('../logos/chain/Chain167000.svg');
|
|
108
110
|
const Chain167009 = require('../logos/chain/Chain167009.svg');
|
|
@@ -126,6 +128,8 @@ function ChainLogo(id, light = false) {
|
|
|
126
128
|
switch (sanitizeName(`${id}${light ? "light" : ""}`).toLowerCase()) {
|
|
127
129
|
case "1030light":
|
|
128
130
|
return Chain1030Light;
|
|
131
|
+
case "146light":
|
|
132
|
+
return Chain146Light;
|
|
129
133
|
case "196light":
|
|
130
134
|
return Chain196Light;
|
|
131
135
|
case "2001light":
|
|
@@ -332,6 +336,8 @@ function ChainLogo(id, light = false) {
|
|
|
332
336
|
return Chain1328;
|
|
333
337
|
case "1946":
|
|
334
338
|
return Chain1946;
|
|
339
|
+
case "146":
|
|
340
|
+
return Chain146;
|
|
335
341
|
case "57054":
|
|
336
342
|
return Chain57054;
|
|
337
343
|
case "167000":
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import camelcase from 'camelcase';
|
|
2
2
|
import Chain1030Light from '../logos/chain/Chain1030Light.svg';
|
|
3
|
+
import Chain146Light from '../logos/chain/Chain146Light.svg';
|
|
3
4
|
import Chain196Light from '../logos/chain/Chain196Light.svg';
|
|
4
5
|
import Chain2001Light from '../logos/chain/Chain2001Light.svg';
|
|
5
6
|
import Chain252Light from '../logos/chain/Chain252Light.svg';
|
|
@@ -103,6 +104,7 @@ import Chain534351 from '../logos/chain/Chain534351.svg';
|
|
|
103
104
|
import Chain1329 from '../logos/chain/Chain1329.svg';
|
|
104
105
|
import Chain1328 from '../logos/chain/Chain1328.svg';
|
|
105
106
|
import Chain1946 from '../logos/chain/Chain1946.svg';
|
|
107
|
+
import Chain146 from '../logos/chain/Chain146.svg';
|
|
106
108
|
import Chain57054 from '../logos/chain/Chain57054.svg';
|
|
107
109
|
import Chain167000 from '../logos/chain/Chain167000.svg';
|
|
108
110
|
import Chain167009 from '../logos/chain/Chain167009.svg';
|
|
@@ -126,6 +128,8 @@ function ChainLogo(id, light = false) {
|
|
|
126
128
|
switch (sanitizeName(`${id}${light ? "light" : ""}`).toLowerCase()) {
|
|
127
129
|
case "1030light":
|
|
128
130
|
return Chain1030Light;
|
|
131
|
+
case "146light":
|
|
132
|
+
return Chain146Light;
|
|
129
133
|
case "196light":
|
|
130
134
|
return Chain196Light;
|
|
131
135
|
case "2001light":
|
|
@@ -332,6 +336,8 @@ function ChainLogo(id, light = false) {
|
|
|
332
336
|
return Chain1328;
|
|
333
337
|
case "1946":
|
|
334
338
|
return Chain1946;
|
|
339
|
+
case "146":
|
|
340
|
+
return Chain146;
|
|
335
341
|
case "57054":
|
|
336
342
|
return Chain57054;
|
|
337
343
|
case "167000":
|
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 ChainLogo } from './ChainLogo.js';
|
|
4
|
-
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 ChainLogo } from './ChainLogo.js';
|
|
6
|
+
export { default as ChainLogoMissing } from './ChainLogoMissing.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 ChainLogo } from './ChainLogo.js';
|
|
4
|
-
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 ChainLogo } from './ChainLogo.js';
|
|
6
|
+
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#DCE3EF" d="M6.31835 6.05815C7.94594 7.66892 10.5493 9.04288 13.6939 9.98464C12.0511 9.0636 10.5277 7.91748 9.19408 6.59324C8.69859 6.10096 8.22185 5.57692 7.77637 5.03562L7.46642 4.65796C6.9459 4.97624 6.46359 5.34908 6.02368 5.76611L6.31905 6.05815H6.31835Z"/>
|
|
3
|
+
<path fill="#DCE3EF" d="M3.35986 12.6194C3.48635 14.3841 4.14656 16.0011 5.18274 17.3129L5.45238 17.0471C6.46008 16.055 7.77354 15.154 9.35596 14.3676C10.7445 13.6778 12.3373 13.0868 14.0539 12.6194H3.35986Z"/>
|
|
4
|
+
<path fill="#DCE3EF" d="M13.6932 14.0157C10.5485 14.9582 7.94591 16.3315 6.31832 17.9422L6.02295 18.2343C6.46286 18.6513 6.94587 19.0241 7.46639 19.3424L7.77634 18.9654C8.2218 18.4242 8.69854 17.9001 9.19405 17.4071C10.527 16.0829 12.051 14.9368 13.6932 14.0157Z"/>
|
|
5
|
+
<path fill="#DCE3EF" d="M8.79858 4.32082C9.20096 4.80551 9.63045 5.2757 10.0759 5.71757C12.8919 8.51518 16.4355 10.3649 20.323 11.0656L20.6399 11.1229C20.1973 6.77531 16.5022 3.38184 12.0093 3.38184C10.7973 3.38184 9.64297 3.6297 8.59497 4.07572L8.7979 4.32013L8.79858 4.32082Z"/>
|
|
6
|
+
<path fill="#DCE3EF" d="M14.0539 11.3802C12.3373 10.9128 10.7445 10.3218 9.35596 9.63207C7.77286 8.84566 6.46008 7.94395 5.45238 6.9525L5.18274 6.68738C4.14656 7.9985 3.48565 9.61549 3.35986 11.3802H14.0539Z"/>
|
|
7
|
+
<path fill="#DCE3EF" d="M20.3224 12.935C16.4348 13.6358 12.8919 15.4847 10.0752 18.2831C9.62837 18.727 9.19889 19.1972 8.7979 19.6798L8.59497 19.9242C9.64297 20.3702 10.7966 20.6182 12.0086 20.6182C16.5015 20.6182 20.1959 17.2253 20.6386 12.8777L20.3217 12.9343L20.3224 12.935Z"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#1E2739" d="M6.31835 6.05815C7.94594 7.66892 10.5493 9.04288 13.6939 9.98464C12.0511 9.0636 10.5277 7.91748 9.19408 6.59324C8.69859 6.10096 8.22185 5.57692 7.77637 5.03562L7.46642 4.65796C6.9459 4.97624 6.46359 5.34908 6.02368 5.76611L6.31905 6.05815H6.31835Z"/>
|
|
3
|
+
<path fill="#1E2739" d="M3.35986 12.6194C3.48635 14.3841 4.14656 16.0011 5.18274 17.3129L5.45238 17.0471C6.46008 16.055 7.77354 15.154 9.35596 14.3676C10.7445 13.6778 12.3373 13.0868 14.0539 12.6194H3.35986Z"/>
|
|
4
|
+
<path fill="#1E2739" d="M13.6932 14.0157C10.5485 14.9582 7.94591 16.3315 6.31832 17.9422L6.02295 18.2343C6.46286 18.6513 6.94587 19.0241 7.46639 19.3424L7.77634 18.9654C8.2218 18.4242 8.69854 17.9001 9.19405 17.4071C10.527 16.0829 12.051 14.9368 13.6932 14.0157Z"/>
|
|
5
|
+
<path fill="#1E2739" d="M8.79858 4.32082C9.20096 4.80551 9.63045 5.2757 10.0759 5.71757C12.8919 8.51518 16.4355 10.3649 20.323 11.0656L20.6399 11.1229C20.1973 6.77531 16.5022 3.38184 12.0093 3.38184C10.7973 3.38184 9.64297 3.6297 8.59497 4.07572L8.7979 4.32013L8.79858 4.32082Z"/>
|
|
6
|
+
<path fill="#1E2739" d="M14.0539 11.3802C12.3373 10.9128 10.7445 10.3218 9.35596 9.63207C7.77286 8.84566 6.46008 7.94395 5.45238 6.9525L5.18274 6.68738C4.14656 7.9985 3.48565 9.61549 3.35986 11.3802H14.0539Z"/>
|
|
7
|
+
<path fill="#1E2739" d="M20.3224 12.935C16.4348 13.6358 12.8919 15.4847 10.0752 18.2831C9.62837 18.727 9.19889 19.1972 8.7979 19.6798L8.59497 19.9242C9.64297 20.3702 10.7966 20.6182 12.0086 20.6182C16.5015 20.6182 20.1959 17.2253 20.6386 12.8777L20.3217 12.9343L20.3224 12.935Z"/>
|
|
8
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.24",
|
|
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": "1.114.0",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"node-fetch": "^2.7.0",
|
|
32
32
|
"dotenv": "^16.4.5",
|