react-best-gradient-color-picker
Advanced tools
Comparing version 3.0.13-beta.2 to 3.0.13-beta.3
@@ -86,2 +86,3 @@ "use strict"; | ||
}; | ||
console.log('opacity', opacity); | ||
return (react_1.default.createElement("div", { style: { width: '23%' }, id: "rbgcp-hex-input-wrapper".concat(pickerIdSuffix) }, | ||
@@ -88,0 +89,0 @@ react_1.default.createElement("input", { onBlur: hexBlur, onFocus: hexFocus, onChange: function (e) { return handleHex(e); }, id: "rbgcp-hex-input".concat(pickerIdSuffix), value: "".concat(newHex).concat((0, converters_js_1.getHexAlpha)(opacity)), style: __assign(__assign({}, defaultStyles.rbgcpInput), defaultStyles.rbgcpHexInput) }), |
@@ -58,2 +58,3 @@ var __assign = (this && this.__assign) || function () { | ||
}; | ||
console.log('opacity', opacity); | ||
return (React.createElement("div", { style: { width: '23%' }, id: "rbgcp-hex-input-wrapper".concat(pickerIdSuffix) }, | ||
@@ -60,0 +61,0 @@ React.createElement("input", { onBlur: hexBlur, onFocus: hexFocus, onChange: function (e) { return handleHex(e); }, id: "rbgcp-hex-input".concat(pickerIdSuffix), value: "".concat(newHex).concat(getHexAlpha(opacity)), style: __assign(__assign({}, defaultStyles.rbgcpInput), defaultStyles.rbgcpHexInput) }), |
{ | ||
"name": "react-best-gradient-color-picker", | ||
"version": "3.0.13-beta.2", | ||
"version": "3.0.13-beta.3", | ||
"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
475332
11254