ui.shipaid.com 0.3.88 → 0.3.89

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
@@ -3240,7 +3240,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
3240
3240
  var _a2;
3241
3241
  sessionStorage.setItem("shipaid_variant", JSON.stringify((_a2 = this._protectionVariant) == null ? void 0 : _a2.id));
3242
3242
  }}>
3243
- <span class="shipaid-checkout-text">CHECKOUT+</span>
3243
+ <span class="shipaid-checkout-text">CHECKOUT+ </span>
3244
3244
  <span class="shipaid-checkout-amount">${cartTotal ? this._currencyFormat(cartTotal) : loading2}</span>
3245
3245
  </a>
3246
3246
 
@@ -1383,7 +1383,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1383
1383
  </div>
1384
1384
 
1385
1385
  <a href="/checkout${(null==(o=this._protectionVariant)?void 0:o.id)?`?attributes[_shipaid-internal]=1&updates[${null==(r=this._protectionVariant)?void 0:r.id}]=1`:""}" id="shipaid-checkout-button" class="${a}" @click=${()=>{var t;sessionStorage.setItem("shipaid_variant",JSON.stringify(null==(t=this._protectionVariant)?void 0:t.id))}}>
1386
- <span class="shipaid-checkout-text">CHECKOUT+</span>
1386
+ <span class="shipaid-checkout-text">CHECKOUT+ </span>
1387
1387
  <span class="shipaid-checkout-amount">${p?this._currencyFormat(p):l}</span>
1388
1388
  </a>
1389
1389
 
@@ -1383,7 +1383,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1383
1383
  </div>
1384
1384
 
1385
1385
  <a href="/checkout${(null==(o=this._protectionVariant)?void 0:o.id)?`?attributes[_shipaid-internal]=1&updates[${null==(r=this._protectionVariant)?void 0:r.id}]=1`:""}" id="shipaid-checkout-button" class="${a}" @click=${()=>{var t;sessionStorage.setItem("shipaid_variant",JSON.stringify(null==(t=this._protectionVariant)?void 0:t.id))}}>
1386
- <span class="shipaid-checkout-text">CHECKOUT+</span>
1386
+ <span class="shipaid-checkout-text">CHECKOUT+ </span>
1387
1387
  <span class="shipaid-checkout-amount">${p?this._currencyFormat(p):l}</span>
1388
1388
  </a>
1389
1389
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.88",
4
+ "version": "0.3.89",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",