@clarityhub/unity-core
Advanced tools
Comparing version 1.8.0 to 1.8.7
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.opacify = exports.desaturate = exports.lighten = exports.darken = void 0; | ||
exports.opacify = exports.desaturate = exports.saturate = exports.lighten = exports.darken = void 0; | ||
@@ -41,2 +41,9 @@ var _color = _interopRequireDefault(require("color")); | ||
var saturate = function saturate(color) { | ||
var percentage = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0.1; | ||
return perform('saturate', color, percentage); | ||
}; | ||
exports.saturate = saturate; | ||
var desaturate = function desaturate(color) { | ||
@@ -43,0 +50,0 @@ var percentage = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0.1; |
{ | ||
"name": "@clarityhub/unity-core", | ||
"version": "1.8.0", | ||
"version": "1.8.7", | ||
"description": "Unity Design System for Clarity Hub", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
8252
294