@nivo/funnel
Advanced tools
Comparing version 0.75.0 to 0.76.0
@@ -5,3 +5,3 @@ /// <reference types="react" /> | ||
import { FunnelDatum, FunnelCommonProps, FunnelDataProps, FunnelPart, SeparatorProps, FunnelCustomLayerProps, FunnelAreaGenerator, FunnelBorderGenerator } from './types'; | ||
export declare const computeShapeGenerators: <D extends FunnelDatum>(interpolation: "linear" | "smooth", direction: import("./types").FunnelDirection) => [FunnelAreaGenerator, FunnelBorderGenerator]; | ||
export declare const computeShapeGenerators: <D extends FunnelDatum>(interpolation: "smooth" | "linear", direction: import("./types").FunnelDirection) => [FunnelAreaGenerator, FunnelBorderGenerator]; | ||
interface CustomBandScale { | ||
@@ -52,3 +52,3 @@ (index: number): number; | ||
direction?: import("./types").FunnelDirection | undefined; | ||
interpolation?: "linear" | "smooth" | undefined; | ||
interpolation?: "smooth" | "linear" | undefined; | ||
spacing?: number | undefined; | ||
@@ -55,0 +55,0 @@ shapeBlending?: number | undefined; |
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelSvgProps } from './types'; | ||
export declare const ResponsiveFunnel: <D extends FunnelDatum = FunnelDatum>(props: Omit<FunnelSvgProps<D>, "height" | "width">) => JSX.Element; | ||
export declare const ResponsiveFunnel: <D extends FunnelDatum = FunnelDatum>(props: Omit<FunnelSvgProps<D>, "width" | "height">) => JSX.Element; | ||
//# sourceMappingURL=ResponsiveFunnel.d.ts.map |
{ | ||
"name": "@nivo/funnel", | ||
"version": "0.75.0", | ||
"version": "0.76.0", | ||
"license": "MIT", | ||
@@ -32,5 +32,5 @@ "author": { | ||
"dependencies": { | ||
"@nivo/annotations": "0.75.0", | ||
"@nivo/colors": "0.75.0", | ||
"@nivo/tooltip": "0.75.0", | ||
"@nivo/annotations": "0.76.0", | ||
"@nivo/colors": "0.76.0", | ||
"@nivo/tooltip": "0.76.0", | ||
"@react-spring/web": "9.3.1", | ||
@@ -41,6 +41,6 @@ "d3-scale": "^3.2.3", | ||
"devDependencies": { | ||
"@nivo/core": "0.75.0" | ||
"@nivo/core": "0.76.0" | ||
}, | ||
"peerDependencies": { | ||
"@nivo/core": "0.75.0", | ||
"@nivo/core": "0.76.0", | ||
"react": ">= 16.14.0 < 18.0.0" | ||
@@ -51,3 +51,3 @@ }, | ||
}, | ||
"gitHead": "bfe8126876bf0e46ad82251935ab78178e901bcf" | ||
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f" | ||
} |
@@ -9,2 +9,2 @@ # `@nivo/funnel` | ||
![Funnel](https://raw.githubusercontent.com/plouc/nivo/master/packages/funnel/doc/funnel.png) | ||
![Funnel](https://raw.githubusercontent.com/plouc/nivo/master/website/src/assets/captures/funnel.png) |
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
220236
0
+ Added@nivo/annotations@0.76.0(transitive)
+ Added@nivo/colors@0.76.0(transitive)
+ Added@nivo/core@0.76.0(transitive)
+ Added@nivo/recompose@0.76.0(transitive)
+ Added@nivo/tooltip@0.76.0(transitive)
- Removed@nivo/annotations@0.75.0(transitive)
- Removed@nivo/colors@0.75.0(transitive)
- Removed@nivo/core@0.75.0(transitive)
- Removed@nivo/recompose@0.75.0(transitive)
- Removed@nivo/tooltip@0.75.0(transitive)
Updated@nivo/annotations@0.76.0
Updated@nivo/colors@0.76.0
Updated@nivo/tooltip@0.76.0