@react-aria/label
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -11,5 +11,5 @@ import { AriaLabelingProps, DOMProps, LabelableProps } from "@react-types/shared"; | ||
interface LabelAria { | ||
/** Props to apply to the label container element */ | ||
/** Props to apply to the label container element. */ | ||
labelProps: LabelHTMLAttributes<HTMLLabelElement>; | ||
/** Props to apply to the field container element being labeled */ | ||
/** Props to apply to the field container element being labeled. */ | ||
fieldProps: HTMLAttributes<HTMLElement>; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@react-aria/label", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,5 +21,5 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/utils": "^3.0.2", | ||
"@react-types/label": "^3.0.2", | ||
"@react-types/shared": "^3.0.2" | ||
"@react-aria/utils": "^3.1.0", | ||
"@react-types/label": "^3.1.0", | ||
"@react-types/shared": "^3.1.0" | ||
}, | ||
@@ -32,3 +32,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7" | ||
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69" | ||
} |
@@ -26,5 +26,5 @@ /* | ||
interface LabelAria { | ||
/** Props to apply to the label container element */ | ||
/** Props to apply to the label container element. */ | ||
labelProps: LabelHTMLAttributes<HTMLLabelElement>, | ||
/** Props to apply to the field container element being labeled */ | ||
/** Props to apply to the field container element being labeled. */ | ||
fieldProps: HTMLAttributes<HTMLElement> | ||
@@ -31,0 +31,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25633
Updated@react-aria/utils@^3.1.0
Updated@react-types/label@^3.1.0
Updated@react-types/shared@^3.1.0