@nivo/chord
Advanced tools
Comparing version 0.83.1 to 0.84.0
@@ -0,3 +1,4 @@ | ||
/// <reference types="react" /> | ||
import { ChordSvgProps } from './types'; | ||
export declare const Chord: ({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: ChordSvgProps) => JSX.Element; | ||
//# sourceMappingURL=Chord.d.ts.map |
@@ -0,3 +1,4 @@ | ||
/// <reference types="react" /> | ||
import { ChordCanvasProps } from './types'; | ||
export declare const ChordCanvas: ({ theme, isInteractive, animate, motionConfig, renderWrapper, ...otherProps }: ChordCanvasProps) => JSX.Element; | ||
//# sourceMappingURL=ChordCanvas.d.ts.map |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { LayerId, ChordCommonProps } from './types'; | ||
@@ -2,0 +3,0 @@ export declare const commonDefaultProps: Omit<ChordCommonProps, 'valueFormat' | 'margin' | 'theme' | 'onArcMouseEnter' | 'onArcMouseMove' | 'onArcMouseLeave' | 'onArcClick' | 'onRibbonMouseEnter' | 'onRibbonMouseMove' | 'onRibbonMouseLeave' | 'onRibbonClick' | 'renderWrapper' | 'ariaLabel' | 'ariaLabelledBy' | 'ariaDescribedBy'> & { |
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
import { OrdinalColorScale } from '@nivo/colors'; | ||
@@ -2,0 +3,0 @@ import { ArcDatum, ChordCommonProps, ChordDataProps, CustomLayerProps, RibbonDatum } from './types'; |
@@ -0,3 +1,4 @@ | ||
/// <reference types="react" /> | ||
import { ChordSvgProps } from './types'; | ||
export declare const ResponsiveChord: (props: Omit<ChordSvgProps, 'width' | 'height'>) => JSX.Element; | ||
//# sourceMappingURL=ResponsiveChord.d.ts.map |
@@ -0,3 +1,4 @@ | ||
/// <reference types="react" /> | ||
import { ChordCanvasProps } from './types'; | ||
export declare const ResponsiveChordCanvas: (props: Omit<ChordCanvasProps, 'width' | 'height'>) => JSX.Element; | ||
//# sourceMappingURL=ResponsiveChordCanvas.d.ts.map |
{ | ||
"name": "@nivo/chord", | ||
"version": "0.83.1", | ||
"version": "0.84.0", | ||
"license": "MIT", | ||
@@ -32,7 +32,7 @@ "author": { | ||
"dependencies": { | ||
"@nivo/arcs": "0.83.1", | ||
"@nivo/colors": "0.83.1", | ||
"@nivo/core": "0.83.1", | ||
"@nivo/legends": "0.83.1", | ||
"@nivo/tooltip": "0.83.1", | ||
"@nivo/arcs": "0.84.0", | ||
"@nivo/colors": "0.84.0", | ||
"@nivo/core": "0.84.0", | ||
"@nivo/legends": "0.84.0", | ||
"@nivo/tooltip": "0.84.0", | ||
"@react-spring/web": "9.4.5 || ^9.7.2", | ||
@@ -50,3 +50,3 @@ "@types/d3-chord": "^3.0.1", | ||
}, | ||
"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
266524
670
+ Added@nivo/arcs@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/arcs@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/arcs@0.84.0
Updated@nivo/colors@0.84.0
Updated@nivo/core@0.84.0
Updated@nivo/legends@0.84.0
Updated@nivo/tooltip@0.84.0