@nivo/colors
Advanced tools
Comparing version 0.75.0 to 0.76.0
@@ -29,3 +29,3 @@ /// <reference types="react" /> | ||
*/ | ||
export declare const getInheritedColorGenerator: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "fontFamily" | "fontSize" | "background" | "textColor"> & { | ||
export declare const getInheritedColorGenerator: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "background" | "fontFamily" | "fontSize" | "textColor"> & { | ||
crosshair: Partial<{ | ||
@@ -110,3 +110,3 @@ line: Partial<{ | ||
}> | undefined) => InheritedColorConfigCustomFunction<Datum> | ((d: Datum) => any); | ||
export declare const useInheritedColor: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "fontFamily" | "fontSize" | "background" | "textColor"> & { | ||
export declare const useInheritedColor: <Datum = any>(config: InheritedColorConfig<Datum>, theme?: Partial<Pick<import("@nivo/core").CompleteTheme, "background" | "fontFamily" | "fontSize" | "textColor"> & { | ||
crosshair: Partial<{ | ||
@@ -113,0 +113,0 @@ line: Partial<{ |
{ | ||
"name": "@nivo/colors", | ||
"version": "0.75.0", | ||
"version": "0.76.0", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"devDependencies": { | ||
"@nivo/core": "0.75.0", | ||
"@nivo/core": "0.76.0", | ||
"@types/d3-color": "^2.0.0", | ||
@@ -39,3 +39,3 @@ "@types/d3-scale-chromatic": "^2.0.0", | ||
"peerDependencies": { | ||
"@nivo/core": "0.75.0", | ||
"@nivo/core": "0.76.0", | ||
"prop-types": ">= 15.5.10 < 16.0.0", | ||
@@ -47,3 +47,3 @@ "react": ">= 16.14.0 < 18.0.0" | ||
}, | ||
"gitHead": "bfe8126876bf0e46ad82251935ab78178e901bcf" | ||
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0