ui.shipaid.com 0.3.52 → 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 +2 -1
- package/dist/widget.iife.js +2 -1
- package/dist/widget.umd.js +2 -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;
|
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;
|
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;
|