@mui-treasury/layout
Advanced tools
Comparing version 5.0.0-alpha.7 to 5.0.0-alpha.8
@@ -28,3 +28,7 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
} | ||
})({}); | ||
})({ | ||
display: "flex", | ||
flexDirection: "column", | ||
overflow: "auto" | ||
}); | ||
export var InsetSidebar = function InsetSidebar(_ref) { | ||
@@ -31,0 +35,0 @@ var anchor = _ref.anchor, |
@@ -84,6 +84,2 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
bodySx = _extends({}, bodySx, { | ||
display: "flex", | ||
flexDirection: "column" | ||
}); | ||
return bodySx; | ||
@@ -90,0 +86,0 @@ } |
@@ -42,3 +42,7 @@ "use strict"; | ||
} | ||
})({}); | ||
})({ | ||
display: "flex", | ||
flexDirection: "column", | ||
overflow: "auto" | ||
}); | ||
@@ -45,0 +49,0 @@ var InsetSidebar = function InsetSidebar(_ref) { |
@@ -33,3 +33,3 @@ import { Breakpoint } from "@material-ui/core/styles/createBreakpoints"; | ||
constructor({ hidden, ...props }: InsetSetupParams); | ||
getSxBody(): import("@material-ui/system").SystemCssProperties<{}>; | ||
getSxBody(): import("@material-ui/system").SystemCssProperties<{}> | import("@material-ui/system").CSSPseudoSelectorProps<{}> | import("@material-ui/system").CSSSelectorObject<{}>; | ||
getSxRoot(): { | ||
@@ -36,0 +36,0 @@ width: string | number | Partial<Record<"xs" | "sm" | "md" | "lg" | "xl", string | number>>; |
@@ -94,6 +94,2 @@ "use strict"; | ||
bodySx = _extends({}, bodySx, { | ||
display: "flex", | ||
flexDirection: "column" | ||
}); | ||
return bodySx; | ||
@@ -100,0 +96,0 @@ } |
{ | ||
"name": "@mui-treasury/layout", | ||
"version": "5.0.0-alpha.7", | ||
"version": "5.0.0-alpha.8", | ||
"description": "mui-treasury | layout-core", | ||
@@ -35,3 +35,3 @@ "author": "siriwatknp <siriwatkunaporn@gmail.com>", | ||
}, | ||
"gitHead": "bb7d0ae2692ac6fff561215919afd04cccf2d564" | ||
"gitHead": "748b6e610a124e3439b4a2f1807beab0584bea26" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
314716