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

@chakra-ui/modal

Package Overview
Dependencies
Maintainers
4
Versions
511
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/modal - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

27

CHANGELOG.md
# Change Log
## 1.8.1
### Patch Changes
- [`2287d82e3`](https://github.com/chakra-ui/chakra-ui/commit/2287d82e31744cd289aaf524bb9961e46003c404)
[#3715](https://github.com/chakra-ui/chakra-ui/pull/3715) Thanks
[@with-heart](https://github.com/with-heart)! - Resolved a peer dependency
resolution issue reported by yarn2, npm7, and other more modern package
managers
* [`07ddf0f27`](https://github.com/chakra-ui/chakra-ui/commit/07ddf0f276e14f900119668c87947d3e669e09af)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Omit
scroll-behavior from drawer props
* Updated dependencies
[[`87a03b320`](https://github.com/chakra-ui/chakra-ui/commit/87a03b320b62e639ca4a891186f202cb839a8402),
[`1a04a41bd`](https://github.com/chakra-ui/chakra-ui/commit/1a04a41bd2285069011a738fff422ba1a6fcce94),
[`c69d2b983`](https://github.com/chakra-ui/chakra-ui/commit/c69d2b98350b57f133d6a8ea47b631cd25693aee),
[`e481ba491`](https://github.com/chakra-ui/chakra-ui/commit/e481ba4914a7f163d93d4c22e2e457f1afb08721)]:
- @chakra-ui/react-utils@1.1.1
- @chakra-ui/utils@1.5.1
- @chakra-ui/transition@1.1.2
- @chakra-ui/hooks@1.3.1
- @chakra-ui/portal@1.2.1
- @chakra-ui/close-button@1.1.5
- @chakra-ui/focus-lock@1.1.4
## 1.8.0

@@ -4,0 +31,0 @@

2

dist/types/drawer.d.ts

@@ -5,3 +5,3 @@ /// <reference types="react" />

import { ModalProps } from "./modal";
export interface DrawerProps extends ModalProps {
export interface DrawerProps extends Omit<ModalProps, "scrollBehavior"> {
/**

@@ -8,0 +8,0 @@ * The placement of the drawer

{
"name": "@chakra-ui/modal",
"version": "1.8.0",
"version": "1.8.1",
"description": "An accessible dialog (modal) component for React & Chakra UI",

@@ -62,9 +62,9 @@ "keywords": [

"dependencies": {
"@chakra-ui/close-button": "1.1.4",
"@chakra-ui/focus-lock": "1.1.3",
"@chakra-ui/hooks": "1.3.0",
"@chakra-ui/portal": "1.2.0",
"@chakra-ui/react-utils": "1.1.0",
"@chakra-ui/transition": "1.1.1",
"@chakra-ui/utils": "1.5.0",
"@chakra-ui/close-button": "1.1.5",
"@chakra-ui/focus-lock": "1.1.4",
"@chakra-ui/hooks": "1.3.1",
"@chakra-ui/portal": "1.2.1",
"@chakra-ui/react-utils": "1.1.1",
"@chakra-ui/transition": "1.1.2",
"@chakra-ui/utils": "1.5.1",
"aria-hidden": "^1.1.1",

@@ -74,5 +74,6 @@ "react-remove-scroll": "2.4.1"

"devDependencies": {
"@chakra-ui/system": "1.6.0",
"@chakra-ui/system": "1.6.1",
"framer-motion": "^4.0.0",
"react": "^17.0.1"
"react": "^17.0.1",
"react-dom": "^17.0.1"
},

@@ -82,4 +83,5 @@ "peerDependencies": {

"framer-motion": "3.x || 4.x",
"react": ">=16.8.6"
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
}
}

Sorry, the diff of this file is not supported yet

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