ui.shipaid.com 0.3.178 → 0.3.180

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
@@ -2796,7 +2796,7 @@ const actions = {
2796
2796
  const plus = {
2797
2797
  benefits: {
2798
2798
  title: "Benefits:",
2799
- "protected": "Protected - delivery guarantee against loss, theft, or damage",
2799
+ "protected": "Guaranteed - delivery guarantee against loss, theft, or damage",
2800
2800
  "free-gift": "Free Gift – $5 donation to a charity of your choice, for free",
2801
2801
  tree: "Tree Planted - A tree planted in your name with every order"
2802
2802
  },
@@ -2839,13 +2839,13 @@ const defaultLangFile = {
2839
2839
  title: "Delivery Guarantee",
2840
2840
  checkout: "CHECKOUT",
2841
2841
  "checkout-title": "Checkout",
2842
- "continue": "Checkout- not protected",
2842
+ "continue": "Checkout- not guaranteed",
2843
2843
  labels: {
2844
2844
  cta: "Checkout+",
2845
- "protected": "Protected"
2845
+ "protected": "Guaranteed"
2846
2846
  },
2847
2847
  buttons: {
2848
- primary: "CHECKOUT+ Protected",
2848
+ primary: "CHECKOUT+ Guaranteed",
2849
2849
  secondary: "Checkout",
2850
2850
  "continue-without": "Continue without delivery guarantee"
2851
2851
  },
@@ -2856,13 +2856,13 @@ const defaultLangFile = {
2856
2856
  "add-cart-plus": {
2857
2857
  labels: {
2858
2858
  cta: "Add to Cart+",
2859
- "protected": "Protected"
2859
+ "protected": "Guaranteed"
2860
2860
  },
2861
2861
  buttons: {
2862
2862
  primary: "Add to cart + shipping protection",
2863
- "primary-protected": "ADD TO CART+ Protected",
2863
+ "primary-protected": "ADD TO CART+ Guaranteed",
2864
2864
  loading: "Adding...",
2865
- "not-protected": "Add to cart — not protected"
2865
+ "not-protected": "Add to cart — not guaranteed"
2866
2866
  },
2867
2867
  aria: {
2868
2868
  shipping: "Shipping protection"
@@ -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}${!customNoProtectionLabel || noGiftSuffix}
7039
+ ${customNoProtectionLabel || unprotectedLabel}${customNoProtectionLabel ? "" : noGiftSuffix}
7040
7040
  </button>
7041
7041
  `}
7042
7042
  `;