@vx/responsive
Advanced tools
Comparing version 0.0.158 to 0.0.161
@@ -128,7 +128,3 @@ 'use strict'; | ||
'div', | ||
{ | ||
style: { width: '100%', height: '100%' }, | ||
ref: this.setTarget, | ||
className: className | ||
}, | ||
{ style: { width: '100%', height: '100%' }, ref: this.setTarget, className: className }, | ||
children(_extends({}, this.state, { | ||
@@ -135,0 +131,0 @@ ref: this.target, |
@@ -27,3 +27,4 @@ 'use strict'; | ||
'div', | ||
{ style: { | ||
{ | ||
style: { | ||
display: 'inline-block', | ||
@@ -34,3 +35,4 @@ position: 'relative', | ||
overflow: 'hidden' | ||
} }, | ||
} | ||
}, | ||
_react2.default.createElement( | ||
@@ -37,0 +39,0 @@ 'svg', |
@@ -76,6 +76,3 @@ 'use strict'; | ||
if (!screenWidth && !screenHeight) return null; | ||
return _react2.default.createElement(BaseComponent, _extends({ | ||
screenWidth: screenWidth, | ||
screenHeight: screenHeight | ||
}, this.props)); | ||
return _react2.default.createElement(BaseComponent, _extends({ screenWidth: screenWidth, screenHeight: screenHeight }, this.props)); | ||
} | ||
@@ -82,0 +79,0 @@ }]); |
{ | ||
"name": "@vx/responsive", | ||
"version": "0.0.158", | ||
"version": "0.0.161", | ||
"description": "vx responsive svg", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
19892
341