ui.shipaid.com 0.3.167 → 0.3.168

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
@@ -7140,6 +7140,7 @@ class ShipAidCheckoutPlus extends s$1 {
7140
7140
  border-radius: var(--cp-radius);
7141
7141
  padding: var(--cp-pad);
7142
7142
  background: #fff;
7143
+ margin: 10px 0;
7143
7144
  }
7144
7145
  .cp-topbar {
7145
7146
  display:flex;
@@ -2120,6 +2120,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
2120
2120
  border-radius: var(--cp-radius);
2121
2121
  padding: var(--cp-pad);
2122
2122
  background: #fff;
2123
+ margin: 10px 0;
2123
2124
  }
2124
2125
  .cp-topbar {
2125
2126
  display:flex;
@@ -2120,6 +2120,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
2120
2120
  border-radius: var(--cp-radius);
2121
2121
  padding: var(--cp-pad);
2122
2122
  background: #fff;
2123
+ margin: 10px 0;
2123
2124
  }
2124
2125
  .cp-topbar {
2125
2126
  display:flex;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.167",
4
+ "version": "0.3.168",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",