@everymatrix/cashier-methods-list 1.29.5 → 1.29.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-methods-list",
3
- "version": "1.29.5",
3
+ "version": "1.29.7",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "f2e3f1edbe2a15979fd224f987ea52d179bb95f0"
38
+ "gitHead": "6774dd803fe9ab951334d05d7f0ec99f78b6c0a0"
39
39
  }
@@ -275,7 +275,7 @@
275
275
  }
276
276
  }
277
277
 
278
- @container method-list (width < 699px) {
278
+ @container method-list (width < 450px) {
279
279
  .MethodLogo {
280
280
  min-width: 56px;
281
281
  }
@@ -15,4 +15,4 @@ export const TRANSLATIONS = {
15
15
  "showAll": "Pokaži sve",
16
16
  "showLess": "Prikaži manje"
17
17
  }
18
- }
18
+ }