Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chakra-ui/stat

Package Overview
Dependencies
Maintainers
4
Versions
445
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/stat - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

17

CHANGELOG.md
# 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 @@

2

dist/types/stat.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc