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 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;
@@ -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;
@@ -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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.155",
4
+ "version": "0.3.156",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",