s-platform-landing-section 0.1.23 → 0.1.24
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/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9508,6 +9508,9 @@ var ServiceDetail1 = function ServiceDetail1(props) {
|
|
|
9508
9508
|
quantity: 1,
|
|
9509
9509
|
technical: {},
|
|
9510
9510
|
oldService: false,
|
|
9511
|
+
productInfo: {
|
|
9512
|
+
productId: product === null || product === void 0 ? void 0 : product.productId
|
|
9513
|
+
},
|
|
9511
9514
|
label: product === null || product === void 0 ? void 0 : product.productName,
|
|
9512
9515
|
value: product === null || product === void 0 ? void 0 : product.productId
|
|
9513
9516
|
})]);
|
|
@@ -9640,6 +9643,9 @@ var TreatmentDetail1 = function TreatmentDetail1(props) {
|
|
|
9640
9643
|
quantity: 1,
|
|
9641
9644
|
technical: {},
|
|
9642
9645
|
oldService: false,
|
|
9646
|
+
productInfo: {
|
|
9647
|
+
productId: product === null || product === void 0 ? void 0 : product.productId
|
|
9648
|
+
},
|
|
9643
9649
|
label: product === null || product === void 0 ? void 0 : product.productName,
|
|
9644
9650
|
value: product === null || product === void 0 ? void 0 : product.productId
|
|
9645
9651
|
})]);
|