ui.shipaid.com 0.3.158 → 0.3.159
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
|
@@ -5845,9 +5845,10 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5845
5845
|
--shipaid-font-regular: 400;
|
|
5846
5846
|
--shipaid-font-heavy: 700;
|
|
5847
5847
|
--shipaid-prompt-badge: #f2f7ff;
|
|
5848
|
-
width: 100%;
|
|
5849
5848
|
--shipaid-active-logo-color: #000000;
|
|
5850
5849
|
--shipaid-inactive-logo-color: #0056d6;
|
|
5850
|
+
width: 100%;
|
|
5851
|
+
margin: 10px 0;
|
|
5851
5852
|
}
|
|
5852
5853
|
|
|
5853
5854
|
* {
|
package/dist/widget.iife.js
CHANGED
|
@@ -1746,9 +1746,10 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1746
1746
|
--shipaid-font-regular: 400;
|
|
1747
1747
|
--shipaid-font-heavy: 700;
|
|
1748
1748
|
--shipaid-prompt-badge: #f2f7ff;
|
|
1749
|
-
width: 100%;
|
|
1750
1749
|
--shipaid-active-logo-color: #000000;
|
|
1751
1750
|
--shipaid-inactive-logo-color: #0056d6;
|
|
1751
|
+
width: 100%;
|
|
1752
|
+
margin: 10px 0;
|
|
1752
1753
|
}
|
|
1753
1754
|
|
|
1754
1755
|
* {
|
package/dist/widget.umd.js
CHANGED
|
@@ -1746,9 +1746,10 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1746
1746
|
--shipaid-font-regular: 400;
|
|
1747
1747
|
--shipaid-font-heavy: 700;
|
|
1748
1748
|
--shipaid-prompt-badge: #f2f7ff;
|
|
1749
|
-
width: 100%;
|
|
1750
1749
|
--shipaid-active-logo-color: #000000;
|
|
1751
1750
|
--shipaid-inactive-logo-color: #0056d6;
|
|
1751
|
+
width: 100%;
|
|
1752
|
+
margin: 10px 0;
|
|
1752
1753
|
}
|
|
1753
1754
|
|
|
1754
1755
|
* {
|