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

@wedgekit/color

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wedgekit/color - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0-rc.1

27

dist/color.js

@@ -39,3 +39,3 @@ var colors = {

N600: '#555656',
N500: '#747676',
N500: '#6B6D6D',
N400: '#999B9B',

@@ -71,3 +71,4 @@ N300: '#BFC0C0',

active: colors.B400,
focus: colors.B400,
border: colors.B500,
focusBorder: colors.N050,
disabled: colors.B300,

@@ -81,3 +82,4 @@ };

active: colors.G400,
focus: colors.G400,
border: colors.G600,
focusBorder: colors.N700,
disabled: colors.G300,

@@ -91,3 +93,4 @@ };

active: colors.Y400,
focus: colors.Y400,
border: colors.Y600,
focusBorder: colors.N700,
disabled: colors.Y300,

@@ -101,3 +104,4 @@ };

active: colors.R400,
focus: colors.R400,
border: colors.R500,
focusBorder: colors.N050,
disabled: colors.R300,

@@ -107,8 +111,9 @@ };

return {
bg: colors.N400,
text: colors.N050,
hover: colors.N300,
active: colors.N300,
focus: colors.N300,
disabled: colors.N300,
bg: colors.N300,
text: colors.N700,
hover: colors.N200,
active: colors.N200,
border: colors.N400,
focusBorder: colors.N700,
disabled: colors.N200,
};

@@ -115,0 +120,0 @@ default:

{
"name": "@wedgekit/color",
"version": "1.1.0",
"version": "2.0.0-rc.1",
"main": "dist/color.js",

@@ -5,0 +5,0 @@ "files": [

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