Socket
Socket
Sign inDemoInstall

@mantine/hooks

Package Overview
Dependencies
Maintainers
1
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/hooks - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

dist/mantine-core/src/Button/Button.styles.d.ts

@@ -12,4 +12,4 @@ import { MantineTheme, MantineSize, MantineNumberSize, MantineSizes } from '@mantine/theme';

theme?: MantineTheme;
}) => import("jss").Classes<"light" | "label" | "link" | "outline" | "filled" | "icon" | "inner" | "leftIcon" | "rightIcon" | "shared">;
}) => import("jss").Classes<"light" | "link" | "label" | "outline" | "filled" | "icon" | "inner" | "leftIcon" | "rightIcon" | "shared">;
export default _default;
//# sourceMappingURL=Button.styles.d.ts.map

@@ -39,4 +39,6 @@ import React from 'react';

closeButtonLabel?: string;
/** id base, used to generate ids to connect modal title and body with aria- attributes, defaults to random id */
id?: string;
}
export declare function Modal({ className, opened, themeOverride, title, onClose, children, hideCloseButton, overlayOpacity, size, transitionDuration, closeButtonLabel, overlayColor, zIndex, overflow, transition, ...others }: ModalProps): JSX.Element;
export declare function Modal({ className, opened, themeOverride, title, onClose, children, hideCloseButton, overlayOpacity, size, transitionDuration, closeButtonLabel, overlayColor, zIndex, overflow, transition, id, ...others }: ModalProps): JSX.Element;
export declare namespace Modal {

@@ -43,0 +45,0 @@ var displayName: string;

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

unselectable?: "on" | "off";
inputMode?: "text" | "search" | "none" | "email" | "tel" | "url" | "numeric" | "decimal";
inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal";
is?: string;

@@ -54,0 +54,0 @@ 'aria-activedescendant'?: string;

{
"name": "@mantine/hooks",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/lib.js",

@@ -5,0 +5,0 @@ "types": "dist/mantine-hooks/src/index.d.ts",

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