@api3/logos 0.1.39 → 0.1.40

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.
@@ -106,7 +106,7 @@ const Chain167000 = require('../logos/chain/Chain167000.svg');
106
106
  const Chain195 = require('../logos/chain/Chain195.svg');
107
107
  const Chain196 = require('../logos/chain/Chain196.svg');
108
108
  const Chain48899 = require('../logos/chain/Chain48899.svg');
109
- const Chain48900 = require('../logos/chain/Placeholder.svg');
109
+ const Chain48900 = require('../logos/chain/Chain48900.svg');
110
110
  const Chain324 = require('../logos/chain/Chain324.svg');
111
111
  const ChainPlaceholder = require('../logos/chain/Placeholder.svg');
112
112
  function sanitizeName(id) {
@@ -1 +1 @@
1
- ["7701","7700","222000222","333000333","48900"]
1
+ ["7701","7700","222000222","333000333"]
@@ -106,7 +106,7 @@ import Chain167000 from '../logos/chain/Chain167000.svg';
106
106
  import Chain195 from '../logos/chain/Chain195.svg';
107
107
  import Chain196 from '../logos/chain/Chain196.svg';
108
108
  import Chain48899 from '../logos/chain/Chain48899.svg';
109
- import Chain48900 from '../logos/chain/Placeholder.svg';
109
+ import Chain48900 from '../logos/chain/Chain48900.svg';
110
110
  import Chain324 from '../logos/chain/Chain324.svg';
111
111
  import ChainPlaceholder from '../logos/chain/Placeholder.svg';
112
112
  function sanitizeName(id) {
@@ -1 +1 @@
1
- ["7701","7700","222000222","333000333","48900"]
1
+ ["7701","7700","222000222","333000333"]
@@ -0,0 +1,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="url(#Chain48900_svg__paint0_linear_5429_200099)" fill-rule="evenodd" d="M3.3855 11.9998C3.3855 7.22772 7.24249 3.35938 11.9997 3.35938C16.7578 3.35938 20.6148 7.22772 20.6144 11.9994C20.6144 13.6896 20.1303 15.2662 19.2941 16.5976C19.0635 16.9645 18.8067 17.3127 18.5252 17.6399L12.0111 11.1067L6.40963 16.7243L5.4848 17.6519C5.20252 17.3254 4.94482 16.9776 4.71425 16.6112C3.8725 15.2773 3.3855 13.6955 3.3855 11.9998ZM18.3065 15.3665L18.3854 15.2084L18.3858 15.2089C18.88 14.2201 19.1411 13.1102 19.1411 11.9998C19.1411 8.05071 15.9376 4.83785 12.0001 4.83785C8.06262 4.83785 4.85963 8.05071 4.85963 11.9998C4.85963 13.1161 5.12326 14.2307 5.62212 15.2233L5.70139 15.3806L12.0111 9.05222L18.3065 15.3665ZM12.0001 20.6394C14.1447 20.6394 16.1067 19.8534 17.6147 18.5526L12.0115 12.9324L6.39768 18.5624C7.9036 19.8576 9.8554 20.6394 12.0001 20.6394Z" clip-rule="evenodd"/>
3
+ <defs>
4
+ <linearGradient id="Chain48900_svg__paint0_linear_5429_200099" x1="11.9999" x2="12.0255" y1="3.35937" y2="20.6394" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#169E00"/>
6
+ <stop offset="0.49" stop-color="#00C537"/>
7
+ <stop offset="1" stop-color="#00B1C9"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "node-fetch": "^2.7.0",
33
33
  "dotenv": "^16.4.5",
34
34
  "prettier": "^3.3.2",
35
- "rimraf": "^5.0.7",
35
+ "rimraf": "^5.0.8",
36
36
  "@typescript-eslint/eslint-plugin": "^7.15.0",
37
37
  "@typescript-eslint/parser": "^7.15.0",
38
38
  "eslint-config-prettier": "^9.1.0",