ui.shipaid.com 0.3.179 → 0.3.181
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 +12 -12
- 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
|
@@ -2796,7 +2796,7 @@ const actions = {
|
|
|
2796
2796
|
const plus = {
|
|
2797
2797
|
benefits: {
|
|
2798
2798
|
title: "Benefits:",
|
|
2799
|
-
"protected": "
|
|
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,40 +2839,40 @@ const defaultLangFile = {
|
|
|
2839
2839
|
title: "Delivery Guarantee",
|
|
2840
2840
|
checkout: "CHECKOUT",
|
|
2841
2841
|
"checkout-title": "Checkout",
|
|
2842
|
-
"continue": "Checkout- not
|
|
2842
|
+
"continue": "Checkout- not guaranteed",
|
|
2843
2843
|
labels: {
|
|
2844
2844
|
cta: "Checkout+",
|
|
2845
|
-
"protected": "
|
|
2845
|
+
"protected": "Guaranteed"
|
|
2846
2846
|
},
|
|
2847
2847
|
buttons: {
|
|
2848
|
-
primary: "CHECKOUT+
|
|
2848
|
+
primary: "CHECKOUT+ Guaranteed",
|
|
2849
2849
|
secondary: "Checkout",
|
|
2850
2850
|
"continue-without": "Continue without delivery guarantee"
|
|
2851
2851
|
},
|
|
2852
2852
|
aria: {
|
|
2853
|
-
shipping: "Shipping
|
|
2853
|
+
shipping: "Shipping Guarantee"
|
|
2854
2854
|
}
|
|
2855
2855
|
},
|
|
2856
2856
|
"add-cart-plus": {
|
|
2857
2857
|
labels: {
|
|
2858
2858
|
cta: "Add to Cart+",
|
|
2859
|
-
"protected": "
|
|
2859
|
+
"protected": "Guaranteed"
|
|
2860
2860
|
},
|
|
2861
2861
|
buttons: {
|
|
2862
|
-
primary: "Add to cart + shipping
|
|
2863
|
-
"primary-protected": "ADD TO CART+
|
|
2862
|
+
primary: "Add to cart + shipping guarantee",
|
|
2863
|
+
"primary-protected": "ADD TO CART+ Guaranteed",
|
|
2864
2864
|
loading: "Adding...",
|
|
2865
|
-
"not-protected": "Add to cart — not
|
|
2865
|
+
"not-protected": "Add to cart — not guaranteed"
|
|
2866
2866
|
},
|
|
2867
2867
|
aria: {
|
|
2868
|
-
shipping: "Shipping
|
|
2868
|
+
shipping: "Shipping Guarantee"
|
|
2869
2869
|
}
|
|
2870
2870
|
},
|
|
2871
2871
|
"impact-activated": {
|
|
2872
|
-
title: "
|
|
2872
|
+
title: "Guarantee",
|
|
2873
2873
|
"green-protection-title": " | 1 Tree",
|
|
2874
2874
|
"free-gift-title": " | Free Gift",
|
|
2875
|
-
"title-checkout-plus": "
|
|
2875
|
+
"title-checkout-plus": "Guarantee | Free Gift",
|
|
2876
2876
|
description: "in case of Loss, Damage or Theft"
|
|
2877
2877
|
}
|
|
2878
2878
|
};
|