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

@mui-treasury/style-textfield-standard

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui-treasury/style-textfield-standard - npm Package Compare versions

Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2

3

esm/TextfieldStandard.stories.js

@@ -71,3 +71,4 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

variant: "standard",
label: "Label"
label: "Label",
disabled: false
},

@@ -74,0 +75,0 @@ parameters: {

@@ -34,3 +34,3 @@ import { makeStyles } from "@material-ui/core/styles";

"&.Mui-focused": {
color: theme.palette.primary.main
color: theme.palette.primary.dark
},

@@ -75,2 +75,5 @@ "&.MuiInputLabel-sizeSmall": {

height: 36
},
"&.Mui-disabled": {
backgroundColor: theme.palette.grey[50]
}

@@ -77,0 +80,0 @@ },

{
"name": "@mui-treasury/style-textfield-standard",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "mui-treasury | style-textfield-standard",

@@ -35,3 +35,3 @@ "author": "siriwatknp <siriwatkunaporn@gmail.com>",

},
"gitHead": "2411852144c439974e96ef9d1be73164383e329d"
"gitHead": "a8e1eecae7422b158654c40a06096a40889971a0"
}

@@ -97,3 +97,4 @@ "use strict";

variant: "standard",
label: "Label"
label: "Label",
disabled: false
},

@@ -100,0 +101,0 @@ parameters: {

@@ -41,3 +41,3 @@ "use strict";

"&.Mui-focused": {
color: theme.palette.primary.main
color: theme.palette.primary.dark
},

@@ -82,2 +82,5 @@ "&.MuiInputLabel-sizeSmall": {

height: 36
},
"&.Mui-disabled": {
backgroundColor: theme.palette.grey[50]
}

@@ -84,0 +87,0 @@ },

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