@mantine/core
Advanced tools
Comparing version 7.16.2 to 7.16.3
import { BoxProps, ElementProps, Factory, StylesApiProps } from '../../core'; | ||
import { __BaseInputProps, __InputStylesNames } from '../Input'; | ||
import { __BaseInputProps, __InputStylesNames, InputVariant } from '../Input'; | ||
export interface TextInputProps extends BoxProps, __BaseInputProps, StylesApiProps<TextInputFactory>, ElementProps<'input', 'size'> { | ||
@@ -7,2 +7,3 @@ } | ||
props: TextInputProps; | ||
variant: InputVariant; | ||
ref: HTMLInputElement; | ||
@@ -13,4 +14,5 @@ stylesNames: __InputStylesNames; | ||
props: TextInputProps; | ||
variant: InputVariant; | ||
ref: HTMLInputElement; | ||
stylesNames: __InputStylesNames; | ||
}>; |
{ | ||
"name": "@mantine/core", | ||
"version": "7.16.2", | ||
"version": "7.16.3", | ||
"description": "React components library focused on usability, accessibility and developer experience", | ||
@@ -46,3 +46,3 @@ "homepage": "https://mantine.dev/", | ||
"peerDependencies": { | ||
"@mantine/hooks": "7.16.2", | ||
"@mantine/hooks": "7.16.3", | ||
"react": "^18.x || ^19.x", | ||
@@ -49,0 +49,0 @@ "react-dom": "^18.x || ^19.x" |
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
94424
11223150