New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lore-hook-dialog-material-ui

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lore-hook-dialog-material-ui - npm Package Compare versions

Comparing version 0.13.0-beta.17 to 0.13.0-beta.18

3

es/templates/Dialog.js

@@ -67,3 +67,4 @@ 'use strict';

open: this.state.isOpen,
bodyStyle: { padding: 0 }
bodyStyle: { padding: 0, border: 'none' },
autoScrollBodyContent: true
},

@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, {

@@ -67,3 +67,4 @@ 'use strict';

open: this.state.isOpen,
bodyStyle: { padding: 0 }
bodyStyle: { padding: 0, border: 'none' },
autoScrollBodyContent: true
},

@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, {

@@ -67,3 +67,4 @@ 'use strict';

open: this.state.isOpen,
bodyStyle: { padding: 0 }
bodyStyle: { padding: 0, border: 'none' },
autoScrollBodyContent: true
},

@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, {

@@ -67,3 +67,4 @@ 'use strict';

open: this.state.isOpen,
bodyStyle: { padding: 0 }
bodyStyle: { padding: 0, border: 'none' },
autoScrollBodyContent: true
},

@@ -70,0 +71,0 @@ _react2.default.cloneElement(dialog, {

{
"name": "lore-hook-dialog-material-ui",
"version": "0.13.0-beta.17",
"version": "0.13.0-beta.18",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -47,3 +47,4 @@ import PropTypes from 'prop-types';

open={this.state.isOpen}
bodyStyle={{ padding: 0 }}
bodyStyle={{ padding: 0, border: 'none' }}
autoScrollBodyContent={true}
>

@@ -50,0 +51,0 @@ {React.cloneElement(dialog, {

@@ -47,3 +47,4 @@ import PropTypes from 'prop-types';

open={this.state.isOpen}
bodyStyle={{ padding: 0 }}
bodyStyle={{ padding: 0, border: 'none' }}
autoScrollBodyContent={true}
>

@@ -50,0 +51,0 @@ {React.cloneElement(dialog, {

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