@ordergroove/offers 2.26.0 → 2.26.1

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/examples/index.js CHANGED
@@ -41,7 +41,7 @@ const settings = {
41
41
 
42
42
  const textCopy = {
43
43
  showTooltip: true,
44
- offerOptInLabel: 'Subscribe and Save',
44
+ offerOptInLabel: 'Subscribe to save',
45
45
  offerIncentiveText: 'Save {{ogIncentive DiscountPercent}} when you subscribe',
46
46
  offerOptOutLabel: 'Deliver one-time only',
47
47
  offerEveryLabel: 'Deliver every',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ordergroove/offers",
3
- "version": "2.26.0",
3
+ "version": "2.26.1",
4
4
  "description": "offer state component",
5
5
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
6
6
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
@@ -43,7 +43,7 @@
43
43
  "throttle-debounce": "^2.1.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@ordergroove/offers-templates": "^0.4.4"
46
+ "@ordergroove/offers-templates": "^0.4.5"
47
47
  },
48
- "gitHead": "4dbdff5315b31b3988e337fefb03e580c6b13c74"
48
+ "gitHead": "83674d70d570c8e26d1a65fefe1879981f27ed8f"
49
49
  }
package/schema.json CHANGED
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "upsellModalContent": {
58
58
  "type": "string",
59
- "default": "Subscribe to this product and have it conveniently delivered to you at the frequency you choose! Read the FAQ here. Promotion subject to change.",
59
+ "default": "Subscribe to this product and have it conveniently delivered to you at the frequency you choose. Promotion subject to change.",
60
60
  "title": "Upsell modal copy"
61
61
  },
62
62
  "upsellModalOptOutLabel": {
@@ -279,7 +279,7 @@
279
279
  },
280
280
  "offerOptInLabel": {
281
281
  "type": "string",
282
- "default": "Subscribe and Save",
282
+ "default": "Subscribe to save",
283
283
  "title": "Subscription copy"
284
284
  },
285
285
  "offerIncentiveText": {
@@ -325,7 +325,7 @@
325
325
  },
326
326
  "offerTooltipContent": {
327
327
  "type": "string",
328
- "default": "Subscribe to this product and have it conveniently delivered to you at the frequency you choose! Read the FAQ here. Promotion subject to change.",
328
+ "default": "Subscribe to this product and have it conveniently delivered to you at the frequency you choose. Promotion subject to change.",
329
329
  "title": "Tool tip copy"
330
330
  }
331
331
  },
@@ -447,14 +447,14 @@
447
447
  },
448
448
  "textCopy": {
449
449
  "defaultFrequencyCopy": "(Most Popular)",
450
- "offerOptInLabel": "Subscribe and Save",
450
+ "offerOptInLabel": "Subscribe to save",
451
451
  "offerIncentiveText": "Save {{ogIncentive DiscountPercent}} when you subscribe",
452
452
  "offerEveryLabel": "Ships Every: ",
453
453
  "offerOptOutLabel": "One-time",
454
454
  "showTooltip": true,
455
455
  "upsellButtonLabel": "Add to upcoming subscription order and receive 20% off",
456
456
  "upsellButtonContent": "Add to Next Order on ",
457
- "upsellModalContent": "Subscribe to this product and have it conveniently delivered to you at the frequency you choose! Read the FAQ here. Promotion subject to change.",
457
+ "upsellModalContent": "Subscribe to this product and have it conveniently delivered to you at the frequency you choose. Promotion subject to change.",
458
458
  "upsellModalOptOutLabel": "Get one-time",
459
459
  "upsellModalOptInLabel": "Subscribe and get 10% off on every order",
460
460
  "upsellModalConfirmLabel": "Add",
@@ -332,7 +332,7 @@ export const environment = (state = {}, action) => {
332
332
 
333
333
  export const locale = (
334
334
  state = {
335
- offerOptInLabel: 'Subscribe and Save',
335
+ offerOptInLabel: 'Subscribe to save',
336
336
  offerIncentiveText: 'Save {{ogIncentive DiscountPercent}} when you subscribe',
337
337
  offerOptOutLabel: 'Deliver one-time only',
338
338
  offerEveryLabel: 'Delivery Every',