@nulogy/tokens
Advanced tools
Comparing version 0.7.0 to 0.7.1
/** | ||
* Do not edit directly | ||
* Generated on Tue, 04 Jun 2019 14:45:58 GMT | ||
* Generated on Thu, 06 Jun 2019 13:39:01 GMT | ||
*/ | ||
@@ -17,6 +17,7 @@ | ||
export const color_base_green = "#008059"; | ||
export const color_base_light_green = "#e6faf0"; | ||
export const color_base_light_green = "#e9f7f2"; | ||
export const color_base_red = "#cc1439"; | ||
export const color_base_light_red = "#faebec"; | ||
export const color_base_light_red = "#fae6ea"; | ||
export const color_base_yellow = "#ffbb00"; | ||
export const color_base_light_yellow = "#fcf5e3"; | ||
export const font_family_base = "'IBM Plex Sans', sans-serif"; | ||
@@ -23,0 +24,0 @@ export const font_family_mono = "'IBM Plex Mono', monospace"; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -19,3 +19,3 @@ "repository": "https://github.com/nulogy/design-system.git", | ||
}, | ||
"gitHead": "336b781a39ee1e6b527421490f59b8b2512a35f6" | ||
"gitHead": "33d611e01c5ace607c3b2e87d76e5ed659ae1e62" | ||
} |
{ | ||
"color": { | ||
"base": { | ||
"black" : { "value": "#011E38" }, | ||
"blackBlue" : { "value": "#122B47" }, | ||
"darkBlue" : { "value": "#00438F" }, | ||
"blue" : { "value": "#216BEB" }, | ||
"lightBlue" : { "value": "#E1EBFA" }, | ||
"darkGrey" : { "value": "#434D59" }, | ||
"grey" : { "value": "#C0C8D1" }, | ||
"lightGrey" : { "value": "#E4E7EB" }, | ||
"whiteGrey" : { "value": "F0F2F5" }, | ||
"white" : { "value": "#FFFFFF" }, | ||
"green" : { "value": "#008059" }, | ||
"lightGreen" : { "value": "#E6FAF0" }, | ||
"red" : { "value": "#CC1439" }, | ||
"lightRed" : { "value": "#FAEBEC" }, | ||
"yellow" : { "value": "#FFBB00" } | ||
} | ||
"color": { | ||
"base": { | ||
"black": { "value": "#011E38" }, | ||
"blackBlue": { "value": "#122B47" }, | ||
"darkBlue": { "value": "#00438F" }, | ||
"blue": { "value": "#216BEB" }, | ||
"lightBlue": { "value": "#E1EBFA" }, | ||
"darkGrey": { "value": "#434D59" }, | ||
"grey": { "value": "#C0C8D1" }, | ||
"lightGrey": { "value": "#E4E7EB" }, | ||
"whiteGrey": { "value": "F0F2F5" }, | ||
"white": { "value": "#FFFFFF" }, | ||
"green": { "value": "#008059" }, | ||
"lightGreen": { "value": " #E9F7F2" }, | ||
"red": { "value": "#CC1439" }, | ||
"lightRed": { "value": "#FAE6EA" }, | ||
"yellow": { "value": "#FFBB00" }, | ||
"lightYellow": { "value": "FCF5E3" } | ||
} | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1185
39483