banks-helper 2.2.21 → 2.2.23

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
@@ -330,10 +330,11 @@ export const banks: IBankLogoItem[] = [
330
330
  },
331
331
  {
332
332
  fileName: 'wb-bank.svg',
333
- humanName: 'Вайлдберриз Банк',
333
+ humanName: 'Wildberries Bank',
334
334
  matchedBankNames: [
335
335
  'WILDBERRIES Bank Company Limited',
336
336
  'WILDBERRIES BANK Co.Ltd.',
337
+ 'Вайлдберриз Банк',
337
338
  ],
338
339
  },
339
340
  {
@@ -1271,6 +1272,7 @@ export const banks: IBankLogoItem[] = [
1271
1272
  humanName: 'OZON BANK',
1272
1273
  matchedBankNames: [
1273
1274
  'ОЗОН БАНК',
1275
+ 'Озон Банк (Ozon)',
1274
1276
  'Limited Liability Company OZON Bank',
1275
1277
  'LLC OZON Bank',
1276
1278
  ],
package/logos/wb-bank.svg CHANGED
@@ -1 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="none"><path fill="url(#a)" d="m18.5 25-3.7-13h-2.7L8.4 24.8 4.9 12H2l4.5 16.7h3.4l3.5-12.5L17 28.7h3.4L25 12h-3l-3.4 13Zm17.2-5a4 4 0 0 0 1.6-3.4c0-1.3-.4-2.4-1.4-3.3a5 5 0 0 0-3.4-1.3h-6.7v16.7H33a5 5 0 0 0 3.5-1.3c1-1 1.5-2 1.5-3.5 0-1.7-.9-3-2.3-3.8Zm-7.1-5.4h3.9c1.2 0 2.1 1 2.1 2.2 0 1.2-1 2.2-2.1 2.2h-4v-4.4ZM33 26.2h-4.4v-4.7H33c1.3 0 2.3 1 2.3 2.3 0 1.3-1 2.4-2.3 2.4Z"/><defs><linearGradient id="a" x1="2" x2="148.7" y1="20.4" y2="20.4" gradientUnits="userSpaceOnUse"><stop stop-color="#CB11AB"/><stop offset=".5" stop-color="#909"/><stop offset="1" stop-color="#481173"/></linearGradient></defs></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
2
+ <rect width="180" height="180" fill="#9c45fd" rx="35" ry="35"/>
3
+ <g fill="#fff">
4
+ <path d="m159 147.5-15-16.2v16.2h-8.6v-36.2h8.7V127l14.8-15.8h10.4l-16.7 17.3 17.1 18.9zm-36.9 0v-14h-17.4v14H96v-36.2h8.7v13.6H122v-13.6h8.7v36.2zm-70.3-18.1c0-10.8 7.9-19.4 19-19.4 5 0 9 2 12 5v-3.7h8.6v36.2h-8.7v-3.6q-4.5 4.7-12 4.8c-11 0-18.9-8.5-18.9-19.3m31 0c0-6.2-5.2-11-11.1-11a11 11 0 1 0 0 22 11 11 0 0 0 11-11M30 148.9q-8 0-13-4.5c-5.2-4.4-6.8-11-6.8-18.4v-15.5q0-12 11.8-12.1h16v-4.5h8.2v4.5c0 4.8-3.2 8.3-8.2 8.3H23.8q-5.4 0-5.3 5.4v6.6c1.6-3.4 6-6.6 13.6-6.6 9.4 0 17.1 8.1 17.1 18.2s-8.8 18.6-19.1 18.6m0-8.2c5.5 0 10.6-4.4 10.6-10.4 0-5.6-4.7-10-10.6-10-6.5 0-10.8 4.3-10.8 10 0 6.2 4.7 10.4 10.8 10.4M88.6 87.4A19.6 19.6 0 0 1 69 67.9V32.6h8.7v21.3c2.7-3.2 7-5.3 12-5.3 10.1 0 18.6 8.7 18.6 19.3s-9 19.5-19.8 19.5Zm0-8.6c6 0 11.2-4.7 11.2-10.9s-5-10.8-11-10.8-11 4.9-11 10.8c0 6.2 5.1 10.9 10.8 10.9M24 86.2 10.3 49.9h9.3l8.2 21 8-21h5.7L49.7 71 58 50h8.9L52.9 86.1H47l-8.4-21.8L30 86.2z"/>
5
+ </g>
6
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "banks-helper",
3
- "version": "2.2.21",
3
+ "version": "2.2.23",
4
4
  "description": "Helps to work with banks names",
5
5
  "main": "index.ts",
6
6
  "scripts": {