@ordergroove/offers 2.33.2 → 2.33.3-alpha-PR-731-2.12
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 +248 -49
- package/dist/examples.js.map +2 -2
- package/examples/index.js +13 -1
- package/package.json +3 -3
package/examples/index.js
CHANGED
|
@@ -180,7 +180,7 @@ const offersExamples = [
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
|
-
name: 'Prepaid',
|
|
183
|
+
name: 'Prepaid PDP',
|
|
184
184
|
defaultPreviewMode: 'prepaid',
|
|
185
185
|
selector: 'og-offer[location="prepaid-pdp"]',
|
|
186
186
|
config: {
|
|
@@ -191,6 +191,18 @@ const offersExamples = [
|
|
|
191
191
|
textCopy: { ...textCopy }
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
|
+
{
|
|
195
|
+
name: 'Prepaid Cart',
|
|
196
|
+
defaultPreviewMode: 'prepaid',
|
|
197
|
+
selector: 'og-offer[location="prepaid-cart"]',
|
|
198
|
+
config: {
|
|
199
|
+
settings: {
|
|
200
|
+
...settings,
|
|
201
|
+
offerType: 'prepaid-enabled-cart'
|
|
202
|
+
},
|
|
203
|
+
textCopy: { ...textCopy }
|
|
204
|
+
}
|
|
205
|
+
},
|
|
194
206
|
{
|
|
195
207
|
name: 'first-test',
|
|
196
208
|
selector: 'og-offer[location="first-test"]',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ordergroove/offers",
|
|
3
|
-
"version": "2.33.2",
|
|
3
|
+
"version": "2.33.3-alpha-PR-731-2.12+94d78fa1",
|
|
4
4
|
"description": "offer state component",
|
|
5
5
|
"author": "Eugenio Lattanzio <eugenio63@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ordergroove/plush-toys#readme",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"throttle-debounce": "^2.1.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@ordergroove/offers-templates": "^0.8.
|
|
48
|
+
"@ordergroove/offers-templates": "^0.8.1-alpha-PR-731-2.23+94d78fa1"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "94d78fa17e1aeb97d6d641d9f592ecb9dc2f7e72"
|
|
51
51
|
}
|