Socket
Socket
Sign inDemoInstall

@chakra-ui/button

Package Overview
Dependencies
105
Maintainers
4
Versions
456
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.2

21

CHANGELOG.md
# Change Log
## 1.1.2
### Patch Changes
- [`01231ed49`](https://github.com/chakra-ui/chakra-ui/commit/01231ed4919521fbe911cb1b035f4beadb340fa5)
[#3298](https://github.com/chakra-ui/chakra-ui/pull/3298) Thanks
[@segunadebayo](https://github.com/segunadebayo)! - Provide better typings for
`size` and `variant` for AvatarGroup, CheckboxGroup, ButtonGroup, and
RadioGroup.
## 1.1.1
### Patch Changes
- Updated dependencies
[[`ff4a36bca`](https://github.com/chakra-ui/chakra-ui/commit/ff4a36bca11cc177830f6f1da13700acd1e3a087),
[`483687237`](https://github.com/chakra-ui/chakra-ui/commit/483687237f2c4fed05dc6a79693f307c601c1285),
[`61962345c`](https://github.com/chakra-ui/chakra-ui/commit/61962345c5b1c862445c16c586e304b28c376c9a)]:
- @chakra-ui/utils@1.2.0
- @chakra-ui/spinner@1.1.1
## 1.1.0

@@ -4,0 +25,0 @@

2

dist/types/button-group.d.ts
import { SystemProps, ThemingProps, HTMLChakraProps } from "@chakra-ui/system";
export interface ButtonGroupProps extends HTMLChakraProps<"div">, ThemingProps<"ButtonGroup"> {
export interface ButtonGroupProps extends HTMLChakraProps<"div">, ThemingProps<"Button"> {
/**

@@ -4,0 +4,0 @@ * If `true`, the borderRadius of button that are direct children will be altered

{
"name": "@chakra-ui/button",
"version": "1.1.0",
"version": "1.1.2",
"description": "A React component that is a base button.",

@@ -56,8 +56,8 @@ "keywords": [

"devDependencies": {
"@chakra-ui/system": "1.2.0",
"@chakra-ui/system": "1.3.0",
"react": "^17.0.1"
},
"dependencies": {
"@chakra-ui/spinner": "1.1.0",
"@chakra-ui/utils": "1.1.0"
"@chakra-ui/spinner": "1.1.1",
"@chakra-ui/utils": "1.2.0"
},

@@ -64,0 +64,0 @@ "peerDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc