@postenbring/hedwig-tokens
Advanced tools
Comparing version 0.0.0-link-component-20231112202102 to 0.0.0-nQUf1bl4-description-list-20231116194057
{ | ||
"name": "@postenbring/hedwig-tokens", | ||
"version": "0.0.0-link-component-20231112202102", | ||
"version": "0.0.0-nQUf1bl4-description-list-20231116194057", | ||
"sideEffects": false, | ||
@@ -8,3 +8,4 @@ "license": "MIT", | ||
"assets/**", | ||
"tokens-output/**" | ||
"tokens-output/**", | ||
"tailwind.config.js" | ||
], | ||
@@ -19,9 +20,8 @@ "scripts": { | ||
"@types/node": "20.9.0", | ||
"eslint": "^8.48.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-custom": "*", | ||
"sd-tailwindcss-transformer": "1.4.0", | ||
"style-dictionary": "3.9.0", | ||
"style-dictionary-utils": "2.0.1", | ||
"tsconfig": "*", | ||
"tsx": "4.1.0", | ||
"tsx": "4.1.1", | ||
"typescript": "^5.2.2" | ||
@@ -28,0 +28,0 @@ }, |
@@ -83,1 +83,5 @@ export const PostenColorsSignatureRed : "#e32d22"; | ||
export const BreakpointsXlarge : "1200px"; | ||
export const Opacity7 : ".07"; | ||
export const Opacity10 : ".1"; | ||
export const Opacity20 : ".2"; | ||
export const Opacity50 : ".5"; |
@@ -78,3 +78,7 @@ { | ||
"breakpoints-large": "940px", | ||
"breakpoints-xlarge": "1200px" | ||
"breakpoints-xlarge": "1200px", | ||
"opacity-7": ".07", | ||
"opacity-10": ".1", | ||
"opacity-20": ".2", | ||
"opacity-50": ".5" | ||
} |
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
970056
8
547