@material-ui/lab
Advanced tools
Comparing version 3.0.0-alpha.27 to 3.0.0-alpha.28
@@ -64,4 +64,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
'&$activated': { | ||
transition: 'none', | ||
willChange: 'transform' | ||
transition: 'none' | ||
}, | ||
@@ -105,4 +104,3 @@ '&$disabled': { | ||
'&$activated': { | ||
transition: 'none', | ||
willChange: 'transform' | ||
transition: 'none' | ||
}, | ||
@@ -109,0 +107,0 @@ '&$vertical': { |
@@ -18,3 +18,2 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose"; | ||
borderRadius: 2, | ||
willChange: 'opacity', | ||
color: fade(theme.palette.action.active, 0.38), | ||
@@ -21,0 +20,0 @@ '&$selected': { |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v3.0.0-alpha.27 | ||
/** @license Material-UI v3.0.0-alpha.28 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v3.0.0-alpha.27 | ||
/** @license Material-UI v3.0.0-alpha.28 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -5,3 +5,3 @@ { | ||
"author": "Material-UI Team", | ||
"version": "3.0.0-alpha.27", | ||
"version": "3.0.0-alpha.28", | ||
"description": "Material-UI Lab - Incubator for Material-UI React components.", | ||
@@ -31,3 +31,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@babel/runtime": "7.2.0", | ||
"@babel/runtime": "^7.2.0", | ||
"@material-ui/utils": "^3.0.0-alpha.2", | ||
@@ -34,0 +34,0 @@ "classnames": "^2.2.5", |
@@ -97,4 +97,3 @@ "use strict"; | ||
'&$activated': { | ||
transition: 'none', | ||
willChange: 'transform' | ||
transition: 'none' | ||
}, | ||
@@ -138,4 +137,3 @@ '&$disabled': { | ||
'&$activated': { | ||
transition: 'none', | ||
willChange: 'transform' | ||
transition: 'none' | ||
}, | ||
@@ -142,0 +140,0 @@ '&$vertical': { |
@@ -48,3 +48,2 @@ "use strict"; | ||
borderRadius: 2, | ||
willChange: 'opacity', | ||
color: (0, _colorManipulator.fade)(theme.palette.action.active, 0.38), | ||
@@ -51,0 +50,0 @@ '&$selected': { |
131347
3703
+ Added@babel/runtime@7.26.9(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@babel/runtime@7.2.0(transitive)
- Removedregenerator-runtime@0.12.1(transitive)
Updated@babel/runtime@^7.2.0