victory-stack
Advanced tools
Comparing version 34.1.3 to 34.2.0
@@ -1,12 +0,1 @@ | ||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov> | ||
// snerks <https://github.com/snerks> | ||
// Krzysztof Cebula <https://github.com/Havret> | ||
// Vitaliy Polyanskiy <https://github.com/alreadyExisted> | ||
// James Lismore <https://github.com/jlismore> | ||
// Stack Builders <https://github.com/stackbuilders> | ||
// Esteban Ibarra <https://github.com/ibarrae> | ||
// Dominic Lee <https://github.com/dominictwlee> | ||
// Dave Vedder <https://github.com/veddermatic> | ||
// Alec Flett <https://github.com/alecf> | ||
import * as React from "react"; | ||
@@ -16,3 +5,2 @@ import { | ||
ColorScalePropType, | ||
DomainPaddingPropType, | ||
DomainPropType, | ||
@@ -22,14 +10,20 @@ EventPropTypeInterface, | ||
VictoryCommonProps, | ||
VictoryMultiLabeableProps, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export interface VictoryStackProps extends VictoryCommonProps, VictoryMultiLabeableProps { | ||
export type VictoryStackTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryStackProps | ||
extends VictoryCommonProps, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps { | ||
categories?: CategoryPropType; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
colorScale?: ColorScalePropType; | ||
domain?: DomainPropType; | ||
domainPadding?: DomainPaddingPropType; | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[]; | ||
events?: EventPropTypeInterface<VictoryStackTTargetType, StringOrNumberOrCallback>[]; | ||
eventKey?: StringOrNumberOrCallback; | ||
horizontal?: boolean; | ||
fillInMissingData?: boolean; | ||
style?: VictoryStyleInterface; | ||
@@ -36,0 +30,0 @@ xOffset?: number; |
@@ -1,12 +0,1 @@ | ||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov> | ||
// snerks <https://github.com/snerks> | ||
// Krzysztof Cebula <https://github.com/Havret> | ||
// Vitaliy Polyanskiy <https://github.com/alreadyExisted> | ||
// James Lismore <https://github.com/jlismore> | ||
// Stack Builders <https://github.com/stackbuilders> | ||
// Esteban Ibarra <https://github.com/ibarrae> | ||
// Dominic Lee <https://github.com/dominictwlee> | ||
// Dave Vedder <https://github.com/veddermatic> | ||
// Alec Flett <https://github.com/alecf> | ||
import * as React from "react"; | ||
@@ -16,3 +5,2 @@ import { | ||
ColorScalePropType, | ||
DomainPaddingPropType, | ||
DomainPropType, | ||
@@ -22,14 +10,20 @@ EventPropTypeInterface, | ||
VictoryCommonProps, | ||
VictoryMultiLabeableProps, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export interface VictoryStackProps extends VictoryCommonProps, VictoryMultiLabeableProps { | ||
export type VictoryStackTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryStackProps | ||
extends VictoryCommonProps, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps { | ||
categories?: CategoryPropType; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
colorScale?: ColorScalePropType; | ||
domain?: DomainPropType; | ||
domainPadding?: DomainPaddingPropType; | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[]; | ||
events?: EventPropTypeInterface<VictoryStackTTargetType, StringOrNumberOrCallback>[]; | ||
eventKey?: StringOrNumberOrCallback; | ||
horizontal?: boolean; | ||
fillInMissingData?: boolean; | ||
style?: VictoryStyleInterface; | ||
@@ -36,0 +30,0 @@ xOffset?: number; |
{ | ||
"name": "victory-stack", | ||
"version": "34.1.3", | ||
"version": "34.2.0", | ||
"description": "Stack Layout Component for Victory", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"react-fast-compare": "^2.0.0", | ||
"victory-core": "^34.1.3", | ||
"victory-shared-events": "^34.1.3" | ||
"victory-core": "^34.2.0", | ||
"victory-shared-events": "^34.2.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
@@ -1,12 +0,1 @@ | ||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov> | ||
// snerks <https://github.com/snerks> | ||
// Krzysztof Cebula <https://github.com/Havret> | ||
// Vitaliy Polyanskiy <https://github.com/alreadyExisted> | ||
// James Lismore <https://github.com/jlismore> | ||
// Stack Builders <https://github.com/stackbuilders> | ||
// Esteban Ibarra <https://github.com/ibarrae> | ||
// Dominic Lee <https://github.com/dominictwlee> | ||
// Dave Vedder <https://github.com/veddermatic> | ||
// Alec Flett <https://github.com/alecf> | ||
import * as React from "react"; | ||
@@ -16,3 +5,2 @@ import { | ||
ColorScalePropType, | ||
DomainPaddingPropType, | ||
DomainPropType, | ||
@@ -22,14 +10,20 @@ EventPropTypeInterface, | ||
VictoryCommonProps, | ||
VictoryMultiLabeableProps, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export interface VictoryStackProps extends VictoryCommonProps, VictoryMultiLabeableProps { | ||
export type VictoryStackTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryStackProps | ||
extends VictoryCommonProps, | ||
VictoryLabelableProps, | ||
VictoryMultiLabelableProps { | ||
categories?: CategoryPropType; | ||
children?: React.ReactNode | React.ReactNode[]; | ||
colorScale?: ColorScalePropType; | ||
domain?: DomainPropType; | ||
domainPadding?: DomainPaddingPropType; | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[]; | ||
events?: EventPropTypeInterface<VictoryStackTTargetType, StringOrNumberOrCallback>[]; | ||
eventKey?: StringOrNumberOrCallback; | ||
horizontal?: boolean; | ||
fillInMissingData?: boolean; | ||
style?: VictoryStyleInterface; | ||
@@ -36,0 +30,0 @@ xOffset?: number; |
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
1238010
7783
Updatedvictory-core@^34.2.0