ui.shipaid.com 0.3.173 → 0.3.174
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
|
@@ -5515,7 +5515,8 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5515
5515
|
.shipaid-prompt .prompt-product .prompt-product-image {
|
|
5516
5516
|
position: relative;
|
|
5517
5517
|
}
|
|
5518
|
-
.shipaid-prompt .prompt-product .prompt-product-image svg
|
|
5518
|
+
.shipaid-prompt .prompt-product .prompt-product-image svg,
|
|
5519
|
+
.shipaid-prompt .prompt-product .prompt-product-image img {
|
|
5519
5520
|
height: var(--shipaid-logo-height, 35px);
|
|
5520
5521
|
max-height: var(--shipaid-logo-max-height, 35px);
|
|
5521
5522
|
width: var(--shipaid-logo-width, auto);
|
package/dist/widget.iife.js
CHANGED
|
@@ -1421,7 +1421,8 @@ function GA(A,e,t){return A?e():null==t?void 0:t()}const JA=aA`
|
|
|
1421
1421
|
.shipaid-prompt .prompt-product .prompt-product-image {
|
|
1422
1422
|
position: relative;
|
|
1423
1423
|
}
|
|
1424
|
-
.shipaid-prompt .prompt-product .prompt-product-image svg
|
|
1424
|
+
.shipaid-prompt .prompt-product .prompt-product-image svg,
|
|
1425
|
+
.shipaid-prompt .prompt-product .prompt-product-image img {
|
|
1425
1426
|
height: var(--shipaid-logo-height, 35px);
|
|
1426
1427
|
max-height: var(--shipaid-logo-max-height, 35px);
|
|
1427
1428
|
width: var(--shipaid-logo-width, auto);
|
package/dist/widget.umd.js
CHANGED
|
@@ -1421,7 +1421,8 @@ function GA(A,e,t){return A?e():null==t?void 0:t()}const JA=aA`
|
|
|
1421
1421
|
.shipaid-prompt .prompt-product .prompt-product-image {
|
|
1422
1422
|
position: relative;
|
|
1423
1423
|
}
|
|
1424
|
-
.shipaid-prompt .prompt-product .prompt-product-image svg
|
|
1424
|
+
.shipaid-prompt .prompt-product .prompt-product-image svg,
|
|
1425
|
+
.shipaid-prompt .prompt-product .prompt-product-image img {
|
|
1425
1426
|
height: var(--shipaid-logo-height, 35px);
|
|
1426
1427
|
max-height: var(--shipaid-logo-max-height, 35px);
|
|
1427
1428
|
width: var(--shipaid-logo-width, auto);
|