ordering-ui-external 2.1.3 → 2.1.4
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/_bundles/{0.ordering-ui.7ab84608232e3f5c3b4b.js → 0.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{1.ordering-ui.7ab84608232e3f5c3b4b.js → 1.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{2.ordering-ui.7ab84608232e3f5c3b4b.js → 2.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{4.ordering-ui.7ab84608232e3f5c3b4b.js → 4.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{5.ordering-ui.7ab84608232e3f5c3b4b.js → 5.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{6.ordering-ui.7ab84608232e3f5c3b4b.js → 6.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{7.ordering-ui.7ab84608232e3f5c3b4b.js → 7.ordering-ui.28ae84b35994ed466773.js} +1 -1
- package/_bundles/{7.ordering-ui.7ab84608232e3f5c3b4b.js.LICENSE.txt → 7.ordering-ui.28ae84b35994ed466773.js.LICENSE.txt} +0 -0
- package/_bundles/{8.ordering-ui.7ab84608232e3f5c3b4b.js → 8.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{9.ordering-ui.7ab84608232e3f5c3b4b.js → 9.ordering-ui.28ae84b35994ed466773.js} +0 -0
- package/_bundles/{ordering-ui.7ab84608232e3f5c3b4b.js → ordering-ui.28ae84b35994ed466773.js} +2 -2
- package/_bundles/{ordering-ui.7ab84608232e3f5c3b4b.js.LICENSE.txt → ordering-ui.28ae84b35994ed466773.js.LICENSE.txt} +0 -0
- package/_modules/themes/five/src/components/Checkout/index.js +1 -1
- package/_modules/themes/five/src/components/MultiCheckout/index.js +1 -1
- package/package.json +2 -2
- package/src/themes/five/src/components/Checkout/index.js +1 -1
- package/src/themes/five/src/components/MultiCheckout/index.js +1 -1
|
File without changes
|
|
@@ -286,7 +286,7 @@ var CheckoutUI = function CheckoutUI(props) {
|
|
|
286
286
|
isCheckOut: true
|
|
287
287
|
}))), !cartState.loading && (cart === null || cart === void 0 ? void 0 : cart.status) === 2 && /*#__PURE__*/_react.default.createElement(_styles.WarningMessage, null, /*#__PURE__*/_react.default.createElement(_VscWarning.default, null), /*#__PURE__*/_react.default.createElement("h1", null, t('CART_STATUS_PENDING_MESSAGE', 'Your order is being processed, please wait a little more. if you\'ve been waiting too long, please reload the page'))), /*#__PURE__*/_react.default.createElement("h2", {
|
|
288
288
|
className: "checkout-title"
|
|
289
|
-
}, t('
|
|
289
|
+
}, t('CHECKOUT', 'Checkout')), !useKioskApp ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, (cart === null || cart === void 0 ? void 0 : cart.business_id) && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, businessDetails !== null && businessDetails !== void 0 && businessDetails.loading || cartState.loading ? /*#__PURE__*/_react.default.createElement("div", {
|
|
290
290
|
style: {
|
|
291
291
|
width: '100%',
|
|
292
292
|
marginBottom: '20px'
|
|
@@ -174,7 +174,7 @@ var MultiCheckoutUI = function MultiCheckoutUI(props) {
|
|
|
174
174
|
}
|
|
175
175
|
}), /*#__PURE__*/_react.default.createElement("h2", {
|
|
176
176
|
className: "checkout-title"
|
|
177
|
-
}, t('
|
|
177
|
+
}, t('CHECKOUT', 'Checkout')), /*#__PURE__*/_react.default.createElement(_AddressDetails.AddressDetails, {
|
|
178
178
|
isMultiCheckout: true,
|
|
179
179
|
openCarts: openCarts,
|
|
180
180
|
apiKey: configs === null || configs === void 0 ? void 0 : (_configs$google_maps_ = configs.google_maps_api_key) === null || _configs$google_maps_ === void 0 ? void 0 : _configs$google_maps_.value,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ordering-ui-external",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Ordering UI Components",
|
|
5
5
|
"main": "./_modules/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"libphonenumber-js": "^1.9.4",
|
|
87
87
|
"lodash": "^4.17.19",
|
|
88
88
|
"moment": "^2.29.4",
|
|
89
|
-
"ordering-components-external": "2.0.
|
|
89
|
+
"ordering-components-external": "2.0.4",
|
|
90
90
|
"polished": "^3.6.6",
|
|
91
91
|
"react-bootstrap-icons": "^1.7.2",
|
|
92
92
|
"react-calendar": "^3.3.1",
|
|
@@ -171,7 +171,7 @@ const MultiCheckoutUI = (props) => {
|
|
|
171
171
|
<WrapperLeftContainer>
|
|
172
172
|
<WrapperLeftContent>
|
|
173
173
|
<ArrowLeft className='back-arrow' onClick={() => history.goBack()} />
|
|
174
|
-
<h2 className='checkout-title'>{t('
|
|
174
|
+
<h2 className='checkout-title'>{t('CHECKOUT', 'Checkout')}</h2>
|
|
175
175
|
|
|
176
176
|
<AddressDetails
|
|
177
177
|
isMultiCheckout
|