@api3/logos 1.0.10 → 1.0.12

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.
@@ -20,6 +20,7 @@ const Chain59144light = require('../logos/chain/Chain59144Light.svg');
20
20
  const Chain60808light = require('../logos/chain/Chain60808Light.svg');
21
21
  const Chain64165light = require('../logos/chain/Chain64165Light.svg');
22
22
  const Chain71light = require('../logos/chain/Chain71Light.svg');
23
+ const Chain747474light = require('../logos/chain/Chain747474Light.svg');
23
24
  const Chain81457light = require('../logos/chain/Chain81457Light.svg');
24
25
  const Chain82light = require('../logos/chain/Chain82Light.svg');
25
26
  const Chain994873017light = require('../logos/chain/Chain994873017Light.svg');
@@ -55,6 +56,7 @@ const Chain2525 = require('../logos/chain/Chain2525.svg');
55
56
  const Chain2424 = require('../logos/chain/Chain2424.svg');
56
57
  const Chain57073 = require('../logos/chain/Chain57073.svg');
57
58
  const Chain763373 = require('../logos/chain/Chain763373.svg');
59
+ const Chain747474 = require('../logos/chain/Chain747474.svg');
58
60
  const Chain2222 = require('../logos/chain/Chain2222.svg');
59
61
  const Chain2221 = require('../logos/chain/Chain2221.svg');
60
62
  const Chain255 = require('../logos/chain/Chain255.svg');
@@ -73,6 +75,7 @@ const Chain6342 = require('../logos/chain/Chain6342.svg');
73
75
  const Chain4200 = require('../logos/chain/Chain4200.svg');
74
76
  const Chain686868 = require('../logos/chain/Chain686868.svg');
75
77
  const Chain1750 = require('../logos/chain/Chain1750.svg');
78
+ const Chain1740 = require('../logos/chain/Chain1740.svg');
76
79
  const Chain1088 = require('../logos/chain/Chain1088.svg');
77
80
  const Chain59902 = require('../logos/chain/Chain59902.svg');
78
81
  const Chain34443 = require('../logos/chain/Chain34443.svg');
