@kodiak-ui/data-visualization
Advanced tools
Comparing version 0.1.42 to 0.1.43
import * as React from 'react'; | ||
import { SxStyleProp } from 'kodiak-ui'; | ||
import { Box } from '@kodiak-ui/primitives/box'; | ||
declare type Props = { | ||
@@ -11,4 +10,4 @@ label?: React.ReactNode; | ||
children?: React.ReactNode; | ||
} & React.ComponentPropsWithRef<typeof Box>; | ||
}; | ||
export declare function Stat({ label, children, icon, ...props }: Props): JSX.Element; | ||
export {}; |
{ | ||
"name": "@kodiak-ui/data-visualization", | ||
"version": "0.1.42", | ||
"version": "0.1.43", | ||
"description": "Kodiak UI's data visualization components", | ||
@@ -29,4 +29,4 @@ "keywords": [ | ||
"@kodiak-ui/hooks": "^0.14.7", | ||
"@kodiak-ui/primitives": "^0.18.16", | ||
"@kodiak-ui/progress": "^0.1.38" | ||
"@kodiak-ui/primitives": "^0.18.17", | ||
"@kodiak-ui/progress": "^0.1.39" | ||
}, | ||
@@ -37,3 +37,3 @@ "repository": { | ||
}, | ||
"gitHead": "413f7c1662bd1440090c7c6a65b449a2d4a33f9b" | ||
"gitHead": "ba96517ec91615a8c549238d12110160e294abf6" | ||
} |
14838
388