@win2win/shared 1.0.265 → 1.0.267
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.
|
@@ -263,6 +263,8 @@ exports.PRODUCT_TEMPLATES_LABELS = [
|
|
|
263
263
|
"ecommerce-catalog-lite",
|
|
264
264
|
"ecommerce-related-products",
|
|
265
265
|
"widget",
|
|
266
|
+
"hero",
|
|
267
|
+
"image"
|
|
266
268
|
];
|
|
267
269
|
Object.freeze(exports.PRODUCT_TEMPLATES_LABELS);
|
|
268
270
|
exports.ECOMMERCE_TEMPLATES_LABELS = [
|
|
@@ -277,6 +279,8 @@ exports.ECOMMERCE_TEMPLATES_LABELS = [
|
|
|
277
279
|
"ecommerce-highlights",
|
|
278
280
|
"ecommerce-shopcart",
|
|
279
281
|
"widget",
|
|
282
|
+
"hero",
|
|
283
|
+
"image"
|
|
280
284
|
];
|
|
281
285
|
Object.freeze(exports.ECOMMERCE_TEMPLATES_LABELS);
|
|
282
286
|
exports.CHECKOUT_TEMPLATES_LABELS = ["shopcart-products"];
|
package/package.json
CHANGED