Socket
Socket
Sign inDemoInstall

@mantine/notifications

Package Overview
Dependencies
Maintainers
1
Versions
363
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/notifications - npm Package Compare versions

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

styles.css

1

lib/get-auto-close/get-auto-close.d.ts
export declare function getAutoClose(autoClose: boolean | number | undefined, notificationAutoClose: boolean | number | undefined): number | boolean | undefined;
//# sourceMappingURL=get-auto-close.d.ts.map

@@ -11,2 +11,1 @@ import { TransitionStatus } from 'react-transition-group';

export {};
//# sourceMappingURL=get-notification-state-styles.d.ts.map

@@ -5,2 +5,1 @@ export { notifications, showNotification, hideNotification, cleanNotifications, cleanNotificationsQueue, updateNotification, updateNotificationsState, createNotificationsStore, notificationsStore, useNotifications, } from './notifications.store';

export type { NotificationsCssVariables, NotificationsFactory, NotificationsProps, NotificationsStylesNames, } from './Notifications';
//# sourceMappingURL=index.d.ts.map

@@ -11,2 +11,1 @@ import React from 'react';

export {};
//# sourceMappingURL=NotificationContainer.d.ts.map

@@ -57,2 +57,1 @@ import { BoxProps, StylesApiProps, ElementProps, Factory, PortalProps } from '@mantine/core';

}>;
//# sourceMappingURL=Notifications.d.ts.map

@@ -40,2 +40,1 @@ import { NotificationProps } from '@mantine/core';

};
//# sourceMappingURL=notifications.store.d.ts.map
{
"name": "@mantine/notifications",
"version": "7.3.0-alpha.1",
"version": "7.3.0-alpha.2",
"description": "Mantine notifications system",
"homepage": "https://mantine.dev",

@@ -37,4 +38,4 @@ "license": "MIT",

},
"./styles.css": "./esm/index.css",
"./styles.layer.css": "./esm/index.layer.css"
"./styles.css": "./styles.css",
"./styles.layer.css": "./styles.layer.css"
},

@@ -44,7 +45,7 @@ "repository": {

"type": "git",
"directory": "src/mantine-spotlight"
"directory": "packages/@mantine/notifications"
},
"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",

@@ -54,10 +55,10 @@ "react-dom": "^18.2.0"

"dependencies": {
"@mantine/store": "7.3.0-alpha.1",
"@mantine/store": "7.3.0-alpha.2",
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@mantine/core": "7.3.0-alpha.1",
"@mantine/hooks": "7.3.0-alpha.1",
"@tests/core": "1.0.0"
"@mantine-tests/core": "1.0.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