Comparing version 0.82.1 to 0.83.0
import * as React from 'react'; | ||
import { Box, Dimensions, Theme, SvgDefsAndFill, ModernMotionProps, ValueFormat, PropertyAccessor } from '@nivo/core'; | ||
import { Box, Dimensions, Theme, SvgDefsAndFill, MotionProps, ValueFormat, PropertyAccessor } from '@nivo/core'; | ||
import { Arc, ArcGenerator, ArcTransitionMode, ArcLabelsProps, ArcLinkLabelsProps } from '@nivo/arcs'; | ||
@@ -88,3 +88,3 @@ import { OrdinalColorScaleConfig, InheritedColorConfig } from '@nivo/colors'; | ||
animate?: boolean; | ||
motionConfig?: ModernMotionProps['motionConfig']; | ||
motionConfig?: MotionProps['motionConfig']; | ||
transitionMode?: ArcTransitionMode; | ||
@@ -95,3 +95,3 @@ } & PieSvgCustomComponents<RawDatum>; | ||
animate: boolean; | ||
motionConfig: ModernMotionProps['motionConfig']; | ||
motionConfig: MotionProps['motionConfig']; | ||
transitionMode: ArcTransitionMode; | ||
@@ -98,0 +98,0 @@ } & PieSvgCustomComponents<RawDatum>; |
{ | ||
"name": "@nivo/pie", | ||
"version": "0.82.1", | ||
"version": "0.83.0", | ||
"license": "MIT", | ||
@@ -32,6 +32,7 @@ "author": { | ||
"dependencies": { | ||
"@nivo/arcs": "0.82.1", | ||
"@nivo/colors": "0.82.1", | ||
"@nivo/legends": "0.82.1", | ||
"@nivo/tooltip": "0.82.1", | ||
"@nivo/arcs": "0.83.0", | ||
"@nivo/colors": "0.83.0", | ||
"@nivo/core": "0.83.0", | ||
"@nivo/legends": "0.83.0", | ||
"@nivo/tooltip": "0.83.0", | ||
"@types/d3-shape": "^2.0.0", | ||
@@ -41,12 +42,8 @@ "d3-shape": "^1.3.5" | ||
"peerDependencies": { | ||
"@nivo/core": "workspace:*", | ||
"react": ">= 16.14.0 < 19.0.0" | ||
}, | ||
"devDependencies": { | ||
"@nivo/core": "0.82.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "5aa364bb0a29e0bc41aba3f80394b1cf7e582297" | ||
"gitHead": "5ee7cba46ac12deb04095d6555c3d12bc358a211" | ||
} |
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
0
186950
+ Added@nivo/core@0.83.0
+ Added@nivo/arcs@0.83.0(transitive)
+ Added@nivo/colors@0.83.0(transitive)
+ Added@nivo/core@0.83.0(transitive)
+ Added@nivo/legends@0.83.0(transitive)
+ Added@nivo/recompose@0.83.0(transitive)
+ Added@nivo/tooltip@0.83.0(transitive)
+ Added@types/react@18.3.12(transitive)
+ Added@types/react-lifecycles-compat@3.0.4(transitive)
+ Addedcsstype@3.1.3(transitive)
+ Addedd3-format@1.4.5(transitive)
+ Addedreact-lifecycles-compat@3.0.4(transitive)
- Removed@nivo/arcs@0.82.1(transitive)
- Removed@nivo/colors@0.82.1(transitive)
- Removed@nivo/legends@0.82.1(transitive)
- Removed@nivo/tooltip@0.82.1(transitive)
- Removedd3-format@2.0.0(transitive)
Updated@nivo/arcs@0.83.0
Updated@nivo/colors@0.83.0
Updated@nivo/legends@0.83.0
Updated@nivo/tooltip@0.83.0