@react-types/label
Advanced tools
Comparing version 3.3.0 to 3.4.0
{ | ||
"name": "@react-types/label", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.2.1" | ||
"@react-types/shared": "^3.4.0" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f5b429ee8615248f2e3c76754bad2ece83f1c444" | ||
"gitHead": "7f9dc7fa5144679d2dc733170cb5c1f40d0c5ee5" | ||
} |
@@ -34,3 +34,4 @@ /* | ||
label?: ReactNode, | ||
labelProps: HTMLAttributes<HTMLElement> | ||
labelProps: HTMLAttributes<HTMLElement>, | ||
wrapperClassName?: string | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13448
32
Updated@react-types/shared@^3.4.0