@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.
|
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": "
|
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
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
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
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
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;
|