@everymatrix/cashier-method-details 1.39.0 → 1.39.2

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.0",
3
+ "version": "1.39.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": "d3dbfca9fcdc2d9df9a01f60f283ed699ec828fb"
38
+ "gitHead": "fb533d03670d53bd356680ae1d7e216c391909d0"
39
39
  }
@@ -1128,35 +1128,36 @@
1128
1128
  display: flex;
1129
1129
  height: 50px;
1130
1130
  border-bottom: 1px solid var(--mmw--color-grey-105, #E8E9EB);
1131
+ }
1131
1132
 
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;
1133
+ .SelectedLogoDescription {
1134
+ color: var(--mmw--color-grey-10, #111);
1135
+ font-size: var(--emw--font-size-small, 14px);
1136
+ 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);
1137
+ word-break: break-word;
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;
1158
1150
  }
1159
1151
  }
1152
+
1153
+ .ChangePaymeth {
1154
+ margin-left: auto;
1155
+ cursor: pointer;
1156
+ color: var(--mmw--color-grey-10, #111);
1157
+ font-size: var(--emw--font-size-small, 14px);
1158
+ text-decoration-line: underline;
1159
+ }
1160
+
1160
1161
  .SelectedMethodDescription {
1161
1162
  color: var(--mmw--color-grey-290, #666);
1162
1163
  font-size: var(--emw--font-size-x-small, 12px);
@@ -1173,37 +1174,39 @@
1173
1174
  align-items: center;
1174
1175
  justify-content: center;
1175
1176
  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
- }
1177
+ }
1178
+
1179
+ .RedirectionClose {
1180
+ display: flex;
1181
+ width: 234px;
1182
+ height: 36px;
1183
+ flex-direction: column;
1184
+ justify-content: center;
1185
+ flex-shrink: 0;
1186
+ color: var(--emw--color-white, #FFF);
1187
+ cursor: pointer;
1188
+ text-align: center;
1189
+ font-size: var(--emw--font-size-x-small, 12px);
1190
+ font-style: normal;
1191
+ font-weight: var(--emw--font-weight-semibold, 500);
1192
+ line-height: normal;
1193
+ text-transform: uppercase;
1194
+ border-radius: var(--emw--border-radius-medium, 4px);
1195
+ background: var(--emw--color-primary, #7EC51E);
1196
+ }
1197
+
1198
+ .RedirectionTitle {
1199
+ color: var(--mmw--color-grey-10, #111);
1200
+ font-size: var(--emw--font-size-x-small, 12px);
1201
+ font-style: normal;
1202
+ text-transform: none;
1203
+ font-weight: var(--mmw--font-weight-semibold-plus, 600);
1204
+ }
1205
+ .RedirectionMessage {
1206
+ color: var(--mmw--color-grey-290, #666);
1207
+ font-size: var(--emw--font-size-x-small, 12px);
1208
+ font-style: normal;
1209
+ text-transform: none;
1207
1210
  }
1208
1211
  .FieldWrapper, label{
1209
1212
  display: flex;