ordering-ui-external 14.1.73 → 14.1.74
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.
|
@@ -212,7 +212,7 @@ var OrderDetailsUI = function OrderDetailsUI(props) {
|
|
|
212
212
|
var hideCustomerAddress = theme === null || theme === void 0 || (_theme$confirmation16 = theme.confirmation) === null || _theme$confirmation16 === void 0 || (_theme$confirmation16 = _theme$confirmation16.components) === null || _theme$confirmation16 === void 0 || (_theme$confirmation16 = _theme$confirmation16.customer) === null || _theme$confirmation16 === void 0 || (_theme$confirmation16 = _theme$confirmation16.components) === null || _theme$confirmation16 === void 0 || (_theme$confirmation16 = _theme$confirmation16.address) === null || _theme$confirmation16 === void 0 ? void 0 : _theme$confirmation16.hidden;
|
|
213
213
|
var hideCustomerEmail = theme === null || theme === void 0 || (_theme$confirmation17 = theme.confirmation) === null || _theme$confirmation17 === void 0 || (_theme$confirmation17 = _theme$confirmation17.components) === null || _theme$confirmation17 === void 0 || (_theme$confirmation17 = _theme$confirmation17.customer) === null || _theme$confirmation17 === void 0 || (_theme$confirmation17 = _theme$confirmation17.components) === null || _theme$confirmation17 === void 0 || (_theme$confirmation17 = _theme$confirmation17.email) === null || _theme$confirmation17 === void 0 ? void 0 : _theme$confirmation17.hidden;
|
|
214
214
|
var hideCustomerPhoto = theme === null || theme === void 0 || (_theme$confirmation18 = theme.confirmation) === null || _theme$confirmation18 === void 0 || (_theme$confirmation18 = _theme$confirmation18.components) === null || _theme$confirmation18 === void 0 || (_theme$confirmation18 = _theme$confirmation18.customer) === null || _theme$confirmation18 === void 0 || (_theme$confirmation18 = _theme$confirmation18.components) === null || _theme$confirmation18 === void 0 || (_theme$confirmation18 = _theme$confirmation18.photo) === null || _theme$confirmation18 === void 0 ? void 0 : _theme$confirmation18.hidden;
|
|
215
|
-
var validTrackingStatus = [9, 19, 23, 26];
|
|
215
|
+
var validTrackingStatus = [9, 18, 19, 23, 26];
|
|
216
216
|
var mapConfigs = {
|
|
217
217
|
zoom: 15
|
|
218
218
|
};
|
package/package.json
CHANGED
|
@@ -161,7 +161,7 @@ const OrderDetailsUI = (props) => {
|
|
|
161
161
|
const hideCustomerEmail = theme?.confirmation?.components?.customer?.components?.email?.hidden
|
|
162
162
|
const hideCustomerPhoto = theme?.confirmation?.components?.customer?.components?.photo?.hidden
|
|
163
163
|
|
|
164
|
-
const validTrackingStatus = [9, 19, 23, 26]
|
|
164
|
+
const validTrackingStatus = [9, 18, 19, 23, 26]
|
|
165
165
|
const mapConfigs = { zoom: 15 }
|
|
166
166
|
|
|
167
167
|
const handleGoToPage = (data) => {
|