@react-spectrum/icon
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -121,3 +121,3 @@ var { | ||
let iconSize = size ? size : scale; | ||
return _react.cloneElement(children, _babelRuntimeHelpersExtends({}, filterDOMProps(otherProps), styleProps, { | ||
return /*#__PURE__*/_react.cloneElement(children, _babelRuntimeHelpersExtends({}, filterDOMProps(otherProps), styleProps, { | ||
focusable: 'false', | ||
@@ -157,3 +157,3 @@ 'aria-label': ariaLabel, | ||
return _react.cloneElement(children, _babelRuntimeHelpersExtends({}, filterDOMProps(otherProps), styleProps, { | ||
return /*#__PURE__*/_react.cloneElement(children, _babelRuntimeHelpersExtends({}, filterDOMProps(otherProps), styleProps, { | ||
scale, | ||
@@ -160,0 +160,0 @@ focusable: 'false', |
@@ -105,3 +105,3 @@ import { useProvider } from "@react-spectrum/provider"; | ||
let iconSize = size ? size : scale; | ||
return _react.cloneElement(children, _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps), styleProps, { | ||
return /*#__PURE__*/_react.cloneElement(children, _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps), styleProps, { | ||
focusable: 'false', | ||
@@ -138,3 +138,3 @@ 'aria-label': ariaLabel, | ||
return _react.cloneElement(children, _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps), styleProps, { | ||
return /*#__PURE__*/_react.cloneElement(children, _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps), styleProps, { | ||
scale, | ||
@@ -141,0 +141,0 @@ focusable: 'false', |
{ | ||
"name": "@react-spectrum/icon", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Spectrum UI components in React", | ||
@@ -35,8 +35,8 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/utils": "^3.4.0", | ||
"@react-spectrum/utils": "^3.4.0", | ||
"@react-types/shared": "^3.3.0" | ||
"@react-aria/utils": "^3.8.0", | ||
"@react-spectrum/utils": "^3.5.2", | ||
"@react-types/shared": "^3.6.0" | ||
}, | ||
"devDependencies": { | ||
"@adobe/spectrum-css-temp": "^3.0.0-alpha.1" | ||
"@adobe/spectrum-css-temp": "3.0.0-alpha.1" | ||
}, | ||
@@ -50,3 +50,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9f738a06ea4e256c8d975f00502b4b0bbabb8f65" | ||
"gitHead": "3aae08e7d8a75382bedcddac7c86107e40db9296" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
77636
Updated@react-aria/utils@^3.8.0
Updated@react-spectrum/utils@^3.5.2
Updated@react-types/shared@^3.6.0