@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.
|
|
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.
|
|
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:
|
|
4
|
+
"serialNumber": "urn:uuid:31c88dfc-68ab-49c1-acdd-59dcf5bbfe73",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-07-
|
|
7
|
+
"timestamp": "2025-07-17T16:28:35Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|