@app-garage/modal
Advanced tools
Comparing version 2.2.0 to 2.3.0
# Change Log | ||
## 2.3.0 | ||
### Minor Changes | ||
- [`8712a79`](https://github.com/electronic33/ag-ui-react/commit/8712a79b14c63fc5f27254b9ab1ca7b5952fbc9e) - fixed return type | ||
* [`165b58d`](https://github.com/electronic33/ag-ui-react/commit/165b58dabb0178fc56f3fd4070d95c111ff772a0) Thanks [@Levi1235](https://github.com/Levi1235)! - custom select , multi select and framer update | ||
### Patch Changes | ||
- Updated dependencies []: | ||
- @app-garage/button@1.9.2 | ||
## 2.2.0 | ||
@@ -4,0 +17,0 @@ |
@@ -18,3 +18,3 @@ import React from 'react'; | ||
} | ||
export declare const Modal: ({ initialFocusRef, ariaProps, overlayClassName, modalClassName, onClose, children, isOpen, closeButtonClassName, withCloseButton, closeOnOutsideClick, overlayTransition, transition, autoFocus, }: ModalProps) => React.ReactElement; | ||
export declare const Modal: ({ initialFocusRef, ariaProps, overlayClassName, modalClassName, onClose, children, isOpen, closeButtonClassName, withCloseButton, closeOnOutsideClick, overlayTransition, transition, autoFocus, }: ModalProps) => React.ReactPortal; | ||
//# sourceMappingURL=modal.d.ts.map |
{ | ||
"name": "@app-garage/modal", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": "Matyas Furtos", | ||
@@ -32,7 +32,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@app-garage/button": "~1.9.1", | ||
"@app-garage/button": "~1.9.2", | ||
"@app-garage/focus-trap": "~1.3.0", | ||
"@app-garage/utils": "~1.5.0", | ||
"classnames": "~2.3.1", | ||
"framer-motion": "~5.5.5", | ||
"framer-motion": "~6.2.1", | ||
"react-dom": "17.0.2", | ||
@@ -39,0 +39,0 @@ "react-icons": "~4.3.1", |
Sorry, the diff of this file is not supported yet
17503
+ Addedframer-motion@6.2.10(transitive)
- Removedframer-motion@5.5.8(transitive)
- Removedreact-merge-refs@1.1.0(transitive)
- Removedreact-use-measure@2.1.7(transitive)
Updated@app-garage/button@~1.9.2
Updatedframer-motion@~6.2.1