@material-ui/system
Advanced tools
Comparing version 4.3.2 to 4.3.3
@@ -19,3 +19,3 @@ "use strict"; | ||
return "".concat(value, "px solid").concat(value === 0 ? ' !important' : ''); | ||
return "".concat(value, "px solid"); | ||
} | ||
@@ -55,6 +55,3 @@ | ||
prop: 'borderColor', | ||
themeKey: 'palette', | ||
transform: function transform(value) { | ||
return "".concat(value, " !important"); | ||
} | ||
themeKey: 'palette' | ||
}); | ||
@@ -61,0 +58,0 @@ exports.borderColor = borderColor; |
@@ -9,3 +9,3 @@ import style from './style'; | ||
return `${value}px solid${value === 0 ? ' !important' : ''}`; | ||
return `${value}px solid`; | ||
} | ||
@@ -40,4 +40,3 @@ | ||
prop: 'borderColor', | ||
themeKey: 'palette', | ||
transform: value => `${value} !important` | ||
themeKey: 'palette' | ||
}); | ||
@@ -44,0 +43,0 @@ export const borderRadius = style({ |
@@ -9,3 +9,3 @@ import style from './style'; | ||
return "".concat(value, "px solid").concat(value === 0 ? ' !important' : ''); | ||
return "".concat(value, "px solid"); | ||
} | ||
@@ -40,6 +40,3 @@ | ||
prop: 'borderColor', | ||
themeKey: 'palette', | ||
transform: function transform(value) { | ||
return "".concat(value, " !important"); | ||
} | ||
themeKey: 'palette' | ||
}); | ||
@@ -46,0 +43,0 @@ export var borderRadius = style({ |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.3.2 | ||
/** @license Material-UI v4.3.3 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v4.3.2 | ||
/** @license Material-UI v4.3.3 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@material-ui/system", | ||
"version": "4.3.2", | ||
"version": "4.3.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "author": "Material-UI Team", |
Sorry, the diff of this file is too big to display
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
531627
2104