@nuskin/product-components 3.18.1 → 3.18.2-gms-11721.1

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"
3
+ "master", {"name":"GMS-11721", "channel":"prerelease", "prerelease":"gms-11721"}
4
4
  ],
5
5
  "plugins": [
6
6
  "@semantic-release/release-notes-generator",
@@ -921,7 +921,7 @@ export default {
921
921
 
922
922
  if (
923
923
  availability &&
924
- availability.addToCart &&
924
+ (availability.addToCart || availability.addToAdr) &&
925
925
  Object.keys(this.products[sku].data).length >= 1 &&
926
926
  availableQuantity >= 1
927
927
  ) {
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.0...v3.18.1) (2025-05-15)
1
+ ## [3.18.2-gms-11721.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.1...v3.18.2-gms-11721.1) (2025-05-28)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:574f2604-0e6a-4774-8aca-87507ad6fa69",
4
+ "serialNumber": "urn:uuid:c8a72a51-6af0-4820-95f5-0dd184e718a5",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-05-15T16:06:58Z",
7
+ "timestamp": "2025-05-28T13:19:52Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -1082,7 +1082,7 @@ const NsProductMixin = {
1082
1082
  isBaseSku: this.isBaseSku,
1083
1083
  isVariantSku: this.isVariantSku,
1084
1084
  addToCart: !this.disableAddToCart,
1085
- addToAdr: !this.disableAddToCart,
1085
+ addToAdr: !this.disableAddToAdr,
1086
1086
  selectedQuantity: Number(this.selectedQuantity),
1087
1087
  maxQuantity: this.maxQuantity,
1088
1088
  originalPrice: this.originalPrice,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.18.1",
3
+ "version": "3.18.2-gms-11721.1",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {