@everymatrix/cashier-methods-list 1.28.8 → 1.29.2

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.28.8",
3
+ "version": "1.29.2",
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": "c7e4f0fb90648211b55dc99a72de2fe600016137"
38
+ "gitHead": "c087893467746da9175249cc7606294b6d261671"
39
39
  }
@@ -274,6 +274,7 @@
274
274
  font-size: var(--emw--font-size-x-small, 12px);
275
275
  font-style: normal;
276
276
  font-weight: var(--emw--font-weight-semibold, 500);
277
+ font-family: inherit;
277
278
  background: var(--emw--color-gray-50, #F7F8FA);
278
279
  line-height: normal;
279
280
  border: 1px solid var(--mmw--color-grey-105, #E8E9EB);