@api3/logos 0.1.46 → 0.1.47
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 +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/SymbolLogo.js +1 -1
- package/dist/esm/SymbolLogoMissing.json +1 -1
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/symbol/Ankreth.svg +8 -0
- package/package.json +1 -1
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -295,7 +295,7 @@ const SymbolWeEtHs = require('../logos/symbol/Weeths.svg');
|
|
|
295
295
|
const SymbolInEth = require('../logos/symbol/Ineth.svg');
|
|
296
296
|
const SymbolCfx = require('../logos/symbol/Cfx.svg');
|
|
297
297
|
const SymbolRender = require('../logos/symbol/Placeholder.svg');
|
|
298
|
-
const SymbolAnkrEth = require('../logos/symbol/
|
|
298
|
+
const SymbolAnkrEth = require('../logos/symbol/Ankreth.svg');
|
|
299
299
|
const SymbolPlaceholder = require('../logos/symbol/Placeholder.svg');
|
|
300
300
|
function sanitizeName(id) {
|
|
301
301
|
return camelcase(id, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["ZRO","ZK","RENDER"
|
|
1
|
+
["ZRO","ZK","RENDER"]
|
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
1
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
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
5
|
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
6
|
export { default as SymbolLogoMissing } from './SymbolLogoMissing.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
1
|
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
2
|
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
3
|
+
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
4
|
+
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
5
5
|
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
6
|
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -295,7 +295,7 @@ import SymbolWeEtHs from '../logos/symbol/Weeths.svg';
|
|
|
295
295
|
import SymbolInEth from '../logos/symbol/Ineth.svg';
|
|
296
296
|
import SymbolCfx from '../logos/symbol/Cfx.svg';
|
|
297
297
|
import SymbolRender from '../logos/symbol/Placeholder.svg';
|
|
298
|
-
import SymbolAnkrEth from '../logos/symbol/
|
|
298
|
+
import SymbolAnkrEth from '../logos/symbol/Ankreth.svg';
|
|
299
299
|
import SymbolPlaceholder from '../logos/symbol/Placeholder.svg';
|
|
300
300
|
function sanitizeName(id) {
|
|
301
301
|
return camelcase(id, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["ZRO","ZK","RENDER"
|
|
1
|
+
["ZRO","ZK","RENDER"]
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as ChainLogo } from './ChainLogo.js';
|
|
2
|
-
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
3
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
4
2
|
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 ChainLogo } from './ChainLogo.js';
|
|
6
|
+
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as ChainLogo } from './ChainLogo.js';
|
|
2
|
-
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
3
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
4
2
|
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 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 42 42">
|
|
2
|
+
<path fill="#FFE81C" d="M18.2721 0.731664C19.9602 -0.243888 22.04 -0.243888 23.728 0.731664L37.1722 8.50106C38.8602 9.47662 39.9001 11.2795 39.9001 13.2306V28.7694C39.9001 30.7205 38.8602 32.5234 37.1722 33.499L23.728 41.2684C22.04 42.2439 19.9602 42.2439 18.2721 41.2684L4.82808 33.499C3.14 32.5234 2.1001 30.7205 2.1001 28.7694V13.2306C2.1001 11.2795 3.14 9.47662 4.82808 8.50106L18.2721 0.731664Z"/>
|
|
3
|
+
<path fill="black" d="M20.9954 25.3858L27.8981 21.2133L20.9954 18.0098L14.1011 21.2133L20.9954 25.3858Z" opacity="0.6"/>
|
|
4
|
+
<path fill="black" d="M20.9954 18.0102V9.50391L14.1011 21.2139L20.9954 25.3862V18.0102Z" opacity="0.45"/>
|
|
5
|
+
<path fill="black" d="M20.9956 25.3862L27.8983 21.2139L20.9956 9.50391V18.0102V25.3862Z" opacity="0.8"/>
|
|
6
|
+
<path fill="black" d="M20.9954 26.7205L14.1011 22.5566L20.9954 32.4991V26.7205Z" opacity="0.45"/>
|
|
7
|
+
<path fill="black" d="M27.8983 22.5566L20.9956 26.7205V32.4991L27.8983 22.5566Z" opacity="0.8"/>
|
|
8
|
+
</svg>
|