@react-types/textfield
Advanced tools
+2
-2
| { | ||
| "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": { |
+5
-1
@@ -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 @@ |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
4075
8%61
7.02%1
Infinity%+ Added
- Removed