react-best-gradient-color-picker
Advanced tools
Comparing version 1.4.14 to 1.4.15
@@ -60,8 +60,3 @@ import React from 'react'; | ||
} | ||
}, isLinear && isGradient && /*#__PURE__*/React.createElement(DegreePicker, null), isGradient && /*#__PURE__*/React.createElement(GradientType, null), isGradient && colors.length > 2 && /*#__PURE__*/React.createElement(DeleteBtn, null), /*#__PURE__*/React.createElement("div", { | ||
style: { | ||
width: 24 | ||
}, | ||
className: "df jc" | ||
}, /*#__PURE__*/React.createElement(MenuIcon, null))))); | ||
}, isLinear && isGradient && /*#__PURE__*/React.createElement(DegreePicker, null), isGradient && /*#__PURE__*/React.createElement(GradientType, null), isGradient && colors.length > 2 && /*#__PURE__*/React.createElement(DeleteBtn, null)))); | ||
}; | ||
@@ -68,0 +63,0 @@ |
{ | ||
"name": "react-best-gradient-color-picker", | ||
"version": "1.4.14", | ||
"version": "1.4.15", | ||
"description": "An easy to use color/gradient picker for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -29,5 +29,2 @@ import React from 'react' | ||
{(isGradient && colors.length > 2) && <DeleteBtn />} | ||
<div style={{width: 24}} className='df jc'> | ||
<MenuIcon /> | ||
</div> | ||
</div> | ||
@@ -34,0 +31,0 @@ </div> |
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
67503
2006