@mantine/modals
Advanced tools
Comparing version 7.8.1 to 7.9.0
@@ -1,2 +0,1 @@ | ||
import React from 'react'; | ||
import { ButtonProps, GroupProps } from '@mantine/core'; | ||
@@ -16,2 +15,2 @@ import { ConfirmLabels } from './context'; | ||
} | ||
export declare function ConfirmModal({ id, cancelProps, confirmProps, labels, closeOnConfirm, closeOnCancel, groupProps, onCancel, onConfirm, children, }: ConfirmModalProps): React.JSX.Element; | ||
export declare function ConfirmModal({ id, cancelProps, confirmProps, labels, closeOnConfirm, closeOnCancel, groupProps, onCancel, onConfirm, children, }: ConfirmModalProps): import("react/jsx-runtime").JSX.Element; |
@@ -1,2 +0,1 @@ | ||
import React from 'react'; | ||
import { ConfirmLabels, ContextModalProps, ModalSettings } from './context'; | ||
@@ -13,2 +12,2 @@ export interface ModalsProviderProps { | ||
} | ||
export declare function ModalsProvider({ children, modalProps, labels, modals }: ModalsProviderProps): React.JSX.Element; | ||
export declare function ModalsProvider({ children, modalProps, labels, modals }: ModalsProviderProps): import("react/jsx-runtime").JSX.Element; |
{ | ||
"name": "@mantine/modals", | ||
"version": "7.8.1", | ||
"version": "7.9.0", | ||
"description": "Modals manager based on Mantine components", | ||
@@ -42,4 +42,4 @@ "homepage": "https://mantine.dev/x/modals/", | ||
"peerDependencies": { | ||
"@mantine/core": "7.8.1", | ||
"@mantine/hooks": "7.8.1", | ||
"@mantine/core": "7.9.0", | ||
"@mantine/hooks": "7.9.0", | ||
"react": "^18.2.0", | ||
@@ -49,5 +49,5 @@ "react-dom": "^18.2.0" | ||
"devDependencies": { | ||
"@mantine/core": "7.8.1", | ||
"@mantine/hooks": "7.8.1" | ||
"@mantine/core": "7.9.0", | ||
"@mantine/hooks": "7.9.0" | ||
} | ||
} |
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
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
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
Sorry, the diff of this file is not supported yet
120635
768