react-best-gradient-color-picker
Advanced tools
Comparing version 3.0.7-beta.3 to 3.0.7-beta.4
@@ -109,3 +109,3 @@ "use strict"; | ||
react_1.default.createElement("div", { onClick: (e) => handleInputType(e, 'hsv'), className: (0, exports.modalBtnStyles)(inputType === 'hsv', classes) }, "HSV"), | ||
react_1.default.createElement("div", { onClick: (e) => handleInputType(e, 'cmyk'), className: (0, exports.modalBtnStyles)(inputType === 'cmky', classes) }, "CMYK"))); | ||
react_1.default.createElement("div", { onClick: (e) => handleInputType(e, 'cmky'), className: (0, exports.modalBtnStyles)(inputType === 'cmky', classes) }, "CMYK"))); | ||
}; | ||
@@ -112,0 +112,0 @@ const ColorTypeBtns = ({ hideColorTypeBtns, isGradient, setSolid, setGradient, locales, }) => { |
@@ -80,3 +80,3 @@ import React, { useState } from 'react'; | ||
React.createElement("div", { onClick: (e) => handleInputType(e, 'hsv'), className: modalBtnStyles(inputType === 'hsv', classes) }, "HSV"), | ||
React.createElement("div", { onClick: (e) => handleInputType(e, 'cmyk'), className: modalBtnStyles(inputType === 'cmky', classes) }, "CMYK"))); | ||
React.createElement("div", { onClick: (e) => handleInputType(e, 'cmky'), className: modalBtnStyles(inputType === 'cmky', classes) }, "CMYK"))); | ||
}; | ||
@@ -83,0 +83,0 @@ const ColorTypeBtns = ({ hideColorTypeBtns, isGradient, setSolid, setGradient, locales, }) => { |
{ | ||
"name": "react-best-gradient-color-picker", | ||
"version": "3.0.7-beta.3", | ||
"version": "3.0.7-beta.4", | ||
"description": "An easy to use color/gradient picker for React.js", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
374766
9943