ui.shipaid.com 0.3.87 → 0.3.88
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 -2
- package/dist/widget.iife.js +2 -2
- package/dist/widget.umd.js +2 -2
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -3240,8 +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
|
-
<
|
|
3244
|
-
<span class="checkout-amount">${cartTotal ? this._currencyFormat(cartTotal) : loading2}</span>
|
|
3243
|
+
<span class="shipaid-checkout-text">CHECKOUT+</span>
|
|
3244
|
+
<span class="shipaid-checkout-amount">${cartTotal ? this._currencyFormat(cartTotal) : loading2}</span>
|
|
3245
3245
|
</a>
|
|
3246
3246
|
|
|
3247
3247
|
<a href="#" class="continue-link" @click=${async () => {
|
package/dist/widget.iife.js
CHANGED
|
@@ -1383,8 +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
|
-
<
|
|
1387
|
-
<span class="checkout-amount">${p?this._currencyFormat(p):l}</span>
|
|
1386
|
+
<span class="shipaid-checkout-text">CHECKOUT+</span>
|
|
1387
|
+
<span class="shipaid-checkout-amount">${p?this._currencyFormat(p):l}</span>
|
|
1388
1388
|
</a>
|
|
1389
1389
|
|
|
1390
1390
|
<a href="#" class="continue-link" @click=${async()=>{await this.removeProtection(),window.location.href="/checkout"}}>
|
package/dist/widget.umd.js
CHANGED
|
@@ -1383,8 +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
|
-
<
|
|
1387
|
-
<span class="checkout-amount">${p?this._currencyFormat(p):l}</span>
|
|
1386
|
+
<span class="shipaid-checkout-text">CHECKOUT+</span>
|
|
1387
|
+
<span class="shipaid-checkout-amount">${p?this._currencyFormat(p):l}</span>
|
|
1388
1388
|
</a>
|
|
1389
1389
|
|
|
1390
1390
|
<a href="#" class="continue-link" @click=${async()=>{await this.removeProtection(),window.location.href="/checkout"}}>
|