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.
@@ -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(_styles.Button, {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-admin-external",
3
- "version": "1.24.0",
3
+ "version": "1.24.1",
4
4
  "description": "Ordering UI Admin Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -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 ? (