@everymatrix/cashier-method-details 1.39.1 → 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.1",
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": "cc6e3a021c852cb2734662bef9ef45190de4bfa9"
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));
@@ -1128,35 +1130,36 @@
1128
1130
  display: flex;
1129
1131
  height: 50px;
1130
1132
  border-bottom: 1px solid var(--mmw--color-grey-105, #E8E9EB);
1133
+ }
1131
1134
 
1132
- .SelectedLogoDescription {
1133
- color: var(--mmw--color-grey-10, #111);
1134
- font-size: var(--emw--font-size-small, 14px);
1135
- margin: var(--mmw--spacing-x-small-minus, 7px) var(--mmw--spacing-2x-small-plus, 5px) var(--mmw--spacing-x-small-minus, 7px) var(--mmw--spacing-x-small-minus, 7px);
1136
- word-break: break-word;
1137
- }
1138
-
1139
- .SelectedLogoWrapper {
1140
- width: 56px;
1141
- height: 32px;
1142
- flex-shrink: 0;
1143
- background: var(--emw--color-background, #fff);
1144
- border: 1px solid var(--mmw--color-grey-105, #E8E9EB);
1145
- border-radius: var(--mmw--border-radius-medium-plus, 6px);
1146
-
1147
- img {
1148
- max-height: 32px;
1149
- max-width: 56px;
1150
- }
1151
- }
1152
- .ChangePaymeth {
1153
- margin-left: auto;
1154
- cursor: pointer;
1155
- color: var(--mmw--color-grey-10, #111);
1156
- font-size: var(--emw--font-size-small, 14px);
1157
- text-decoration-line: underline;
1135
+ .SelectedLogoDescription {
1136
+ color: var(--mmw--color-grey-10, #111);
1137
+ font-size: var(--emw--font-size-small, 14px);
1138
+ margin: var(--mmw--spacing-x-small-minus, 7px) var(--mmw--spacing-2x-small-plus, 5px) var(--mmw--spacing-x-small-minus, 7px) var(--mmw--spacing-x-small-minus, 7px);
1139
+ word-break: break-word;
1140
+ }
1141
+ .SelectedLogoWrapper {
1142
+ width: 56px;
1143
+ height: 32px;
1144
+ flex-shrink: 0;
1145
+ background: var(--emw--color-background, #fff);
1146
+ border: 1px solid var(--mmw--color-grey-105, #E8E9EB);
1147
+ border-radius: var(--mmw--border-radius-medium-plus, 6px);
1148
+
1149
+ img {
1150
+ max-height: 32px;
1151
+ max-width: 56px;
1158
1152
  }
1159
1153
  }
1154
+
1155
+ .ChangePaymeth {
1156
+ margin-left: auto;
1157
+ cursor: pointer;
1158
+ color: var(--mmw--color-grey-10, #111);
1159
+ font-size: var(--emw--font-size-small, 14px);
1160
+ text-decoration-line: underline;
1161
+ }
1162
+
1160
1163
  .SelectedMethodDescription {
1161
1164
  color: var(--mmw--color-grey-290, #666);
1162
1165
  font-size: var(--emw--font-size-x-small, 12px);
@@ -1173,37 +1176,39 @@
1173
1176
  align-items: center;
1174
1177
  justify-content: center;
1175
1178
  gap: var(--emw--spacing-large, 20px);
1176
- .RedirectionClose {
1177
- display: flex;
1178
- width: 234px;
1179
- height: 36px;
1180
- flex-direction: column;
1181
- justify-content: center;
1182
- flex-shrink: 0;
1183
- color: var(--emw--color-white, #FFF);
1184
- cursor: pointer;
1185
- text-align: center;
1186
- font-size: var(--emw--font-size-x-small, 12px);
1187
- font-style: normal;
1188
- font-weight: var(--emw--font-weight-semibold, 500);
1189
- line-height: normal;
1190
- text-transform: uppercase;
1191
- border-radius: var(--emw--border-radius-medium, 4px);
1192
- background: var(--emw--color-primary, #7EC51E);
1193
- }
1194
- .RedirectionTitle {
1195
- color: var(--mmw--color-grey-10, #111);
1196
- font-size: var(--emw--font-size-x-small, 12px);
1197
- font-style: normal;
1198
- text-transform: none;
1199
- font-weight: var(--mmw--font-weight-semibold-plus, 600);
1200
- }
1201
- .RedirectionMessage {
1202
- color: var(--mmw--color-grey-290, #666);
1203
- font-size: var(--emw--font-size-x-small, 12px);
1204
- font-style: normal;
1205
- text-transform: none;
1206
- }
1179
+ }
1180
+
1181
+ .RedirectionClose {
1182
+ display: flex;
1183
+ width: 234px;
1184
+ height: 36px;
1185
+ flex-direction: column;
1186
+ justify-content: center;
1187
+ flex-shrink: 0;
1188
+ color: var(--emw--color-white, #FFF);
1189
+ cursor: pointer;
1190
+ text-align: center;
1191
+ font-size: var(--emw--font-size-x-small, 12px);
1192
+ font-style: normal;
1193
+ font-weight: var(--emw--font-weight-semibold, 500);
1194
+ line-height: normal;
1195
+ text-transform: uppercase;
1196
+ border-radius: var(--emw--border-radius-medium, 4px);
1197
+ background: var(--emw--color-primary, #7EC51E);
1198
+ }
1199
+
1200
+ .RedirectionTitle {
1201
+ color: var(--mmw--color-grey-10, #111);
1202
+ font-size: var(--emw--font-size-x-small, 12px);
1203
+ font-style: normal;
1204
+ text-transform: none;
1205
+ font-weight: var(--mmw--font-weight-semibold-plus, 600);
1206
+ }
1207
+ .RedirectionMessage {
1208
+ color: var(--mmw--color-grey-290, #666);
1209
+ font-size: var(--emw--font-size-x-small, 12px);
1210
+ font-style: normal;
1211
+ text-transform: none;
1207
1212
  }
1208
1213
  .FieldWrapper, label{
1209
1214
  display: flex;