@chakra-ui/stat
Advanced tools
Comparing version 1.0.3 to 1.1.0
# Change Log | ||
## 1.1.0 | ||
### Minor Changes | ||
- [`90c7a4fbf`](https://github.com/chakra-ui/chakra-ui/commit/90c7a4fbfde69c01395ffe2876d7348dd72ea65a) | ||
[#3092](https://github.com/chakra-ui/chakra-ui/pull/3092) Thanks | ||
[@TimKolberger](https://github.com/TimKolberger)! - - Improved theme typing in | ||
order to provide a better autocomplete experience | ||
- Fixed a type issue where pseudo style props like `_hover` and `_active` | ||
didn't allow regular css properties | ||
### Patch Changes | ||
- Updated dependencies | ||
[[`90c7a4fbf`](https://github.com/chakra-ui/chakra-ui/commit/90c7a4fbfde69c01395ffe2876d7348dd72ea65a)]: | ||
- @chakra-ui/icon@1.1.0 | ||
## 1.0.3 | ||
@@ -4,0 +21,0 @@ |
@@ -19,3 +19,3 @@ import { IconProps } from "@chakra-ui/icon"; | ||
export declare const StatArrow: React.FC<StatArrowProps>; | ||
export interface StatProps extends HTMLChakraProps<"div">, ThemingProps { | ||
export interface StatProps extends HTMLChakraProps<"div">, ThemingProps<"Stat"> { | ||
} | ||
@@ -22,0 +22,0 @@ export declare const Stat: import("@chakra-ui/system").ComponentWithAs<"div", StatProps>; |
{ | ||
"name": "@chakra-ui/stat", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "A React component for displaying statistics", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/icon": "1.0.3", | ||
"@chakra-ui/icon": "1.1.0", | ||
"@chakra-ui/utils": "1.1.0", | ||
@@ -62,3 +62,3 @@ "@chakra-ui/visually-hidden": "1.0.3" | ||
"devDependencies": { | ||
"@chakra-ui/system": "1.1.5", | ||
"@chakra-ui/system": "1.2.0", | ||
"react": "^17.0.1" | ||
@@ -65,0 +65,0 @@ }, |
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
39761
+ Added@chakra-ui/icon@1.1.0(transitive)
- Removed@chakra-ui/icon@1.0.3(transitive)
Updated@chakra-ui/icon@1.1.0