@react-types/textfield
Advanced tools
Comparing version
{ | ||
"name": "@react-types/textfield", | ||
"version": "3.0.0-nightly-ab9fd5c68-241126", | ||
"version": "3.0.0-nightly-acce72a36-250303", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.0-nightly-ab9fd5c68-241126" | ||
"@react-types/shared": "3.0.0-nightly-acce72a36-250303" | ||
}, | ||
@@ -20,4 +20,3 @@ "peerDependencies": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.10.0" | ||
} | ||
} |
@@ -45,3 +45,10 @@ /* | ||
/** Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. */ | ||
'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog' | ||
'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog', | ||
/** Identifies the element (or elements) whose contents or presence are controlled by the current element. */ | ||
'aria-controls'?: string, | ||
/** | ||
* An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint]. | ||
*/ | ||
enterKeyHint?: string | ||
} | ||
@@ -48,0 +55,0 @@ |
4017
9.66%61
10.91%+ Added
- Removed