@servicetitan/tokens
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -110,2 +110,3 @@ declare const tokens: { | ||
spacingHalf: string; | ||
typescale0: string; | ||
typescale1: string; | ||
@@ -112,0 +113,0 @@ typescale2: string; |
@@ -113,2 +113,3 @@ "use strict"; | ||
spacingHalf: '4px', | ||
typescale0: '10px', | ||
typescale1: '12px', | ||
@@ -115,0 +116,0 @@ typescale2: '14px', |
@@ -112,2 +112,3 @@ // Source: tokens | ||
spacingHalf: '4px', | ||
typescale0: '10px', | ||
typescale1: '12px', | ||
@@ -114,0 +115,0 @@ typescale2: '14px', |
{ | ||
"name": "@servicetitan/tokens", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "", | ||
@@ -10,6 +10,9 @@ "main": "./dist/tokens.js", | ||
"build:init": "rimraf dist", | ||
"build:style-dictionary": "npm-run-all build:variables build:maps build:typescript", | ||
"build:style-dictionary": "npm-run-all build:variables build:maps build:typescript build:message", | ||
"build:variables": "node ./build-variables.js", | ||
"build:typescript": "tsc", | ||
"build:maps": "node ./build-maps.js", | ||
"prebuild:message": "echo \" \"", | ||
"build:message": "echo \"🎉 Anvil Tokens built\"", | ||
"postbuild:message": "echo \" \"", | ||
"watch": "chokidar \"src/**/*.*\" -c \"npm run build\"" | ||
@@ -24,3 +27,3 @@ }, | ||
}, | ||
"gitHead": "989ba2c413edf2e12ceca2365291bf5c4a6f5039" | ||
"gitHead": "b79544b168f8bef20a9900e29b11e565f96c7b28" | ||
} |
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
30095
387