@one-payments/web-components 1.1.17 → 1.1.18
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/dist/index.js +3 -3
- package/dist/one-payment.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4138,6 +4138,7 @@ v.styles = Lt`
|
|
|
4138
4138
|
height: 1.25rem;
|
|
4139
4139
|
min-width: 1.25rem;
|
|
4140
4140
|
margin: 0;
|
|
4141
|
+
margin-right: 10px;
|
|
4141
4142
|
flex-shrink: 0;
|
|
4142
4143
|
cursor: pointer;
|
|
4143
4144
|
accent-color: #ffbe32;
|
|
@@ -4194,7 +4195,6 @@ v.styles = Lt`
|
|
|
4194
4195
|
justify-content: center;
|
|
4195
4196
|
flex-shrink: 0;
|
|
4196
4197
|
color: #6b7280;
|
|
4197
|
-
margin-left: auto;
|
|
4198
4198
|
}
|
|
4199
4199
|
|
|
4200
4200
|
.method-icon-right svg {
|
|
@@ -4212,9 +4212,9 @@ v.styles = Lt`
|
|
|
4212
4212
|
font-size: 1rem;
|
|
4213
4213
|
font-weight: 500;
|
|
4214
4214
|
color: #111827;
|
|
4215
|
-
flex:
|
|
4216
|
-
min-width: 0;
|
|
4215
|
+
flex-shrink: 0;
|
|
4217
4216
|
text-align: left;
|
|
4217
|
+
margin-right: 10px;
|
|
4218
4218
|
}
|
|
4219
4219
|
|
|
4220
4220
|
/* Accordion Content */
|
package/dist/one-payment.js
CHANGED
|
@@ -1161,6 +1161,7 @@ OnePayment.styles = css `
|
|
|
1161
1161
|
height: 1.25rem;
|
|
1162
1162
|
min-width: 1.25rem;
|
|
1163
1163
|
margin: 0;
|
|
1164
|
+
margin-right: 10px;
|
|
1164
1165
|
flex-shrink: 0;
|
|
1165
1166
|
cursor: pointer;
|
|
1166
1167
|
accent-color: #ffbe32;
|
|
@@ -1217,7 +1218,6 @@ OnePayment.styles = css `
|
|
|
1217
1218
|
justify-content: center;
|
|
1218
1219
|
flex-shrink: 0;
|
|
1219
1220
|
color: #6b7280;
|
|
1220
|
-
margin-left: auto;
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
1223
|
.method-icon-right svg {
|
|
@@ -1235,9 +1235,9 @@ OnePayment.styles = css `
|
|
|
1235
1235
|
font-size: 1rem;
|
|
1236
1236
|
font-weight: 500;
|
|
1237
1237
|
color: #111827;
|
|
1238
|
-
flex:
|
|
1239
|
-
min-width: 0;
|
|
1238
|
+
flex-shrink: 0;
|
|
1240
1239
|
text-align: left;
|
|
1240
|
+
margin-right: 10px;
|
|
1241
1241
|
}
|
|
1242
1242
|
|
|
1243
1243
|
/* Accordion Content */
|