Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-best-gradient-color-picker

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-best-gradient-color-picker - npm Package Compare versions

Comparing version 3.0.0-beta.3 to 3.0.0-beta.4

2

esm/styles.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc