feat: Add Calendar multi-select, week/day views, weeksInMonth, month/year pickers, and unavailable anchor date (#9948)
* Add CalendarMonthHeading, CalendarMonthPicker, and CalendarYearPicker
* Support selectionMode=multiple
* Rename CalendarMonthHeading to CalendarHeading
* Add weeksInMonth prop
* Support week and day views
* fix types
* fix v3 docs
* Give CalendarHeading its own className
* fixes
* Add anchorDate argument to isDateUnavailable
* Add test for anchorDate argument
* Add selectionMode to S2 calendar docs