@material-ui/lab
Advanced tools
Comparing version 3.0.0-alpha.26 to 3.0.0-alpha.27
@@ -128,3 +128,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
* refs to the Button that have an action associated to them in this SpeedDial | ||
* [Fab, ...(SpeeDialActions > Button)] | ||
* [Fab, ...(SpeedDialActions > Button)] | ||
* @type {HTMLButtonElement[]} | ||
@@ -131,0 +131,0 @@ */ |
@@ -9,3 +9,3 @@ /** | ||
* @param direction {string} | ||
* @returns value useable in aria-orientation or undefined if no ArrowKey given | ||
* @returns value usable in aria-orientation or undefined if no ArrowKey given | ||
*/ | ||
@@ -12,0 +12,0 @@ export function getOrientation(direction) { |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v3.0.0-alpha.26 | ||
/** @license Material-UI v3.0.0-alpha.27 | ||
* | ||
@@ -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.26 | ||
/** @license Material-UI v3.0.0-alpha.27 | ||
* | ||
@@ -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.26", | ||
"version": "3.0.0-alpha.27", | ||
"description": "Material-UI Lab - Incubator for Material-UI React components.", | ||
@@ -32,5 +32,6 @@ "main": "./index.js", | ||
"@babel/runtime": "7.2.0", | ||
"@material-ui/utils": "^3.0.0-alpha.1", | ||
"@material-ui/utils": "^3.0.0-alpha.2", | ||
"classnames": "^2.2.5", | ||
"keycode": "^2.1.9" | ||
"keycode": "^2.1.9", | ||
"prop-types": "^15.6.0" | ||
}, | ||
@@ -37,0 +38,0 @@ "sideEffects": false, |
@@ -327,3 +327,3 @@ "use strict"; | ||
* refs to the Button that have an action associated to them in this SpeedDial | ||
* [Fab, ...(SpeeDialActions > Button)] | ||
* [Fab, ...(SpeedDialActions > Button)] | ||
* @type {HTMLButtonElement[]} | ||
@@ -330,0 +330,0 @@ */ |
@@ -17,3 +17,3 @@ "use strict"; | ||
* @param direction {string} | ||
* @returns value useable in aria-orientation or undefined if no ArrowKey given | ||
* @returns value usable in aria-orientation or undefined if no ArrowKey given | ||
*/ | ||
@@ -20,0 +20,0 @@ function getOrientation(direction) { |
131534
8
+ Addedprop-types@^15.6.0