ordering-ui-admin-external 1.24.0 → 1.24.1
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/{ordering-ui-admin.0c354f3e7da49f56465b.js → ordering-ui-admin.a45736b66e14ae941ef7.js} +2 -2
- package/_modules/components/Stores/BusinessSummary/index.js +1 -7
- package/package.json +1 -1
- package/src/components/Stores/BusinessSummary/index.js +2 -2
- /package/_bundles/{ordering-ui-admin.0c354f3e7da49f56465b.js.LICENSE.txt → ordering-ui-admin.a45736b66e14ae941ef7.js.LICENSE.txt} +0 -0
|
@@ -232,13 +232,7 @@ var BusinessSummary = function BusinessSummary(props) {
|
|
|
232
232
|
borderRadius: "8px",
|
|
233
233
|
onClick: handleOpenCategory,
|
|
234
234
|
disabled: businessState === null || businessState === void 0 ? void 0 : businessState.loading
|
|
235
|
-
}, t('CATEGORIES_AND_PRODUCTS', 'Categories & products')), /*#__PURE__*/_react.default.createElement(
|
|
236
|
-
color: "primary",
|
|
237
|
-
outline: true,
|
|
238
|
-
borderRadius: "8px",
|
|
239
|
-
onClick: handleOpenSite,
|
|
240
|
-
disabled: businessState === null || businessState === void 0 ? void 0 : businessState.loading
|
|
241
|
-
}, t('STORE_WEBSITE', 'Store website'))), /*#__PURE__*/_react.default.createElement(_styles2.BusinessDescription, null, businessState !== null && businessState !== void 0 && businessState.loading ? /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
|
|
235
|
+
}, t('CATEGORIES_AND_PRODUCTS', 'Categories & products'))), /*#__PURE__*/_react.default.createElement(_styles2.BusinessDescription, null, businessState !== null && businessState !== void 0 && businessState.loading ? /*#__PURE__*/_react.default.createElement(_reactLoadingSkeleton.default, {
|
|
242
236
|
width: 300
|
|
243
237
|
}) : businessState === null || businessState === void 0 ? void 0 : (_businessState$busine8 = businessState.business) === null || _businessState$busine8 === void 0 ? void 0 : _businessState$busine8.description), /*#__PURE__*/_react.default.createElement(_styles2.BusinessConfigsContainer, {
|
|
244
238
|
isLoading: businessState === null || businessState === void 0 ? void 0 : businessState.loading
|
package/package.json
CHANGED
|
@@ -265,7 +265,7 @@ export const BusinessSummary = (props) => {
|
|
|
265
265
|
>
|
|
266
266
|
{t('CATEGORIES_AND_PRODUCTS', 'Categories & products')}
|
|
267
267
|
</Button>
|
|
268
|
-
<Button
|
|
268
|
+
{/* <Button
|
|
269
269
|
color='primary'
|
|
270
270
|
outline
|
|
271
271
|
borderRadius='8px'
|
|
@@ -273,7 +273,7 @@ export const BusinessSummary = (props) => {
|
|
|
273
273
|
disabled={businessState?.loading}
|
|
274
274
|
>
|
|
275
275
|
{t('STORE_WEBSITE', 'Store website')}
|
|
276
|
-
</Button>
|
|
276
|
+
</Button> */}
|
|
277
277
|
</ButtonWrapper>
|
|
278
278
|
<BusinessDescription>
|
|
279
279
|
{businessState?.loading ? (
|