ui.shipaid.com 0.3.70 → 0.3.71
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/widget.es.js +5 -1
- package/dist/widget.iife.js +5 -1
- package/dist/widget.umd.js +5 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -2985,6 +2985,10 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
2985
2985
|
D(
|
|
2986
2986
|
x`
|
|
2987
2987
|
<style>
|
|
2988
|
+
.shipaid-container {
|
|
2989
|
+
margin: var(--shipaid-checkout-margin, 0);
|
|
2990
|
+
padding: var(--shipaid-checkout-padding, 0);
|
|
2991
|
+
}
|
|
2988
2992
|
.shipaid-container button {
|
|
2989
2993
|
width: 100%;
|
|
2990
2994
|
}
|
|
@@ -3125,7 +3129,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3125
3129
|
display: flex;
|
|
3126
3130
|
align-items: center;
|
|
3127
3131
|
justify-content: space-between;
|
|
3128
|
-
font-size:
|
|
3132
|
+
font-size: 14px;
|
|
3129
3133
|
margin-bottom: 1rem;
|
|
3130
3134
|
}
|
|
3131
3135
|
|
package/dist/widget.iife.js
CHANGED
|
@@ -1188,6 +1188,10 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1188
1188
|
</svg>
|
|
1189
1189
|
`;pt(H`
|
|
1190
1190
|
<style>
|
|
1191
|
+
.shipaid-container {
|
|
1192
|
+
margin: var(--shipaid-checkout-margin, 0);
|
|
1193
|
+
padding: var(--shipaid-checkout-padding, 0);
|
|
1194
|
+
}
|
|
1191
1195
|
.shipaid-container button {
|
|
1192
1196
|
width: 100%;
|
|
1193
1197
|
}
|
|
@@ -1285,7 +1289,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1285
1289
|
display: flex;
|
|
1286
1290
|
align-items: center;
|
|
1287
1291
|
justify-content: space-between;
|
|
1288
|
-
font-size:
|
|
1292
|
+
font-size: 14px;
|
|
1289
1293
|
margin-bottom: 1rem;
|
|
1290
1294
|
}
|
|
1291
1295
|
|
package/dist/widget.umd.js
CHANGED
|
@@ -1188,6 +1188,10 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1188
1188
|
</svg>
|
|
1189
1189
|
`;pt(H`
|
|
1190
1190
|
<style>
|
|
1191
|
+
.shipaid-container {
|
|
1192
|
+
margin: var(--shipaid-checkout-margin, 0);
|
|
1193
|
+
padding: var(--shipaid-checkout-padding, 0);
|
|
1194
|
+
}
|
|
1191
1195
|
.shipaid-container button {
|
|
1192
1196
|
width: 100%;
|
|
1193
1197
|
}
|
|
@@ -1285,7 +1289,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1285
1289
|
display: flex;
|
|
1286
1290
|
align-items: center;
|
|
1287
1291
|
justify-content: space-between;
|
|
1288
|
-
font-size:
|
|
1292
|
+
font-size: 14px;
|
|
1289
1293
|
margin-bottom: 1rem;
|
|
1290
1294
|
}
|
|
1291
1295
|
|