You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

unify-token

Package Overview
Dependencies
Maintainers
7
Versions
79
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

to
2.0.0-dev-6

build/v2/dark@2.0.0-dev-6.css

2

build/typography.js
const fontType = {
stackHeading: 'Nunito Sans',
desktop: 'Open Sans',
lite: '-apple-system, BlinkMacSystemFont, "Open Sauce One", Roboto, sans-serif',
lite: '"Open Sauce One", -apple-system, BlinkMacSystemFont, Roboto, sans-serif',
ios: 'SF Pro Text',

@@ -6,0 +6,0 @@ android: 'Roboto'

// Font Family
export const fontFamilyStackHeading = 'Nunito Sans';
export const fontFamilyDesktop = 'Open Sans';
export const fontFamilyLite = '-apple-system, BlinkMacSystemFont, "Open Sauce One", Roboto, sans-serif';
export const fontFamilyLite = '"Open Sauce One", -apple-system, BlinkMacSystemFont, Roboto, sans-serif';
export const fontFamilyIos = 'SF Pro Text';

@@ -6,0 +6,0 @@ export const fontFamilyAndroid = 'Roboto';

@@ -10,2 +10,8 @@ # Change Log

## 2.0.2
* :star2: Update several new color token values.
## 2.0.1
* :bug: Fix issue where new color token is not generated.
## 2.0.0

@@ -12,0 +18,0 @@ * :boom: Change value of color token to css var function string such `var(--N0, #FFFFFF)`.

@@ -26,9 +26,9 @@

export const NN600L = "#6D7588";
export const NN600D = "#727E8F";
export const NN600D = "#808FA1";
export const NN700 = "var(--NN700, #525867)";
export const NN700L = "#525867";
export const NN700D = "#8B99AA";
export const NN700D = "#96A5B8";
export const NN800 = "var(--NN800, #40444E)";
export const NN800L = "#40444E";
export const NN800D = "#AAB7C8";
export const NN800D = "#B0BDCF";
export const NN900 = "var(--NN900, #2E3137)";

@@ -35,0 +35,0 @@ export const NN900L = "#2E3137";

{
"name": "unify-token",
"version": "2.0.0-dev-5",
"version": "2.0.0-dev-6",
"description": "Design Tokens for the Unify Design System",

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