@everymatrix/cashier-method-details 1.39.2 → 1.39.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-method-details",
3
- "version": "1.39.2",
3
+ "version": "1.39.3",
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": "fb533d03670d53bd356680ae1d7e216c391909d0"
38
+ "gitHead": "34113a6474c9833b52690631f489148f6b5c67e0"
39
39
  }
@@ -1039,6 +1039,7 @@
1039
1039
  {translationurl}
1040
1040
  {clientstylingurl}
1041
1041
  {clientstyling}
1042
+ {lang}
1042
1043
  hidebuttons="{`${!mobileView}`}"
1043
1044
  errorcode={errorResponseCode}
1044
1045
  >
@@ -1095,6 +1096,7 @@
1095
1096
  padding: var(--emw--spacing-large, 20px) var(--emw--spacing-x-small, 10px) var(--emw--spacing-small, 12px) var(--emw--spacing-x-small, 10px);
1096
1097
  container-name: method-details;
1097
1098
  container-type: inline-size;
1099
+ min-height: 200px;
1098
1100
  }
1099
1101
  .ReceiptPage {
1100
1102
  background-color: var(--emw--color-gray-transparency-100, rgb(255, 255, 255));