[
	{
		"name": "Blanket",
		"package": "@atlaskit/blanket",
		"import": {
			"name": "Blanket",
			"package": "@atlaskit/blanket",
			"type": "default"
		},
		"keywords": ["blanket", "overlay", "backdrop", "modal", "layer"],
		"categories": ["overlay"],
		"shortDescription": "A component for creating overlay backgrounds behind modals and other layered content.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Ensure blanket doesn't interfere with focus management",
			"Provide appropriate click handling for dismissal",
			"Consider screen reader experience with overlays"
		],
		"usageGuidelines": [
			"Use behind modals and overlays",
			"Consider click-to-dismiss behavior",
			"Use appropriate tinting for context",
			"Ensure proper z-index layering"
		],
		"contentGuidelines": [
			"Use consistently across similar overlay contexts",
			"Consider visual hierarchy with overlays",
			"Ensure appropriate contrast with content"
		],
		"examples": ["./examples/ai/blanket.tsx"]
	}
]
