@schrodinger/ui-checkbox
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,2 +0,2 @@ | ||
import { FC, SyntheticEvent } from 'react'; | ||
import { FC, ReactNode, SyntheticEvent } from 'react'; | ||
import { Theme } from '@schrodinger/ui-context'; | ||
@@ -12,2 +12,6 @@ export declare enum CheckboxType { | ||
/** | ||
* Checkbox children | ||
*/ | ||
children: ReactNode; | ||
/** | ||
* Whether the item is checked. Null indicates an indeterminate value. | ||
@@ -14,0 +18,0 @@ */ |
{ | ||
"name": "@schrodinger/ui-checkbox", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "description", | ||
@@ -29,4 +29,4 @@ "keywords": [], | ||
"devDependencies": { | ||
"@schrodinger/ui-context": "^0.0.7", | ||
"@schrodinger/ui-scripts": "^0.0.7", | ||
"@schrodinger/ui-context": "^0.0.8", | ||
"@schrodinger/ui-scripts": "^0.0.8", | ||
"react": "16.x" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "44c5bb008bd4415f35644a18efa8dd23c7f3b0f0" | ||
"gitHead": "c0e43951a40699cc574d3274fb9dff4d483db8a5" | ||
} |
Sorry, the diff of this file is not supported yet
43841
451