@everymatrix/cashier-methods-list 1.28.4 → 1.28.6

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.4",
3
+ "version": "1.28.6",
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": "1bfc13085b6829695a52b1569af671db1c024e41"
38
+ "gitHead": "1962d52e7f4ec718d6318e592deea4b535abde4a"
39
39
  }
@@ -228,12 +228,21 @@
228
228
  width: inherit;
229
229
  height: inherit;
230
230
  }
231
+ @media (max-width: 768px) {
232
+ min-width: 56px;
233
+ }
231
234
  }
232
235
  .MethodTitle {
233
236
  color: var(--mmw--color-grey-10, #111);
234
237
  font-size: var(--emw--font-size-small, 14px);
235
238
  word-break: break-all;
236
- font-feature-settings: 'numr' on;
239
+ @media (max-width: 768px) {
240
+ flex-grow: 1;
241
+ font-size: var(--emw--font-size-x-small, 12px);
242
+ overflow: hidden;
243
+ text-wrap: nowrap;
244
+ text-overflow: ellipsis;
245
+ }
237
246
  }
238
247
  .MethodLimits {
239
248
  display: flex;
@@ -248,6 +257,13 @@
248
257
  color: var(--mmw--color-grey-290, #666);
249
258
  font-weight: var(--emw--font-weight-normal, 400);
250
259
  font-style: normal;
260
+ @media (max-width: 768px) {
261
+ flex-shrink: 0;
262
+ font-size: var(--emw--font-size-2x-small, 10px);
263
+ }
264
+ @media (max-width: 370px) {
265
+ display: none;
266
+ }
251
267
  }
252
268
  }
253
269
  }