@vx/pattern
Advanced tools
Comparing version 0.0.153 to 0.0.161
@@ -84,12 +84,4 @@ 'use strict'; | ||
_Pattern2.default, | ||
{ | ||
id: id, | ||
width: width, | ||
height: height | ||
}, | ||
!!background && _react2.default.createElement('rect', { | ||
width: width, | ||
height: height, | ||
fill: background | ||
}), | ||
{ id: id, width: width, height: height }, | ||
!!background && _react2.default.createElement('rect', { width: width, height: height, fill: background }), | ||
_react2.default.createElement('circle', { | ||
@@ -96,0 +88,0 @@ className: (0, _classnames2.default)('vx-pattern-circle', className), |
@@ -74,7 +74,3 @@ 'use strict'; | ||
_Pattern2.default, | ||
{ | ||
id: id, | ||
width: width, | ||
height: height | ||
}, | ||
{ id: id, width: width, height: height }, | ||
!!background && _react2.default.createElement('rect', { | ||
@@ -81,0 +77,0 @@ className: (0, _classnames2.default)('vx-pattern-line-background'), |
@@ -45,12 +45,4 @@ 'use strict'; | ||
_Pattern2.default, | ||
{ | ||
id: id, | ||
width: width, | ||
height: height | ||
}, | ||
!!background && _react2.default.createElement('rect', { | ||
width: width, | ||
height: height, | ||
fill: background | ||
}), | ||
{ id: id, width: width, height: height }, | ||
!!background && _react2.default.createElement('rect', { width: width, height: height, fill: background }), | ||
_react2.default.createElement('path', { | ||
@@ -57,0 +49,0 @@ className: (0, _classnames2.default)('vx-pattern-path', className), |
@@ -29,8 +29,3 @@ 'use strict'; | ||
'pattern', | ||
{ | ||
id: id, | ||
width: width, | ||
height: height, | ||
patternUnits: 'userSpaceOnUse' | ||
}, | ||
{ id: id, width: width, height: height, patternUnits: 'userSpaceOnUse' }, | ||
children | ||
@@ -37,0 +32,0 @@ ) |
{ | ||
"name": "@vx/pattern", | ||
"version": "0.0.153", | ||
"version": "0.0.161", | ||
"description": "vx pattern", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
20818
442