@nivo/colors
Advanced tools
Comparing version 0.76.0 to 0.77.0
@@ -89,2 +89,3 @@ /// <reference types="react" /> | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "fill">>>; | ||
@@ -96,2 +97,3 @@ link: Partial<{ | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>; | ||
@@ -103,2 +105,3 @@ outline: Partial<{ | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>; | ||
@@ -109,2 +112,3 @@ symbol: Partial<{ | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "fill">>>; | ||
@@ -173,2 +177,3 @@ }>; | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "fill">>>; | ||
@@ -180,2 +185,3 @@ link: Partial<{ | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>; | ||
@@ -187,2 +193,3 @@ outline: Partial<{ | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "stroke" | "strokeWidth">>>; | ||
@@ -193,2 +200,3 @@ symbol: Partial<{ | ||
outlineColor: string; | ||
outlineOpacity: number; | ||
} & Partial<Omit<import("react").CSSProperties, "fill">>>; | ||
@@ -195,0 +203,0 @@ }>; |
{ | ||
"name": "@nivo/colors", | ||
"version": "0.76.0", | ||
"version": "0.77.0", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"devDependencies": { | ||
"@nivo/core": "0.76.0", | ||
"@nivo/core": "0.77.0", | ||
"@types/d3-color": "^2.0.0", | ||
@@ -39,3 +39,3 @@ "@types/d3-scale-chromatic": "^2.0.0", | ||
"peerDependencies": { | ||
"@nivo/core": "0.76.0", | ||
"@nivo/core": "0.77.0", | ||
"prop-types": ">= 15.5.10 < 16.0.0", | ||
@@ -47,3 +47,3 @@ "react": ">= 16.14.0 < 18.0.0" | ||
}, | ||
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f" | ||
"gitHead": "986b0c0b806e7580d74a81e4e61069b60c9ee5f7" | ||
} |
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
137245
568