banks-helper 2.1.4 → 2.1.5

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/banks.ts CHANGED
@@ -2886,4 +2886,11 @@ export const banks: IBankLogoItem[] = [
2886
2886
  'AmraBank',
2887
2887
  ],
2888
2888
  },
2889
+ {
2890
+ fileName: 'cibit-bank.svg',
2891
+ humanName: 'Cibit-Bank',
2892
+ matchedBankNames: [
2893
+ 'CibitBank',
2894
+ ],
2895
+ },
2889
2896
  ];
@@ -0,0 +1,5 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 283.6 283.6">
2
+ <path fill="#005aaa" d="M138.7 283.6a139.3 139.3 0 0 1-94-38.3A138.9 138.9 0 0 1 .5 154c-.1-.8.1-1 .9-1l13-1a191.6 191.6 0 0 1 70.3 10.4A199 199 0 0 1 199.4 263c1 1.9 1.8 3.9 2.7 5.8.3.7.4 1-.4 1.3a144 144 0 0 1-63 13.4Z"/>
3
+ <path fill="#47bea4" d="M21.7 131.6c-7 0-13.8-.3-20.5-1-.7 0-.9-.3-.8-1C2 111.4 6.8 94 15.2 77.8a140 140 0 0 1 59-60.6A140.3 140.3 0 0 1 145.5 0a140 140 0 0 1 55.4 13c1.5.7 1.5.7.9 2.2a198.3 198.3 0 0 1-180 116.4Z"/>
4
+ <path fill="#2ac3f3" d="M283.2 142a140.3 140.3 0 0 1-60.1 115.9c-.9.6-1.2.4-1.8-.4A197 197 0 0 1 185.7 117a196 196 0 0 1 31.5-84.8l4.1-6c.6-.8 1-1 1.8-.4a141.5 141.5 0 0 1 60.2 111v5.3Z"/>
5
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -11,6 +11,6 @@
11
11
  "author": "Denis Vasilev",
12
12
  "license": "ISC",
13
13
  "devDependencies": {
14
- "vite": "5.2.6"
14
+ "vite": "5.4.6"
15
15
  }
16
16
  }