ui.shipaid.com 0.3.163 → 0.3.165

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
@@ -2661,6 +2661,7 @@ const styles = i2`
2661
2661
  gap: 0.5rem;
2662
2662
  font-size: 11px;
2663
2663
  line-height: 1.3;
2664
+ text-align: left;
2664
2665
  }
2665
2666
 
2666
2667
  .shipaid-benefits li svg {
@@ -5174,7 +5175,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5174
5175
  }
5175
5176
  .prompt-product-details-help {
5176
5177
  cursor: pointer;
5177
- line-height: 1.5;
5178
+ line-height: 0;
5178
5179
  margin-left: 3px;
5179
5180
  }
5180
5181
  .shipaid-benefits-container {
@@ -5219,6 +5220,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5219
5220
  gap: 8px;
5220
5221
  font-size: 11px;
5221
5222
  line-height: 1.3;
5223
+ text-align: left;
5222
5224
  }
5223
5225
  .shipaid-benefits li svg {
5224
5226
  width: 18px;
@@ -6185,7 +6187,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
6185
6187
  }
6186
6188
  .prompt-product-details-help {
6187
6189
  cursor: pointer;
6188
- line-height: 1.5;
6190
+ line-height: 0;
6189
6191
  margin-left: 3px;
6190
6192
  }
6191
6193
  </style>
@@ -620,6 +620,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
620
620
  gap: 0.5rem;
621
621
  font-size: 11px;
622
622
  line-height: 1.3;
623
+ text-align: left;
623
624
  }
624
625
 
625
626
  .shipaid-benefits li svg {
@@ -1498,7 +1499,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1498
1499
  }
1499
1500
  .prompt-product-details-help {
1500
1501
  cursor: pointer;
1501
- line-height: 1.5;
1502
+ line-height: 0;
1502
1503
  margin-left: 3px;
1503
1504
  }
1504
1505
  .shipaid-benefits-container {
@@ -1543,6 +1544,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1543
1544
  gap: 8px;
1544
1545
  font-size: 11px;
1545
1546
  line-height: 1.3;
1547
+ text-align: left;
1546
1548
  }
1547
1549
  .shipaid-benefits li svg {
1548
1550
  width: 18px;
@@ -2086,7 +2088,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
2086
2088
  }
2087
2089
  .prompt-product-details-help {
2088
2090
  cursor: pointer;
2089
- line-height: 1.5;
2091
+ line-height: 0;
2090
2092
  margin-left: 3px;
2091
2093
  }
2092
2094
  </style>
@@ -620,6 +620,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
620
620
  gap: 0.5rem;
621
621
  font-size: 11px;
622
622
  line-height: 1.3;
623
+ text-align: left;
623
624
  }
624
625
 
625
626
  .shipaid-benefits li svg {
@@ -1498,7 +1499,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1498
1499
  }
1499
1500
  .prompt-product-details-help {
1500
1501
  cursor: pointer;
1501
- line-height: 1.5;
1502
+ line-height: 0;
1502
1503
  margin-left: 3px;
1503
1504
  }
1504
1505
  .shipaid-benefits-container {
@@ -1543,6 +1544,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
1543
1544
  gap: 8px;
1544
1545
  font-size: 11px;
1545
1546
  line-height: 1.3;
1547
+ text-align: left;
1546
1548
  }
1547
1549
  .shipaid-benefits li svg {
1548
1550
  width: 18px;
@@ -2086,7 +2088,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
2086
2088
  }
2087
2089
  .prompt-product-details-help {
2088
2090
  cursor: pointer;
2089
- line-height: 1.5;
2091
+ line-height: 0;
2090
2092
  margin-left: 3px;
2091
2093
  }
2092
2094
  </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.163",
4
+ "version": "0.3.165",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",