@twilio-paste/design-tokens
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.3](https://github.com/twilio-labs/paste/compare/@twilio-paste/design-tokens@3.0.2...@twilio-paste/design-tokens@3.0.3) (2019-11-20) | ||
### Bug Fixes | ||
* remap console semibold to medium font weight ([#195](https://github.com/twilio-labs/paste/issues/195)) ([c01f6b3](https://github.com/twilio-labs/paste/commit/c01f6b30cb0d9d9f24b1a8556b07bee8060f9052)) | ||
## [3.0.2](https://github.com/twilio-labs/paste/compare/@twilio-paste/design-tokens@3.0.1...@twilio-paste/design-tokens@3.0.2) (2019-11-18) | ||
@@ -8,0 +19,0 @@ |
@@ -105,3 +105,3 @@ export declare const borderRadius0 = "0"; | ||
export declare const fontWeightNormal = "400"; | ||
export declare const fontWeightSemibold = "600"; | ||
export declare const fontWeightSemibold = "500"; | ||
export declare const lineHeight10 = "1rem"; | ||
@@ -264,3 +264,3 @@ export declare const lineHeight100 = "3.25rem"; | ||
fontWeightNormal: 400; | ||
fontWeightSemibold: 600; | ||
fontWeightSemibold: 500; | ||
}; | ||
@@ -267,0 +267,0 @@ export declare const lineHeights: { |
@@ -105,3 +105,3 @@ const borderRadius0 = "0"; | ||
const fontWeightNormal = "400"; | ||
const fontWeightSemibold = "600"; | ||
const fontWeightSemibold = "500"; | ||
const lineHeight10 = "1rem"; | ||
@@ -108,0 +108,0 @@ const lineHeight100 = "3.25rem"; |
@@ -105,3 +105,3 @@ export declare const borderRadius0 = "0"; | ||
export declare const fontWeightNormal = "400"; | ||
export declare const fontWeightSemibold = "600"; | ||
export declare const fontWeightSemibold = "500"; | ||
export declare const lineHeight10 = "1rem"; | ||
@@ -264,3 +264,3 @@ export declare const lineHeight100 = "3.25rem"; | ||
fontWeightNormal: 400; | ||
fontWeightSemibold: 600; | ||
fontWeightSemibold: 500; | ||
}; | ||
@@ -267,0 +267,0 @@ export declare const lineHeights: { |
@@ -105,3 +105,3 @@ export const borderRadius0 = "0"; | ||
export const fontWeightNormal = "400"; | ||
export const fontWeightSemibold = "600"; | ||
export const fontWeightSemibold = "500"; | ||
export const lineHeight10 = "1rem"; | ||
@@ -108,0 +108,0 @@ export const lineHeight100 = "3.25rem"; |
@@ -32,3 +32,3 @@ { | ||
"categoryName": "font-weights", | ||
"tokens": [{"category":"font-weight","type":"font-weight","value":"700","comment":"Font weight for bold weight","originalValue":"{!font-weight-bold}","name":"font-weight-bold"},{"category":"font-weight","type":"font-weight","value":"300","comment":"Font weight for light weight","originalValue":"{!font-weight-light}","name":"font-weight-light"},{"category":"font-weight","type":"font-weight","value":"500","comment":"Font weight for medium weight","originalValue":"{!font-weight-medium}","name":"font-weight-medium"},{"category":"font-weight","type":"font-weight","value":"400","comment":"Font weight for normal weight","originalValue":"{!font-weight-normal}","name":"font-weight-normal"},{"category":"font-weight","type":"font-weight","value":"600","comment":"Font weight for semibold weight","originalValue":"{!font-weight-semibold}","name":"font-weight-semibold"}] | ||
"tokens": [{"category":"font-weight","type":"font-weight","value":"700","comment":"Font weight for bold weight","originalValue":"{!font-weight-bold}","name":"font-weight-bold"},{"category":"font-weight","type":"font-weight","value":"300","comment":"Font weight for light weight","originalValue":"{!font-weight-light}","name":"font-weight-light"},{"category":"font-weight","type":"font-weight","value":"500","comment":"Font weight for medium weight","originalValue":"{!font-weight-medium}","name":"font-weight-medium"},{"category":"font-weight","type":"font-weight","value":"400","comment":"Font weight for normal weight","originalValue":"{!font-weight-normal}","name":"font-weight-normal"},{"category":"font-weight","type":"font-weight","value":"500","comment":"Font weight for semibold weight","originalValue":"{!font-weight-medium}","name":"font-weight-semibold"}] | ||
}, | ||
@@ -35,0 +35,0 @@ { |
@@ -508,3 +508,3 @@ { | ||
"type": "font-weight", | ||
"value": "600", | ||
"value": "500", | ||
"comment": "Font weight for semibold weight", | ||
@@ -511,0 +511,0 @@ "name": "fontWeightSemibold" |
@@ -74,3 +74,3 @@ { | ||
"font-weight-medium": "500", | ||
"font-weight-semibold": "600", | ||
"font-weight-semibold": "500", | ||
"font-weight-bold": "700", | ||
@@ -77,0 +77,0 @@ "line-height-110": "3.75rem", |
@@ -1092,5 +1092,5 @@ { | ||
"type": "font-weight", | ||
"value": "600", | ||
"value": "500", | ||
"comment": "Font weight for semibold weight", | ||
"originalValue": "{!font-weight-semibold}", | ||
"originalValue": "{!font-weight-medium}", | ||
"name": "font-weight-semibold" | ||
@@ -1097,0 +1097,0 @@ }, |
{ | ||
"name": "@twilio-paste/design-tokens", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.", | ||
@@ -39,3 +39,3 @@ "main": "dist/tokens.common.js", | ||
}, | ||
"gitHead": "81fa3b2dce380ff7b0de620614ce77ac55b405c3" | ||
"gitHead": "29779d04d87a10d0f5200bfcb090e00b7e74b2e3" | ||
} |
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
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
462203