@@ -166,6 +169,8 @@ function ChainLogo(id, light = false) {
166
169
  return Chain64165light;
167
170
  case "71light":
168
171
  return Chain71light;
172
+ case "747474light":
173
+ return Chain747474light;
169
174
  case "81457light":
170
175
  return Chain81457light;
171
176
  case "82light":
@@ -236,6 +241,8 @@ function ChainLogo(id, light = false) {
236
241
  return Chain57073;
237
242
  case "763373":
238
243
  return Chain763373;
244
+ case "747474":
245
+ return Chain747474;
239
246
  case "2222":
240
247
  return Chain2222;
241
248
  case "2221":
@@ -272,6 +279,8 @@ function ChainLogo(id, light = false) {
272
279
  return Chain686868;
273
280
  case "1750":
274
281
  return Chain1750;
282
+ case "1740":
283
+ return Chain1740;
275
284
  case "1088":
276
285
  return Chain1088;
277
286
  case "59902":
@@ -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');
@@ -20,6 +20,7 @@ import Chain59144light from '../logos/chain/Chain59144Light.svg';
20
20
  import Chain60808light from '../logos/chain/Chain60808Light.svg';
21
21
  import Chain64165light from '../logos/chain/Chain64165Light.svg';
22
22
  import Chain71light from '../logos/chain/Chain71Light.svg';
23
+ import Chain747474light from '../logos/chain/Chain747474Light.svg';
23
24
  import Chain81457light from '../logos/chain/Chain81457Light.svg';
24
25
  import Chain82light from '../logos/chain/Chain82Light.svg';
25
26
  import Chain994873017light from '../logos/chain/Chain994873017Light.svg';
@@ -55,6 +56,7 @@ import Chain2525 from '../logos/chain/Chain2525.svg';
55
56
  import Chain2424 from '../logos/chain/Chain2424.svg';
56
57
  import Chain57073 from '../logos/chain/Chain57073.svg';
57
58
  import Chain763373 from '../logos/chain/Chain763373.svg';
59
+ import Chain747474 from '../logos/chain/Chain747474.svg';
58
60
  import Chain2222 from '../logos/chain/Chain2222.svg';
59
61
  import Chain2221 from '../logos/chain/Chain2221.svg';
60
62
  import Chain255 from '../logos/chain/Chain255.svg';
@@ -73,6 +75,7 @@ import Chain6342 from '../logos/chain/Chain6342.svg';
73
75
  import Chain4200 from '../logos/chain/Chain4200.svg';
74
76
  import Chain686868 from '../logos/chain/Chain686868.svg';
75
77
  import Chain1750 from '../logos/chain/Chain1750.svg';
78
+ import Chain1740 from '../logos/chain/Chain1740.svg';
76
79
  import Chain1088 from '../logos/chain/Chain1088.svg';
77
80
  import Chain59902 from '../logos/chain/Chain59902.svg';
78
81
  import Chain34443 from '../logos/chain/Chain34443.svg';
@@ -166,6 +169,8 @@ function ChainLogo(id, light = false) {
166
169
  return Chain64165light;
167
170
  case "71light":
168
171
  return Chain71light;
172
+ case "747474light":
173
+ return Chain747474light;
169
174
  case "81457light":
170
175
  return Chain81457light;
171
176
  case "82light":
@@ -236,6 +241,8 @@ function ChainLogo(id, light = false) {
236
241
  return Chain57073;
237
242
  case "763373":
238
243
  return Chain763373;
244
+ case "747474":
245
+ return Chain747474;
239
246
  case "2222":
240
247
  return Chain2222;
241
248
  case "2221":
@@ -272,6 +279,8 @@ function ChainLogo(id, light = false) {
272
279
  return Chain686868;
273
280
  case "1750":
274
281
  return Chain1750;
282
+ case "1740":
283
+ return Chain1740;
275
284
  case "1088":
276
285
  return Chain1088;
277
286
  case "59902":
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8E9BB2" d="M5.68506 3.81445C6.43952 3.81454 7.0515 4.42231 7.05029 5.17383V17.4531H13.6577C14.4079 17.4531 15.0169 18.0638 15.0171 18.8184C15.0171 19.573 14.4095 20.1836 13.6577 20.1836H5.72021C5.70852 20.1839 5.69682 20.1855 5.68506 20.1855C4.93182 20.1855 4.31982 19.577 4.31982 18.8252V5.17383C4.32005 4.42225 4.93196 3.81445 5.68506 3.81445ZM12.0024 3.81445C12.7568 3.81463 13.3665 4.42236 13.3667 5.17383V13.1504C13.3667 13.9006 12.757 14.5106 12.0024 14.5107C11.2492 14.5107 10.6372 13.9022 10.6372 13.1504V5.17383C10.6374 4.42369 11.2479 3.81445 12.0024 3.81445ZM18.3149 3.81445C19.0694 3.81454 19.6799 4.42231 19.6802 5.17383V13.1504C19.6802 13.9007 19.0695 14.5107 18.3149 14.5107C17.5617 14.5107 16.9497 13.9022 16.9497 13.1504V5.17383C16.9499 4.42369 17.5604 3.81445 18.3149 3.81445Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#F4FF00" d="M15.0916 11.8819L17.7518 2.9043H14.2051L10.6589 9.17682V2.9043H7.11224L4.45245 11.8819H6.58028L4.45245 19.0637H10.6589V14.5909L15.9788 20.9043L19.5475 15.473L12.4542 11.8819H15.0916Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#1E2739" d="M15.0916 11.8819L17.7518 2.9043H14.2051L10.6589 9.17682V2.9043H7.11224L4.45246 11.8819H6.58029L4.45246 19.0637H10.6589V14.5909L15.9789 20.9043L19.5475 15.473L12.4542 11.8819H15.0916Z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  "api-provider"
19
19
  ],
20
20
  "devDependencies": {
21
- "@api3/dapi-management": "3.33.0",
21
+ "@api3/dapi-management": "3.35.0",
22
22
  "@babel/core": "^7.27.4",
23
23
  "@babel/preset-react": "^7.27.1",
24
24
  "@changesets/changelog-github": "^0.5.1",