[
	{
		"name": "Calendar",
		"package": "@atlaskit/calendar",
		"import": {
			"name": "Calendar",
			"package": "@atlaskit/calendar",
			"type": "default"
		},
		"keywords": ["calendar", "date", "picker", "selection", "month", "year", "beta"],
		"categories": ["form"],
		"shortDescription": "A calendar component for date selection and display. This component is in Beta phase, meaning it's stable at version 1.0+ but may receive improvements based on customer feedback.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Provide clear date selection feedback",
			"Ensure keyboard navigation between dates",
			"Use appropriate ARIA labels for dates",
			"Support screen reader announcements for date changes"
		],
		"usageGuidelines": [
			"Use for date selection interfaces",
			"Consider date range limitations",
			"Provide clear visual feedback for selected dates",
			"Handle disabled dates appropriately"
		],
		"contentGuidelines": [
			"Use clear date formatting",
			"Provide helpful date labels",
			"Consider localization for date display",
			"Use consistent date terminology"
		],
		"examples": ["./examples/ai/calendar.tsx"]
	}
]
