@dhis2/ui-constants
Advanced tools
Comparing version 5.0.0-alpha.2 to 5.0.0-alpha.3
@@ -220,17 +220,2 @@ /* eslint-disable */ | ||
/** | ||
* SingleSelect selected item propType | ||
* @return {PropType} Object with props `label` and `value`. | ||
*/ | ||
var singleSelectedPropType = propTypes.shape({ | ||
label: propTypes.string, | ||
value: propTypes.string | ||
}); | ||
/** | ||
* SingleSelect selected item propType | ||
* @return {Array} Array of Objects with props `label` and `value`. | ||
*/ | ||
var multiSelectedPropType = propTypes.arrayOf(singleSelectedPropType); | ||
/** | ||
* Inside alignment props | ||
@@ -263,4 +248,2 @@ * @return {PropType} PropType that validates the inside alignment. | ||
sizePropType: sizePropType, | ||
singleSelectedPropType: singleSelectedPropType, | ||
multiSelectedPropType: multiSelectedPropType, | ||
insideAlignmentPropType: insideAlignmentPropType, | ||
@@ -267,0 +250,0 @@ referencePlacementPropType: referencePlacementPropType, |
@@ -214,17 +214,2 @@ /* eslint-disable */ | ||
/** | ||
* SingleSelect selected item propType | ||
* @return {PropType} Object with props `label` and `value`. | ||
*/ | ||
var singleSelectedPropType = propTypes.shape({ | ||
label: propTypes.string, | ||
value: propTypes.string | ||
}); | ||
/** | ||
* SingleSelect selected item propType | ||
* @return {Array} Array of Objects with props `label` and `value`. | ||
*/ | ||
var multiSelectedPropType = propTypes.arrayOf(singleSelectedPropType); | ||
/** | ||
* Inside alignment props | ||
@@ -257,4 +242,2 @@ * @return {PropType} PropType that validates the inside alignment. | ||
sizePropType: sizePropType, | ||
singleSelectedPropType: singleSelectedPropType, | ||
multiSelectedPropType: multiSelectedPropType, | ||
insideAlignmentPropType: insideAlignmentPropType, | ||
@@ -261,0 +244,0 @@ referencePlacementPropType: referencePlacementPropType, |
{ | ||
"name": "@dhis2/ui-constants", | ||
"version": "5.0.0-alpha.2", | ||
"version": "5.0.0-alpha.3", | ||
"description": "Constants used in the UI libs", | ||
@@ -5,0 +5,0 @@ "main": "build/cjs/lib.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
136148
451