@nivo/arcs
Advanced tools
Comparing version 0.80.0 to 0.81.0
@@ -31,3 +31,3 @@ import { SpringValue } from '@react-spring/web'; | ||
}) => { | ||
transition: import("@react-spring/web").TransitionFn<Datum, { | ||
transition: import("@react-spring/core").TransitionFn<Datum, { | ||
offset: number; | ||
@@ -45,7 +45,7 @@ opacity: number; | ||
}>; | ||
interpolateLink: (startAngleValue: SpringValue<AnimatedProps['startAngle']>, endAngleValue: SpringValue<AnimatedProps['endAngle']>, innerRadiusValue: SpringValue<AnimatedProps['innerRadius']>, outerRadiusValue: SpringValue<AnimatedProps['outerRadius']>, offsetValue: SpringValue<AnimatedProps['offset']>, diagonalLengthValue: SpringValue<AnimatedProps['diagonalLength']>, straightLengthValue: SpringValue<AnimatedProps['straightLength']>) => import("@react-spring/web").Interpolation<string | null, any>; | ||
interpolateTextAnchor: (startAngleValue: SpringValue<AnimatedProps['startAngle']>, endAngleValue: SpringValue<AnimatedProps['endAngle']>, innerRadiusValue: SpringValue<AnimatedProps['innerRadius']>, outerRadiusValue: SpringValue<AnimatedProps['outerRadius']>) => import("@react-spring/web").Interpolation<"end" | "start", any>; | ||
interpolateTextPosition: (startAngleValue: SpringValue<AnimatedProps['startAngle']>, endAngleValue: SpringValue<AnimatedProps['endAngle']>, innerRadiusValue: SpringValue<AnimatedProps['innerRadius']>, outerRadiusValue: SpringValue<AnimatedProps['outerRadius']>, offsetValue: SpringValue<AnimatedProps['offset']>, diagonalLengthValue: SpringValue<AnimatedProps['diagonalLength']>, straightLengthValue: SpringValue<AnimatedProps['straightLength']>, textOffsetValue: SpringValue<AnimatedProps['textOffset']>) => import("@react-spring/web").Interpolation<string, any>; | ||
interpolateLink: (startAngleValue: SpringValue<AnimatedProps['startAngle']>, endAngleValue: SpringValue<AnimatedProps['endAngle']>, innerRadiusValue: SpringValue<AnimatedProps['innerRadius']>, outerRadiusValue: SpringValue<AnimatedProps['outerRadius']>, offsetValue: SpringValue<AnimatedProps['offset']>, diagonalLengthValue: SpringValue<AnimatedProps['diagonalLength']>, straightLengthValue: SpringValue<AnimatedProps['straightLength']>) => import("@react-spring/core").Interpolation<string | null, any>; | ||
interpolateTextAnchor: (startAngleValue: SpringValue<AnimatedProps['startAngle']>, endAngleValue: SpringValue<AnimatedProps['endAngle']>, innerRadiusValue: SpringValue<AnimatedProps['innerRadius']>, outerRadiusValue: SpringValue<AnimatedProps['outerRadius']>) => import("@react-spring/core").Interpolation<"end" | "start", any>; | ||
interpolateTextPosition: (startAngleValue: SpringValue<AnimatedProps['startAngle']>, endAngleValue: SpringValue<AnimatedProps['endAngle']>, innerRadiusValue: SpringValue<AnimatedProps['innerRadius']>, outerRadiusValue: SpringValue<AnimatedProps['outerRadius']>, offsetValue: SpringValue<AnimatedProps['offset']>, diagonalLengthValue: SpringValue<AnimatedProps['diagonalLength']>, straightLengthValue: SpringValue<AnimatedProps['straightLength']>, textOffsetValue: SpringValue<AnimatedProps['textOffset']>) => import("@react-spring/core").Interpolation<string, any>; | ||
}; | ||
export {}; | ||
//# sourceMappingURL=useArcLinkLabelsTransition.d.ts.map |
@@ -9,3 +9,3 @@ import { SpringValue } from '@react-spring/web'; | ||
*/ | ||
export declare const interpolateArc: (startAngleValue: SpringValue<number>, endAngleValue: SpringValue<number>, innerRadiusValue: SpringValue<number>, outerRadiusValue: SpringValue<number>, arcGenerator: ArcGenerator) => import("@react-spring/web").Interpolation<string | null, any>; | ||
export declare const interpolateArc: (startAngleValue: SpringValue<number>, endAngleValue: SpringValue<number>, innerRadiusValue: SpringValue<number>, outerRadiusValue: SpringValue<number>, arcGenerator: ArcGenerator) => import("@react-spring/core").Interpolation<string | null, any>; | ||
//# sourceMappingURL=interpolateArc.d.ts.map |
@@ -10,8 +10,8 @@ import { Arc, ArcGenerator } from './types'; | ||
}, arcGenerator: ArcGenerator) => { | ||
path: import("@react-spring/web").Interpolation<string | null, any>; | ||
startAngle: import("@react-spring/web").SpringValue<number>; | ||
endAngle: import("@react-spring/web").SpringValue<number>; | ||
innerRadius: import("@react-spring/web").SpringValue<number>; | ||
outerRadius: import("@react-spring/web").SpringValue<number>; | ||
path: import("@react-spring/core").Interpolation<string | null, any>; | ||
startAngle: import("@react-spring/core").SpringValue<number>; | ||
endAngle: import("@react-spring/core").SpringValue<number>; | ||
innerRadius: import("@react-spring/core").SpringValue<number>; | ||
outerRadius: import("@react-spring/core").SpringValue<number>; | ||
}; | ||
//# sourceMappingURL=useAnimatedArc.d.ts.map |
{ | ||
"name": "@nivo/arcs", | ||
"version": "0.80.0", | ||
"version": "0.81.0", | ||
"license": "MIT", | ||
@@ -31,12 +31,12 @@ "author": { | ||
"dependencies": { | ||
"@nivo/colors": "0.80.0", | ||
"@react-spring/web": "9.4.5", | ||
"@nivo/colors": "0.81.0", | ||
"@react-spring/web": "9.4.5 || ^9.7.2", | ||
"d3-shape": "^1.3.5" | ||
}, | ||
"devDependencies": { | ||
"@nivo/core": "0.80.0", | ||
"@nivo/core": "0.81.0", | ||
"@types/d3-shape": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@nivo/core": "0.80.0", | ||
"@nivo/core": "0.81.0", | ||
"react": ">= 16.14.0 < 19.0.0" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "df352b82a7d3b7938fb3a1bd9be3f602cbc8a67f" | ||
"gitHead": "56db9cb7738f406a21085c11ab28716044fceb5b" | ||
} |
Sorry, the diff of this file is too big to display
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 too big to display
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
472197
2436
+ Added@nivo/colors@0.81.0(transitive)
+ Added@nivo/core@0.81.0(transitive)
+ Added@nivo/recompose@0.81.0(transitive)
+ Added@nivo/tooltip@0.81.0(transitive)
+ Addedd3-color@3.1.0(transitive)
- Removed@nivo/colors@0.80.0(transitive)
- Removed@nivo/core@0.80.0(transitive)
- Removed@nivo/recompose@0.80.0(transitive)
- Removed@nivo/tooltip@0.80.0(transitive)
- Removed@react-spring/animated@9.4.5(transitive)
- Removed@react-spring/core@9.4.5(transitive)
- Removed@react-spring/rafz@9.4.5(transitive)
- Removed@react-spring/shared@9.4.5(transitive)
- Removed@react-spring/types@9.4.5(transitive)
- Removed@react-spring/web@9.4.5(transitive)
- Removedreact-dom@18.3.1(transitive)
- Removedscheduler@0.23.2(transitive)
Updated@nivo/colors@0.81.0