Socket
Socket
Sign inDemoInstall

@mantine/core

Package Overview
Dependencies
Maintainers
1
Versions
379
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/core - npm Package Compare versions

Comparing version 7.13.0 to 7.13.1

2

lib/components/MultiSelect/MultiSelect.d.ts

@@ -12,3 +12,3 @@ import { BoxProps, ElementProps, Factory, StylesApiProps } from '../../core';

defaultValue?: string[];
/** Called whe value changes */
/** Called when value changes */
onChange?: (value: string[]) => void;

@@ -15,0 +15,0 @@ /** Called with `value` of the removed item */

@@ -7,2 +7,2 @@ import type { TitleOrder, TitleSize } from './Title';

}
export declare function getTitleSize(order: TitleOrder, size: TitleSize | undefined): GetTitleSizeResult;
export declare function getTitleSize(order: TitleOrder, size?: TitleSize): GetTitleSizeResult;

@@ -1,4 +0,4 @@

import { BoxProps, ElementProps, Factory, StylesApiProps } from '../../core';
import { BoxProps, ElementProps, Factory, MantineSize, StylesApiProps } from '../../core';
export type TitleOrder = 1 | 2 | 3 | 4 | 5 | 6;
export type TitleSize = `h${TitleOrder}` | React.CSSProperties['fontSize'];
export type TitleSize = `h${TitleOrder}` | React.CSSProperties['fontSize'] | MantineSize;
export type TitleStylesNames = 'root';

@@ -5,0 +5,0 @@ export type TitleCssVariables = {

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

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

"peerDependencies": {
"@mantine/hooks": "7.13.0",
"@mantine/hooks": "7.13.1",
"react": "^18.2.0",

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

"@mantine-tests/core": "1.1.0",
"@mantine/hooks": "7.13.0"
"@mantine/hooks": "7.13.1"
}
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc