victory-polar-axis
Advanced tools
Comparing version 36.8.5 to 36.8.6
# victory-polar-axis | ||
## 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 @@ |
@@ -18,18 +18,3 @@ import React from "react"; | ||
}; | ||
static defaultProps: { | ||
axisComponent: JSX.Element; | ||
axisLabelComponent: JSX.Element; | ||
circularAxisComponent: JSX.Element; | ||
circularGridComponent: JSX.Element; | ||
containerComponent: JSX.Element; | ||
endAngle: number; | ||
gridComponent: JSX.Element; | ||
groupComponent: JSX.Element; | ||
labelPlacement: string; | ||
startAngle: number; | ||
standalone: boolean; | ||
theme: import("victory-core").VictoryThemeDefinition; | ||
tickComponent: JSX.Element; | ||
tickLabelComponent: JSX.Element; | ||
}; | ||
static defaultProps: VictoryPolarAxisProps; | ||
static getDomain: typeof Axis.getDomain; | ||
@@ -36,0 +21,0 @@ static getAxis: typeof Axis.getAxis; |
@@ -18,18 +18,3 @@ import React from "react"; | ||
}; | ||
static defaultProps: { | ||
axisComponent: JSX.Element; | ||
axisLabelComponent: JSX.Element; | ||
circularAxisComponent: JSX.Element; | ||
circularGridComponent: JSX.Element; | ||
containerComponent: JSX.Element; | ||
endAngle: number; | ||
gridComponent: JSX.Element; | ||
groupComponent: JSX.Element; | ||
labelPlacement: string; | ||
startAngle: number; | ||
standalone: boolean; | ||
theme: import("victory-core").VictoryThemeDefinition; | ||
tickComponent: JSX.Element; | ||
tickLabelComponent: JSX.Element; | ||
}; | ||
static defaultProps: VictoryPolarAxisProps; | ||
static getDomain: typeof Axis.getDomain; | ||
@@ -36,0 +21,0 @@ static getAxis: typeof Axis.getAxis; |
{ | ||
"name": "victory-polar-axis", | ||
"version": "36.8.5", | ||
"version": "36.8.6", | ||
"description": "Polar Axis Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.8.5" | ||
"victory-core": "^36.8.6" | ||
}, | ||
@@ -28,0 +28,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
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
1299402
21875
Updatedvictory-core@^36.8.6