@ordergroove/offers 2.34.6 → 2.34.7-alpha-PR-789-3.7
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/bundle-report.html +3 -3
- package/dist/examples.js.map +3 -3
- package/dist/offers.js +1 -1
- package/dist/offers.js.map +2 -2
- package/examples/index.js +2 -1
- package/package.json +3 -3
package/examples/index.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { getMarkup, getStyles } from '@ordergroove/offers-templates';
|
|
3
3
|
|
|
4
4
|
// import runTests from '../src/run-tests';
|
|
5
|
+
|
|
5
6
|
// runTests();
|
|
6
7
|
|
|
7
8
|
window.og_settings = {
|
|
@@ -81,7 +82,7 @@ const textCopy = {
|
|
|
81
82
|
prepaidShipmentSelectAppend: 'and save {{ogPrepaid PercentageSavings}}, delivered monthly',
|
|
82
83
|
prepaidExplainer: 'You will be billed {{ogPrepaid TotalPrice}} today ({{ogPrepaid PerDeliveryPrice}}/delivery)',
|
|
83
84
|
subscribeToSaveExplainer: 'You will be billed {{ogPrice PayAsYouGo}} today',
|
|
84
|
-
prepaidOfferIncentiveText: 'Save {{ogPrepaid PercentageSavings}} when paying upfront'
|
|
85
|
+
prepaidOfferIncentiveText: 'Save {{ogPrepaid PercentageSavings}} when paying upfront'
|
|
85
86
|
};
|
|
86
87
|
|
|
87
88
|
const offersExamples = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ordergroove/offers",
|
|
3
|
-
"version": "2.34.
|
|
3
|
+
"version": "2.34.7-alpha-PR-789-3.7+944210eb",
|
|
4
4
|
"description": "offer state component",
|
|
5
5
|
"author": "Eugenio Lattanzio <eugenio63@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ordergroove/plush-toys#readme",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ordergroove/auth": "^2.3.0",
|
|
39
|
-
"@ordergroove/offers-live-editor": "^0.6.
|
|
39
|
+
"@ordergroove/offers-live-editor": "^0.6.3-alpha-PR-789-3.12+944210eb",
|
|
40
40
|
"lit-element": "^2.1.0",
|
|
41
41
|
"lodash.memoize": "^4.1.2",
|
|
42
42
|
"logical-expression-parser": "1.0.0",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@ordergroove/offers-templates": "^0.9.1"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "944210ebec6c262e445c7a85aca2ec0a888e3b5b"
|
|
51
51
|
}
|