ui.shipaid.com 0.3.166 → 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
@@ -2501,6 +2501,7 @@ const styles = i2`
2501
2501
  .shipaid-widget-container {
2502
2502
  display: flex;
2503
2503
  justify-content: right;
2504
+ margin: 10px 0;
2504
2505
  }
2505
2506
 
2506
2507
  .shipaid-prompt p,
@@ -5849,7 +5850,6 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5849
5850
  --shipaid-active-logo-color: #000000;
5850
5851
  --shipaid-inactive-logo-color: #0056d6;
5851
5852
  width: 100%;
5852
- margin: 10px 0;
5853
5853
  }
5854
5854
 
5855
5855
  * {
@@ -5871,6 +5871,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5871
5871
  .shipaid-widget-container {
5872
5872
  display: flex;
5873
5873
  justify-content: right;
5874
+ margin: 10px 0;
5874
5875
  }
5875
5876
 
5876
5877
  .shipaid-prompt {
@@ -7139,6 +7140,7 @@ class ShipAidCheckoutPlus extends s$1 {
7139
7140
  border-radius: var(--cp-radius);
7140
7141
  padding: var(--cp-pad);
7141
7142
  background: #fff;
7143
+ margin: 10px 0;
7142
7144
  }
7143
7145
  .cp-topbar {
7144
7146
  display:flex;
@@ -460,6 +460,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
460
460
  .shipaid-widget-container {
461
461
  display: flex;
462
462
  justify-content: right;
463
+ margin: 10px 0;
463
464
  }
464
465
 
465
466
  .shipaid-prompt p,
@@ -1747,7 +1748,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1747
1748
  --shipaid-active-logo-color: #000000;
1748
1749
  --shipaid-inactive-logo-color: #0056d6;
1749
1750
  width: 100%;
1750
- margin: 10px 0;
1751
1751
  }
1752
1752
 
1753
1753
  * {
@@ -1769,6 +1769,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1769
1769
  .shipaid-widget-container {
1770
1770
  display: flex;
1771
1771
  justify-content: right;
1772
+ margin: 10px 0;
1772
1773
  }
1773
1774
 
1774
1775
  .shipaid-prompt {
@@ -2119,6 +2120,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
2119
2120
  border-radius: var(--cp-radius);
2120
2121
  padding: var(--cp-pad);
2121
2122
  background: #fff;
2123
+ margin: 10px 0;
2122
2124
  }
2123
2125
  .cp-topbar {
2124
2126
  display:flex;
@@ -460,6 +460,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
460
460
  .shipaid-widget-container {
461
461
  display: flex;
462
462
  justify-content: right;
463
+ margin: 10px 0;
463
464
  }
464
465
 
465
466
  .shipaid-prompt p,
@@ -1747,7 +1748,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1747
1748
  --shipaid-active-logo-color: #000000;
1748
1749
  --shipaid-inactive-logo-color: #0056d6;
1749
1750
  width: 100%;
1750
- margin: 10px 0;
1751
1751
  }
1752
1752
 
1753
1753
  * {
@@ -1769,6 +1769,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1769
1769
  .shipaid-widget-container {
1770
1770
  display: flex;
1771
1771
  justify-content: right;
1772
+ margin: 10px 0;
1772
1773
  }
1773
1774
 
1774
1775
  .shipaid-prompt {
@@ -2119,6 +2120,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
2119
2120
  border-radius: var(--cp-radius);
2120
2121
  padding: var(--cp-pad);
2121
2122
  background: #fff;
2123
+ margin: 10px 0;
2122
2124
  }
2123
2125
  .cp-topbar {
2124
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.166",
4
+ "version": "0.3.168",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",