ui.shipaid.com 0.3.174 → 0.3.175

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
@@ -5038,17 +5038,13 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5038
5038
  this._hasProtectionInCart,
5039
5039
  () => impactActive ? x`<img
5040
5040
  src="${activeLogo || ShipAidBlackImpactIcon}"
5041
- style="width: 50px;"
5042
5041
  />` : activeLogo ? x`<img
5043
5042
  src="${activeLogo}"
5044
- style="width: 50px;"
5045
5043
  />` : ShipAidLogo,
5046
5044
  () => impactActive ? x`<img
5047
5045
  src="${inactiveLogo || ShipAidImpactIcon}"
5048
- style="width: 50px;"
5049
5046
  />` : inactiveLogo ? x`<img
5050
5047
  src="${activeLogo}"
5051
- style="width: 50px;"
5052
5048
  />` : CheckmarkIcon
5053
5049
  )}
5054
5050
  </div>