@khanacademy/wonder-blocks-form
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -102,3 +102,3 @@ // @flow | ||
getChoiceCoreComponent(): React.ComponentType<> { | ||
getChoiceCoreComponent(): typeof RadioCore | typeof CheckboxCore { | ||
if (this.props.variant === "radio") { | ||
@@ -105,0 +105,0 @@ return RadioCore; |
@@ -90,3 +90,3 @@ // @flow | ||
getChoiceComponent(variant: ?string): React.ComponentType<> { | ||
getChoiceComponent(variant: ?string): typeof Radio | typeof Checkbox { | ||
if (variant === "checkbox") { | ||
@@ -93,0 +93,0 @@ return Checkbox; |
{ | ||
"name": "@khanacademy/wonder-blocks-form", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"design": "v1", | ||
@@ -32,3 +32,3 @@ "description": "Form components for Wonder Blocks.", | ||
}, | ||
"gitHead": "644907d5558f4ab46a8ecb3c7e22be8bd3a9920e" | ||
"gitHead": "59ba7fd38c7639ee60b4e8bfc14117db7ee16761" | ||
} |
Sorry, the diff of this file is too big to display
470155