[
	{
		"name": "Tooltip",
		"package": "@atlaskit/tooltip",
		"import": {
			"name": "Tooltip",
			"package": "@atlaskit/tooltip",
			"type": "default"
		},
		"keywords": ["tooltip", "hint", "help", "floating", "label", "explanation"],
		"categories": ["overlays-and-layering"],
		"shortDescription": "A tooltip is a floating, non-actionable label used to explain a user interface element or feature.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Ensure tooltip content is announced by screen readers",
			"Use appropriate hover/focus triggers",
			"Provide keyboard access to tooltip content",
			"Use clear, descriptive tooltip text",
			"Consider tooltip timing and persistence"
		],
		"usageGuidelines": [
			"Use to provide additional context or explanation",
			"Keep tooltip content concise and helpful",
			"Position tooltips appropriately to avoid obstruction",
			"Use consistent tooltip behavior across the interface",
			"Consider mobile touch interactions"
		],
		"contentGuidelines": [
			"Write clear, concise explanatory text",
			"Use helpful, actionable information",
			"Avoid redundant information already visible",
			"Use consistent tone and style"
		],
		"generativeInstructions": "./docs/ai/tooltip-instructions.md",
		"examples": ["./examples/default-tooltip.tsx"]
	}
]
