banks-helper 1.1.13 → 1.1.14
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 +15 -1
- package/logos/ekaterinburg_bank.svg +3 -0
- package/logos/humo.png +0 -0
- package/logos/uzcard.svg +12 -0
- package/package.json +1 -1
- package/logos/ekaterinburg_bank.png +0 -0
package/banks.ts
CHANGED
|
@@ -129,7 +129,7 @@ export const banks: IBankLogoItem[] = [
|
|
|
129
129
|
],
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
|
-
fileName: 'ekaterinburg_bank.
|
|
132
|
+
fileName: 'ekaterinburg_bank.svg',
|
|
133
133
|
humanName: 'Банк "Екатеринбург"',
|
|
134
134
|
matchedBankNames: [
|
|
135
135
|
'ЕКАТЕРИНБУРГ',
|
|
@@ -667,4 +667,18 @@ export const banks: IBankLogoItem[] = [
|
|
|
667
667
|
'RABITABANK OJSC',
|
|
668
668
|
],
|
|
669
669
|
},
|
|
670
|
+
{
|
|
671
|
+
fileName: 'humo.png',
|
|
672
|
+
humanName: 'HUMO',
|
|
673
|
+
matchedBankNames: [
|
|
674
|
+
'HUMO',
|
|
675
|
+
],
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
fileName: 'uzcard.svg',
|
|
679
|
+
humanName: 'UZCARD',
|
|
680
|
+
matchedBankNames: [
|
|
681
|
+
'UZCARD',
|
|
682
|
+
],
|
|
683
|
+
},
|
|
670
684
|
];
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" fill="none">
|
|
2
|
+
<path fill="#009033" fill-rule="evenodd" d="M24.27 37.63h-8.63L14.71 40H0V25.3l2.32-.89v-8.82L0 14.7V0h14.7l.94 2.37h8.63L25.21 0h14.7v14.7l-2.32.89v8.82l2.32.88V40h-14.7l-.94-2.36Zm5.45-4.26h3.56v-3.5l-2.32-.9V11.03l2.32-.88V6.63h-3.56L28.8 9H11.12l-.93-2.37H6.63v3.5l2.32.9v17.95l-2.32.88v3.51h3.56l.93-2.37H28.8l.93 2.37Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
package/logos/humo.png
ADDED
|
Binary file
|
package/logos/uzcard.svg
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="43" height="48" fill="none">
|
|
2
|
+
<g fill-rule="evenodd" clip-path="url(#a)" clip-rule="evenodd">
|
|
3
|
+
<path fill="#fff" d="M41.29 25.3c0 7.47-1.71 13.03-5.14 16.65-3.42 3.63-8.7 5.44-15.83 5.44-6.66 0-11.71-1.81-15.16-5.44C1.72 38.33 0 32.86 0 25.55V1.06A1.04 1.04 0 0 1 1.04 0h12.08a1.05 1.05 0 0 1 1.04 1.04V26.1c0 2.99.56 5.28 1.68 6.9a6.1 6.1 0 0 0 9.64.15c1.1-1.52 1.65-3.76 1.64-6.72v-4.7H41.3v3.58Z"/>
|
|
4
|
+
<path fill="#fff" d="M40.2 18.99H27.11V1.09A1.1 1.1 0 0 1 28.23 0h1.96a11.05 11.05 0 0 0 11.1 11.06V19H40.2Z"/>
|
|
5
|
+
<path fill="#F4821F" d="M32.96 0h7.24a1.1 1.1 0 0 1 1.09 1.1v7.2A8.35 8.35 0 0 1 32.96 0Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="a">
|
|
9
|
+
<path fill="#fff" d="M0 0h43v48H0z"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
package/package.json
CHANGED
|
Binary file
|