🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@react-types/textfield

Package Overview
Dependencies
Maintainers
2
Versions
1303
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/textfield - npm Package Compare versions

Comparing version
3.0.0-nightly-cdba74876-250121
to
3.0.0-nightly-cfe79d329-250401
+2
-2
package.json
{
"name": "@react-types/textfield",
"version": "3.0.0-nightly-cdba74876-250121",
"version": "3.0.0-nightly-cfe79d329-250401",
"description": "Spectrum UI components in React",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "3.0.0-nightly-cdba74876-250121"
"@react-types/shared": "3.0.0-nightly-cfe79d329-250401"
},

@@ -15,0 +15,0 @@ "peerDependencies": {

@@ -47,3 +47,7 @@ /*

/** Identifies the element (or elements) whose contents or presence are controlled by the current element. */
'aria-controls'?: string
'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?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'
}

@@ -50,0 +54,0 @@