ordering-ui-external 10.8.5 → 10.9.0
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/{7.ordering-ui.b8ade13f06bf599fcb7d.js → 7.ordering-ui.ac159b0ec9eb4a80c944.js} +1 -1
- package/_bundles/{ordering-ui.b8ade13f06bf599fcb7d.js → ordering-ui.ac159b0ec9eb4a80c944.js} +2 -2
- package/_modules/themes/five/src/components/WebsocketStatus/index.js +1 -1
- package/package.json +2 -2
- package/src/themes/five/src/components/WebsocketStatus/index.js +5 -1
- /package/_bundles/{0.ordering-ui.b8ade13f06bf599fcb7d.js → 0.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{1.ordering-ui.b8ade13f06bf599fcb7d.js → 1.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{2.ordering-ui.b8ade13f06bf599fcb7d.js → 2.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{4.ordering-ui.b8ade13f06bf599fcb7d.js → 4.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{5.ordering-ui.b8ade13f06bf599fcb7d.js → 5.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{6.ordering-ui.b8ade13f06bf599fcb7d.js → 6.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{7.ordering-ui.b8ade13f06bf599fcb7d.js.LICENSE.txt → 7.ordering-ui.ac159b0ec9eb4a80c944.js.LICENSE.txt} +0 -0
- /package/_bundles/{8.ordering-ui.b8ade13f06bf599fcb7d.js → 8.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{9.ordering-ui.b8ade13f06bf599fcb7d.js → 9.ordering-ui.ac159b0ec9eb4a80c944.js} +0 -0
- /package/_bundles/{ordering-ui.b8ade13f06bf599fcb7d.js.LICENSE.txt → ordering-ui.ac159b0ec9eb4a80c944.js.LICENSE.txt} +0 -0
|
@@ -68,7 +68,7 @@ var SocketStatusUI = function SocketStatusUI(props) {
|
|
|
68
68
|
}, [reconnectAttemptCount]);
|
|
69
69
|
return /*#__PURE__*/_react.default.createElement(_styles.Contatiner, null, /*#__PURE__*/_react.default.createElement(_styles.InfoWrapper, null, /*#__PURE__*/_react.default.createElement(_Buttons.IconButton, {
|
|
70
70
|
color: "primary"
|
|
71
|
-
}, /*#__PURE__*/_react.default.createElement(_reactBootstrapIcons.InfoCircle, null)), /*#__PURE__*/_react.default.createElement(_styles.InfoContent, null, t('WEBSOCKET_STATUS_APP_INFO', 'Verify the server connection by date and time using the Connection status button. Press update to refresh your app and update the status as well. Need help? Contact our Customer support team here:'), !isEnabledBtn && /*#__PURE__*/_react.default.createElement("a", {
|
|
71
|
+
}, /*#__PURE__*/_react.default.createElement(_reactBootstrapIcons.InfoCircle, null)), /*#__PURE__*/_react.default.createElement(_styles.InfoContent, null, isEnabledBtn ? t('WEBSOCKET_STATUS_INFO_WITHOUT_LINK', 'Verify the server connection by date and time using the Connection status button. Press update to refresh you dashboard and update the status as well. Need help? Contact our Customer support team.') : t('WEBSOCKET_STATUS_APP_INFO', 'Verify the server connection by date and time using the Connection status button. Press update to refresh your app and update the status as well. Need help? Contact our Customer support team here:'), !isEnabledBtn && /*#__PURE__*/_react.default.createElement("a", {
|
|
72
72
|
href: "https://www.ordering.co/contact-ordering",
|
|
73
73
|
target: "_blank",
|
|
74
74
|
rel: "noopener noreferrer"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ordering-ui-external",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.9.0",
|
|
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": "9.
|
|
91
|
+
"ordering-components-external": "9.9.0",
|
|
92
92
|
"payment": "^2.4.6",
|
|
93
93
|
"polished": "^3.6.6",
|
|
94
94
|
"react-bootstrap-icons": "^1.7.2",
|
|
@@ -56,7 +56,11 @@ const SocketStatusUI = (props) => {
|
|
|
56
56
|
<InfoCircle />
|
|
57
57
|
</IconButton>
|
|
58
58
|
<InfoContent>
|
|
59
|
-
{
|
|
59
|
+
{isEnabledBtn ? (
|
|
60
|
+
t('WEBSOCKET_STATUS_INFO_WITHOUT_LINK', 'Verify the server connection by date and time using the Connection status button. Press update to refresh you dashboard and update the status as well. Need help? Contact our Customer support team.')
|
|
61
|
+
) : (
|
|
62
|
+
t('WEBSOCKET_STATUS_APP_INFO', 'Verify the server connection by date and time using the Connection status button. Press update to refresh your app and update the status as well. Need help? Contact our Customer support team here:')
|
|
63
|
+
)}
|
|
60
64
|
{!isEnabledBtn && <a href='https://www.ordering.co/contact-ordering' target='_blank' rel='noopener noreferrer'>{t('CUSTOMER_SUPPORT', 'Customer support')}</a>}
|
|
61
65
|
</InfoContent>
|
|
62
66
|
</InfoWrapper>
|
/package/_bundles/{0.ordering-ui.b8ade13f06bf599fcb7d.js → 0.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|
/package/_bundles/{1.ordering-ui.b8ade13f06bf599fcb7d.js → 1.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|
/package/_bundles/{2.ordering-ui.b8ade13f06bf599fcb7d.js → 2.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|
/package/_bundles/{4.ordering-ui.b8ade13f06bf599fcb7d.js → 4.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|
/package/_bundles/{5.ordering-ui.b8ade13f06bf599fcb7d.js → 5.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|
/package/_bundles/{6.ordering-ui.b8ade13f06bf599fcb7d.js → 6.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|
|
File without changes
|
/package/_bundles/{8.ordering-ui.b8ade13f06bf599fcb7d.js → 8.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|
/package/_bundles/{9.ordering-ui.b8ade13f06bf599fcb7d.js → 9.ordering-ui.ac159b0ec9eb4a80c944.js}
RENAMED
|
File without changes
|