unify-token
Advanced tools
Comparing version
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", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32649
0.39%0
-100%