victory-brush-line
Advanced tools
Comparing version 36.8.5 to 36.8.6
# victory-brush-line | ||
## 36.8.6 | ||
### Patch Changes | ||
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739)) | ||
## 36.8.5 | ||
@@ -4,0 +10,0 @@ |
@@ -32,3 +32,3 @@ import React from "react"; | ||
} | ||
export declare class VictoryBrushLine extends React.Component<VictoryBrushLineProps> { | ||
export declare class VictoryBrushLine<T extends VictoryBrushLineProps> extends React.Component<T> { | ||
static propTypes: { | ||
@@ -151,3 +151,3 @@ allowDrag: PropTypes.Requireable<boolean>; | ||
}[]; | ||
onMouseUp(evt: any, targetProps: any): { | ||
onMouseUp: (evt: any, targetProps: any) => { | ||
mutation: () => { | ||
@@ -162,3 +162,3 @@ isPanning: boolean; | ||
}[]; | ||
onMouseLeave(evt: any, targetProps: any): { | ||
onMouseLeave: (evt: any, targetProps: any) => { | ||
mutation: () => { | ||
@@ -165,0 +165,0 @@ isPanning: boolean; |
@@ -32,3 +32,3 @@ import React from "react"; | ||
} | ||
export declare class VictoryBrushLine extends React.Component<VictoryBrushLineProps> { | ||
export declare class VictoryBrushLine<T extends VictoryBrushLineProps> extends React.Component<T> { | ||
static propTypes: { | ||
@@ -151,3 +151,3 @@ allowDrag: PropTypes.Requireable<boolean>; | ||
}[]; | ||
onMouseUp(evt: any, targetProps: any): { | ||
onMouseUp: (evt: any, targetProps: any) => { | ||
mutation: () => { | ||
@@ -162,3 +162,3 @@ isPanning: boolean; | ||
}[]; | ||
onMouseLeave(evt: any, targetProps: any): { | ||
onMouseLeave: (evt: any, targetProps: any) => { | ||
mutation: () => { | ||
@@ -165,0 +165,0 @@ isPanning: boolean; |
{ | ||
"name": "victory-brush-line", | ||
"version": "36.8.5", | ||
"version": "36.8.6", | ||
"description": "Interactive Brush Line Component for Victory", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"react-fast-compare": "^3.2.0", | ||
"victory-core": "^36.8.5" | ||
"victory-core": "^36.8.6" | ||
}, | ||
@@ -29,0 +29,0 @@ "peerDependencies": { |
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
802387
14980
Updatedvictory-core@^36.8.6