vtex-tachyons
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -10,2 +10,16 @@ # Changelog | ||
## [2.7.0] - 2018-08-13 | ||
### Added | ||
- Add `.visited-c-link`, `.hover-c-link`, `.active-c-link` and `.c-link` | ||
- Add `.active-` classes | ||
- Add missing `.c-action-primary` and `.c-action-secondary` | ||
### Fixed | ||
- Fix background colors | ||
- Fix hover background colors | ||
- Fix border colors | ||
- Fix hover border colors | ||
- Fix `.c-disabed` color | ||
## [2.6.0] - 2018-08-10 | ||
@@ -12,0 +26,0 @@ |
@@ -82,3 +82,3 @@ module.exports = { | ||
}, | ||
"colorTokens": { | ||
"semanticColors": { | ||
"background": { | ||
@@ -136,4 +136,5 @@ "base": "#ffffff", | ||
"text": { | ||
"action-primary": "#134cd8", | ||
"action-secondary": "#eef3f7", | ||
"link": "#134cd8", | ||
"link--visited": "#0c389f", | ||
"emphasis": "#f71963", | ||
@@ -153,6 +154,10 @@ "disabled": "#979899", | ||
}, | ||
"visited-text": { | ||
"link": "#0c389f", | ||
}, | ||
"hover-text": { | ||
"action-primary": "#0c389f", | ||
"action-secondary": "#dbe9fd", | ||
"link": "#0c389f", | ||
"emphasis": "#dd1659", | ||
"disabled": "#979899", | ||
"success": "#8bc34a", | ||
@@ -168,3 +173,2 @@ "success--faded": "#eafce3", | ||
"emphasis": "#dd1659", | ||
"disabled": "#979899", | ||
"success": "#8bc34a", | ||
@@ -200,3 +204,3 @@ "success--faded": "#eafce3", | ||
"success--faded": "#eafce3", | ||
"danger": "#ff4c4c", | ||
"danger": "#e13232", | ||
"danger--faded": "#ffe6e6", | ||
@@ -255,8 +259,3 @@ "warning": "#ffb100", | ||
"warning": "#ffffff", | ||
"warning--faded": "#1a1a1a", | ||
"muted-1": "#ffffff", | ||
"muted-2": "#ffffff", | ||
"muted-3": "#3f3f40", | ||
"muted-4": "#3f3f40", | ||
"muted-5": "#3f3f40" | ||
"warning--faded": "#1a1a1a" | ||
}, | ||
@@ -272,8 +271,3 @@ "active-on": { | ||
"warning": "#ffffff", | ||
"warning--faded": "#1a1a1a", | ||
"muted-1": "#ffffff", | ||
"muted-2": "#ffffff", | ||
"muted-3": "#3f3f40", | ||
"muted-4": "#3f3f40", | ||
"muted-5": "#3f3f40" | ||
"warning--faded": "#1a1a1a" | ||
}, | ||
@@ -280,0 +274,0 @@ }, |
@@ -104,3 +104,3 @@ { | ||
}, | ||
"colorTokens": { | ||
"semanticColors": { | ||
"background": { | ||
@@ -158,4 +158,5 @@ "base": "#ffffff", | ||
"text": { | ||
"action-primary": "#134cd8", | ||
"action-secondary": "#eef3f7", | ||
"link": "#134cd8", | ||
"link--visited": "#0c389f", | ||
"emphasis": "#f71963", | ||
@@ -175,6 +176,10 @@ "disabled": "#979899", | ||
}, | ||
"visited-text": { | ||
"link": "#0c389f" | ||
}, | ||
"hover-text": { | ||
"action-primary": "#0c389f", | ||
"action-secondary": "#dbe9fd", | ||
"link": "#0c389f", | ||
"emphasis": "#dd1659", | ||
"disabled": "#979899", | ||
"success": "#8bc34a", | ||
@@ -190,3 +195,2 @@ "success--faded": "#eafce3", | ||
"emphasis": "#dd1659", | ||
"disabled": "#979899", | ||
"success": "#8bc34a", | ||
@@ -222,3 +226,3 @@ "success--faded": "#eafce3", | ||
"success--faded": "#eafce3", | ||
"danger": "#ff4c4c", | ||
"danger": "#e13232", | ||
"danger--faded": "#ffe6e6", | ||
@@ -277,8 +281,3 @@ "warning": "#ffb100", | ||
"warning": "#ffffff", | ||
"warning--faded": "#1a1a1a", | ||
"muted-1": "#ffffff", | ||
"muted-2": "#ffffff", | ||
"muted-3": "#3f3f40", | ||
"muted-4": "#3f3f40", | ||
"muted-5": "#3f3f40" | ||
"warning--faded": "#1a1a1a" | ||
}, | ||
@@ -294,8 +293,3 @@ "active-on": { | ||
"warning": "#ffffff", | ||
"warning--faded": "#1a1a1a", | ||
"muted-1": "#ffffff", | ||
"muted-2": "#ffffff", | ||
"muted-3": "#3f3f40", | ||
"muted-4": "#3f3f40", | ||
"muted-5": "#3f3f40" | ||
"warning--faded": "#1a1a1a" | ||
} | ||
@@ -302,0 +296,0 @@ }, |
const fs = require('fs') | ||
const path = require('path') | ||
const tachyonsGenerator = require('tachyons-generator') | ||
const tachyonsGenerator = require('@vtex/tachyons-generator') | ||
const config = require('./config.js') | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "vtex-tachyons", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "A custom Tachyons for VTEX", | ||
@@ -24,4 +24,4 @@ "main": "tachyons.css", | ||
"devDependencies": { | ||
"tachyons-generator": "git+https://github.com/vtex/tachyons-generator.git#v0.23.1-vtex" | ||
"@vtex/tachyons-generator": "^0.24.0" | ||
} | ||
} |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1292904
9170