@mantine/modals
Advanced tools
Comparing version 7.3.0-alpha.1 to 7.3.0-alpha.2
@@ -17,2 +17,1 @@ import React from 'react'; | ||
export declare function ConfirmModal({ id, cancelProps, confirmProps, labels, closeOnConfirm, closeOnCancel, groupProps, onCancel, onConfirm, children, }: ConfirmModalProps): React.JSX.Element; | ||
//# sourceMappingURL=ConfirmModal.d.ts.map |
@@ -50,2 +50,1 @@ import { ReactNode } from 'react'; | ||
export declare const ModalsContext: import("react").Context<ModalsContextProps>; | ||
//# sourceMappingURL=context.d.ts.map |
@@ -29,2 +29,1 @@ import { MantineModal, MantineModals, ModalSettings, OpenConfirmModal, OpenContextModal } from './context'; | ||
export {}; | ||
//# sourceMappingURL=events.d.ts.map |
@@ -6,2 +6,1 @@ export { ModalsProvider } from './ModalsProvider'; | ||
export type { ContextModalProps, MantineModalsOverride, MantineModals, MantineModal, } from './context'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -14,2 +14,1 @@ import React from 'react'; | ||
export declare function ModalsProvider({ children, modalProps, labels, modals }: ModalsProviderProps): React.JSX.Element; | ||
//# sourceMappingURL=ModalsProvider.d.ts.map |
@@ -25,2 +25,1 @@ import { ModalState } from './context'; | ||
export {}; | ||
//# sourceMappingURL=reducer.d.ts.map |
export declare function useModals(): import("../context").ModalsContextProps; | ||
//# sourceMappingURL=use-modals.d.ts.map |
{ | ||
"name": "@mantine/modals", | ||
"version": "7.3.0-alpha.1", | ||
"version": "7.3.0-alpha.2", | ||
"description": "Modals manager based on Mantine components", | ||
@@ -34,5 +34,3 @@ "homepage": "https://mantine.dev/others/modals/", | ||
} | ||
}, | ||
"./styles.css": "./esm/index.css", | ||
"./styles.layer.css": "./esm/index.layer.css" | ||
} | ||
}, | ||
@@ -42,7 +40,7 @@ "repository": { | ||
"type": "git", | ||
"directory": "src/mantine-modals" | ||
"directory": "packages/@mantine/modals" | ||
}, | ||
"peerDependencies": { | ||
"@mantine/core": "7.3.0-alpha.1", | ||
"@mantine/hooks": "7.3.0-alpha.1", | ||
"@mantine/core": "7.3.0-alpha.2", | ||
"@mantine/hooks": "7.3.0-alpha.2", | ||
"react": "^18.2.0", | ||
@@ -52,5 +50,5 @@ "react-dom": "^18.2.0" | ||
"devDependencies": { | ||
"@mantine/core": "7.3.0-alpha.1", | ||
"@mantine/hooks": "7.3.0-alpha.1" | ||
"@mantine/core": "7.3.0-alpha.2", | ||
"@mantine/hooks": "7.3.0-alpha.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
118823
38
754