@nivo/stream
Advanced tools
Comparing version 0.75.0 to 0.76.0
@@ -7,3 +7,3 @@ import { StreamCommonProps, StreamCustomLayerProps, StreamDataProps, StreamDatum, StreamLayerData, StreamLayerDatum, StreamSliceData } from './types'; | ||
keys: Exclude<keyof RawDatum, symbol>[]; | ||
label?: import("@nivo/core").PropertyAccessor<Omit<StreamLayerData, "color" | "data" | "label">, string | number> | undefined; | ||
label?: import("@nivo/core").PropertyAccessor<Omit<StreamLayerData, "label" | "color" | "data">, string | number> | undefined; | ||
valueFormat?: import("@nivo/core").ValueFormat<number, void> | undefined; | ||
@@ -13,3 +13,3 @@ offsetType?: import("@nivo/core").StackOffset | undefined; | ||
curve?: import("@nivo/core").AreaCurve | undefined; | ||
colors?: import("@nivo/colors").OrdinalColorScaleConfig<Omit<StreamLayerData, "color" | "data" | "label">> | undefined; | ||
colors?: import("@nivo/colors").OrdinalColorScaleConfig<Omit<StreamLayerData, "label" | "color" | "data">> | undefined; | ||
dotSize?: number | ((datum: StreamLayerDatum) => number) | undefined; | ||
@@ -16,0 +16,0 @@ dotColor?: import("@nivo/colors").InheritedColorConfig<StreamLayerDatum> | undefined; |
@@ -13,3 +13,3 @@ /// <reference types="react" /> | ||
enableGridY: boolean; | ||
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "color" | "data" | "label">>; | ||
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "label" | "color" | "data">>; | ||
fillOpacity: number; | ||
@@ -19,3 +19,3 @@ borderWidth: number; | ||
enableDots: boolean; | ||
dotPosition: "center" | "end" | "start"; | ||
dotPosition: "start" | "center" | "end"; | ||
dotComponent: ({ x, y, size, color, borderWidth, borderColor, }: import("./StreamDotsItem").StreamDotsItemProps) => JSX.Element; | ||
@@ -54,3 +54,3 @@ dotSize: number; | ||
enableGridY: boolean; | ||
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "color" | "data" | "label">>; | ||
colors: import("@nivo/colors").OrdinalColorScaleConfig<Omit<import("./types").StreamLayerData, "label" | "color" | "data">>; | ||
fillOpacity: number; | ||
@@ -60,3 +60,3 @@ borderWidth: number; | ||
enableDots: boolean; | ||
dotPosition: "center" | "end" | "start"; | ||
dotPosition: "start" | "center" | "end"; | ||
dotComponent: ({ x, y, size, color, borderWidth, borderColor, }: import("./StreamDotsItem").StreamDotsItemProps) => JSX.Element; | ||
@@ -63,0 +63,0 @@ dotSize: number; |
{ | ||
"name": "@nivo/stream", | ||
"version": "0.75.0", | ||
"version": "0.76.0", | ||
"license": "MIT", | ||
@@ -32,7 +32,7 @@ "author": { | ||
"dependencies": { | ||
"@nivo/axes": "0.75.0", | ||
"@nivo/colors": "0.75.0", | ||
"@nivo/legends": "0.75.0", | ||
"@nivo/scales": "0.75.0", | ||
"@nivo/tooltip": "0.75.0", | ||
"@nivo/axes": "0.76.0", | ||
"@nivo/colors": "0.76.0", | ||
"@nivo/legends": "0.76.0", | ||
"@nivo/scales": "0.76.0", | ||
"@nivo/tooltip": "0.76.0", | ||
"@react-spring/web": "9.3.1", | ||
@@ -43,3 +43,3 @@ "d3-scale": "^3.2.3", | ||
"devDependencies": { | ||
"@nivo/core": "0.75.0", | ||
"@nivo/core": "0.76.0", | ||
"@types/d3-scale": "^3.2.2", | ||
@@ -49,3 +49,3 @@ "@types/d3-shape": "^2.0.0" | ||
"peerDependencies": { | ||
"@nivo/core": "0.75.0", | ||
"@nivo/core": "0.76.0", | ||
"react": ">= 16.14.0 < 18.0.0" | ||
@@ -56,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "bfe8126876bf0e46ad82251935ab78178e901bcf" | ||
"gitHead": "0feb061ac0e4cd9ac6a27f5714e3629d1dcdcf4f" | ||
} |
@@ -9,2 +9,2 @@ # `@nivo/stream` | ||
![Stream](https://raw.githubusercontent.com/plouc/nivo/master/packages/stream/doc/stream.png) | ||
![Stream](https://raw.githubusercontent.com/plouc/nivo/master/website/src/assets/captures/stream.png) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
161960
0
+ Added@nivo/axes@0.76.0(transitive)
+ Added@nivo/colors@0.76.0(transitive)
+ Added@nivo/core@0.76.0(transitive)
+ Added@nivo/recompose@0.76.0(transitive)
+ Added@nivo/scales@0.76.0(transitive)
+ Added@nivo/tooltip@0.76.0(transitive)
- Removed@nivo/axes@0.75.0(transitive)
- Removed@nivo/colors@0.75.0(transitive)
- Removed@nivo/core@0.75.0(transitive)
- Removed@nivo/recompose@0.75.0(transitive)
- Removed@nivo/scales@0.75.0(transitive)
- Removed@nivo/tooltip@0.75.0(transitive)
Updated@nivo/axes@0.76.0
Updated@nivo/colors@0.76.0
Updated@nivo/legends@0.76.0
Updated@nivo/scales@0.76.0
Updated@nivo/tooltip@0.76.0