New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mantine/modals

Package Overview
Dependencies
Maintainers
1
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/modals - npm Package Compare versions

Comparing version 7.3.0-alpha.1 to 7.3.0-alpha.2

1

lib/ConfirmModal.d.ts

@@ -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

16

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc