@api3/logos 1.0.33 → 1.0.34
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 +3 -0
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/esm/SymbolLogo.js +3 -0
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/symbol/Clo.svg +10 -0
- package/package.json +4 -4
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -42,6 +42,7 @@ const SymbolCbEth = require('../logos/symbol/Cbeth.svg');
|
|
|
42
42
|
const SymbolCelo = require('../logos/symbol/Celo.svg');
|
|
43
43
|
const SymbolCfx = require('../logos/symbol/Cfx.svg');
|
|
44
44
|
const SymbolChz = require('../logos/symbol/Chz.svg');
|
|
45
|
+
const SymbolClo = require('../logos/symbol/Clo.svg');
|
|
45
46
|
const SymbolCmEth = require('../logos/symbol/Cmeth.svg');
|
|
46
47
|
const SymbolMeth = require('../logos/symbol/Meth.svg');
|
|
47
48
|
const SymbolComp = require('../logos/symbol/Comp.svg');
|
|
@@ -321,6 +322,8 @@ function SymbolLogo(id, light = false) {
|
|
|
321
322
|
return SymbolCfx;
|
|
322
323
|
case "chz":
|
|
323
324
|
return SymbolChz;
|
|
325
|
+
case "clo":
|
|
326
|
+
return SymbolClo;
|
|
324
327
|
case "cmeth":
|
|
325
328
|
return SymbolCmEth;
|
|
326
329
|
case "meth":
|
package/dist/cjs/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 SymbolLogo } from './SymbolLogo.js';
|
|
4
|
-
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
5
3
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
6
4
|
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
1
|
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
2
2
|
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
3
|
-
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
4
|
-
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
5
3
|
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
6
4
|
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
5
|
+
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
|
+
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -42,6 +42,7 @@ import SymbolCbEth from '../logos/symbol/Cbeth.svg';
|
|
|
42
42
|
import SymbolCelo from '../logos/symbol/Celo.svg';
|
|
43
43
|
import SymbolCfx from '../logos/symbol/Cfx.svg';
|
|
44
44
|
import SymbolChz from '../logos/symbol/Chz.svg';
|
|
45
|
+
import SymbolClo from '../logos/symbol/Clo.svg';
|
|
45
46
|
import SymbolCmEth from '../logos/symbol/Cmeth.svg';
|
|
46
47
|
import SymbolMeth from '../logos/symbol/Meth.svg';
|
|
47
48
|
import SymbolComp from '../logos/symbol/Comp.svg';
|
|
@@ -321,6 +322,8 @@ function SymbolLogo(id, light = false) {
|
|
|
321
322
|
return SymbolCfx;
|
|
322
323
|
case "chz":
|
|
323
324
|
return SymbolChz;
|
|
325
|
+
case "clo":
|
|
326
|
+
return SymbolClo;
|
|
324
327
|
case "cmeth":
|
|
325
328
|
return SymbolCmEth;
|
|
326
329
|
case "meth":
|
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,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<rect width="42" height="42" fill="url(#clo_svg__paint0_linear_8620_48365)" rx="21"/>
|
|
3
|
+
<path fill="white" d="M19.6547 29.025V29.0265L24.6929 31.9727L21.008 34.125L14.6113 30.3887V26.079L19.6547 29.025ZM32.2278 27.5718L25.8524 31.2949L22.1668 29.1396L28.5394 25.4173L32.2278 27.5718ZM13.4636 22.6607L13.4511 22.668V29.7109L9.77209 27.5623V20.1228L13.4636 17.9669V22.6607ZM19.8691 12.8537L13.4636 16.5951V16.6112L9.77209 18.7672V14.4377L16.1769 10.697L19.8691 12.8537ZM31.2769 13.8729L27.6067 16.0172L17.3372 10.0192L21.008 7.875L31.2769 13.8729Z"/>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="clo_svg__paint0_linear_8620_48365" x1="21" x2="21" y1="0" y2="42" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#6CCAB2"/>
|
|
7
|
+
<stop offset="1" stop-color="#058CB2"/>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"homepage": "https://api3dao.github.io/logos/",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"api-provider"
|
|
20
20
|
],
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@api3/dapi-management": "3.
|
|
22
|
+
"@api3/dapi-management": "3.67.0",
|
|
23
23
|
"@babel/core": "^7.28.4",
|
|
24
24
|
"@babel/preset-react": "^7.27.1",
|
|
25
25
|
"@changesets/changelog-github": "^0.5.1",
|
|
26
26
|
"@changesets/cli": "^2.29.7",
|
|
27
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
28
|
-
"@typescript-eslint/parser": "^8.
|
|
27
|
+
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
|
28
|
+
"@typescript-eslint/parser": "^8.46.0",
|
|
29
29
|
"dotenv": "^17.2.3",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"eslint": "^8.57.1",
|