ui.shipaid.com 0.3.166 → 0.3.167
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
|
@@ -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 {
|
package/dist/widget.iife.js
CHANGED
|
@@ -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 {
|
package/dist/widget.umd.js
CHANGED
|
@@ -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 {
|