@react-types/calendar
Advanced tools
Comparing version 3.5.0 to 3.6.0
{ | ||
"name": "@react-types/calendar", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@internationalized/date": "^3.6.0", | ||
"@react-types/shared": "^3.26.0" | ||
"@internationalized/date": "^3.7.0", | ||
"@react-types/shared": "^3.27.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "71f0ef23053f9e03ee7e97df736e8b083e006849" | ||
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea" | ||
} |
@@ -65,3 +65,7 @@ /* | ||
*/ | ||
pageBehavior?: PageBehavior | ||
pageBehavior?: PageBehavior, | ||
/** | ||
* The day that starts the week. | ||
*/ | ||
firstDayOfWeek?: 'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat' | ||
} | ||
@@ -68,0 +72,0 @@ |
16201
93