ui.shipaid.com 0.3.178 → 0.3.179
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 +1 -1
- package/dist/widget.iife.js +1 -1
- package/dist/widget.umd.js +1 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -7036,7 +7036,7 @@ class ShipAidCheckoutPlus extends s$1 {
|
|
|
7036
7036
|
</div>
|
|
7037
7037
|
${this._hasProtectionInCart ? A : x`
|
|
7038
7038
|
<button class="cp-secondary" ?disabled=${this._toggleLoading} @click=${this.handleLegacySecondaryClick}>
|
|
7039
|
-
${customNoProtectionLabel || unprotectedLabel}${
|
|
7039
|
+
${customNoProtectionLabel || unprotectedLabel}${customNoProtectionLabel ? "" : noGiftSuffix}
|
|
7040
7040
|
</button>
|
|
7041
7041
|
`}
|
|
7042
7042
|
`;
|
package/dist/widget.iife.js
CHANGED
|
@@ -1996,7 +1996,7 @@ function GA(A,e,t){return A?e():null==t?void 0:t()}const JA=aA`
|
|
|
1996
1996
|
</div>
|
|
1997
1997
|
${this._hasProtectionInCart?T:E`
|
|
1998
1998
|
<button class="cp-secondary" ?disabled=${this._toggleLoading} @click=${this.handleLegacySecondaryClick}>
|
|
1999
|
-
${O||X}${
|
|
1999
|
+
${O||X}${O?"":w}
|
|
2000
2000
|
</button>
|
|
2001
2001
|
`}
|
|
2002
2002
|
`}_renderToggleContent({isGreen:A,isFreeGiftEnabled:e,iconImg:t,price:d}){const n=this._desiredProtection,r=A?"cp-help green":"cp-help",a=qA("checkout-plus.labels.cta"),o=qA("checkout-plus.labels.protected"),g=e?qA("plus.suffix.free-gift"):"",v=A?qA("plus.suffix.tree"):"",u=qA("plus.learn-more"),f=qA("plus.benefits.title"),D=qA("plus.see-details"),B=qA("plus.benefits.protected"),Q=qA("plus.benefits.free-gift"),p=qA("plus.benefits.tree"),s=qA("checkout-plus.aria.shipping"),c=qA("checkout-plus.buttons.secondary");return E`
|
package/dist/widget.umd.js
CHANGED
|
@@ -1996,7 +1996,7 @@ function GA(A,e,t){return A?e():null==t?void 0:t()}const JA=aA`
|
|
|
1996
1996
|
</div>
|
|
1997
1997
|
${this._hasProtectionInCart?T:E`
|
|
1998
1998
|
<button class="cp-secondary" ?disabled=${this._toggleLoading} @click=${this.handleLegacySecondaryClick}>
|
|
1999
|
-
${O||X}${
|
|
1999
|
+
${O||X}${O?"":w}
|
|
2000
2000
|
</button>
|
|
2001
2001
|
`}
|
|
2002
2002
|
`}_renderToggleContent({isGreen:A,isFreeGiftEnabled:e,iconImg:t,price:d}){const n=this._desiredProtection,r=A?"cp-help green":"cp-help",a=qA("checkout-plus.labels.cta"),o=qA("checkout-plus.labels.protected"),g=e?qA("plus.suffix.free-gift"):"",v=A?qA("plus.suffix.tree"):"",u=qA("plus.learn-more"),f=qA("plus.benefits.title"),D=qA("plus.see-details"),B=qA("plus.benefits.protected"),Q=qA("plus.benefits.free-gift"),p=qA("plus.benefits.tree"),s=qA("checkout-plus.aria.shipping"),c=qA("checkout-plus.buttons.secondary");return E`
|