@react-types/textfield
Advanced tools
Comparing version 3.0.0-nightly-10a43de88-241127 to 3.0.0-nightly-1286a652e-250116
{ | ||
"name": "@react-types/textfield", | ||
"version": "3.0.0-nightly-10a43de88-241127", | ||
"version": "3.0.0-nightly-1286a652e-250116", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.0-nightly-10a43de88-241127" | ||
"@react-types/shared": "3.0.0-nightly-1286a652e-250116" | ||
}, | ||
@@ -20,4 +20,3 @@ "peerDependencies": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.10.0" | ||
} | ||
} |
@@ -45,3 +45,5 @@ /* | ||
/** 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 | ||
} | ||
@@ -48,0 +50,0 @@ |
3773
57
+ Added@react-types/shared@3.0.0-nightly-1286a652e-250116(transitive)
- Removed@react-types/shared@3.27.0(transitive)