contentoh-components-library 21.5.78 → 21.5.79

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.
@@ -1444,11 +1444,11 @@ var RetailerProductEditionView = function RetailerProductEditionView(_ref) {
1444
1444
  if (state.loading || !state.services || !state.product) return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
1445
1445
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Loading.Loading, {})
1446
1446
  });
1447
- return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_AiProductEdition.AiProductEditionProvider, {
1447
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)(_AiProductEdition.AiProductEditionProvider, {
1448
1448
  activeRetailer: state.active_retailer,
1449
1449
  isCreatorsEdition: false,
1450
1450
  productSelected: state.product,
1451
- children: ["\\", " ", /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
1451
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
1452
1452
  headerTop: headerTop,
1453
1453
  children: [showRejectModal && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Modal.Modal, {
1454
1454
  title: rejectAll ? "Agregar mensaje para rechazar todo" : "Agregar mensaje de rechazo",
@@ -1822,7 +1822,7 @@ var RetailerProductEditionView = function RetailerProductEditionView(_ref) {
1822
1822
  })]
1823
1823
  })]
1824
1824
  })]
1825
- })]
1825
+ })
1826
1826
  });
1827
1827
  };
1828
1828
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.5.78",
3
+ "version": "21.5.79",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -1133,7 +1133,6 @@ const RetailerProductEditionView = ({
1133
1133
  isCreatorsEdition={false}
1134
1134
  productSelected={state.product}
1135
1135
  >
1136
- \{" "}
1137
1136
  <Container headerTop={headerTop}>
1138
1137
  {showRejectModal && (
1139
1138
  <Modal