@nuskin/product-components 3.15.2 → 3.15.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/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.15.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.15.1...v3.15.2) (2024-03-15)
1
+ ## [3.15.3](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.15.2...v3.15.3) (2024-03-18)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:d2d53b0b-ff42-4bfb-bd07-795c86db4aaa",
4
+ "serialNumber": "urn:uuid:dcd75eae-55d9-47b0-82cd-5d69b5168d4e",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2024-03-15T08:43:20Z",
7
+ "timestamp": "2024-03-18T07:05:53Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
@@ -1082,6 +1082,7 @@ const NsProductMixin = {
1082
1082
  if (!this.disableAddToCart) {
1083
1083
  // Disable the add to cart button on click
1084
1084
  this.disableAddToCart = true;
1085
+ this.disableAddToAdr = true;
1085
1086
  window.sessionStorage.setItem("nstoast-allowed", "true");
1086
1087
 
1087
1088
  let countryCode = CartService.getCartProperty("cntryCd") || "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.15.2",
3
+ "version": "3.15.3",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {