@postenbring/hedwig-tokens
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@postenbring/hedwig-tokens", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"sideEffects": false, | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "20.10.6", | ||
"@types/node": "20.10.7", | ||
"color2k": "2.0.3", | ||
@@ -19,3 +19,3 @@ "eslint": "^8.56.0", | ||
"style-dictionary-utils": "2.0.7", | ||
"tailwindcss": "3.4.0", | ||
"tailwindcss": "3.4.1", | ||
"tsx": "4.7.0", | ||
@@ -22,0 +22,0 @@ "typescript": "^5.3.3", |
{ | ||
"posten-colors": { | ||
"type": "color", | ||
"$type": "color", | ||
"signature-red": "#e32d22", | ||
@@ -13,3 +13,3 @@ "darker-red": "#4a1011", | ||
"bring-colors": { | ||
"type": "color", | ||
"$type": "color", | ||
"signature-green": "#7bc144", | ||
@@ -24,3 +24,3 @@ "darker-green": "#002f19", | ||
"ui-colors": { | ||
"type": "color", | ||
"$type": "color", | ||
"black": "#000000", | ||
@@ -39,3 +39,3 @@ "dark-grey": "#6e6e6e", | ||
"dark-mode-colors": { | ||
"type": "color", | ||
"$type": "color", | ||
"obsidian": "#121212", | ||
@@ -48,3 +48,3 @@ "coal": "#252525", | ||
"spacing": { | ||
"type": "dimension", | ||
"$type": "dimension", | ||
"small-1": "4px", | ||
@@ -65,3 +65,3 @@ "small-2": "8px", | ||
"fonts": { | ||
"type": "fontFamily", | ||
"$type": "fontFamily", | ||
"posten-sans": [ | ||
@@ -94,3 +94,3 @@ "Posten Sans", | ||
"typography": { | ||
"type": "typography", | ||
"$type": "typography", | ||
"posten-h1-display": { | ||
@@ -483,3 +483,3 @@ "fontFamily": [ | ||
"micro-animation-duration": { | ||
"type": "time", | ||
"$type": "time", | ||
"quick": "0.130s", | ||
@@ -490,3 +490,3 @@ "normal": "0.300s", | ||
"breakpoints": { | ||
"type": "dimension", | ||
"$type": "dimension", | ||
"small": "460px", | ||
@@ -493,0 +493,0 @@ "medium": "720px", |
Sorry, the diff of this file is not supported yet
75024