react-best-gradient-color-picker
Advanced tools
Comparing version 3.0.0-beta.3 to 3.0.0-beta.4
@@ -46,3 +46,3 @@ export namespace df { | ||
background: string; | ||
color: any; | ||
color: string; | ||
boxShadow: string; | ||
@@ -49,0 +49,0 @@ paddingLeft: number; |
@@ -36,4 +36,4 @@ import { __assign } from "tslib"; | ||
export var controlBtnStyles = function (selected) { | ||
return __assign(__assign(__assign({ background: selected ? "white" : "", color: selected ? "#568CF5" : "", boxShadow: selected ? "0px 0px 8px rgba(0,0,0,.125)" : "", paddingLeft: 8, paddingRight: 8, height: "100%", lineHeight: 1, borderRadius: 4, fontWeight: 700, color: rgb(86, 86, 86), fontSize: 12, height: 24, transition: "all 160ms ease" }, df), ac), jc); | ||
return __assign(__assign(__assign({ background: selected ? "white" : "", color: selected ? "#568CF5" : "", boxShadow: selected ? "0px 0px 8px rgba(0,0,0,.125)" : "", paddingLeft: 8, paddingRight: 8, height: "100%", lineHeight: 1, borderRadius: 4, fontWeight: 700, color: "rgb(86, 86, 86)", fontSize: 12, height: 24, transition: "all 160ms ease" }, df), ac), jc); | ||
}; | ||
//# sourceMappingURL=styles.js.map |
@@ -46,3 +46,3 @@ export namespace df { | ||
background: string; | ||
color: any; | ||
color: string; | ||
boxShadow: string; | ||
@@ -49,0 +49,0 @@ paddingLeft: number; |
@@ -39,5 +39,5 @@ "use strict"; | ||
var controlBtnStyles = function (selected) { | ||
return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({ background: selected ? "white" : "", color: selected ? "#568CF5" : "", boxShadow: selected ? "0px 0px 8px rgba(0,0,0,.125)" : "", paddingLeft: 8, paddingRight: 8, height: "100%", lineHeight: 1, borderRadius: 4, fontWeight: 700, color: rgb(86, 86, 86), fontSize: 12, height: 24, transition: "all 160ms ease" }, exports.df), exports.ac), exports.jc); | ||
return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({ background: selected ? "white" : "", color: selected ? "#568CF5" : "", boxShadow: selected ? "0px 0px 8px rgba(0,0,0,.125)" : "", paddingLeft: 8, paddingRight: 8, height: "100%", lineHeight: 1, borderRadius: 4, fontWeight: 700, color: "rgb(86, 86, 86)", fontSize: 12, height: 24, transition: "all 160ms ease" }, exports.df), exports.ac), exports.jc); | ||
}; | ||
exports.controlBtnStyles = controlBtnStyles; | ||
//# sourceMappingURL=styles.js.map |
{ | ||
"name": "react-best-gradient-color-picker", | ||
"version": "3.0.0-beta.3", | ||
"version": "3.0.0-beta.4", | ||
"description": "An easy to use color/gradient picker for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -54,3 +54,3 @@ export const df = { | ||
fontWeight: 700, | ||
color: rgb(86, 86, 86), | ||
color: "rgb(86, 86, 86)", | ||
fontSize: 12, | ||
@@ -57,0 +57,0 @@ height: 24, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
607008