@zendeskgarden/css-variables
Advanced tools
Comparing version 6.4.6 to 6.4.7
@@ -38,3 +38,3 @@ /** | ||
zdColorKale400: '#90bbbb', | ||
zdColorKale500: '#467b7c', | ||
zdColorKale500: '#498283', | ||
zdColorKale600: '#17494d', | ||
@@ -108,3 +108,3 @@ zdColorKale700: '#03363d', | ||
zdColorGatherPink: '#f6c8be', | ||
zdColorGuidePink: '#ff6224', | ||
zdColorGuidePink: '#eb4962', | ||
zdColorMessageGreen: '#37b8af', | ||
@@ -111,0 +111,0 @@ zdColorSellGold: '#c38f00', |
@@ -31,3 +31,3 @@ { | ||
"zd-color-kale-400": "#90bbbb", | ||
"zd-color-kale-500": "#467b7c", | ||
"zd-color-kale-500": "#498283", | ||
"zd-color-kale-600": "#17494d", | ||
@@ -101,3 +101,3 @@ "zd-color-kale-700": "#03363d", | ||
"zd-color-gather-pink": "#f6c8be", | ||
"zd-color-guide-pink": "#ff6224", | ||
"zd-color-guide-pink": "#eb4962", | ||
"zd-color-message-green": "#37b8af", | ||
@@ -104,0 +104,0 @@ "zd-color-sell-gold": "#c38f00", |
@@ -38,3 +38,3 @@ /** | ||
zdColorKale400: '#90bbbb', | ||
zdColorKale500: '#467b7c', | ||
zdColorKale500: '#498283', | ||
zdColorKale600: '#17494d', | ||
@@ -108,3 +108,3 @@ zdColorKale700: '#03363d', | ||
zdColorGatherPink: '#f6c8be', | ||
zdColorGuidePink: '#ff6224', | ||
zdColorGuidePink: '#eb4962', | ||
zdColorMessageGreen: '#37b8af', | ||
@@ -111,0 +111,0 @@ zdColorSellGold: '#c38f00', |
{ | ||
"name": "@zendeskgarden/css-variables", | ||
"version": "6.4.6", | ||
"version": "6.4.7", | ||
"description": "Garden component CSS", | ||
@@ -19,9 +19,9 @@ "license": "Apache-2.0", | ||
"format": "prettier-package-json --write", | ||
"lint": "yarn lint:css && yarn lint:js && yarn lint:json && yarn lint:sass", | ||
"lint": "npm run lint:css && npm run lint:js && npm run lint:json && npm run lint:sass", | ||
"lint:css": "stylelint dist/index.css", | ||
"lint:js": "eslint scripts/*.js src/*.js dist/*.js", | ||
"lint:js": "eslint scripts/*.js src/*.js dist/*.js --max-warnings 0", | ||
"lint:json": "jsonlint dist/index.json -q", | ||
"lint:sass": "stylelint --config .sasslintrc dist/index.scss", | ||
"test": "yarn build && yarn lint", | ||
"watch": "watch 'yarn build' src --interval=.1" | ||
"test": "npm run build && npm run lint", | ||
"watch": "watch 'npm run build' src --interval=.1" | ||
}, | ||
@@ -37,3 +37,4 @@ "keywords": [ | ||
}, | ||
"style": "dist/index.css" | ||
"style": "dist/index.css", | ||
"gitHead": "db2fd512d2598fad3edabd5ed5409b19d2d9fcab" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37474
8