ui.shipaid.com 0.3.155 → 0.3.156
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 +4 -0
- package/dist/widget.iife.js +4 -0
- package/dist/widget.umd.js +4 -0
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -5033,6 +5033,10 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5033
5033
|
width: 100%;
|
|
5034
5034
|
}
|
|
5035
5035
|
|
|
5036
|
+
.shipaid-container {
|
|
5037
|
+
width: 100%;
|
|
5038
|
+
}
|
|
5039
|
+
|
|
5036
5040
|
.shipaid-container a#${this.buttonId || "shipaid-checkout-button"} {
|
|
5037
5041
|
width: 100%;
|
|
5038
5042
|
margin: 0px;
|
package/dist/widget.iife.js
CHANGED
|
@@ -1395,6 +1395,10 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1395
1395
|
width: 100%;
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
1398
|
+
.shipaid-container {
|
|
1399
|
+
width: 100%;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1398
1402
|
.shipaid-container a#${this.buttonId||"shipaid-checkout-button"} {
|
|
1399
1403
|
width: 100%;
|
|
1400
1404
|
margin: 0px;
|
package/dist/widget.umd.js
CHANGED
|
@@ -1395,6 +1395,10 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1395
1395
|
width: 100%;
|
|
1396
1396
|
}
|
|
1397
1397
|
|
|
1398
|
+
.shipaid-container {
|
|
1399
|
+
width: 100%;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1398
1402
|
.shipaid-container a#${this.buttonId||"shipaid-checkout-button"} {
|
|
1399
1403
|
width: 100%;
|
|
1400
1404
|
margin: 0px;
|