banks-helper 2.1.15 → 2.1.17

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
  ],
@@ -2942,4 +2942,23 @@ export const banks: IBankLogoItem[] = [
2942
2942
  'А-Мобаил',
2943
2943
  ],
2944
2944
  },
2945
+ {
2946
+ fileName: 'bsdbank.svg',
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: 'Алиф Банк',
2960
+ matchedBankNames: [
2961
+ 'alif',
2962
+ ],
2963
+ },
2945
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,10 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 65.25 65.25">
2
+ <defs>
3
+ <linearGradient id="a" x1="32.63" y1="2" x2="32.63" y2="67.25" gradientTransform="matrix(1 0 0 -1 0 67.25)" gradientUnits="userSpaceOnUse">
4
+ <stop offset=".2" stop-color="#137dc1"/>
5
+ <stop offset=".8" stop-color="#39ba9b"/>
6
+ </linearGradient>
7
+ </defs>
8
+ <path d="M32.63 65.25 16.56 51.78A25.03 25.03 0 0 1 32.63 7.61 25.02 25.02 0 0 1 48.7 51.78L32.63 65.25Z" fill="#dcded3"/>
9
+ <path d="M52.38 43.21 45.81 26.1l4.33 1.56-11.1-19.24 2.93 33.23a4.18 4.18 0 0 1-.56 2.85l-1.84 3.57-3.69-25.61 3.09 1.12L32.63 0 26.3 23.61l3.09-1.12L25.7 48.1l-1.84-3.57a4.4 4.4 0 0 1-.56-2.85l2.93-33.23-11.1 19.24 4.33-1.56c-.56 1.4-4.53 11.78-6.57 17.07a5.66 5.66 0 0 0 1.12 6.05c.8.88 1.64 1.72 2.57 2.52l16.07 13.47 16.07-13.47c.92-.8 1.8-1.6 2.57-2.52a5.65 5.65 0 0 0 1.12-6.05Z" fill="url(#a)"/>
10
+ </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.15",
3
+ "version": "2.1.17",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {