Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mui-treasury/layout

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui-treasury/layout - npm Package Compare versions

Comparing version 5.0.0-alpha.7 to 5.0.0-alpha.8

6

esm/InsetSidebar/InsetSidebar.js

@@ -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,

4

esm/InsetSidebar/InsetSidebarBuilder.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc