banks-helper 2.1.16 → 2.1.18

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
@@ -2930,7 +2930,7 @@ export const banks: IBankLogoItem[] = [
2930
2930
  },
2931
2931
  {
2932
2932
  fileName: 'dc.svg',
2933
- humanName: 'Dushanbe city',
2933
+ humanName: 'Душанбе Сити Банк',
2934
2934
  matchedBankNames: [
2935
2935
  'Dushanbe City Bank',
2936
2936
  ],
@@ -2945,7 +2945,20 @@ export const banks: IBankLogoItem[] = [
2945
2945
  {
2946
2946
  fileName: 'bsdbank.svg',
2947
2947
  humanName: 'Черноморский банк развития',
2948
+ matchedBankNames: [],
2949
+ },
2950
+ {
2951
+ fileName: 'eskhata.svg',
2952
+ humanName: 'Банк Эсхата',
2953
+ matchedBankNames: [
2954
+ 'eskhata',
2955
+ ],
2956
+ },
2957
+ {
2958
+ fileName: 'alif.svg',
2959
+ humanName: 'Алиф Банк',
2948
2960
  matchedBankNames: [
2961
+ 'alif',
2949
2962
  ],
2950
2963
  },
2951
2964
  ];
package/logos/alif.svg ADDED
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36">
2
+ <defs>
3
+ <clipPath id="a">
4
+ <path fill="none" stroke-width="0" d="M3 0h30v36H3z"/>
5
+ </clipPath>
6
+ </defs>
7
+ <g clip-path="url(#a)" fill="#00af66">
8
+ <path d="M23.1 9.6h-4.8l-6.2 15.3h4L20.8 13l4.6 11.8h4L23.1 9.6Z"/>
9
+ <path d="M31.2 28.7a17 17 0 0 1-4 2.1c-7.7 3-16.2-.1-19.2-7.3-3-7.3.8-15.8 8.4-18.8 1.6-.6 3.1-1 4.7-1.1L19.6 0A18.1 18.1 0 0 0 4.4 25a18.3 18.3 0 0 0 23.8 9.7c1.6-.7 3.1-1.4 4.4-2.3l-1.4-3.7Z"/>
10
+ </g>
11
+ </svg>
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 44 44"><path d="M19.91,0C12.48,0,5.91,3.61,1.87,9.14l4.09,2.91c3.12-4.28,8.2-7.07,13.95-7.07,8.71,0,15.9,6.41,17.03,14.73h-14.34l1.73,4.58c.22.57.44,1.19.44,1.76,0,1.19-.8,1.58-2.18,1.58h-4.4v-11.26h8l1.73-4.58h-14.71v20.42h9.87c3.91,0,6.71-1.72,6.71-5.28,0-.81-.22-1.86-.45-2.64h7.58c-1.13,8.31-8.32,14.73-17.03,14.73-5.74,0-10.83-2.79-13.95-7.07l-4.09,2.91c4.04,5.54,10.61,9.14,18.03,9.14,12.27,0,22.22-9.85,22.22-22S32.18,0,19.91,0Z" fill="#2f58a8" stroke-width="0"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.1.16",
3
+ "version": "2.1.18",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {