Socket
Socket
Sign inDemoInstall

@mantine/core

Package Overview
Dependencies
37
Maintainers
1
Versions
371
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.0-alpha.22 to 7.0.0-beta.0

cjs/components/NavLink/NavLink.js

4

cjs/index.js

@@ -220,2 +220,3 @@ 'use client';

var NativeSelect = require('./components/NativeSelect/NativeSelect.js');
var NavLink = require('./components/NavLink/NavLink.js');
var Notification = require('./components/Notification/Notification.js');

@@ -253,2 +254,3 @@ var NumberInput = require('./components/NumberInput/NumberInput.js');

var Space = require('./components/Space/Space.js');
var Spoiler = require('./components/Spoiler/Spoiler.js');
var Stack = require('./components/Stack/Stack.js');

@@ -519,2 +521,3 @@ var Stepper = require('./components/Stepper/Stepper.js');

exports.NativeSelect = NativeSelect.NativeSelect;
exports.NavLink = NavLink.NavLink;
exports.Notification = Notification.Notification;

@@ -555,2 +558,3 @@ exports.NumberInput = NumberInput.NumberInput;

exports.Space = Space.Space;
exports.Spoiler = Spoiler.Spoiler;
exports.Stack = Stack.Stack;

@@ -557,0 +561,0 @@ exports.Stepper = Stepper.Stepper;

@@ -216,2 +216,3 @@ 'use client';

export { NativeSelect } from './components/NativeSelect/NativeSelect.js';
export { NavLink } from './components/NavLink/NavLink.js';
export { Notification } from './components/Notification/Notification.js';

@@ -249,2 +250,3 @@ export { NumberInput } from './components/NumberInput/NumberInput.js';

export { Space } from './components/Space/Space.js';
export { Spoiler } from './components/Spoiler/Spoiler.js';
export { Stack } from './components/Stack/Stack.js';

@@ -251,0 +253,0 @@ export { Stepper } from './components/Stepper/Stepper.js';

@@ -63,2 +63,3 @@ export * from './Collapse';

export * from './NativeSelect';
export * from './NavLink';
export * from './Notification';

@@ -82,2 +83,3 @@ export * from './NumberInput';

export * from './Space';
export * from './Spoiler';
export * from './Stack';

@@ -84,0 +86,0 @@ export * from './Stepper';

4

package.json
{
"name": "@mantine/core",
"description": "React components library focused on usability, accessibility and developer experience",
"version": "7.0.0-alpha.22",
"version": "7.0.0-beta.0",
"types": "./lib/index.d.ts",

@@ -38,3 +38,3 @@ "exports": {

"peerDependencies": {
"@mantine/hooks": "7.0.0-alpha.22",
"@mantine/hooks": "7.0.0-beta.0",
"react": "^18.2.0",

@@ -41,0 +41,0 @@ "react-dom": "^18.2.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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc