@mantine/hooks
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
294338
3441