@react-types/datepicker
Advanced tools
Comparing version 3.10.0 to 3.11.0
{ | ||
"name": "@react-types/datepicker", | ||
"version": "3.10.0", | ||
"version": "3.11.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -13,5 +13,5 @@ "license": "Apache-2.0", | ||
"@internationalized/date": "^3.7.0", | ||
"@react-types/calendar": "^3.6.0", | ||
"@react-types/overlays": "^3.8.12", | ||
"@react-types/shared": "^3.27.0" | ||
"@react-types/calendar": "^3.6.1", | ||
"@react-types/overlays": "^3.8.13", | ||
"@react-types/shared": "^3.28.0" | ||
}, | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea" | ||
"gitHead": "4d3c72c94eea2d72eb3a0e7d56000c6ef7e39726" | ||
} |
@@ -40,3 +40,3 @@ /* | ||
export type Granularity = 'day' | 'hour' | 'minute' | 'second'; | ||
interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps, OverlayTriggerProps { | ||
interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps { | ||
/** The minimum allowed date that a user may select. */ | ||
@@ -43,0 +43,0 @@ minValue?: DateValue | null, |
20312
Updated@react-types/calendar@^3.6.1
Updated@react-types/shared@^3.28.0