@kosdev-code/kos-ddk-components 3.0.7 → 3.0.8

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/index.js CHANGED
@@ -337,7 +337,7 @@ const Container$8 = styled.div`
337
337
  height: 100%;
338
338
  margin: 0 auto;
339
339
  gap: 16px;
340
- max-width: ${(props) => props.contain === false ? "" : props.size === "small" ? "var(--ddk-component-container-max-width-small)" : props.size === "medium" ? "var(--ddk-component-container-max-width-medium)" : "var(--ddk-component-container-max-width-large)"};
340
+ max-width: ${(props) => props.contain === false ? "" : props.size === "small" ? "var(--ddk-component-container-max-width-small)" : props.size === "medium" ? "var(--ddk-component-container-max-width-medium)" : "var(--ddk-component-page-max-width, var(--ddk-component-container-max-width-large))"};
341
341
 
342
342
  overflow-y: auto;
343
343
  width: 100%;