@app-garage/modal
Advanced tools
Comparing version 1.4.0 to 1.5.0
# Change Log | ||
## 1.5.0 | ||
### Minor Changes | ||
- [`8dc78b6`](https://github.com/electronic33/ag-ui-react/commit/8dc78b66436790c89be3f9e2b8eb66a187ce9b35) - sd | ||
### Patch Changes | ||
- Updated dependencies [[`8dc78b6`](https://github.com/electronic33/ag-ui-react/commit/8dc78b66436790c89be3f9e2b8eb66a187ce9b35)]: | ||
- @app-garage/button@1.6.0 | ||
## 1.4.0 | ||
@@ -4,0 +15,0 @@ |
import React from 'react'; | ||
declare type ModalProps = { | ||
export interface ModalProps { | ||
isOpen: boolean; | ||
@@ -11,5 +11,4 @@ ariaProps?: Record<string, string>; | ||
withCloseButton?: boolean; | ||
}; | ||
} | ||
export declare const Modal: ({ initialFocusRef, ariaProps, overlayClassName, modalClassName, onClose, children, isOpen, withCloseButton, }: ModalProps) => React.ReactElement; | ||
export {}; | ||
//# sourceMappingURL=modal.d.ts.map |
{ | ||
"name": "@app-garage/modal", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"author": "Matyas Furtos", | ||
@@ -32,3 +32,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@app-garage/button": "^1.5.0", | ||
"@app-garage/button": "^1.6.0", | ||
"@app-garage/focus-trap": "^1.2.0", | ||
@@ -35,0 +35,0 @@ "classnames": "^2.3.1", |
Sorry, the diff of this file is not supported yet
14952
165
Updated@app-garage/button@^1.6.0