@nuskin/product-components 3.18.2-gms-11721.2 → 3.18.2-gms-11721.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.
@@ -927,7 +927,7 @@ export default {
927
927
  ) {
928
928
  const selectedQuantity = availability.selectedQuantity || 0;
929
929
  if (selectedQuantity > 0) {
930
- const price = availability.AddToAdr
930
+ const price = availability.addToAdr
931
931
  ? availability.adrPrice
932
932
  : availability.price || 0;
933
933
 
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.2-gms-11721.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-11721.1...v3.18.2-gms-11721.2) (2025-07-17)
1
+ ## [3.18.2-gms-11721.3](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-11721.2...v3.18.2-gms-11721.3) (2025-07-17)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:74c5f03a-aafb-48eb-a175-a6c21dccb129",
4
+ "serialNumber": "urn:uuid:31c88dfc-68ab-49c1-acdd-59dcf5bbfe73",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-07-17T08:26:16Z",
7
+ "timestamp": "2025-07-17T16:28:35Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.18.2-gms-11721.2",
3
+ "version": "3.18.2-gms-11721.3",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {