@nulogy/tokens
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.1.0](https://github.com/nulogy/design-system/compare/v3.0.4...v3.1.0) (2020-06-25) | ||
### Features | ||
* add support for Simplified Chinese ([#688](https://github.com/nulogy/design-system/issues/688)) ([4a46f83](https://github.com/nulogy/design-system/commit/4a46f830c48db8ccbe3995da67d9b881e1e555d2)) | ||
## [3.0.2](https://github.com/nulogy/design-system/compare/v3.0.1...v3.0.2) (2020-06-23) | ||
@@ -8,0 +19,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Tue, 23 Jun 2020 18:57:10 GMT | ||
* Generated on Thu, 25 Jun 2020 16:02:38 GMT | ||
*/ | ||
@@ -24,2 +24,3 @@ | ||
export const font_family_mono = "'IBM Plex Mono', monospace"; | ||
export const font_family_sc = "'Noto Sans SC', sans-serif"; | ||
export const line_height_base = "1.5"; | ||
@@ -26,0 +27,0 @@ export const line_height_title = "1.04347826"; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -19,3 +19,3 @@ "repository": "https://github.com/nulogy/design-system.git", | ||
}, | ||
"gitHead": "aca07b72ab7ca031f338dcaf149252979dd8d094" | ||
"gitHead": "8eb3d726ea11a740af50c033ee1787067236c980" | ||
} |
{ | ||
"font": { | ||
"family": { | ||
"base" : { "value": "'IBM Plex Sans', sans-serif" }, | ||
"mono" : { "value": "'IBM Plex Mono', monospace" } | ||
} | ||
"font": { | ||
"family": { | ||
"base": { "value": "'IBM Plex Sans', sans-serif" }, | ||
"mono": { "value": "'IBM Plex Mono', monospace" }, | ||
"sc": { "value": "'Noto Sans SC', sans-serif" } | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
17890
311