@chakra-ui/modal
Advanced tools
Comparing version 1.8.0 to 1.8.1
# 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 @@ |
@@ -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
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
189441
13
4
+ Added@chakra-ui/close-button@1.1.5(transitive)
+ Added@chakra-ui/focus-lock@1.1.4(transitive)
+ Added@chakra-ui/hooks@1.3.1(transitive)
+ Added@chakra-ui/icon@1.1.5(transitive)
+ Added@chakra-ui/portal@1.2.1(transitive)
+ Added@chakra-ui/react-utils@1.1.1(transitive)
+ Added@chakra-ui/transition@1.1.2(transitive)
+ Added@chakra-ui/utils@1.5.1(transitive)
- Removed@chakra-ui/close-button@1.1.4(transitive)
- Removed@chakra-ui/focus-lock@1.1.3(transitive)
- Removed@chakra-ui/hooks@1.3.0(transitive)
- Removed@chakra-ui/icon@1.1.4(transitive)
- Removed@chakra-ui/portal@1.2.0(transitive)
- Removed@chakra-ui/react-utils@1.1.0(transitive)
- Removed@chakra-ui/transition@1.1.1(transitive)
- Removed@chakra-ui/utils@1.5.0(transitive)
Updated@chakra-ui/focus-lock@1.1.4
Updated@chakra-ui/hooks@1.3.1
Updated@chakra-ui/portal@1.2.1
Updated@chakra-ui/react-utils@1.1.1
Updated@chakra-ui/transition@1.1.2
Updated@chakra-ui/utils@1.5.1