Socket
Socket
Sign inDemoInstall

@mantine/core

Package Overview
Dependencies
36
Maintainers
1
Versions
367
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.7.1 to 7.7.2

2

lib/components/Avatar/Avatar.d.ts

@@ -14,3 +14,3 @@ import React from 'react';

radius?: MantineRadius;
/** Key of `theme.colors` or any valid CSS color, default value is `theme.primaryColor` */
/** Key of `theme.colors` or any valid CSS color, default value is `'gray'` */
color?: MantineColor;

@@ -17,0 +17,0 @@ /** Gradient configuration used when `variant="gradient"`, default value is `theme.defaultGradient` */

@@ -56,2 +56,4 @@ import React from 'react';

hiddenInputProps?: React.ComponentPropsWithoutRef<'input'>;
/** Assigns ref of the root element */
rootRef?: React.ForwardedRef<HTMLDivElement>;
}

@@ -58,0 +60,0 @@ export type PinInputFactory = Factory<{

@@ -31,3 +31,3 @@ import React from 'react';

/** Tabs content */
children: React.ReactNode;
children?: React.ReactNode;
/** Changes colors of `Tabs.Tab` components when variant is `pills` or `default`, does nothing for other variants */

@@ -34,0 +34,0 @@ color?: MantineColor;

@@ -44,3 +44,3 @@ import './global.css';

/** Your application */
children: React.ReactNode;
children?: React.ReactNode;
}

@@ -47,0 +47,0 @@ export declare function HeadlessMantineProvider({ children, theme }: HeadlessMantineProviderProps): React.JSX.Element;

@@ -12,3 +12,3 @@ import React from 'react';

/** Your application or part of the application that requires different theme */
children: React.ReactNode;
children?: React.ReactNode;
}

@@ -15,0 +15,0 @@ export declare function MantineThemeProvider({ theme, children, inherit, }: MantineThemeProviderProps): React.JSX.Element;

{
"name": "@mantine/core",
"version": "7.7.1",
"version": "7.7.2",
"description": "React components library focused on usability, accessibility and developer experience",

@@ -46,3 +46,3 @@ "homepage": "https://mantine.dev/",

"peerDependencies": {
"@mantine/hooks": "7.7.1",
"@mantine/hooks": "7.7.2",
"react": "^18.2.0",

@@ -61,4 +61,4 @@ "react-dom": "^18.2.0"

"@mantine-tests/core": "1.1.0",
"@mantine/hooks": "7.7.1"
"@mantine/hooks": "7.7.2"
}
}

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

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

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc