@react-aria/numberfield
Advanced tools
Comparing version 3.0.0-nightly.1219 to 3.0.0-nightly.1230
@@ -16,5 +16,5 @@ import { AriaButtonProps } from "@react-types/button"; | ||
decrementButtonProps: AriaButtonProps; | ||
/** Props for the number field's description element. */ | ||
/** Props for the number field's description element, if any. */ | ||
descriptionProps: HTMLAttributes<HTMLElement>; | ||
/** Props for the number field's error message element. */ | ||
/** Props for the number field's error message element, if any. */ | ||
errorMessageProps: HTMLAttributes<HTMLElement>; | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@react-aria/numberfield", | ||
"version": "3.0.0-nightly.1219+e14523fed", | ||
"version": "3.0.0-nightly.1230+058ce7716", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,13 +21,13 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/i18n": "3.0.0-nightly.1219+e14523fed", | ||
"@react-aria/interactions": "3.0.0-nightly.1219+e14523fed", | ||
"@react-aria/live-announcer": "3.0.0-nightly.1219+e14523fed", | ||
"@react-aria/spinbutton": "3.0.0-nightly.1219+e14523fed", | ||
"@react-aria/textfield": "3.0.0-nightly.1219+e14523fed", | ||
"@react-aria/utils": "3.0.0-nightly.1219+e14523fed", | ||
"@react-stately/numberfield": "3.0.0-nightly.1219+e14523fed", | ||
"@react-types/button": "3.4.2-nightly.2904+e14523fed", | ||
"@react-types/numberfield": "3.0.2-nightly.2904+e14523fed", | ||
"@react-types/shared": "3.0.0-nightly.1219+e14523fed", | ||
"@react-types/textfield": "3.0.0-nightly.1219+e14523fed" | ||
"@react-aria/i18n": "3.0.0-nightly.1230+058ce7716", | ||
"@react-aria/interactions": "3.0.0-nightly.1230+058ce7716", | ||
"@react-aria/live-announcer": "3.0.0-nightly.1230+058ce7716", | ||
"@react-aria/spinbutton": "3.0.0-nightly.1230+058ce7716", | ||
"@react-aria/textfield": "3.0.0-nightly.1230+058ce7716", | ||
"@react-aria/utils": "3.0.0-nightly.1230+058ce7716", | ||
"@react-stately/numberfield": "3.0.0-nightly.1230+058ce7716", | ||
"@react-types/button": "3.4.2-nightly.2915+058ce7716", | ||
"@react-types/numberfield": "3.1.1-nightly.2915+058ce7716", | ||
"@react-types/shared": "3.0.0-nightly.1230+058ce7716", | ||
"@react-types/textfield": "3.0.0-nightly.1230+058ce7716" | ||
}, | ||
@@ -41,3 +41,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "e14523fedd93ac1a4ede355aed70988af572ae74" | ||
"gitHead": "058ce77164ac2b5fa9332634253d395d9c382ac4" | ||
} |
@@ -49,5 +49,5 @@ /* | ||
decrementButtonProps: AriaButtonProps, | ||
/** Props for the number field's description element. */ | ||
/** Props for the number field's description element, if any. */ | ||
descriptionProps: HTMLAttributes<HTMLElement>, | ||
/** Props for the number field's error message element. */ | ||
/** Props for the number field's error message element, if any. */ | ||
errorMessageProps: HTMLAttributes<HTMLElement> | ||
@@ -54,0 +54,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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
125172