@api3/logos 0.2.23 → 0.2.25

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.
@@ -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":
@@ -89,7 +89,7 @@ const SymbolInsfrxEth = require('../logos/symbol/Insfrxeth.svg');
89
89
  const SymbolSfrxEth = require('../logos/symbol/Sfrxeth.svg');
90
90
  const SymbolInstEth = require('../logos/symbol/Insteth.svg');
91
91
  const SymbolStEth = require('../logos/symbol/Steth.svg');
92
- const SymbolInwstEtHs = require('../logos/symbol/Placeholder.svg');
92
+ const SymbolInwstEtHs = require('../logos/symbol/Inwsteths.svg');
93
93
  const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
94
94
  const SymbolJoe = require('../logos/symbol/Joe.svg');
95
95
  const SymbolJuice = require('../logos/symbol/Juice.svg');
@@ -1 +1 @@
1
- ["inwstETHs"]
1
+ []
@@ -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');
@@ -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":
@@ -89,7 +89,7 @@ import SymbolInsfrxEth from '../logos/symbol/Insfrxeth.svg';
89
89
  import SymbolSfrxEth from '../logos/symbol/Sfrxeth.svg';
90
90
  import SymbolInstEth from '../logos/symbol/Insteth.svg';
91
91
  import SymbolStEth from '../logos/symbol/Steth.svg';
92
- import SymbolInwstEtHs from '../logos/symbol/Placeholder.svg';
92
+ import SymbolInwstEtHs from '../logos/symbol/Inwsteths.svg';
93
93
  import SymbolWstEth from '../logos/symbol/Wsteth.svg';
94
94
  import SymbolJoe from '../logos/symbol/Joe.svg';
95
95
  import SymbolJuice from '../logos/symbol/Juice.svg';
@@ -1 +1 @@
1
- ["inwstETHs"]
1
+ []
@@ -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/esm/index.js 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';
@@ -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>
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="#00A3FF" rx="21"/>
3
+ <rect width="38.0875" height="38.0875" x="1.9563" y="1.95605" stroke="#05FF00" stroke-width="1.3125" rx="19.0438"/>
4
+ <path fill="white" d="M35.145 29.4902C37.3789 25.7052 32.3791 18.3703 25.4058 14.2384C18.4058 10.1065 9.25347 9.03651 6.88778 13.0453C4.95364 16.3224 8.07846 21.8609 14.0164 26.2774C14.9367 26.9619 15.2414 27.1881 15.2414 27.1881L15.7664 25.0881C15.7664 25.0881 15.6336 24.9088 14.5232 24.0381C9.67719 20.2382 7.00894 15.948 8.57488 13.5996C10.491 11.0158 18.025 11.0879 25.025 14.9379C32.2273 19.1887 36.2973 26.0111 34.5372 28.9933C33.4528 30.8307 30.1653 31.5924 26.2037 30.5693L26.0873 31.1512C30.3875 32.0119 33.7915 31.7835 35.145 29.4902Z"/>
5
+ <path fill="white" d="M16.9972 15.8375L16.7109 15.9834C13.4771 17.6232 11.8719 21.2897 12.8495 24.7967C13.4247 26.8603 14.7865 28.5114 16.5241 29.5146L16.998 15.8362L16.9972 15.8375Z"/>
6
+ <path fill="white" d="M20.7267 22.2303L16.9951 15.8359L16.5213 29.5143L20.7259 22.2316L20.7267 22.2303Z" opacity="0.6"/>
7
+ <path fill="white" d="M28.1366 22.2704L28.1535 22.5913C28.3501 26.2117 25.9776 29.4351 22.4516 30.342C20.3769 30.8757 18.2661 30.5219 16.5285 29.5186L28.1373 22.2691L28.1366 22.2704Z" opacity="0.6"/>
8
+ <path fill="white" d="M20.731 22.2346L28.1344 22.2691C20.3952 27.1021 16.5255 29.5186 16.5255 29.5186L20.7302 22.2359L20.731 22.2346Z" opacity="0.2"/>
9
+ <path fill="white" d="M24.8359 15.1323L21.6695 20.6168L28.0469 20.6442L24.8359 15.1323Z" opacity="0.2"/>
10
+ <path fill="white" d="M24.8365 15.13L18.4536 15.1029L21.67 20.6145L24.8365 15.13Z" opacity="0.6"/>
11
+ <path fill="white" d="M27.4981 10.5202L18.4512 15.1074L24.8386 15.1266L27.4981 10.5202Z"/>
12
+ <path fill="white" d="M24.8406 15.1255L28.051 20.6476L27.5024 10.5151L24.8406 15.1255Z" opacity="0.6"/>
13
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
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.113.0",
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",