@nuskin/product-components 3.18.3-gms-13639.2 → 3.18.3

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/.releaserc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "branches": [
3
- "master", {"name":"GMS-13639", "channel":"prerelease", "prerelease":"gms-13639"}
3
+ "master"
4
4
  ],
5
5
  "plugins": [
6
6
  "@semantic-release/release-notes-generator",
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.3-gms-13639.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.3-gms-13639.1...v3.18.3-gms-13639.2) (2025-09-04)
1
+ ## [3.18.3](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2...v3.18.3) (2025-09-09)
@@ -698,22 +698,15 @@ const NsProductMixin = {
698
698
  this.product.backOrderDate &&
699
699
  this.localTranslations.backOrderedWithDate
700
700
  ) {
701
+ this.statusMessage = this.localTranslations.backOrderedWithDate.replace(
702
+ "%date%",
703
+ dateFormatter.getCountryFormattedDate(
704
+ this.product.backOrderDate,
705
+ this.locale
706
+ )
707
+ );
708
+ this.statusMessageKey = "backOrderedWithDate";
701
709
 
702
- if(this.product.atpQuantity > 0) {
703
- this.statusMessage = "";
704
- this.statusMessageKey = "releasedForSale";
705
-
706
- } else {
707
- this.statusMessage = this.localTranslations.backOrderedWithDate.replace(
708
- "%date%",
709
- dateFormatter.getCountryFormattedDate(
710
- this.product.backOrderDate,
711
- this.locale
712
- )
713
- );
714
- this.statusMessageKey = "backOrderedWithDate";
715
- }
716
-
717
710
  let backOrderDate = new Date(this.product.backOrderDate);
718
711
  let today = new Date();
719
712
  if (backOrderDate < today) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.18.3-gms-13639.2",
3
+ "version": "3.18.3",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {