react-best-gradient-color-picker
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -81,3 +81,2 @@ import React, { useState } from 'react'; | ||
width: 30, | ||
...controlBtnStyles(coverUp), | ||
height: 24, | ||
@@ -84,0 +83,0 @@ borderRadius: 4, |
{ | ||
"name": "react-best-gradient-color-picker", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An easy to use color/gradient picker for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -38,3 +38,3 @@ import React, { useState } from 'react' | ||
<div className='df ac jfe' style={{height: 28, background: '#e9e9f5', borderRadius: 6, padding: 2, display: noTools ? 'none' : ''}}> | ||
{!hideEyeDrop && <EyeDropper onSelect={handleChange} buttonStyle={{width: 30, ...controlBtnStyles(coverUp), height: 24, borderRadius: 4, display: 'flex', alignItems: 'center', justifyContent: 'center'}}/>} | ||
{!hideEyeDrop && <EyeDropper onSelect={handleChange} buttonStyle={{width: 30, height: 24, borderRadius: 4, display: 'flex', alignItems: 'center', justifyContent: 'center'}}/>} | ||
<div style={{width: 30, ...controlBtnStyles(openAdvanced), height: 24, borderRadius: 4, display: hideAdvancedSliders ? 'none' : 'flex'}} className='jc ac' onClick={() => setOpenAdvanced(!openAdvanced)}> | ||
@@ -41,0 +41,0 @@ <SlidersIcon color={openAdvanced ? '#568CF5' : ''} /> |
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
156158
4471