ui.shipaid.com 0.3.86 → 0.3.87

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,8 @@ 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
- <slot name="checkout-button-text">CHECKOUT+</slot> ${cartTotal ? this._currencyFormat(cartTotal) : loading2}
3243
+ <slot name="checkout-button-text">CHECKOUT+</slot>
3244
+ <span class="checkout-amount">${cartTotal ? this._currencyFormat(cartTotal) : loading2}</span>
3244
3245
  </a>
3245
3246
 
3246
3247
  <a href="#" class="continue-link" @click=${async () => {
@@ -1383,7 +1383,8 @@ 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
- <slot name="checkout-button-text">CHECKOUT+</slot> ${p?this._currencyFormat(p):l}
1386
+ <slot name="checkout-button-text">CHECKOUT+</slot>
1387
+ <span class="checkout-amount">${p?this._currencyFormat(p):l}</span>
1387
1388
  </a>
1388
1389
 
1389
1390
  <a href="#" class="continue-link" @click=${async()=>{await this.removeProtection(),window.location.href="/checkout"}}>
@@ -1383,7 +1383,8 @@ 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
- <slot name="checkout-button-text">CHECKOUT+</slot> ${p?this._currencyFormat(p):l}
1386
+ <slot name="checkout-button-text">CHECKOUT+</slot>
1387
+ <span class="checkout-amount">${p?this._currencyFormat(p):l}</span>
1387
1388
  </a>
1388
1389
 
1389
1390
  <a href="#" class="continue-link" @click=${async()=>{await this.removeProtection(),window.location.href="/checkout"}}>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.86",
4
+ "version": "0.3.87",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",