[
	{
		"name": "Pagination",
		"package": "@atlaskit/pagination",
		"import": {
			"name": "Pagination",
			"package": "@atlaskit/pagination",
			"type": "default"
		},
		"keywords": ["pagination", "pages", "navigation", "paging", "controls"],
		"categories": ["navigation"],
		"shortDescription": "A component for pagination controls.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Provide clear page navigation labels",
			"Use appropriate ARIA labels for pagination",
			"Ensure keyboard navigation support",
			"Announce page changes to screen readers"
		],
		"usageGuidelines": [
			"Use for navigating through paged content",
			"Provide clear page indicators",
			"Consider total page count display",
			"Use appropriate page limits"
		],
		"contentGuidelines": [
			"Use clear page labels",
			"Provide meaningful navigation text",
			"Use consistent pagination terminology",
			"Consider page context information"
		],
		"examples": ["./examples/ai/pagination.tsx"]
	}
]
