Comparing version 1.7.2 to 1.8.0
@@ -10,2 +10,3 @@ const gulp = require('gulp'); | ||
const LessPluginInlineUrls = require('less-plugin-inline-urls'); | ||
const LessPluginFunctions = require('less-plugin-functions'); | ||
const autoprefixPlugin = new LessPluginAutoPrefix({ | ||
@@ -21,3 +22,4 @@ browsers: [ | ||
autoprefixPlugin, | ||
LessPluginInlineUrls | ||
LessPluginInlineUrls, | ||
new LessPluginFunctions(), | ||
] | ||
@@ -31,4 +33,2 @@ }; | ||
brandPrimary: '#f37327', | ||
brandPrimaryHover: `hsv(round(${prevHue}), round(${prevSat} - 10%), round(${prevValue}))`, | ||
brandPrimaryFocus: `hsv(round(${prevHue}), round(${prevSat} + 10%), round(${prevValue}))`, | ||
} | ||
@@ -44,4 +44,3 @@ | ||
color: assign({}, prevColors, { | ||
brandPrimary: '#2599f2', | ||
brandPrimaryFocus: `hsv(round(${prevHue}), round(${prevSat}), round(${prevValue} - 8%))`, | ||
brandPrimary: '#498EE6', | ||
}), | ||
@@ -53,4 +52,2 @@ }, | ||
brandPrimary: '#40b370', | ||
brandPrimaryHover: `hsv(round(${prevHue}), round(${prevSat}), round(${prevValue} + 5%))`, | ||
brandPrimaryFocus: `hsv(round(${prevHue}), round(${prevSat}), round(${prevValue} - 5%))`, | ||
}) | ||
@@ -57,0 +54,0 @@ }, |
# history | ||
## 1.8.0 | ||
* `CHANHED` new color generation rule | ||
## 1.7.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "kuma-base", | ||
"version": "1.7.2", | ||
"version": "1.8.0", | ||
"description": "base for kuma", | ||
@@ -26,9 +26,9 @@ "main": "index.js", | ||
"gulp-rename": "^1.2.2", | ||
"object-assign": "^4.1.1", | ||
"less-plugin-autoprefix": "^1.5.1", | ||
"less-plugin-functions": "^1.0.0", | ||
"less-plugin-glob": "^1.1.1", | ||
"less-plugin-inline-urls": "~1.1.0" | ||
"less-plugin-inline-urls": "~1.1.0", | ||
"object-assign": "^4.1.1" | ||
}, | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
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
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
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
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
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
3755
2321479
10