contentoh-components-library 13.0.0 → 14.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "13.0.0",
3
+ "version": "14.0.0",
4
4
  "dependencies": {
5
5
  "@babel/runtime": "^7.17.2",
6
6
  "@storybook/addon-postcss": "^2.0.0",
@@ -866,7 +866,7 @@ export const RetailerProductEdition = ({
866
866
  )[0]?.status,
867
867
  Imágenes: product?.images_status,
868
868
  }}
869
- profileImage={productData.asigned}
869
+ profileImage={productData?.asigned}
870
870
  activeTab={activeTab}
871
871
  setActiveTab={setActiveTab}
872
872
  setImageLayout={setImageLayout}
@@ -4,6 +4,8 @@ export const Container = styled.div`
4
4
  display: flex;
5
5
  flex-direction: column;
6
6
  height: 100%;
7
+ flex: 1;
8
+ overflow: auto;
7
9
 
8
10
  .data-container {
9
11
  display: flex;