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.
|
|
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:
|
|
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