@api3/logos 0.1.56 → 0.1.57
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 +2 -2
- package/dist/cjs/SymbolLogoMissing.json +1 -1
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +4 -4
- package/dist/esm/SymbolLogo.js +2 -2
- package/dist/esm/SymbolLogoMissing.json +1 -1
- package/dist/esm/index.d.ts +4 -4
- package/dist/esm/index.js +4 -4
- package/dist/logos/symbol/Zk.svg +12 -0
- package/dist/logos/symbol/Zro.svg +4 -0
- package/package.json +4 -4
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -202,8 +202,8 @@ const SymbolMode = require('../logos/symbol/Mode.svg');
|
|
|
202
202
|
const SymbolNeon = require('../logos/symbol/Neon.svg');
|
|
203
203
|
const SymbolRari = require('../logos/symbol/Rari.svg');
|
|
204
204
|
const SymbolBlast = require('../logos/symbol/Blast.svg');
|
|
205
|
-
const SymbolZro = require('../logos/symbol/
|
|
206
|
-
const SymbolZk = require('../logos/symbol/
|
|
205
|
+
const SymbolZro = require('../logos/symbol/Zro.svg');
|
|
206
|
+
const SymbolZk = require('../logos/symbol/Zk.svg');
|
|
207
207
|
const SymbolCfx = require('../logos/symbol/Cfx.svg');
|
|
208
208
|
const SymbolAapl = require('../logos/symbol/Aapl.svg');
|
|
209
209
|
const SymbolAmzn = require('../logos/symbol/Amzn.svg');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[]
|
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 ChainLogo } from './ChainLogo.js';
|
|
2
4
|
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
3
5
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
4
6
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.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.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
2
|
-
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
3
|
-
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
|
-
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
5
1
|
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
2
|
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
3
|
+
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
|
+
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
5
|
+
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
6
|
+
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -202,8 +202,8 @@ import SymbolMode from '../logos/symbol/Mode.svg';
|
|
|
202
202
|
import SymbolNeon from '../logos/symbol/Neon.svg';
|
|
203
203
|
import SymbolRari from '../logos/symbol/Rari.svg';
|
|
204
204
|
import SymbolBlast from '../logos/symbol/Blast.svg';
|
|
205
|
-
import SymbolZro from '../logos/symbol/
|
|
206
|
-
import SymbolZk from '../logos/symbol/
|
|
205
|
+
import SymbolZro from '../logos/symbol/Zro.svg';
|
|
206
|
+
import SymbolZk from '../logos/symbol/Zk.svg';
|
|
207
207
|
import SymbolCfx from '../logos/symbol/Cfx.svg';
|
|
208
208
|
import SymbolAapl from '../logos/symbol/Aapl.svg';
|
|
209
209
|
import SymbolAmzn from '../logos/symbol/Amzn.svg';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[]
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
2
|
-
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
3
|
-
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
|
-
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
5
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
6
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
|
+
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
|
-
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
2
|
-
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
3
|
-
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
|
-
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
5
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
6
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
|
+
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
|
+
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<g clip-path="url(#zk_svg__clip0_8828_222646)">
|
|
3
|
+
<rect width="42" height="42" fill="#222222" rx="21"/>
|
|
4
|
+
<path fill="#F3F3F3" fill-rule="evenodd" d="M34.9999 21.0056L26.9091 12.9512V18.8464L18.8789 24.7538H26.9091V29.06L34.9999 21.0056Z" clip-rule="evenodd"/>
|
|
5
|
+
<path fill="#F3F3F3" fill-rule="evenodd" d="M7 21.006L15.0908 29.0604V23.2016L23.121 17.2457H15.0908V12.9395L7 21.006Z" clip-rule="evenodd"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="zk_svg__clip0_8828_222646">
|
|
9
|
+
<rect width="42" height="42" fill="white" rx="21"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<rect width="42" height="42" fill="#222222" rx="21"/>
|
|
3
|
+
<path fill="#F2F2F2" d="M25.7722 23.2465C27.6857 22.1374 28.9719 20.0663 28.9719 17.694V14.9727C28.9719 10.57 25.4037 7 21.001 7C16.5983 7 13.0283 10.57 13.0283 14.9727V17.8889H17.8881V18.0785C17.2981 18.2255 16.74 18.4541 16.228 18.7535C14.3146 19.8626 13.0283 21.9337 13.0283 24.306V27.0273C13.0283 31.43 16.5965 35 20.9992 35C25.4019 35 28.9719 31.43 28.9719 27.0273V24.1112H24.1121V23.9216C24.702 23.7745 25.2602 23.5459 25.7722 23.2465ZM22.5565 28C22.5565 28.8593 21.8603 29.5555 21.001 29.5555C20.1417 29.5555 19.4454 28.8593 19.4454 28V14C19.4454 13.1407 20.1417 12.4444 21.001 12.4444C21.8603 12.4444 22.5565 13.1407 22.5565 14V28Z"/>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.57",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@changesets/changelog-github": "^0.5.0",
|
|
28
28
|
"@changesets/cli": "^2.27.8",
|
|
29
29
|
"@api3/api-integrations": "^1.29.0",
|
|
30
|
-
"@api3/chains": "^10.2.
|
|
30
|
+
"@api3/chains": "^10.2.1",
|
|
31
31
|
"dropbox": "^10.34.0",
|
|
32
32
|
"node-fetch": "^2.7.0",
|
|
33
33
|
"dotenv": "^16.4.5",
|
|
34
34
|
"prettier": "^3.3.3",
|
|
35
35
|
"rimraf": "^6.0.1",
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
37
|
-
"@typescript-eslint/parser": "^8.
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
37
|
+
"@typescript-eslint/parser": "^8.5.0",
|
|
38
38
|
"eslint-config-prettier": "^9.1.0",
|
|
39
39
|
"svgo": "^3.3.0"
|
|
40
40
|
},
|