@equinor/eds-tokens
Advanced tools
Comparing version 0.5.8 to 0.6.0
@@ -8,2 +8,14 @@ # Changelog | ||
## [0.6.0] - 2021-05-28 | ||
### Added | ||
- New `Typography` token [(#1370)](https://github.com/equinor/design-system/issues/1370) | ||
- `menu_title_hover` | ||
### Changed | ||
- Updated `Typography` tokens [(#1370)](https://github.com/equinor/design-system/issues/1370) | ||
- Reduced line-height on `h1`, `h2` & `h3` | ||
## [0.5.8] - 2021-05-06 | ||
@@ -10,0 +22,0 @@ |
@@ -505,3 +505,3 @@ 'use strict'; | ||
fontWeight: 700, | ||
lineHeight: '1.500em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -514,3 +514,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.500em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -523,3 +523,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.429em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -532,3 +532,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.667em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -633,2 +633,11 @@ }, | ||
}, | ||
menu_title_hover: { | ||
color: 'rgba(61, 61, 61, 1)', | ||
fontFamily: 'Equinor', | ||
fontSize: '1.000rem', | ||
fontWeight: 700, | ||
letterSpacing: '0.013em', | ||
lineHeight: '1.000em', | ||
textAlign: 'left', | ||
}, | ||
}, | ||
@@ -635,0 +644,0 @@ input: { |
@@ -501,3 +501,3 @@ const clickbounds = { | ||
fontWeight: 700, | ||
lineHeight: '1.500em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -510,3 +510,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.500em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -519,3 +519,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.429em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -528,3 +528,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.667em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -629,2 +629,11 @@ }, | ||
}, | ||
menu_title_hover: { | ||
color: 'rgba(61, 61, 61, 1)', | ||
fontFamily: 'Equinor', | ||
fontSize: '1.000rem', | ||
fontWeight: 700, | ||
letterSpacing: '0.013em', | ||
lineHeight: '1.000em', | ||
textAlign: 'left', | ||
}, | ||
}, | ||
@@ -631,0 +640,0 @@ input: { |
@@ -507,3 +507,3 @@ (function (global, factory) { | ||
fontWeight: 700, | ||
lineHeight: '1.500em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -516,3 +516,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.500em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -525,3 +525,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.429em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -534,3 +534,3 @@ }, | ||
fontWeight: 400, | ||
lineHeight: '1.667em', | ||
lineHeight: '1.250em', | ||
textAlign: 'left', | ||
@@ -635,2 +635,11 @@ }, | ||
}, | ||
menu_title_hover: { | ||
color: 'rgba(61, 61, 61, 1)', | ||
fontFamily: 'Equinor', | ||
fontSize: '1.000rem', | ||
fontWeight: 700, | ||
letterSpacing: '0.013em', | ||
lineHeight: '1.000em', | ||
textAlign: 'left', | ||
}, | ||
}, | ||
@@ -637,0 +646,0 @@ input: { |
@@ -620,2 +620,11 @@ export declare const tokens: { | ||
}; | ||
menu_title_hover: { | ||
color: string; | ||
fontFamily: string; | ||
fontSize: string; | ||
fontWeight: number; | ||
letterSpacing: string; | ||
lineHeight: string; | ||
textAlign: string; | ||
}; | ||
}; | ||
@@ -622,0 +631,0 @@ input: { |
@@ -132,2 +132,11 @@ export declare const typography: { | ||
}; | ||
menu_title_hover: { | ||
color: string; | ||
fontFamily: string; | ||
fontSize: string; | ||
fontWeight: number; | ||
letterSpacing: string; | ||
lineHeight: string; | ||
textAlign: string; | ||
}; | ||
}; | ||
@@ -134,0 +143,0 @@ input: { |
{ | ||
"name": "@equinor/eds-tokens", | ||
"version": "0.5.8", | ||
"version": "0.6.0", | ||
"description": "Design tokens for the Equinor Design System", | ||
@@ -5,0 +5,0 @@ "main": "dist/tokens.cjs.js", |
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
153357
4555