@postenbring/hedwig-tokens
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@postenbring/hedwig-tokens", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"sideEffects": false, | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "22.7.4", | ||
"@types/node": "22.9.0", | ||
"color2k": "2.0.3", | ||
@@ -19,5 +19,5 @@ "eslint": "^8.57.0", | ||
"style-dictionary-utils": "2.4.1", | ||
"tailwindcss": "3.4.13", | ||
"tsx": "4.19.1", | ||
"typescript": "^5.6.2", | ||
"tailwindcss": "3.4.14", | ||
"tsx": "4.19.2", | ||
"typescript": "^5.6.3", | ||
"hedwig-tsconfig": "0.0.0" | ||
@@ -24,0 +24,0 @@ }, |
@@ -78,2 +78,6 @@ export const PostenColorsSignatureRed : "#e32d22"; | ||
export const TypographyCaptionTitle : { fontFamily: string[], fontSize: string, lineHeight: string, fontWeight: number, letterSpacing: string }; | ||
export const BorderRadius8 : "8px"; | ||
export const BorderRadius16 : "16px"; | ||
export const BorderRadius24 : "24px"; | ||
export const BorderRadius32 : "32px"; | ||
export const BorderRadius : "2px"; | ||
@@ -80,0 +84,0 @@ export const StrokeDefault : "1px"; |
@@ -354,3 +354,9 @@ { | ||
}, | ||
"border-radius": "2px", | ||
"border-radius": { | ||
"8": "8px", | ||
"16": "16px", | ||
"24": "24px", | ||
"32": "32px", | ||
"_": "2px" | ||
}, | ||
"stroke-default": "1px", | ||
@@ -357,0 +363,0 @@ "stroke-thick": "2px", |
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
59206
1329