@postenbring/hedwig-tokens
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@postenbring/hedwig-tokens", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"sideEffects": false, | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "20.12.7", | ||
"@types/node": "20.12.12", | ||
"color2k": "2.0.3", | ||
@@ -18,5 +18,5 @@ "eslint": "^8.57.0", | ||
"style-dictionary": "3.9.2", | ||
"style-dictionary-utils": "2.2.1", | ||
"style-dictionary-utils": "2.3.0", | ||
"tailwindcss": "3.4.3", | ||
"tsx": "4.7.2", | ||
"tsx": "4.10.5", | ||
"typescript": "^5.4.5", | ||
@@ -23,0 +23,0 @@ "hedwig-tsconfig": "0.0.0" |
@@ -62,3 +62,2 @@ export const PostenColorsSignatureRed : "#e32d22"; | ||
export const FontsPostenSansRegular : string[]; | ||
export const FontsPostenSansLight : string[]; | ||
export const TypographyPostenH1Display : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string }; | ||
@@ -65,0 +64,0 @@ export const TypographyPostenH1 : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string }; |
@@ -89,7 +89,2 @@ { | ||
"sans-serif" | ||
], | ||
"posten-sans-light": [ | ||
"Posten Sans Light", | ||
"Arial", | ||
"sans-serif" | ||
] | ||
@@ -164,3 +159,3 @@ }, | ||
], | ||
"fontWeight": 300, | ||
"fontWeight": 500, | ||
"letterSpacing": "0" | ||
@@ -182,3 +177,3 @@ }, | ||
], | ||
"fontWeight": 300, | ||
"fontWeight": 500, | ||
"letterSpacing": "0" | ||
@@ -200,3 +195,3 @@ }, | ||
], | ||
"fontWeight": 400, | ||
"fontWeight": 500, | ||
"letterSpacing": "0" | ||
@@ -484,5 +479,5 @@ }, | ||
"posten-h2": 500, | ||
"bring-h1-display": 300, | ||
"bring-h1": 300, | ||
"bring-h2": 400, | ||
"bring-h1-display": 500, | ||
"bring-h1": 500, | ||
"bring-h2": 500, | ||
"h3": 400, | ||
@@ -489,0 +484,0 @@ "h3-title": 500, |
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
58443
1300