jclib-ui 1.0.6 → 1.0.7
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/dist/jclib-ui.es.js
CHANGED
|
@@ -21521,6 +21521,9 @@ const MainContainer = styled.main`
|
|
|
21521
21521
|
margin: 12px auto 20px;
|
|
21522
21522
|
}
|
|
21523
21523
|
`;
|
|
21524
|
+
ScrollContainer.defaultProps = {
|
|
21525
|
+
hasMaxWidth: true
|
|
21526
|
+
};
|
|
21524
21527
|
function ScrollContainer({ children, hasMaxWidth }) {
|
|
21525
21528
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(MainContainer, { hasMaxWidth, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "scroll--content", children }) });
|
|
21526
21529
|
}
|