@postenbring/hedwig-tokens
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@postenbring/hedwig-tokens", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"sideEffects": false, | ||
@@ -12,11 +12,11 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "20.11.5", | ||
"@types/node": "20.11.30", | ||
"color2k": "2.0.3", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-custom": "*", | ||
"style-dictionary": "3.9.2", | ||
"style-dictionary-utils": "2.0.7", | ||
"style-dictionary-utils": "2.2.1", | ||
"tailwindcss": "3.4.1", | ||
"tsx": "4.7.0", | ||
"typescript": "^5.3.3", | ||
"tsx": "4.7.1", | ||
"typescript": "^5.4.3", | ||
"hedwig-tsconfig": "0.0.0" | ||
@@ -23,0 +23,0 @@ }, |
@@ -44,15 +44,16 @@ export const PostenColorsSignatureRed : "#e32d22"; | ||
export const BreakpointXlarge : "1200px"; | ||
export const SpacingSmall1 : "4px"; | ||
export const SpacingSmall2 : "8px"; | ||
export const SpacingSmall3 : "12px"; | ||
export const SpacingSmall4 : "16px"; | ||
export const SpacingMedium1 : "20px"; | ||
export const SpacingMedium2 : "24px"; | ||
export const SpacingMedium3 : "32px"; | ||
export const SpacingMedium4 : "40px"; | ||
export const SpacingLarge1 : "48px"; | ||
export const SpacingLarge2 : "64px"; | ||
export const SpacingLarge3 : "80px"; | ||
export const SpacingLarge4 : "120px"; | ||
export const SpacingLarge5 : "160px"; | ||
export const Spacing4 : "4px"; | ||
export const Spacing8 : "8px"; | ||
export const Spacing12 : "12px"; | ||
export const Spacing16 : "16px"; | ||
export const Spacing20 : "20px"; | ||
export const Spacing24 : "24px"; | ||
export const Spacing32 : "32px"; | ||
export const Spacing40 : "40px"; | ||
export const Spacing48 : "48px"; | ||
export const Spacing64 : "64px"; | ||
export const Spacing80 : "80px"; | ||
export const Spacing120 : "120px"; | ||
export const Spacing160 : "160px"; | ||
export const NavbarHeight : "112px"; | ||
export const FontsPostenSans : string[]; | ||
@@ -59,0 +60,0 @@ export const FontsPostenSansBold : string[]; |
@@ -52,17 +52,18 @@ { | ||
"spacing": { | ||
"$type": "dimension", | ||
"small-1": "4px", | ||
"small-2": "8px", | ||
"small-3": "12px", | ||
"small-4": "16px", | ||
"medium-1": "20px", | ||
"medium-2": "24px", | ||
"medium-3": "32px", | ||
"medium-4": "40px", | ||
"large-1": "48px", | ||
"large-2": "64px", | ||
"large-3": "80px", | ||
"large-4": "120px", | ||
"large-5": "160px" | ||
"4": "4px", | ||
"8": "8px", | ||
"12": "12px", | ||
"16": "16px", | ||
"20": "20px", | ||
"24": "24px", | ||
"32": "32px", | ||
"40": "40px", | ||
"48": "48px", | ||
"64": "64px", | ||
"80": "80px", | ||
"120": "120px", | ||
"160": "160px", | ||
"$type": "dimension" | ||
}, | ||
"navbar-height": "112px", | ||
"fonts": { | ||
@@ -69,0 +70,0 @@ "$type": "fontFamily", |
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
58601
9
1303