@quadient/design-tokens
Advanced tools
Comparing version 0.0.4 to 0.0.5
/** | ||
* Do not edit directly | ||
* Generated on Fri, 30 Apr 2021 10:24:14 GMT | ||
* Generated on Mon, 03 May 2021 09:44:13 GMT | ||
*/ | ||
@@ -287,5 +287,5 @@ | ||
export const FontStrongFontFamily = "'Open Sans', sans-serif"; | ||
export const FontStrongSize = 13; | ||
export const FontStrongSize = 14; | ||
export const FontStrongLineHeight = "20px"; | ||
export const FontStrongWeight = 600; | ||
export const FontStrongWeight = 400; | ||
export const FontStrongFontStyle = "normal"; | ||
@@ -292,0 +292,0 @@ export const FontStrongLetterSpacing = 0; |
@@ -283,5 +283,5 @@ { | ||
"FontStrongFontFamily": "'Open Sans', sans-serif", | ||
"FontStrongSize": 13, | ||
"FontStrongSize": 14, | ||
"FontStrongLineHeight": "20px", | ||
"FontStrongWeight": 600, | ||
"FontStrongWeight": 400, | ||
"FontStrongFontStyle": "normal", | ||
@@ -288,0 +288,0 @@ "FontStrongLetterSpacing": 0, |
@@ -0,1 +1,5 @@ | ||
# 0.0.5 | ||
## Fixed | ||
- `fontSize` and `fontWeight` values of font `strong` for legacy theme | ||
# 0.0.4 | ||
@@ -2,0 +6,0 @@ ## Changed |
{ | ||
"name": "@quadient/design-tokens", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Quadient design tokens generator tool. As an output, various types of formats are generated based on configuration in json input files.", | ||
@@ -5,0 +5,0 @@ "main": "config.js", |
@@ -16,4 +16,4 @@ { | ||
"fontFamily": { "value": "'Open Sans', sans-serif" }, | ||
"size": { "value": 13, "unit": "px" }, | ||
"weight": { "value": 600 } | ||
"size": { "value": 14, "unit": "px" }, | ||
"weight": { "value": 400 } | ||
}, | ||
@@ -20,0 +20,0 @@ "heading": { |
Sorry, the diff of this file is not supported yet
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
310850