@mui-treasury/style-textfield-standard
Advanced tools
Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2
@@ -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 @@ }, |
42117
1071