vega-typings
Advanced tools
Comparing version 0.14.1 to 0.14.2
{ | ||
"name": "vega-typings", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "Typings for Vega.", | ||
@@ -5,0 +5,0 @@ "types": "types", |
@@ -18,2 +18,3 @@ import { | ||
import { | ||
Blend, | ||
ColorValueRef, | ||
@@ -140,2 +141,9 @@ Gradient, | ||
/** | ||
* The color blend mode for drawing an item on its current background. Any valid [CSS mix-blend-mode](https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode) value can be used. | ||
* | ||
* __Default value: `"source-over"` | ||
*/ | ||
blend?: Blend; | ||
// ---------- Stroke Style ---------- | ||
@@ -142,0 +150,0 @@ /** |
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
129995
4081