ordering-ui-external 14.1.73 → 14.1.75

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.
Files changed (16) hide show
  1. package/_bundles/{0.ordering-ui.e7b975f7fdd2a95dc7e7.js → 0.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  2. package/_bundles/{1.ordering-ui.e7b975f7fdd2a95dc7e7.js → 1.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  3. package/_bundles/{2.ordering-ui.e7b975f7fdd2a95dc7e7.js → 2.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  4. package/_bundles/{4.ordering-ui.e7b975f7fdd2a95dc7e7.js → 4.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  5. package/_bundles/{5.ordering-ui.e7b975f7fdd2a95dc7e7.js → 5.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  6. package/_bundles/{6.ordering-ui.e7b975f7fdd2a95dc7e7.js → 6.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  7. package/_bundles/{7.ordering-ui.e7b975f7fdd2a95dc7e7.js → 7.ordering-ui.ac5eb20df8a61abc3850.js} +2 -2
  8. package/_bundles/{8.ordering-ui.e7b975f7fdd2a95dc7e7.js → 8.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  9. package/_bundles/{9.ordering-ui.e7b975f7fdd2a95dc7e7.js → 9.ordering-ui.ac5eb20df8a61abc3850.js} +1 -1
  10. package/_bundles/ordering-ui.ac5eb20df8a61abc3850.js +2 -0
  11. package/_bundles/{ordering-ui.e7b975f7fdd2a95dc7e7.js.LICENSE.txt → ordering-ui.ac5eb20df8a61abc3850.js.LICENSE.txt} +0 -9
  12. package/_modules/themes/five/src/components/OrderDetails/index.js +1 -1
  13. package/package.json +2 -2
  14. package/src/themes/five/src/components/OrderDetails/index.js +1 -1
  15. package/_bundles/ordering-ui.e7b975f7fdd2a95dc7e7.js +0 -2
  16. /package/_bundles/{7.ordering-ui.e7b975f7fdd2a95dc7e7.js.LICENSE.txt → 7.ordering-ui.ac5eb20df8a61abc3850.js.LICENSE.txt} +0 -0
@@ -12,13 +12,6 @@
12
12
  * MIT Licence
13
13
  */
14
14
 
15
- /*!
16
- * The buffer module from node.js, for the browser.
17
- *
18
- * @author Feross Aboukhadijeh <http://feross.org>
19
- * @license MIT
20
- */
21
-
22
15
  /*! *****************************************************************************
23
16
  Copyright (c) Microsoft Corporation.
24
17
 
@@ -34,8 +27,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
34
27
  PERFORMANCE OF THIS SOFTWARE.
35
28
  ***************************************************************************** */
36
29
 
37
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
38
-
39
30
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
40
31
 
41
32
  /**
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-external",
3
- "version": "14.1.73",
3
+ "version": "14.1.75",
4
4
  "description": "Ordering UI Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -88,7 +88,7 @@
88
88
  "lodash": "^4.17.19",
89
89
  "moment": "^2.29.4",
90
90
  "nanoid": "^4.0.0",
91
- "ordering-components-external": "13.2.7",
91
+ "ordering-components-external": "13.2.8",
92
92
  "payment": "^2.4.6",
93
93
  "polished": "^3.6.6",
94
94
  "react-bootstrap-icons": "^1.7.2",
@@ -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) => {