@nuskin/ns-product-lib 2.7.0-cx24-3702.4 → 2.7.0-cx24-3702.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/src/productData.js +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
# [2.7.0-cx24-3702.6](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3702.5...v2.7.0-cx24-3702.6) (2023-04-03)
|
2
|
+
|
3
|
+
|
4
|
+
### New
|
5
|
+
|
6
|
+
* adding properties variable to equinox product data ([3fa30af](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/3fa30af262cdd67a226ce469428c684142357f30))
|
7
|
+
|
8
|
+
# [2.7.0-cx24-3702.5](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3702.4...v2.7.0-cx24-3702.5) (2023-03-31)
|
9
|
+
|
10
|
+
|
11
|
+
### New
|
12
|
+
|
13
|
+
* adding properties variable to equinox product data ([4794f41](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/4794f4126a67f5b4ea43f78f5f9e2267dc530426))
|
14
|
+
|
1
15
|
# [2.7.0-cx24-3702.4](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.0-cx24-3702.3...v2.7.0-cx24-3702.4) (2023-03-30)
|
2
16
|
|
3
17
|
|
package/package.json
CHANGED
package/src/productData.js
CHANGED
@@ -280,7 +280,7 @@ const ProductData = {
|
|
280
280
|
"variantType": "Other",
|
281
281
|
"variantDropdownLabel": eqVariant.properties.variantLabel || "",
|
282
282
|
"variantDropdownPlaceholder": "Select Type",
|
283
|
-
"variantsLabel": eqVariant.properties.
|
283
|
+
"variantsLabel": eqVariant.properties.variantSelectLabel || "",
|
284
284
|
"groupOffer": false,
|
285
285
|
"personalOffer": false,
|
286
286
|
"savedEventName": eventName,
|
@@ -458,7 +458,7 @@ const ProductData = {
|
|
458
458
|
"variantType": "Other",
|
459
459
|
"variantDropdownLabel": product.properties.variantLabel || "",
|
460
460
|
"variantDropdownPlaceholder": "Select Type",
|
461
|
-
"variantsLabel":
|
461
|
+
"variantsLabel": productData.properties.variantSelectLabel || "",
|
462
462
|
"groupOffer": false,
|
463
463
|
"personalOffer": false,
|
464
464
|
"savedEventName": eventName,
|