@nuskin/ns-product-lib 2.6.1-cx24-337701.1 → 2.6.1-cx24-337701.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.6.1-cx24-337701.2](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.6.1-cx24-337701.1...v2.6.1-cx24-337701.2) (2023-03-19)
2
+
3
+
4
+ ### Fix
5
+
6
+ * The variant drop down label ([973f145](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/973f1455a91127d575a8fc7d26e7e78d05f1f0a4))
7
+
1
8
  ## [2.6.1-cx24-337701.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.6.0...v2.6.1-cx24-337701.1) (2023-03-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.6.1-cx24-337701.1",
3
+ "version": "2.6.1-cx24-337701.2",
4
4
  "description": "This project contains shared Product models and code between the backend and frontend.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -283,9 +283,9 @@ const ProductData = {
283
283
  "shade": "",
284
284
  "status": this.switchStatusFromEquinox(eqVariant.properties.status),
285
285
  "variantType": "Other",
286
- "variantDropdownLabel": eqVariant.properties.variantSelectLabel || "",
286
+ "variantDropdownLabel": eqVariant.properties.variantLabel || "",
287
287
  "variantDropdownPlaceholder": "Select Type",
288
- "variantsLabel": eqVariant.properties.variantSelectLabel || "",
288
+ "variantsLabel": eqVariant.properties.variantLabel || "",
289
289
  "groupOffer": false,
290
290
  "personalOffer": false,
291
291
  "savedEventName": eventName,