@api3/logos 0.2.6 → 0.2.7

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.
@@ -81,7 +81,7 @@ const Chain919 = require('../logos/chain/Chain919.svg');
81
81
  const Chain1284 = require('../logos/chain/Chain1284.svg');
82
82
  const Chain1287 = require('../logos/chain/Chain1287.svg');
83
83
  const Chain1285 = require('../logos/chain/Chain1285.svg');
84
- const Chain911867 = require('../logos/chain/Placeholder.svg');
84
+ const Chain911867 = require('../logos/chain/Chain911867.svg');
85
85
  const Chain4913 = require('../logos/chain/Chain4913.svg');
86
86
  const Chain10 = require('../logos/chain/Chain10.svg');
87
87
  const Chain204 = require('../logos/chain/Chain204.svg');
@@ -1 +1 @@
1
- ["911867"]
1
+ []
@@ -81,7 +81,7 @@ import Chain919 from '../logos/chain/Chain919.svg';
81
81
  import Chain1284 from '../logos/chain/Chain1284.svg';
82
82
  import Chain1287 from '../logos/chain/Chain1287.svg';
83
83
  import Chain1285 from '../logos/chain/Chain1285.svg';
84
- import Chain911867 from '../logos/chain/Placeholder.svg';
84
+ import Chain911867 from '../logos/chain/Chain911867.svg';
85
85
  import Chain4913 from '../logos/chain/Chain4913.svg';
86
86
  import Chain10 from '../logos/chain/Chain10.svg';
87
87
  import Chain204 from '../logos/chain/Chain204.svg';
@@ -1 +1 @@
1
- ["911867"]
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/esm/index.js CHANGED
@@ -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';
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8E9BB2" d="M15.4988 12.3637C15.9244 12.2363 16.3816 12.4173 16.6061 12.802L19.0884 17.0555C19.4022 17.5933 19.0159 18.27 18.3952 18.27H5.60465C4.95237 18.27 4.57195 17.5308 4.94933 16.9966L6.07819 15.3987C6.20281 15.2223 6.38267 15.0929 6.58908 15.0311L15.4988 12.3637Z"/>
3
+ <path fill="#8E9BB2" d="M10.9029 6.36604C11.0861 6.03814 11.5772 6.11818 11.6477 6.48745L12.6958 11.9738C12.7499 12.257 12.5828 12.5357 12.308 12.6201L7.34942 14.1436C7.00292 14.25 6.70422 13.8777 6.88156 13.5605L10.9029 6.36604Z"/>
4
+ <path fill="#8E9BB2" d="M12.1695 6.01885C12.118 5.75099 12.4786 5.61559 12.6148 5.85166L15.7636 11.3103C15.8427 11.4474 15.7715 11.6224 15.6196 11.6648L13.7954 12.1736C13.5694 12.2366 13.338 12.0926 13.2935 11.8614L12.1695 6.01885Z"/>
5
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "@babel/preset-react": "^7.25.7",
27
27
  "@changesets/changelog-github": "^0.5.0",
28
28
  "@changesets/cli": "^2.27.9",
29
- "@api3/dapi-management": "1.95.2",
29
+ "@api3/dapi-management": "1.96.1",
30
30
  "dropbox": "^10.34.0",
31
31
  "node-fetch": "^2.7.0",
32
32
  "dotenv": "^16.4.5",