@nulogy/tokens
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -0,1 +1,8 @@ | ||
# [5.1.0](https://github.com/nulogy/nds-tokens/compare/v5.0.0...v5.1.0) (2021-11-10) | ||
### Features | ||
* add midGrey colour ([#46](https://github.com/nulogy/nds-tokens/issues/46)) ([2c4585b](https://github.com/nulogy/nds-tokens/commit/2c4585bd3968892a598635891ff3f07ea573d54a)) | ||
# [5.0.0](https://github.com/nulogy/nds-tokens/compare/v4.14.1...v5.0.0) (2021-04-16) | ||
@@ -2,0 +9,0 @@ |
/** | ||
* Do not edit directly | ||
* Generated on Fri, 16 Apr 2021 20:04:03 GMT | ||
* Generated on Wed, 10 Nov 2021 22:44:30 GMT | ||
*/ | ||
@@ -12,2 +12,3 @@ | ||
export const color_base_dark_grey = "#434d59"; | ||
export const color_base_mid_grey = "#6c7784"; | ||
export const color_base_grey = "#c0c8d1"; | ||
@@ -14,0 +15,0 @@ export const color_base_light_grey = "#e4e7eb"; |
{ | ||
"name": "@nulogy/tokens", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Design tokens for the Nulogy Design System - http://nulogy.design", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/nulogy/nds-tokens.git", |
@@ -10,2 +10,3 @@ { | ||
"darkGrey": { "value": "#434D59" }, | ||
"midGrey": { "value": "#6C7784" }, | ||
"grey": { "value": "#C0C8D1" }, | ||
@@ -12,0 +13,0 @@ "lightGrey": { "value": "#E4E7EB" }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28371
415