@nulogy/tokens
Advanced tools
Comparing version 4.1.3 to 4.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.9.0](https://github.com/nulogy/design-system/compare/v4.8.1...v4.9.0) (2020-09-30) | ||
### Features | ||
* Add secondary colours ([#780](https://github.com/nulogy/design-system/issues/780)) ([058ec3a](https://github.com/nulogy/design-system/commit/058ec3a2f696cdd7af852d42ccedcfd34a79ba31)) | ||
## [4.1.3](https://github.com/nulogy/design-system/compare/v4.1.2...v4.1.3) (2020-07-23) | ||
@@ -8,0 +19,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Thu, 23 Jul 2020 18:09:00 GMT | ||
* Generated on Wed, 30 Sep 2020 20:16:13 GMT | ||
*/ | ||
@@ -22,2 +22,8 @@ | ||
export const color_base_light_yellow = "#fcf5e3"; | ||
export const color_base_aqua = "#19c4e6"; | ||
export const color_base_purple = "#8033cc"; | ||
export const color_base_pink = "#e372d0"; | ||
export const color_base_turquoise = "#55ddb0"; | ||
export const color_base_orange = "#ee5513"; | ||
export const color_base_avocado = "#d3d322"; | ||
export const font_family_base = "'IBM Plex Sans', sans-serif"; | ||
@@ -24,0 +30,0 @@ export const font_family_mono = "'IBM Plex Mono', monospace"; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "4.1.3", | ||
"version": "4.9.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": "89caeb1e20d4fa19766ad1b48df33dddb5a68228" | ||
"gitHead": "d3d6a6f323784b72647b663ebe98c2aa37eedf12" | ||
} |
@@ -19,5 +19,11 @@ { | ||
"yellow": { "value": "#FFBB00" }, | ||
"lightYellow": { "value": "FCF5E3" } | ||
"lightYellow": { "value": "FCF5E3" }, | ||
"aqua": { "value": "19C4E6" }, | ||
"purple": { "value": "8033CC" }, | ||
"pink": { "value": "E372D0" }, | ||
"turquoise": { "value": "55DDB0" }, | ||
"orange": { "value": "EE5513" }, | ||
"avocado": { "value": "D3D322" } | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21289
359