ui.shipaid.com 0.3.51 → 0.3.53
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 +3 -1
- package/dist/widget.iife.js +3 -1
- package/dist/widget.umd.js +3 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -3000,7 +3000,8 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3000
3000
|
.prompt-product-details-description {
|
|
3001
3001
|
font-size: var(--shipaid-font-xxs);
|
|
3002
3002
|
margin-top: var(--shipaid-prompt-product-description-margin, 0.65rem);
|
|
3003
|
-
color: var(--shipaid-text-description,--shipaid-text)
|
|
3003
|
+
color: var(--shipaid-text-description,--shipaid-text);
|
|
3004
|
+
text-align: var(--shipaid-text-description-text-align, left);
|
|
3004
3005
|
}
|
|
3005
3006
|
.shipaid-prompt .prompt-product .prompt-product-actions {
|
|
3006
3007
|
margin-left: auto;
|
|
@@ -3088,6 +3089,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3088
3089
|
background-color: #fff;
|
|
3089
3090
|
border: 1px solid #ccc;
|
|
3090
3091
|
border-radius: 4px;
|
|
3092
|
+
margin: var(--shipaid-checkmark-margin, auto);
|
|
3091
3093
|
}
|
|
3092
3094
|
|
|
3093
3095
|
.shipaid-checkbox input:checked ~ .shipaid-checkMark {
|
package/dist/widget.iife.js
CHANGED
|
@@ -1121,7 +1121,8 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const jt=h`
|
|
|
1121
1121
|
.prompt-product-details-description {
|
|
1122
1122
|
font-size: var(--shipaid-font-xxs);
|
|
1123
1123
|
margin-top: var(--shipaid-prompt-product-description-margin, 0.65rem);
|
|
1124
|
-
color: var(--shipaid-text-description,--shipaid-text)
|
|
1124
|
+
color: var(--shipaid-text-description,--shipaid-text);
|
|
1125
|
+
text-align: var(--shipaid-text-description-text-align, left);
|
|
1125
1126
|
}
|
|
1126
1127
|
.shipaid-prompt .prompt-product .prompt-product-actions {
|
|
1127
1128
|
margin-left: auto;
|
|
@@ -1209,6 +1210,7 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const jt=h`
|
|
|
1209
1210
|
background-color: #fff;
|
|
1210
1211
|
border: 1px solid #ccc;
|
|
1211
1212
|
border-radius: 4px;
|
|
1213
|
+
margin: var(--shipaid-checkmark-margin, auto);
|
|
1212
1214
|
}
|
|
1213
1215
|
|
|
1214
1216
|
.shipaid-checkbox input:checked ~ .shipaid-checkMark {
|
package/dist/widget.umd.js
CHANGED
|
@@ -1121,7 +1121,8 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const jt=h`
|
|
|
1121
1121
|
.prompt-product-details-description {
|
|
1122
1122
|
font-size: var(--shipaid-font-xxs);
|
|
1123
1123
|
margin-top: var(--shipaid-prompt-product-description-margin, 0.65rem);
|
|
1124
|
-
color: var(--shipaid-text-description,--shipaid-text)
|
|
1124
|
+
color: var(--shipaid-text-description,--shipaid-text);
|
|
1125
|
+
text-align: var(--shipaid-text-description-text-align, left);
|
|
1125
1126
|
}
|
|
1126
1127
|
.shipaid-prompt .prompt-product .prompt-product-actions {
|
|
1127
1128
|
margin-left: auto;
|
|
@@ -1209,6 +1210,7 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const jt=h`
|
|
|
1209
1210
|
background-color: #fff;
|
|
1210
1211
|
border: 1px solid #ccc;
|
|
1211
1212
|
border-radius: 4px;
|
|
1213
|
+
margin: var(--shipaid-checkmark-margin, auto);
|
|
1212
1214
|
}
|
|
1213
1215
|
|
|
1214
1216
|
.shipaid-checkbox input:checked ~ .shipaid-checkMark {
|