New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

unify-token

Package Overview
Dependencies
Maintainers
7
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unify-token - npm Package Compare versions

Comparing version 2.4.0-beta-2 to 2.4.0

build/v2/dark-rgb@2.4.0.css

6

CHANGELOG.md

@@ -11,5 +11,9 @@ # Change Log

<!-- Start of Current Changelog -->
## 2.4.0
* :rocket: New color-blind mode
* :star2: Dark mode color adjustment
<!-- End of Current Changelog -->
## 2.3.0
* :star2: Update fontSize, lineHeight & Tracking (letter-spacing)
<!-- End of Current Changelog -->

@@ -16,0 +20,0 @@ ## 2.2.1

14

colors/index.js
/* Neutral Nest */
/* Adaptive Neutral */
export const NN0 = "var(--NN0, #FFFFFF)";

@@ -56,3 +56,3 @@ export const NN0RGB = "var(--NN0RGB, 255,255,255)";

/* Blue Nest */
/* Adaptive Blue */
export const BN100 = "var(--BN100, #C5FCFF)";

@@ -103,3 +103,3 @@ export const BN100RGB = "var(--BN100RGB, 197,252,255)";

/* Green Nest */
/* Adaptive Green */
export const GN50 = "var(--GN50, #ECFEF4)";

@@ -150,3 +150,3 @@ export const GN50RGB = "var(--GN50RGB, 236,254,244)";

/* Purple Nest */
/* Adaptive Purple */
export const PN100 = "var(--PN100, #F0DAFF)";

@@ -197,3 +197,3 @@ export const PN100RGB = "var(--PN100RGB, 240,218,255)";

/* Red Nest */
/* Adaptive Red */
export const RN100 = "var(--RN100, #FFDBE2)";

@@ -244,3 +244,3 @@ export const RN100RGB = "var(--RN100RGB, 255,219,226)";

/* Teal Nest */
/* Adaptive Teal */
export const TN50 = "var(--TN50, #EDFFF9)";

@@ -291,3 +291,3 @@ export const TN50RGB = "var(--TN50RGB, 237,255,249)";

/* Yellow Nest */
/* Adaptive Yellow */
export const YN500 = "var(--YN500, #FF7F17)";

@@ -294,0 +294,0 @@ export const YN500RGB = "var(--YN500RGB, 255,127,23)";

{
"name": "unify-token",
"version": "2.4.0-beta-2",
"version": "2.4.0",
"description": "Design Tokens for the Unify Design System",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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