@servicetitan/tokens
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -116,2 +116,4 @@ module.exports = { | ||
typescale6: "32px", | ||
zIndexNotification: "1100", | ||
zIndexModal: "1000", | ||
}; |
{ | ||
"name": "@servicetitan/tokens", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "", | ||
@@ -8,3 +8,3 @@ "main": "./dist/tokens.common.js", | ||
"start": "npm-run-all watch --silent", | ||
"build": "npm-run-all build:init build:tokens build:color-map build:spacing-map --silent", | ||
"build": "npm-run-all build:init build:tokens build:color-map build:spacing-map build:z-index-map --silent", | ||
"build:init": "rimraf dist", | ||
@@ -14,2 +14,3 @@ "build:tokens": "theo ./src/tokens.json --transform web --format scss,less,common.js --dest ./dist", | ||
"build:spacing-map": "theo ./src/spacing.json --transform web --format map.scss --dest ./dist", | ||
"build:z-index-map": "theo ./src/z-index.json --transform web --format map.scss --dest ./dist", | ||
"watch": "chokidar \"src/**/*.json\" -c \"npm run build\"" | ||
@@ -24,3 +25,3 @@ }, | ||
}, | ||
"gitHead": "3b66afc248a326a60706d909541b105c797b3aa0" | ||
"gitHead": "6dcd7c4929b518bd53a5dbf917f4e3842d2fd698" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16134
7
117