@fastkit/color
Advanced tools
Comparing version 0.8.18 to 0.9.0
@@ -816,5 +816,6 @@ 'use strict'; | ||
else if (maybeHSL(mixSource)) { | ||
const { h, s, l, a } = parseColorSource(mixSource); | ||
mixSource = { | ||
...this.hslaJSON(), | ||
...mixSource, | ||
...{ h, s, l, a }, | ||
}; | ||
@@ -821,0 +822,0 @@ options = { |
@@ -816,5 +816,6 @@ 'use strict'; | ||
else if (maybeHSL(mixSource)) { | ||
const { h, s, l, a } = parseColorSource(mixSource); | ||
mixSource = { | ||
...this.hslaJSON(), | ||
...mixSource, | ||
...{ h, s, l, a }, | ||
}; | ||
@@ -821,0 +822,0 @@ options = { |
{ | ||
"name": "@fastkit/color", | ||
"version": "0.8.18", | ||
"description": "@fastkit/color", | ||
"version": "0.9.0", | ||
"description": "Value object implementation for controlling \"color\".", | ||
"buildOptions": { | ||
"name": "Color" | ||
}, | ||
"_docs": { | ||
"scope": "", | ||
"feature": "color", | ||
"description": { | ||
"en": "Value object implementation for controlling \"color\".", | ||
"ja": "「色」をコントロールするための値オブジェクト実装。" | ||
} | ||
}, | ||
"main": "index.js", | ||
@@ -30,4 +38,4 @@ "module": "dist/color.mjs", | ||
"dependencies": { | ||
"@fastkit/tiny-logger": "0.8.18" | ||
"@fastkit/tiny-logger": "0.9.0" | ||
} | ||
} |
@@ -1,1 +0,4 @@ | ||
# @fastkit/color | ||
# @fastkit/color | ||
## Documentation | ||
https://dadajam4.github.io/fastkit/color/ |
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
97860
8
3320
5
+ Added@fastkit/helpers@0.9.0(transitive)
+ Added@fastkit/tiny-logger@0.9.0(transitive)
- Removed@fastkit/helpers@0.8.18(transitive)
- Removed@fastkit/tiny-logger@0.8.18(transitive)
Updated@fastkit/tiny-logger@0.9.0