@nulogy/tokens
Advanced tools
Comparing version 0.4.1 to 0.5.0
/** | ||
* Do not edit directly | ||
* Generated on Tue, 26 Feb 2019 18:37:52 GMT | ||
* Generated on Tue, 26 Mar 2019 15:12:11 GMT | ||
*/ | ||
@@ -55,5 +55,5 @@ | ||
export const size_font_subsection_title = "20px"; | ||
export const weight_font_light = "100"; | ||
export const weight_font_light = "300"; | ||
export const weight_font_normal = "400"; | ||
export const weight_font_medium = "500"; | ||
export const weight_font_bold = "600"; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "0.4.1", | ||
"version": "0.5.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": "21709121c04d0941a7032905eb95af3896fed200" | ||
"gitHead": "26f8d9961af1252b348e46978dca1d8c1a5ba99d" | ||
} |
{ | ||
"weight": { | ||
"font": { | ||
"light": {"value": "100"}, | ||
"normal" : { "value": "400" }, | ||
"light": {"value": "300"}, | ||
"normal" : { "value": "400" }, | ||
"medium" : { "value": "500" }, | ||
@@ -7,0 +7,0 @@ "bold": { "value": "600" } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12309
16
248