banks-helper 2.2.15 → 2.2.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
@@ -2557,13 +2557,20 @@ export const banks: IBankLogoItem[] = [
2557
2557
  ],
2558
2558
  },
2559
2559
  {
2560
- fileName: 'kapital_bank.svg',
2561
- humanName: 'KapitalBank',
2560
+ // https://www.kapitalbank.az/
2561
+ fileName: 'kapitalbank_az.svg',
2562
+ humanName: 'Kapital Bank',
2562
2563
  matchedBankNames: [
2563
2564
  'KAPITAL BANK',
2564
2565
  'KAPITAL BANK JSB',
2565
2566
  ],
2566
2567
  },
2568
+ {
2569
+ // https://www.kapitalbank.uz/
2570
+ fileName: 'kapitalbank_uz.svg',
2571
+ humanName: 'Kapitalbank',
2572
+ matchedBankNames: [],
2573
+ },
2567
2574
  {
2568
2575
  fileName: 'unibank.svg',
2569
2576
  humanName: 'Unibank',
@@ -2757,13 +2764,19 @@ export const banks: IBankLogoItem[] = [
2757
2764
  ],
2758
2765
  },
2759
2766
  {
2767
+ // https://xb.uz/
2760
2768
  fileName: 'xb.svg',
2761
- humanName: 'Xalq bank',
2769
+ humanName: 'Xalq banki',
2770
+ matchedBankNames: [],
2771
+ },
2772
+ {
2773
+ // https://www.xalqbank.az/
2774
+ fileName: 'xalqbank.svg',
2775
+ humanName: 'XalqBank',
2762
2776
  matchedBankNames: [
2763
2777
  'XALQ BANK',
2764
2778
  'OJSC XALQ BANK',
2765
- 'OPEN JOINT-STOCK COMPANY XALQ BANK',
2766
- ],
2779
+ 'OPEN JOINT-STOCK COMPANY XALQ BANK'],
2767
2780
  },
2768
2781
  {
2769
2782
  fileName: 'ab.svg',
@@ -3132,9 +3145,4 @@ export const banks: IBankLogoItem[] = [
3132
3145
  humanName: 'DostBank',
3133
3146
  matchedBankNames: [],
3134
3147
  },
3135
- {
3136
- fileName: 'xalqbank.svg',
3137
- humanName: 'XalqBank',
3138
- matchedBankNames: [],
3139
- },
3140
3148
  ];
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 187 187">
2
+ <path fill="#ffd531" d="M141.1 0 63.8 187h45.3L186.4 0h-45.3zM77.9 0 .6 187h45.3L123.2 0H77.9zM60 0H0v145.3L60 0zM126.9 187H187V41.7L126.9 187z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.15",
3
+ "version": "2.2.17",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {
File without changes