@nivo/voronoi
Advanced tools
Comparing version 0.83.1 to 0.84.0
@@ -18,11 +18,5 @@ import { Delaunay } from 'd3-delaunay'; | ||
y?: XYAccessor<Datum> | undefined; | ||
}) => [ | ||
number, | ||
number | ||
][]; | ||
}) => [number, number][]; | ||
export declare const computeMesh: ({ points, width, height, debug, }: { | ||
points: [ | ||
number, | ||
number | ||
][]; | ||
points: [number, number][]; | ||
width: number; | ||
@@ -29,0 +23,0 @@ height: number; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { VoronoiSvgProps } from './types'; | ||
@@ -2,0 +3,0 @@ type ResponsiveVoronoiProps = Partial<Omit<VoronoiSvgProps, 'data' | 'width' | 'height'>> & Pick<VoronoiSvgProps, 'data'>; |
@@ -0,3 +1,4 @@ | ||
/// <reference types="react" /> | ||
import { VoronoiSvgProps } from './types'; | ||
export declare const Voronoi: ({ theme, ...otherProps }: Partial<Omit<VoronoiSvgProps, 'data' | 'width' | 'height'>> & Pick<VoronoiSvgProps, 'data' | 'width' | 'height'>) => JSX.Element; | ||
//# sourceMappingURL=Voronoi.d.ts.map |
{ | ||
"name": "@nivo/voronoi", | ||
"version": "0.83.1", | ||
"version": "0.84.0", | ||
"license": "MIT", | ||
@@ -32,3 +32,3 @@ "author": { | ||
"dependencies": { | ||
"@nivo/core": "0.83.1", | ||
"@nivo/core": "0.84.0", | ||
"@types/d3-delaunay": "^5.3.0", | ||
@@ -45,3 +45,3 @@ "@types/d3-scale": "^3.2.3", | ||
}, | ||
"gitHead": "64f4a7d3a7e0c6525d1129648a44f2502c41fb4d" | ||
"gitHead": "71f3496361eb33c10380d12d3abb200813d9429b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
73899
223
+ Added@nivo/core@0.84.0(transitive)
+ Added@nivo/recompose@0.84.0(transitive)
+ Added@nivo/tooltip@0.84.0(transitive)
- Removed@nivo/core@0.83.1(transitive)
- Removed@nivo/recompose@0.83.0(transitive)
- Removed@nivo/tooltip@0.83.1(transitive)
Updated@nivo/core@0.84.0