@nivo/funnel
Advanced tools
Comparing version 0.83.1 to 0.84.0
@@ -0,3 +1,4 @@ | ||
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelSvgProps } from './types'; | ||
export declare const Funnel: <D extends FunnelDatum = FunnelDatum>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: FunnelSvgProps<D>) => JSX.Element; | ||
//# sourceMappingURL=Funnel.d.ts.map |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelPart } from './types'; | ||
@@ -2,0 +3,0 @@ interface FunnelAnnotationsProps<D extends FunnelDatum> { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { ScaleLinear } from 'd3-scale'; | ||
@@ -2,0 +3,0 @@ import { TooltipActionsContextData } from '@nivo/tooltip'; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelPartWithHandlers, FunnelAreaGenerator, FunnelBorderGenerator } from './types'; | ||
@@ -2,0 +3,0 @@ export interface PartProps<D extends FunnelDatum> { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelPart } from './types'; | ||
@@ -2,0 +3,0 @@ interface PartLabelProps<D extends FunnelDatum> { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelPart } from './types'; | ||
@@ -2,0 +3,0 @@ interface PartLabelsProps<D extends FunnelDatum> { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { FunnelPartWithHandlers, FunnelAreaGenerator, FunnelBorderGenerator, FunnelDatum } from './types'; | ||
@@ -2,0 +3,0 @@ interface PartsProps<D extends FunnelDatum> { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelPartWithHandlers } from './types'; | ||
@@ -2,0 +3,0 @@ export interface PartTooltipProps<D extends FunnelDatum> { |
@@ -0,3 +1,4 @@ | ||
/// <reference types="react" /> | ||
import { FunnelDatum, FunnelSvgProps } from './types'; | ||
export declare const ResponsiveFunnel: <D extends FunnelDatum = FunnelDatum>(props: Omit<FunnelSvgProps<D>, "width" | "height">) => JSX.Element; | ||
//# sourceMappingURL=ResponsiveFunnel.d.ts.map |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { SeparatorProps as SeparatorType } from './types'; | ||
@@ -2,0 +3,0 @@ interface SeparatorProps { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { SeparatorProps as SeparatorType } from './types'; | ||
@@ -2,0 +3,0 @@ interface SeparatorsProps { |
{ | ||
"name": "@nivo/funnel", | ||
"version": "0.83.1", | ||
"version": "0.84.0", | ||
"license": "MIT", | ||
@@ -32,6 +32,6 @@ "author": { | ||
"dependencies": { | ||
"@nivo/annotations": "0.83.1", | ||
"@nivo/colors": "0.83.1", | ||
"@nivo/core": "0.83.1", | ||
"@nivo/tooltip": "0.83.1", | ||
"@nivo/annotations": "0.84.0", | ||
"@nivo/colors": "0.84.0", | ||
"@nivo/core": "0.84.0", | ||
"@nivo/tooltip": "0.84.0", | ||
"@react-spring/web": "9.4.5 || ^9.7.2", | ||
@@ -49,3 +49,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
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
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
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
179676
460
+ Added@nivo/annotations@0.84.0(transitive)
+ Added@nivo/colors@0.84.0(transitive)
+ Added@nivo/core@0.84.0(transitive)
+ Added@nivo/recompose@0.84.0(transitive)
+ Added@nivo/tooltip@0.84.0(transitive)
- Removed@nivo/annotations@0.83.1(transitive)
- Removed@nivo/colors@0.83.1(transitive)
- Removed@nivo/core@0.83.1(transitive)
- Removed@nivo/recompose@0.83.0(transitive)
- Removed@nivo/tooltip@0.83.1(transitive)
Updated@nivo/annotations@0.84.0
Updated@nivo/colors@0.84.0
Updated@nivo/core@0.84.0
Updated@nivo/tooltip@0.84.0